Package com.vonage.client.voice
Class CallsFilter
java.lang.Object
com.vonage.client.voice.CallsFilter
- All Implemented Interfaces:
QueryParamsRequest
Filter options for
VoiceClient.listCalls(CallsFilter).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CallsFilter.Builderbuilder()getOrder()Internal method for serializing the fields of this class into query parameters.
-
Method Details
-
getStatus
-
getDateStart
-
getDateEnd
-
getPageSize
-
getRecordIndex
-
getOrder
-
getConversationUuid
-
makeParams
Description copied from interface:QueryParamsRequestInternal method for serializing the fields of this class into query parameters. The Map should be mutable so that subclasses can add fields, otherwise the method or implementing class should be marked asfinal. Duplicate entries can be handled by mapping the key to a list of the entries.- Specified by:
makeParamsin interfaceQueryParamsRequest- Returns:
- The query parameters as unique key-value pairs.
-
builder
-