Uses of Class
odata.msgraph.client.beta.entity.CommsOperation
-
Packages that use CommsOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of CommsOperation in odata.msgraph.client.beta.entity
Subclasses of CommsOperation in odata.msgraph.client.beta.entity Modifier and Type Class Description classCancelMediaProcessingOperationclassInviteParticipantsOperationclassMuteParticipantOperationclassMuteParticipantsOperationclassPlayPromptOperationclassRecordOperationclassStartHoldMusicOperationclassStopHoldMusicOperationclassSubscribeToToneOperationclassUnmuteParticipantOperationclassUpdateRecordingStatusOperationMethods in odata.msgraph.client.beta.entity that return CommsOperation Modifier and Type Method Description CommsOperationCommsOperation.Builder. build()CommsOperationCommsOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CommsOperationCommsOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CommsOperationCommsOperation. withClientContext(String clientContext)CommsOperationCommsOperation. withResultInfo(ResultInfo resultInfo)CommsOperationCommsOperation. withStatus(OperationStatus status)CommsOperationCommsOperation. withUnmappedField(String name, String value)
-