/AWS1/CL_BDOLISTBROWSERSRSP¶
ListBrowsersResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_browsersummaries
TYPE /AWS1/CL_BDOBROWSERSUMMARY=>TT_BROWSERSUMMARIES
TT_BROWSERSUMMARIES
¶
The list of browser summaries.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BDONEXTTOKEN
/AWS1/BDONEXTTOKEN
¶
A token to retrieve the next page of results.
Queryable Attributes¶
browserSummaries¶
The list of browser summaries.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROWSERSUMMARIES() |
Getter for BROWSERSUMMARIES, with configurable default |
ASK_BROWSERSUMMARIES() |
Getter for BROWSERSUMMARIES w/ exceptions if field has no va |
HAS_BROWSERSUMMARIES() |
Determine if BROWSERSUMMARIES has a value |
nextToken¶
A token to retrieve 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 |