Package com.ringcentral.definitions
Class ListA2PSMSParameters
java.lang.Object
com.ringcentral.definitions.ListA2PSMSParameters
Query parameters for operation listA2PSMS
-
Field Summary
FieldsModifier and TypeFieldDescriptionInternal identifier of a message batch to filter the response Example: 55577The beginning of the time range to filter the results in ISO 8601 format including timezone.The end of the time range to filter the results in ISO 8601 format including timezone.String[]Direction of a message to filter the message list result.The page token of the page to be retrieved.The number of messages to be returned per request Format: int32 Example: 1 Default: 1000String[]List of phone numbers (specified in 'to' or 'from' fields of a message) to filter the results.Indicates if the response has to be detailed, includes text in the response if detailed Default: Simple Enum: Simple, Detailed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
batchId
Internal identifier of a message batch to filter the response Example: 55577 -
direction
Direction of a message to filter the message list result. By default, there is no filter applied - both Inbound and Outbound messages are returned Example: Inbound Enum: Inbound, Outbound -
dateFrom
The beginning of the time range to filter the results in ISO 8601 format including timezone. Default is the `dateTo` minus 24 hours Format: date-time Example: Mon Nov 09 2020 08:07:52 GMT-0800 (Pacific Standard Time) -
dateTo
The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: Wed Nov 25 2020 08:07:52 GMT-0800 (Pacific Standard Time) -
view
Indicates if the response has to be detailed, includes text in the response if detailed Default: Simple Enum: Simple, Detailed -
phoneNumber
List of phone numbers (specified in 'to' or 'from' fields of a message) to filter the results. Maximum number of phone numbers allowed to be specified as filters is 15 Example: 15551234455,15551235577 -
pageToken
The page token of the page to be retrieved. Example: pgt1 -
perPage
The number of messages to be returned per request Format: int32 Example: 1 Default: 1000
-
-
Constructor Details
-
ListA2PSMSParameters
public ListA2PSMSParameters()
-
-
Method Details
-
batchId
-
direction
-
dateFrom
-
dateTo
-
view
-
phoneNumber
-
pageToken
-
perPage
-