/AWS1/CL_OSRDESCRPACKAGESRSP¶
Container for the response returned by the DescribePackages
operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_packagedetailslist TYPE /AWS1/CL_OSRPACKAGEDETAILS=>TT_PACKAGEDETAILSLIST TT_PACKAGEDETAILSLIST¶
Basic information about a package.
iv_nexttoken TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
Queryable Attributes¶
PackageDetailsList¶
Basic information about a package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEDETAILSLIST() |
Getter for PACKAGEDETAILSLIST, with configurable default |
ASK_PACKAGEDETAILSLIST() |
Getter for PACKAGEDETAILSLIST w/ exceptions if field has no |
HAS_PACKAGEDETAILSLIST() |
Determine if PACKAGEDETAILSLIST has a value |
NextToken¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
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 |