Uses of Class
odata.msgraph.client.enums.ExternalEmailOtpState
-
Packages that use ExternalEmailOtpState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ExternalEmailOtpState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ExternalEmailOtpState Modifier and Type Field Description protected ExternalEmailOtpStateEmailAuthenticationMethodConfiguration. allowExternalIdToUseEmailOtpMethods in odata.msgraph.client.entity that return types with arguments of type ExternalEmailOtpState Modifier and Type Method Description Optional<ExternalEmailOtpState>EmailAuthenticationMethodConfiguration. getAllowExternalIdToUseEmailOtp()Methods in odata.msgraph.client.entity with parameters of type ExternalEmailOtpState Modifier and Type Method Description EmailAuthenticationMethodConfiguration.BuilderEmailAuthenticationMethodConfiguration.Builder. allowExternalIdToUseEmailOtp(ExternalEmailOtpState allowExternalIdToUseEmailOtp)EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. withAllowExternalIdToUseEmailOtp(ExternalEmailOtpState allowExternalIdToUseEmailOtp) -
Uses of ExternalEmailOtpState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ExternalEmailOtpState Modifier and Type Method Description static ExternalEmailOtpStateExternalEmailOtpState. valueOf(String name)Returns 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.
-