Package odata.msgraph.client.beta.entity
Class Room
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Place
-
- odata.msgraph.client.beta.entity.Room
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Room extends Place implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoom.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringaudioDeviceNameprotected BookingTypebookingTypeprotected Stringbuildingprotected Integercapacityprotected StringdisplayDeviceNameprotected StringemailAddressprotected StringfloorLabelprotected IntegerfloorNumberprotected BooleanisWheelChairAccessibleprotected Stringlabelprotected Stringnicknameprotected List<String>tagsprotected StringtagsNextLinkprotected StringvideoDeviceName-
Fields inherited from class odata.msgraph.client.beta.entity.Place
address, displayName, geoCoordinates, phone
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRoom()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Room.BuilderbuilderRoom()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.ChangedFieldsgetChangedFields()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.UnmappedFieldsgetUnmappedFields()Optional<String>getVideoDeviceName()StringodataTypeName()Roompatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)Roomput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()RoomwithAudioDeviceName(String audioDeviceName)RoomwithBookingType(BookingType bookingType)RoomwithBuilding(String building)RoomwithCapacity(Integer capacity)RoomwithDisplayDeviceName(String displayDeviceName)RoomwithEmailAddress(String emailAddress)RoomwithFloorLabel(String floorLabel)RoomwithFloorNumber(Integer floorNumber)RoomwithIsWheelChairAccessible(Boolean isWheelChairAccessible)RoomwithLabel(String label)RoomwithNickname(String nickname)RoomwithTags(List<String> tags)RoomwithUnmappedField(String name, String value)RoomwithVideoDeviceName(String videoDeviceName)-
Methods inherited from class odata.msgraph.client.beta.entity.Place
getAddress, getDisplayName, getGeoCoordinates, getPhone, withAddress, withDisplayName, withGeoCoordinates, withPhone
-
-
-
-
Field Detail
-
audioDeviceName
protected String audioDeviceName
-
bookingType
protected BookingType bookingType
-
building
protected String building
-
capacity
protected Integer capacity
-
displayDeviceName
protected String displayDeviceName
-
emailAddress
protected String emailAddress
-
floorLabel
protected String floorLabel
-
floorNumber
protected Integer floorNumber
-
isWheelChairAccessible
protected Boolean isWheelChairAccessible
-
label
protected String label
-
nickname
protected String nickname
-
tagsNextLink
protected String tagsNextLink
-
videoDeviceName
protected String videoDeviceName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classPlace
-
builderRoom
public static Room.Builder builderRoom()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classPlace
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classPlace
-
getBookingType
public Optional<BookingType> getBookingType()
-
withBookingType
public Room withBookingType(BookingType bookingType)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public Room withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classPlace
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classPlace
-
patch
public Room patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Room put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-