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