/AWS1/CL_SMCLISTCONTACTSRESULT¶
ListContactsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SMCPAGINATIONTOKEN /AWS1/SMCPAGINATIONTOKEN¶
The pagination token to continue to the next page of results.
it_contacts TYPE /AWS1/CL_SMCCONTACT=>TT_CONTACTSLIST TT_CONTACTSLIST¶
A list of the contacts and escalation plans in your Incident Manager account.
Queryable Attributes¶
NextToken¶
The pagination token to continue to 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 |
Contacts¶
A list of the contacts and escalation plans in your Incident Manager account.
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 |