/AWS1/CL_REHLSTUNSUPPEDAPPVR01¶
ListUnsupportedAppVersionResourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_unsupportedresources TYPE /AWS1/CL_REHUNSUPPEDRESOURCE=>TT_UNSUPPORTEDRESOURCELIST TT_UNSUPPORTEDRESOURCELIST¶
The unsupported resources for the application.
iv_resolutionid TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
The identifier for a specific resolution.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN¶
Token for the next set of results, or null if there are no more results.
Queryable Attributes¶
unsupportedResources¶
The unsupported resources for the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNSUPPORTEDRESOURCES() |
Getter for UNSUPPORTEDRESOURCES, with configurable default |
ASK_UNSUPPORTEDRESOURCES() |
Getter for UNSUPPORTEDRESOURCES w/ exceptions if field has n |
HAS_UNSUPPORTEDRESOURCES() |
Determine if UNSUPPORTEDRESOURCES has a value |
resolutionId¶
The identifier for a specific resolution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLUTIONID() |
Getter for RESOLUTIONID, with configurable default |
ASK_RESOLUTIONID() |
Getter for RESOLUTIONID w/ exceptions if field has no value |
HAS_RESOLUTIONID() |
Determine if RESOLUTIONID has a value |
nextToken¶
Token for the next set of results, or null if there are no more 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 |