CallLogRequestBuilder class
CallLogRequestBuilder is a builder class for CallLogRequest.
Use this class to create an instance of CallLogRequest.
Constructors
Properties
- authToken ← String?
-
v4 compat: accepts and stores the authToken. When the Calls SDK has
no internally cached auth token (no CometChatCalls.login() call),
this token is used as a fallback for API requests.
no getter
- callCategory ↔ String?
-
getter/setter pair
- callDirection ↔ String?
-
getter/setter pair
- callStatus ↔ String?
-
getter/setter pair
- callType ↔ String?
-
getter/setter pair
- guid ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRecording ↔ bool
-
getter/setter pair
- limit ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ String?
-
getter/setter pair
Methods
-
build(
) → CallLogRequest -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited