public static interface GetParticipantResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<GetParticipantResponse.Builder,GetParticipantResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetParticipantResponse.Builder |
participant(Consumer<Participant.Builder> participant)
The participant that is returned.
|
GetParticipantResponse.Builder |
participant(Participant participant)
The participant that is returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetParticipantResponse.Builder participant(Participant participant)
The participant that is returned.
participant - The participant that is returned.default GetParticipantResponse.Builder participant(Consumer<Participant.Builder> participant)
The participant that is returned.
This is a convenience method that creates an instance of theParticipant.Builder avoiding the need to
create one manually via Participant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to participant(Participant).
participant - a consumer that will call methods on Participant.Builderparticipant(Participant)Copyright © 2023. All rights reserved.