/AWS1/CL_SE2LISTCONTACTSRSP¶
ListContactsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_contacts TYPE /AWS1/CL_SE2CONTACT=>TT_LISTOFCONTACTS TT_LISTOFCONTACTS¶
The contacts present in a specific contact list.
iv_nexttoken TYPE /AWS1/SE2NEXTTOKEN /AWS1/SE2NEXTTOKEN¶
A string token indicating that there might be additional contacts available to be listed. Copy this token to a subsequent call to
ListContactswith the same parameters to retrieve the next page of contacts.
Queryable Attributes¶
Contacts¶
The contacts present in a specific contact list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTS() |
Getter for CONTACTS, with configurable default |
ASK_CONTACTS() |
Getter for CONTACTS w/ exceptions if field has no value |
HAS_CONTACTS() |
Determine if CONTACTS has a value |
NextToken¶
A string token indicating that there might be additional contacts available to be listed. Copy this token to a subsequent call to
ListContactswith the same parameters to retrieve the next page of contacts.
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 |