Uses of Class
odata.msgraph.client.beta.entity.MuteParticipantOperation
-
Packages that use MuteParticipantOperation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of MuteParticipantOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MuteParticipantOperation Modifier and Type Method Description MuteParticipantOperationMuteParticipantOperation.Builder. build()MuteParticipantOperationMuteParticipantOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MuteParticipantOperationMuteParticipantOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MuteParticipantOperationMuteParticipantOperation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type MuteParticipantOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MuteParticipantOperation>Call. mute(String clientContext)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MuteParticipantOperation>Participant. mute(String clientContext) -
Uses of MuteParticipantOperation in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type MuteParticipantOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MuteParticipantOperation>CallRequest. mute(String clientContext)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<MuteParticipantOperation>ParticipantRequest. mute(String clientContext)
-