/AWS1/CL_SHBDESCRSTANDARDSRSP¶
DescribeStandardsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_standards TYPE /AWS1/CL_SHBSTANDARD=>TT_STANDARDS TT_STANDARDS¶
A list of available standards.
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The pagination token to use to request the next page of results.
Queryable Attributes¶
Standards¶
A list of available standards.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STANDARDS() |
Getter for STANDARDS, with configurable default |
ASK_STANDARDS() |
Getter for STANDARDS w/ exceptions if field has no value |
HAS_STANDARDS() |
Determine if STANDARDS has a value |
NextToken¶
The pagination token to use to request 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 |