Params
Constructors
Functions
set End Results
Link copied to clipboard
fun setEndResults(endResults: List<DirectCallEndResult>): DirectCallLogListQuery.Params
Content copied to clipboard
Sets DirectCallEndResults. If it is set, the result will be filtered with given DirectCallEndResult. If multiple DirectCallEndResults are set, it will be processed by the OR
operation.
set Limit
Link copied to clipboard
Sets limit of result which can be retrieved at once. If the limit is set to over 100, limit will be set to 100. And if the limit is set to negative value, limit will be set to 10.
set My Role
Link copied to clipboard
Sets my DirectCallUserRole. If it is set to DirectCallUserRole.CALLER or DirectCallUserRole.CALLEE, the result will be filtered with my role. If it is set to null
, all DirectCallLogs will be retrieved.