/AWS1/CL_WKRBATCHREINVUSERRSP¶
BatchReinviteUserResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A message indicating the overall result of the batch reinvitation operation.
it_successful TYPE /AWS1/CL_WKRBTCUSERSUCCRSPITEM=>TT_BATCHUSERSUCCESSRSPITEMS TT_BATCHUSERSUCCESSRSPITEMS¶
A list of user IDs that were successfully reinvited.
it_failed TYPE /AWS1/CL_WKRBTCUSERERRRSPITEM=>TT_BATCHUSERERRORRESPONSEITEMS TT_BATCHUSERERRORRESPONSEITEMS¶
A list of reinvitation attempts that failed, including error details explaining why each user could not be reinvited.
Queryable Attributes¶
message¶
A message indicating the overall result of the batch reinvitation operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
successful¶
A list of user IDs that were successfully reinvited.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
failed¶
A list of reinvitation attempts that failed, including error details explaining why each user could not be reinvited.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |