/AWS1/CL_BCDLISTDBOARDSRSP¶
ListDashboardsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_dashboards
TYPE /AWS1/CL_BCDDASHBOARDREFERENCE=>TT_DASHBOARDREFERENCELIST
TT_DASHBOARDREFERENCELIST
¶
An array of dashboard references, containing basic information about each dashboard.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BCDNEXTPAGETOKEN
/AWS1/BCDNEXTPAGETOKEN
¶
The token to use to retrieve the next page of results. Not returned if there are no more results to retrieve.
Queryable Attributes¶
dashboards¶
An array of dashboard references, containing basic information about each dashboard.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DASHBOARDS() |
Getter for DASHBOARDS, with configurable default |
ASK_DASHBOARDS() |
Getter for DASHBOARDS w/ exceptions if field has no value |
HAS_DASHBOARDS() |
Determine if DASHBOARDS has a value |
nextToken¶
The token to use to retrieve the next page of results. Not returned if there are no more results to retrieve.
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 |