Uses of Enum
com.microsoft.graph.models.ObjectFlowTypes
Packages that use ObjectFlowTypes
-
Uses of ObjectFlowTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ObjectFlowTypesModifier and TypeMethodDescriptionstatic ObjectFlowTypesstatic ObjectFlowTypesReturns the enum constant of this type with the specified name.static ObjectFlowTypes[]ObjectFlowTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ObjectFlowTypesModifier and TypeMethodDescriptionObjectMapping.getFlowTypes()Gets the flowTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type ObjectFlowTypesModifier and TypeMethodDescriptionvoidObjectMapping.setFlowTypes(EnumSet<ObjectFlowTypes> value) Sets the flowTypes property value.