Uses of Enum
com.microsoft.graph.models.PromptLoginBehavior
Packages that use PromptLoginBehavior
-
Uses of PromptLoginBehavior in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PromptLoginBehaviorModifier and TypeMethodDescriptionstatic PromptLoginBehaviorInternalDomainFederation.getPromptLoginBehavior()Gets the promptLoginBehavior property value.static PromptLoginBehaviorReturns the enum constant of this type with the specified name.static PromptLoginBehavior[]PromptLoginBehavior.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 PromptLoginBehaviorModifier and TypeMethodDescriptionvoidInternalDomainFederation.setPromptLoginBehavior(PromptLoginBehavior value) Sets the promptLoginBehavior property value.