Uses of Class
odata.msgraph.client.enums.PromptLoginBehavior
-
Packages that use PromptLoginBehavior Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of PromptLoginBehavior in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PromptLoginBehavior Modifier and Type Field Description protected PromptLoginBehaviorInternalDomainFederation. promptLoginBehaviorMethods in odata.msgraph.client.entity that return types with arguments of type PromptLoginBehavior Modifier and Type Method Description Optional<PromptLoginBehavior>InternalDomainFederation. getPromptLoginBehavior()Methods in odata.msgraph.client.entity with parameters of type PromptLoginBehavior Modifier and Type Method Description InternalDomainFederation.BuilderInternalDomainFederation.Builder. promptLoginBehavior(PromptLoginBehavior promptLoginBehavior)InternalDomainFederationInternalDomainFederation. withPromptLoginBehavior(PromptLoginBehavior promptLoginBehavior) -
Uses of PromptLoginBehavior in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PromptLoginBehavior Modifier and Type Method Description static PromptLoginBehaviorPromptLoginBehavior. valueOf(String name)Returns 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.
-