Package com.ringcentral.definitions
Class ListSmsConsentRecordsParameters
java.lang.Object
com.ringcentral.definitions.ListSmsConsentRecordsParameters
Query parameters for operation listSmsConsentRecords
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]The sender's phone number(s) used to filter recordsString[]The opt-out/opt-in status to filter records by.The token indicating the particular page of the result set to be retrieved.The number of items per page.String[]The recipient's phone number(s) used to filter records -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
pageToken
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. -
perPage
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 -
from
The sender's phone number(s) used to filter records -
to
The recipient's phone number(s) used to filter records -
optStatus
The opt-out/opt-in status to filter records by. If omitted, `OptOut` records are returned Default: OptOut Enum: OptOut, OptIn
-
-
Constructor Details
-
ListSmsConsentRecordsParameters
public ListSmsConsentRecordsParameters()
-
-
Method Details
-
pageToken
-
perPage
-
from
-
to
-
optStatus
-