/AWS1/CL_CHMBTCCREATTENDEERSP¶
BatchCreateAttendeeResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_attendees TYPE /AWS1/CL_CHMATTENDEE=>TT_ATTENDEELIST TT_ATTENDEELIST¶
The attendee information, including attendees' IDs and join tokens.
it_errors TYPE /AWS1/CL_CHMCREATTENDEEERROR=>TT_BATCHCREATTENDEEERRORLIST TT_BATCHCREATTENDEEERRORLIST¶
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
Queryable Attributes¶
Attendees¶
The attendee information, including attendees' IDs and join tokens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTENDEES() |
Getter for ATTENDEES, with configurable default |
ASK_ATTENDEES() |
Getter for ATTENDEES w/ exceptions if field has no value |
HAS_ATTENDEES() |
Determine if ATTENDEES has a value |
Errors¶
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |