Uses of Enum
com.microsoft.graph.models.UserFlowType
Packages that use UserFlowType
-
Uses of UserFlowType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserFlowTypeModifier and TypeMethodDescriptionstatic UserFlowTypeIdentityUserFlow.getUserFlowType()Gets the userFlowType property value.static UserFlowTypeReturns the enum constant of this type with the specified name.static UserFlowType[]UserFlowType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type UserFlowTypeModifier and TypeMethodDescriptionvoidIdentityUserFlow.setUserFlowType(UserFlowType value) Sets the userFlowType property value.