Skip to content

/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 NextPageToken was 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 in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines 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 NextPageToken was 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 in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines 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