Interface CreateStageResponse.Builder

    • Method Detail

      • stage

        CreateStageResponse.Builder stage​(Stage stage)

        The stage that was created.

        Parameters:
        stage - The stage that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participantTokens

        CreateStageResponse.Builder participantTokens​(Collection<ParticipantToken> participantTokens)

        Participant tokens attached to the stage. These correspond to the participants in the request.

        Parameters:
        participantTokens - Participant tokens attached to the stage. These correspond to the participants in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participantTokens

        CreateStageResponse.Builder participantTokens​(ParticipantToken... participantTokens)

        Participant tokens attached to the stage. These correspond to the participants in the request.

        Parameters:
        participantTokens - Participant tokens attached to the stage. These correspond to the participants in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.