/AWS1/CL_GSTLISTCONTACTSRSP¶
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GSTPAGINATIONTOKEN /AWS1/GSTPAGINATIONTOKEN¶
Next token returned in the response of a previous
ListContactscall. Used to get the next page of results.
it_contactlist TYPE /AWS1/CL_GSTCONTACTDATA=>TT_CONTACTLIST TT_CONTACTLIST¶
List of contacts.
Queryable Attributes¶
nextToken¶
Next token returned in the response of a previous
ListContactscall. Used to get 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 |
contactList¶
List of contacts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTLIST() |
Getter for CONTACTLIST, with configurable default |
ASK_CONTACTLIST() |
Getter for CONTACTLIST w/ exceptions if field has no value |
HAS_CONTACTLIST() |
Determine if CONTACTLIST has a value |