/AWS1/CL_BTCLSTCONSUMABLERES01¶
ListConsumableResourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_consumableresources TYPE /AWS1/CL_BTCCONSUMABLERESRCS00=>TT_CONSUMABLERESOURCESUMMLIST TT_CONSUMABLERESOURCESUMMLIST¶
A list of consumable resources that match the request.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The
nextTokenvalue to include in a futureListConsumableResourcesrequest. When the results of aListConsumableResourcesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
consumableResources¶
A list of consumable resources that match the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMABLERESOURCES() |
Getter for CONSUMABLERESOURCES, with configurable default |
ASK_CONSUMABLERESOURCES() |
Getter for CONSUMABLERESOURCES w/ exceptions if field has no |
HAS_CONSUMABLERESOURCES() |
Determine if CONSUMABLERESOURCES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListConsumableResourcesrequest. When the results of aListConsumableResourcesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |