/AWS1/CL_SE2LSTCONTACTLSTSRSP¶
ListContactListsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_contactlists TYPE /AWS1/CL_SE2CONTACTLIST=>TT_LISTOFCONTACTLISTS TT_LISTOFCONTACTLISTS¶
The available contact lists.
iv_nexttoken TYPE /AWS1/SE2NEXTTOKEN /AWS1/SE2NEXTTOKEN¶
A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to
ListContactListswith the same parameters to retrieve the next page of contact lists.
Queryable Attributes¶
ContactLists¶
The available contact lists.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTLISTS() |
Getter for CONTACTLISTS, with configurable default |
ASK_CONTACTLISTS() |
Getter for CONTACTLISTS w/ exceptions if field has no value |
HAS_CONTACTLISTS() |
Determine if CONTACTLISTS has a value |
NextToken¶
A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to
ListContactListswith the same parameters to retrieve the next page of contact lists.
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 |