Interface BatchCreateAttendeeResponse.Builder

    • Method Detail

      • attendees

        BatchCreateAttendeeResponse.Builder attendees​(Collection<Attendee> attendees)

        The attendee information, including attendees' IDs and join tokens.

        Parameters:
        attendees - The attendee information, including attendees' IDs and join tokens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attendees

        BatchCreateAttendeeResponse.Builder attendees​(Attendee... attendees)

        The attendee information, including attendees' IDs and join tokens.

        Parameters:
        attendees - The attendee information, including attendees' IDs and join tokens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.