Uses of Class
odata.msgraph.client.beta.entity.ItemAddress
-
Packages that use ItemAddress Package Description odata.msgraph.client.beta.entity -
-
Uses of ItemAddress in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ItemAddress Modifier and Type Method Description ItemAddressItemAddress.Builder. build()ItemAddressItemAddress. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemAddressItemAddress. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemAddressItemAddress. withDetail(PhysicalAddress detail)ItemAddressItemAddress. withDisplayName(String displayName)ItemAddressItemAddress. withGeoCoordinates(GeoCoordinates geoCoordinates)ItemAddressItemAddress. withUnmappedField(String name, String value)
-