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