Uses of Enum
com.microsoft.graph.models.RoutingType
Packages that use RoutingType
-
Uses of RoutingType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RoutingTypeModifier and TypeMethodDescriptionstatic RoutingTypeCallRoute.getRoutingType()Gets the routingType property value.static RoutingTypeReturns the enum constant of this type with the specified name.static RoutingType[]RoutingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RoutingTypeModifier and TypeMethodDescriptionvoidCallRoute.setRoutingType(RoutingType value) Sets the routingType property value.