Uses of Class
odata.msgraph.client.complex.AssignmentOrder
-
Packages that use AssignmentOrder Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of AssignmentOrder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AssignmentOrder Modifier and Type Method Description AssignmentOrderAssignmentOrder.Builder. build()AssignmentOrderAssignmentOrder. withUnmappedField(String name, Object value) -
Uses of AssignmentOrder in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type AssignmentOrder Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<AssignmentOrder>IdentityUserFlowAttributeAssignmentCollectionRequest. getOrder()Methods in odata.msgraph.client.entity.collection.request with parameters of type AssignmentOrder Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnIdentityUserFlowAttributeAssignmentCollectionRequest. setOrder(AssignmentOrder newAssignmentOrder)
-