BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.attendees(Collection<Attendee> attendees) |
The attendee information, including attendees IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.attendees(Consumer<Attendee.Builder>... attendees) |
The attendee information, including attendees IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.attendees(Attendee... attendees) |
The attendee information, including attendees IDs and join tokens.
|
static BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.builder() |
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.errors(Collection<CreateAttendeeError> 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.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.errors(Consumer<CreateAttendeeError.Builder>... 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.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.errors(CreateAttendeeError... 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.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.toBuilder() |
|