Uses of Class
odata.msgraph.client.beta.entity.Participant.Builder
-
Packages that use Participant.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of Participant.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Participant.Builder Modifier and Type Method Description static Participant.BuilderParticipant. builderParticipant()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Participant.BuilderParticipant.Builder. id(String id)Participant.BuilderParticipant.Builder. info(ParticipantInfo info)Participant.BuilderParticipant.Builder. isInLobby(Boolean isInLobby)Participant.BuilderParticipant.Builder. isMuted(Boolean isMuted)Participant.BuilderParticipant.Builder. mediaStreams(List<MediaStream> mediaStreams)Participant.BuilderParticipant.Builder. mediaStreams(MediaStream... mediaStreams)Participant.BuilderParticipant.Builder. mediaStreamsNextLink(String mediaStreamsNextLink)Participant.BuilderParticipant.Builder. metadata(String metadata)Participant.BuilderParticipant.Builder. recordingInfo(RecordingInfo recordingInfo)
-