Uses of Class
odata.msgraph.client.enums.AttributeFlowBehavior
-
Packages that use AttributeFlowBehavior Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AttributeFlowBehavior in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AttributeFlowBehavior Modifier and Type Field Description protected AttributeFlowBehaviorAttributeMapping. flowBehaviorMethods in odata.msgraph.client.complex that return types with arguments of type AttributeFlowBehavior Modifier and Type Method Description Optional<AttributeFlowBehavior>AttributeMapping. getFlowBehavior()Methods in odata.msgraph.client.complex with parameters of type AttributeFlowBehavior Modifier and Type Method Description AttributeMapping.BuilderAttributeMapping.Builder. flowBehavior(AttributeFlowBehavior flowBehavior)AttributeMappingAttributeMapping. withFlowBehavior(AttributeFlowBehavior flowBehavior) -
Uses of AttributeFlowBehavior in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AttributeFlowBehavior Modifier and Type Method Description static AttributeFlowBehaviorAttributeFlowBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeFlowBehavior[]AttributeFlowBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.
-