/AWS1/CL_DFMLISTOFFERINGSRSLT¶
Represents the return values of the list of offerings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_offerings TYPE /AWS1/CL_DFMOFFERING=>TT_OFFERINGS TT_OFFERINGS¶
A value that represents the list offering results.
iv_nexttoken TYPE /AWS1/DFMPAGINATIONTOKEN /AWS1/DFMPAGINATIONTOKEN¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Queryable Attributes¶
offerings¶
A value that represents the list offering results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERINGS() |
Getter for OFFERINGS, with configurable default |
ASK_OFFERINGS() |
Getter for OFFERINGS w/ exceptions if field has no value |
HAS_OFFERINGS() |
Determine if OFFERINGS has a value |
nextToken¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
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 |