/AWS1/CL_FNTLISTDOMCONFLICTSRS¶
ListDomainConflictsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_domainconflicts
TYPE /AWS1/CL_FNTDOMAINCONFLICT=>TT_DOMAINCONFLICTSLIST
TT_DOMAINCONFLICTSLIST
¶
Contains details about the domain conflicts.
iv_nextmarker
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
Queryable Attributes¶
DomainConflicts¶
Contains details about the domain conflicts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAINCONFLICTS() |
Getter for DOMAINCONFLICTS, with configurable default |
ASK_DOMAINCONFLICTS() |
Getter for DOMAINCONFLICTS w/ exceptions if field has no val |
HAS_DOMAINCONFLICTS() |
Determine if DOMAINCONFLICTS has a value |
NextMarker¶
A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |