Package com.ringcentral.definitions
Class ListA2PBatchesParameters
java.lang.Object
com.ringcentral.definitions.ListA2PBatchesParameters
Query parameters for operation listA2PBatches
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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.Phone number in E.164 format from which the messages are going to be sent Example: 15551234455The page token of the page to be retrieved Example: pgt1The number of records to be returned per page Format: int64 Example: 1String[]A list of batch statuses to filter the results Example: Queued,Processing Enum: Queued, Processing, Sent, Completed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
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) -
from
Phone number in E.164 format from which the messages are going to be sent Example: 15551234455 -
status
A list of batch statuses to filter the results Example: Queued,Processing Enum: Queued, Processing, Sent, Completed -
pageToken
The page token of the page to be retrieved Example: pgt1 -
perPage
The number of records to be returned per page Format: int64 Example: 1
-
-
Constructor Details
-
ListA2PBatchesParameters
public ListA2PBatchesParameters()
-
-
Method Details
-
dateFrom
-
dateTo
-
from
-
status
-
pageToken
-
perPage
-