/AWS1/CL_SGMLISTCONTEXTSRSP¶
ListContextsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_contextsummaries
TYPE /AWS1/CL_SGMCONTEXTSUMMARY=>TT_CONTEXTSUMMARIES
TT_CONTEXTSUMMARIES
¶
A list of contexts and their properties.
iv_nexttoken
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
A token for getting the next set of contexts, if there are any.
Queryable Attributes¶
ContextSummaries¶
A list of contexts and their properties.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTEXTSUMMARIES() |
Getter for CONTEXTSUMMARIES, with configurable default |
ASK_CONTEXTSUMMARIES() |
Getter for CONTEXTSUMMARIES w/ exceptions if field has no va |
HAS_CONTEXTSUMMARIES() |
Determine if CONTEXTSUMMARIES has a value |
NextToken¶
A token for getting the next set of contexts, if there are any.
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 |