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
Methods 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, String value)
-