Uses of Class
odata.msgraph.client.beta.entity.Participant
-
Packages that use Participant Package Description odata.msgraph.client.beta.entity -
-
Uses of Participant in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Participant Modifier and Type Method Description ParticipantParticipant.Builder. build()ParticipantParticipant. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ParticipantParticipant. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ParticipantParticipant. withInfo(ParticipantInfo info)ParticipantParticipant. withIsInLobby(Boolean isInLobby)ParticipantParticipant. withIsMuted(Boolean isMuted)ParticipantParticipant. withMediaStreams(List<MediaStream> mediaStreams)ParticipantParticipant. withMetadata(String metadata)ParticipantParticipant. withRecordingInfo(RecordingInfo recordingInfo)ParticipantParticipant. withUnmappedField(String name, String value)
-