| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Room |
Room.Builder.build() |
Room |
Room.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Room |
Room.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Room |
Room.withAudioDeviceName(String audioDeviceName) |
Room |
Room.withBookingType(BookingType bookingType) |
Room |
Room.withBuilding(String building) |
Room |
Room.withCapacity(Integer capacity) |
Room |
Room.withDisplayDeviceName(String displayDeviceName) |
Room |
Room.withEmailAddress(String emailAddress) |
Room |
Room.withFloorLabel(String floorLabel) |
Room |
Room.withFloorNumber(Integer floorNumber) |
Room |
Room.withIsWheelChairAccessible(Boolean isWheelChairAccessible) |
Room |
Room.withLabel(String label) |
Room |
Room.withNickname(String nickname) |
Room |
Room.withVideoDeviceName(String videoDeviceName) |
Copyright © 2018–2020. All rights reserved.