/AWS1/CL_EVYLISTFEATURESRSP¶
ListFeaturesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_features TYPE /AWS1/CL_EVYFEATURESUMMARY=>TT_FEATURESUMMARIESLIST TT_FEATURESUMMARIESLIST¶
An array of structures that contain the configuration details of the features in the specified project.
iv_nexttoken TYPE /AWS1/EVYNEXTTOKEN /AWS1/EVYNEXTTOKEN¶
The token to use in a subsequent
ListFeaturesoperation to return the next set of results.
Queryable Attributes¶
features¶
An array of structures that contain the configuration details of the features in the specified project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURES() |
Getter for FEATURES, with configurable default |
ASK_FEATURES() |
Getter for FEATURES w/ exceptions if field has no value |
HAS_FEATURES() |
Determine if FEATURES has a value |
nextToken¶
The token to use in a subsequent
ListFeaturesoperation to return the next set 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 |