static CreateStageResponse.Builder |
CreateStageResponse.builder() |
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.participantTokens(Collection<ParticipantToken> participantTokens) |
Participant tokens attached to the stage.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.participantTokens(Consumer<ParticipantToken.Builder>... participantTokens) |
Participant tokens attached to the stage.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.participantTokens(ParticipantToken... participantTokens) |
Participant tokens attached to the stage.
|
default CreateStageResponse.Builder |
CreateStageResponse.Builder.stage(Consumer<Stage.Builder> stage) |
The stage that was created.
|
CreateStageResponse.Builder |
CreateStageResponse.Builder.stage(Stage stage) |
The stage that was created.
|
CreateStageResponse.Builder |
CreateStageResponse.toBuilder() |
|