Uses of Class
odata.msgraph.client.beta.entity.ItemEmail
-
Packages that use ItemEmail Package Description odata.msgraph.client.beta.entity -
-
Uses of ItemEmail in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ItemEmail Modifier and Type Method Description ItemEmailItemEmail.Builder. build()ItemEmailItemEmail. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemEmailItemEmail. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemEmailItemEmail. withAddress(String address)ItemEmailItemEmail. withDisplayName(String displayName)ItemEmailItemEmail. withType(EmailType type)ItemEmailItemEmail. withUnmappedField(String name, String value)
-