Uses of Class
odata.msgraph.client.enums.RoutingMode
-
Packages that use RoutingMode Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of RoutingMode in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RoutingMode Modifier and Type Field Description protected RoutingModeAudioRoutingGroup. routingModeMethods in odata.msgraph.client.entity that return types with arguments of type RoutingMode Modifier and Type Method Description Optional<RoutingMode>AudioRoutingGroup. getRoutingMode()Methods in odata.msgraph.client.entity with parameters of type RoutingMode Modifier and Type Method Description AudioRoutingGroup.BuilderAudioRoutingGroup.Builder. routingMode(RoutingMode routingMode)AudioRoutingGroupAudioRoutingGroup. withRoutingMode(RoutingMode routingMode) -
Uses of RoutingMode in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return RoutingMode Modifier and Type Method Description static RoutingModeRoutingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingMode[]RoutingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-