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