Uses of Class
odata.msgraph.client.entity.EmailAuthenticationMethod
-
Packages that use EmailAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of EmailAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type EmailAuthenticationMethod Modifier and Type Field Description protected List<EmailAuthenticationMethod>Authentication. emailMethodsMethods in odata.msgraph.client.entity that return EmailAuthenticationMethod Modifier and Type Method Description EmailAuthenticationMethodEmailAuthenticationMethod.Builder. build()EmailAuthenticationMethodEmailAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EmailAuthenticationMethodEmailAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EmailAuthenticationMethodEmailAuthenticationMethod. withEmailAddress(String emailAddress)EmailAuthenticationMethodEmailAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type EmailAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. emailMethods(EmailAuthenticationMethod... emailMethods)Method parameters in odata.msgraph.client.entity with type arguments of type EmailAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. emailMethods(List<EmailAuthenticationMethod> emailMethods)AuthenticationAuthentication. withEmailMethods(List<EmailAuthenticationMethod> emailMethods)
-