Uses of Class
odata.msgraph.client.complex.CallRoute
-
Packages that use CallRoute Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CallRoute in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CallRoute Modifier and Type Method Description CallRouteCallRoute.Builder. build()CallRouteCallRoute. withFinal(IdentitySet final_)CallRouteCallRoute. withOriginal(IdentitySet original)CallRouteCallRoute. withRoutingType(RoutingType routingType)CallRouteCallRoute. withUnmappedField(String name, Object value) -
Uses of CallRoute in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type CallRoute Modifier and Type Field Description protected List<CallRoute>Call. callRoutesMethods in odata.msgraph.client.entity that return types with arguments of type CallRoute Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CallRoute>Call. getCallRoutes()com.github.davidmoten.odata.client.CollectionPage<CallRoute>Call. getCallRoutes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type CallRoute Modifier and Type Method Description Call.BuilderCall.Builder. callRoutes(CallRoute... callRoutes)Method parameters in odata.msgraph.client.entity with type arguments of type CallRoute Modifier and Type Method Description Call.BuilderCall.Builder. callRoutes(List<CallRoute> callRoutes)CallCall. withCallRoutes(List<CallRoute> callRoutes)
-