/AWS1/CL_SWFDOMAININFOS¶
Contains a paginated collection of DomainInfo structures.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_domaininfos TYPE /AWS1/CL_SWFDOMAININFO=>TT_DOMAININFOLIST TT_DOMAININFOLIST¶
A list of DomainInfo structures.
Optional arguments:¶
iv_nextpagetoken TYPE /AWS1/SWFPAGETOKEN /AWS1/SWFPAGETOKEN¶
If a
NextPageTokenwas returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token innextPageToken. Keep all other arguments unchanged.The configured
maximumPageSizedetermines how many results can be returned in a single call.
Queryable Attributes¶
domainInfos¶
A list of DomainInfo structures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAININFOS() |
Getter for DOMAININFOS, with configurable default |
ASK_DOMAININFOS() |
Getter for DOMAININFOS w/ exceptions if field has no value |
HAS_DOMAININFOS() |
Determine if DOMAININFOS has a value |
nextPageToken¶
If a
NextPageTokenwas returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token innextPageToken. Keep all other arguments unchanged.The configured
maximumPageSizedetermines how many results can be returned in a single call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |