public class RoomList extends Place implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
RoomList.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
address, displayName, geoCoordinates, phonechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RoomList() |
| Modifier and Type | Method and Description |
|---|---|
static RoomList.Builder |
builderRoomList()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getEmailAddress() |
RoomCollectionRequest |
getRooms() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
RoomList |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
RoomList |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
RoomList |
withEmailAddress(String emailAddress) |
getAddress, getDisplayName, getGeoCoordinates, getPhone, withAddress, withDisplayName, withGeoCoordinates, withPhoneprotected String emailAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Placepublic static RoomList.Builder builderRoomList()
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 RoomCollectionRequest getRooms()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Placepublic RoomList patch()
this with changed fields reset.public RoomList put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.