| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
Room |
class |
RoomList |
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Place |
Place.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Place |
Place.withAddress(PhysicalAddress address) |
Place |
Place.withDisplayName(String displayName) |
Place |
Place.withGeoCoordinates(OutlookGeoCoordinates geoCoordinates) |
Place |
Place.withPhone(String phone) |
Copyright © 2018–2020. All rights reserved.