BytedeskThreadHttpApi class
- Inheritance
-
- Object
- BytedeskBaseHttpApi
- BytedeskThreadHttpApi
Constructors
Properties
- baseUrl ↔ String
-
getter/setter pairinherited
- client ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient → Client
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String? tid) → Future< MarkThreadResult> -
getHeaders(
) → Map< String, String> -
inherited
-
getHeadersForVisitor(
) → Map< String, String> -
inherited
-
getHistoryThreads(
int? page, int? size) → Future< List< Thread> > -
getThreads(
) → Future< List< Thread> > -
getVisitorThreads(
int? page, int? size) → Future< List< Thread> > -
getVisitorThreadsAll(
) → Future< List< Thread> > -
getZhipuAIThreadHistory(
int? page, int? size) → Future< List< ThreadZhipuAI> > -
markNodisturb(
String? tid) → Future< MarkThreadResult> -
markTop(
String? tid) → Future< MarkThreadResult> -
markUnread(
String? tid) → Future< MarkThreadResult> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAgent(
String? wid, String? type, String? aid) → Future< RequestThreadResult> -
requestContactThread(
String? cid) → Future< RequestThreadResult> -
requestFileHelperThread(
) → Future< RequestThreadFileHelperResult> -
requestGroupThread(
String? gid) → Future< RequestThreadResult> -
requestThread(
String? wid, String? type, String? aid) → Future< RequestThreadResult> -
requestWorkGroupThreadV2(
String? wid) → Future< RequestThreadResult> -
requestZhipuAIThread(
String? wid, String? forceNew) → Future< RequestThreadZhipuAIResult> -
toString(
) → String -
A string representation of this object.
inherited
-
unmarkNodisturb(
String? tid) → Future< MarkThreadResult> -
unmarkTop(
String? tid) → Future< MarkThreadResult> -
unmarkUnread(
String? tid) → Future< MarkThreadResult>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited