Uses of Class
odata.msgraph.client.entity.EmailAuthenticationMethodConfiguration
-
Packages that use EmailAuthenticationMethodConfiguration Package Description odata.msgraph.client.entity -
-
Uses of EmailAuthenticationMethodConfiguration in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return EmailAuthenticationMethodConfiguration Modifier and Type Method Description EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration.Builder. build()EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. withAllowExternalIdToUseEmailOtp(ExternalEmailOtpState allowExternalIdToUseEmailOtp)EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. withIncludeTargets(List<AuthenticationMethodTarget> includeTargets)EmailAuthenticationMethodConfigurationEmailAuthenticationMethodConfiguration. withUnmappedField(String name, Object value)
-