/AWS1/CL_WMLLISTMAILDOMAINSRSP¶
ListMailDomainsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_maildomains TYPE /AWS1/CL_WMLMAILDOMAINSUMMARY=>TT_MAILDOMAINS TT_MAILDOMAINS¶
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.
iv_nexttoken TYPE /AWS1/WMLNEXTTOKEN /AWS1/WMLNEXTTOKEN¶
The token to use to retrieve the next page of results. The value becomes
nullwhen there are no more results to return.
Queryable Attributes¶
MailDomains¶
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_MAILDOMAINS() | Getter for MAILDOMAINS, with configurable default | 
| ASK_MAILDOMAINS() | Getter for MAILDOMAINS w/ exceptions if field has no value | 
| HAS_MAILDOMAINS() | Determine if MAILDOMAINS has a value | 
NextToken¶
The token to use to retrieve the next page of results. The value becomes
nullwhen there are no more results to return.
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 |