Package odata.msgraph.client.beta.entity
Class Place
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Place
-
-
Field Summary
Fields Modifier and Type Field Description protected PhysicalAddressaddressprotected StringdisplayNameprotected OutlookGeoCoordinatesgeoCoordinatesprotected Stringphone-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<PhysicalAddress>getAddress()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getDisplayName()Optional<OutlookGeoCoordinates>getGeoCoordinates()Optional<String>getPhone()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()Placepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)Placeput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()PlacewithAddress(PhysicalAddress address)PlacewithDisplayName(String displayName)PlacewithGeoCoordinates(OutlookGeoCoordinates geoCoordinates)PlacewithPhone(String phone)PlacewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
address
protected PhysicalAddress address
-
displayName
protected String displayName
-
geoCoordinates
protected OutlookGeoCoordinates geoCoordinates
-
phone
protected String phone
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAddress
public Optional<PhysicalAddress> getAddress()
-
withAddress
public Place withAddress(PhysicalAddress address)
-
getGeoCoordinates
public Optional<OutlookGeoCoordinates> getGeoCoordinates()
-
withGeoCoordinates
public Place withGeoCoordinates(OutlookGeoCoordinates geoCoordinates)
-
withUnmappedField
public Place withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Place patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Place put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-