Skip to content

/AWS1/CL_BTCLISTQUOTASHARESRSP

ListQuotaSharesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_quotashares TYPE /AWS1/CL_BTCQUOTASHAREDETAIL=>TT_QUOTASHARELIST TT_QUOTASHARELIST

A list of quota shares that match the request.

iv_nexttoken TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The nextToken value to include in a future ListQuotaShares request. When the results of a ListQuotaShares request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

quotaShares

A list of quota shares that match the request.

Accessible with the following methods

Method Description
GET_QUOTASHARES() Getter for QUOTASHARES, with configurable default
ASK_QUOTASHARES() Getter for QUOTASHARES w/ exceptions if field has no value
HAS_QUOTASHARES() Determine if QUOTASHARES has a value

nextToken

The nextToken value to include in a future ListQuotaShares request. When the results of a ListQuotaShares request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when 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