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