Uses of Class
odata.msgraph.client.beta.entity.Room
-
Packages that use Room Package Description odata.msgraph.client.beta.entity -
-
Uses of Room in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Room Modifier and Type Method Description RoomRoom.Builder. build()RoomRoom. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RoomRoom. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RoomRoom. withAudioDeviceName(String audioDeviceName)RoomRoom. withBookingType(BookingType bookingType)RoomRoom. withBuilding(String building)RoomRoom. withCapacity(Integer capacity)RoomRoom. withDisplayDeviceName(String displayDeviceName)RoomRoom. withEmailAddress(String emailAddress)RoomRoom. withFloorLabel(String floorLabel)RoomRoom. withFloorNumber(Integer floorNumber)RoomRoom. withIsWheelChairAccessible(Boolean isWheelChairAccessible)RoomRoom. withLabel(String label)RoomRoom. withNickname(String nickname)RoomRoom. withTags(List<String> tags)RoomRoom. withUnmappedField(String name, String value)RoomRoom. withVideoDeviceName(String videoDeviceName)
-