/AWS1/CL_CHVLISTPHONENUMSRSP¶
ListPhoneNumbersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_phonenumbers TYPE /AWS1/CL_CHVPHONENUMBER=>TT_PHONENUMBERLIST TT_PHONENUMBERLIST¶
The phone number details.
iv_nexttoken TYPE /AWS1/CHVSTRING /AWS1/CHVSTRING¶
The token used to return the next page of results.
Queryable Attributes¶
PhoneNumbers¶
The phone number details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONENUMBERS() |
Getter for PHONENUMBERS, with configurable default |
ASK_PHONENUMBERS() |
Getter for PHONENUMBERS w/ exceptions if field has no value |
HAS_PHONENUMBERS() |
Determine if PHONENUMBERS has a value |
NextToken¶
The token used to return the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |