/AWS1/CL_RSSLISTWORKGROUPSRSP¶
ListWorkgroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workgroups TYPE /AWS1/CL_RSSWORKGROUP=>TT_WORKGROUPLIST TT_WORKGROUPLIST¶
The returned array of workgroups.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RSSSTRING /AWS1/RSSSTRING¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.
Queryable Attributes¶
nextToken¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.
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 |
workgroups¶
The returned array of workgroups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKGROUPS() |
Getter for WORKGROUPS, with configurable default |
ASK_WORKGROUPS() |
Getter for WORKGROUPS w/ exceptions if field has no value |
HAS_WORKGROUPS() |
Determine if WORKGROUPS has a value |