/AWS1/CL_SNBDESCRADDRESSESRSLT¶
DescribeAddressesResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_addresses
TYPE /AWS1/CL_SNBADDRESS=>TT_ADDRESSLIST
TT_ADDRESSLIST
¶
The Snow device shipping addresses that were created for this account.
iv_nexttoken
TYPE /AWS1/SNBSTRING
/AWS1/SNBSTRING
¶
HTTP requests are stateless. If you use the automatically generated
NextToken
value in your nextDescribeAddresses
call, your list of returned addresses will start from this point in the array.
Queryable Attributes¶
Addresses¶
The Snow device shipping addresses that were created for this account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDRESSES() |
Getter for ADDRESSES, with configurable default |
ASK_ADDRESSES() |
Getter for ADDRESSES w/ exceptions if field has no value |
HAS_ADDRESSES() |
Determine if ADDRESSES has a value |
NextToken¶
HTTP requests are stateless. If you use the automatically generated
NextToken
value in your nextDescribeAddresses
call, your list of returned addresses will start from this point in the array.
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 |