Uses of Class
odata.msgraph.client.beta.entity.Place
-
Packages that use Place Package Description odata.msgraph.client.beta.entity -
-
Uses of Place in odata.msgraph.client.beta.entity
Subclasses of Place in odata.msgraph.client.beta.entity Modifier and Type Class Description classRoomclassRoomListMethods in odata.msgraph.client.beta.entity that return Place Modifier and Type Method Description PlacePlace. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlacePlace. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlacePlace. withAddress(PhysicalAddress address)PlacePlace. withDisplayName(String displayName)PlacePlace. withGeoCoordinates(OutlookGeoCoordinates geoCoordinates)PlacePlace. withPhone(String phone)PlacePlace. withUnmappedField(String name, String value)
-