/AWS1/CL_DETLISTGRAPHSRESPONSE¶
ListGraphsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_graphlist TYPE /AWS1/CL_DETGRAPH=>TT_GRAPHLIST TT_GRAPHLIST¶
A list of behavior graphs that the account is an administrator account for.
iv_nexttoken TYPE /AWS1/DETPAGINATIONTOKEN /AWS1/DETPAGINATIONTOKEN¶
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
Queryable Attributes¶
GraphList¶
A list of behavior graphs that the account is an administrator account for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRAPHLIST() |
Getter for GRAPHLIST, with configurable default |
ASK_GRAPHLIST() |
Getter for GRAPHLIST w/ exceptions if field has no value |
HAS_GRAPHLIST() |
Determine if GRAPHLIST has a value |
NextToken¶
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
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 |