public class Room extends Place implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Room.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
audioDeviceName |
protected BookingType |
bookingType |
protected String |
building |
protected Integer |
capacity |
protected String |
displayDeviceName |
protected String |
emailAddress |
protected String |
floorLabel |
protected Integer |
floorNumber |
protected Boolean |
isWheelChairAccessible |
protected String |
label |
protected String |
nickname |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected String |
videoDeviceName |
address, displayName, geoCoordinates, phonechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Room() |
| Modifier and Type | Method and Description |
|---|---|
static Room.Builder |
builderRoom()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAudioDeviceName() |
Optional<BookingType> |
getBookingType() |
Optional<String> |
getBuilding() |
Optional<Integer> |
getCapacity() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayDeviceName() |
Optional<String> |
getEmailAddress() |
Optional<String> |
getFloorLabel() |
Optional<Integer> |
getFloorNumber() |
Optional<Boolean> |
getIsWheelChairAccessible() |
Optional<String> |
getLabel() |
Optional<String> |
getNickname() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTags() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTags(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVideoDeviceName() |
String |
odataTypeName() |
Room |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Room |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Room |
withAudioDeviceName(String audioDeviceName) |
Room |
withBookingType(BookingType bookingType) |
Room |
withBuilding(String building) |
Room |
withCapacity(Integer capacity) |
Room |
withDisplayDeviceName(String displayDeviceName) |
Room |
withEmailAddress(String emailAddress) |
Room |
withFloorLabel(String floorLabel) |
Room |
withFloorNumber(Integer floorNumber) |
Room |
withIsWheelChairAccessible(Boolean isWheelChairAccessible) |
Room |
withLabel(String label) |
Room |
withNickname(String nickname) |
Room |
withVideoDeviceName(String videoDeviceName) |
getAddress, getDisplayName, getGeoCoordinates, getPhone, withAddress, withDisplayName, withGeoCoordinates, withPhoneprotected String emailAddress
protected String nickname
protected String building
protected Integer floorNumber
protected String label
protected Integer capacity
protected BookingType bookingType
protected String audioDeviceName
protected String videoDeviceName
protected String displayDeviceName
protected Boolean isWheelChairAccessible
protected String tagsNextLink
protected String floorLabel
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Placepublic static Room.Builder builderRoom()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Placepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Placepublic Optional<BookingType> getBookingType()
public Room withBookingType(BookingType bookingType)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Placepublic Room patch()
this with changed fields reset.public Room put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.