Interface BatchCreateRoomMembershipResponse.Builder

    • Method Detail

      • errors

        BatchCreateRoomMembershipResponse.Builder errors​(Collection<MemberError> errors)

        If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.

        Parameters:
        errors - If the action fails for one or more of the member IDs in the request, a list of the member IDs 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

        BatchCreateRoomMembershipResponse.Builder errors​(MemberError... errors)

        If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.

        Parameters:
        errors - If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.