Uses of Class
odata.msgraph.client.beta.entity.AudioRoutingGroup
-
Packages that use AudioRoutingGroup Package Description odata.msgraph.client.beta.entity -
-
Uses of AudioRoutingGroup in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AudioRoutingGroup Modifier and Type Method Description AudioRoutingGroupAudioRoutingGroup.Builder. build()AudioRoutingGroupAudioRoutingGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AudioRoutingGroupAudioRoutingGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AudioRoutingGroupAudioRoutingGroup. withReceivers(List<String> receivers)AudioRoutingGroupAudioRoutingGroup. withRoutingMode(RoutingMode routingMode)AudioRoutingGroupAudioRoutingGroup. withSources(List<String> sources)AudioRoutingGroupAudioRoutingGroup. withUnmappedField(String name, String value)
-