Package com.ringcentral.definitions
Class ListA2PBatchesParameters
java.lang.Object
com.ringcentral.definitions.ListA2PBatchesParameters
Query parameters for operation listA2PBatches
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe end 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 end 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: 2020-11-09T16:07:52.597Z -
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: 2020-11-25T16:07:52.597Z -
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
-