Uses of Enum
com.microsoft.graph.models.ExternalEmailOtpState
Packages that use ExternalEmailOtpState
-
Uses of ExternalEmailOtpState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExternalEmailOtpStateModifier and TypeMethodDescriptionstatic ExternalEmailOtpStateEmailAuthenticationMethodConfiguration.getAllowExternalIdToUseEmailOtp()Gets the allowExternalIdToUseEmailOtp property value.static ExternalEmailOtpStateReturns the enum constant of this type with the specified name.static ExternalEmailOtpState[]ExternalEmailOtpState.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 ExternalEmailOtpStateModifier and TypeMethodDescriptionvoidEmailAuthenticationMethodConfiguration.setAllowExternalIdToUseEmailOtp(ExternalEmailOtpState value) Sets the allowExternalIdToUseEmailOtp property value.