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