/AWS1/CL_GSTLISTCONTACTVRSNRSP¶
ListContactVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GSTPAGINATIONTOKEN /AWS1/GSTPAGINATIONTOKEN¶
Next token to be used in a subsequent
ListContactVersionscall to retrieve the next page of results.
it_contactversionslist TYPE /AWS1/CL_GSTCONTACTVERSION=>TT_CONTACTVERSIONSLIST TT_CONTACTVERSIONSLIST¶
List of contact versions.
Queryable Attributes¶
nextToken¶
Next token to be used in a subsequent
ListContactVersionscall to retrieve 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 |
contactVersionsList¶
List of contact versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTVERSIONSLIST() |
Getter for CONTACTVERSIONSLIST, with configurable default |
ASK_CONTACTVERSIONSLIST() |
Getter for CONTACTVERSIONSLIST w/ exceptions if field has no |
HAS_CONTACTVERSIONSLIST() |
Determine if CONTACTVERSIONSLIST has a value |