CallLogRequestBuilder class

CallLogRequestBuilder is a builder class for CallLogRequest.

Use this class to create an instance of CallLogRequest.

Constructors

CallLogRequestBuilder()
Default constructor for CallLogRequestBuilder.

Properties

authToken String?
The authentication token.
getter/setter pair
callCategory String?
The category of the call(s). It can be 'direct' or 'group'.
getter/setter pair
callDirection String?
The direction of the call(s). It can be 'inbound' or 'outbound'.
getter/setter pair
callStatus String?
The status of the call(s). It can be 'initiated', 'ongoing', 'ended', etc.
getter/setter pair
callType String?
The type of the call(s). It can be 'audio' or 'video'.
getter/setter pair
guid String?
The unique ID of the group involved in the call(s).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecording bool
Indicates if the call(s) has a recording.
getter/setter pair
limit int
The maximum number of call logs to return per request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The unique ID of the user involved in the call(s).
getter/setter pair

Methods

build() CallLogRequest
Builds an instance of CallLogRequest with the parameters set in this builder.
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