Package net.worcade.client.create
Interface RoomCreate
-
- All Superinterfaces:
EntityModification,RoomModification
public interface RoomCreate extends RoomModification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoomCreatefloor(String floor)RoomCreatelabels(Reference... labels)RoomCreatelocation(Reference location)RoomCreatename(String name)RoomCreateremoteIds(RemoteId... remoteIds)RoomCreateroomNumber(String roomNumber)
-
-
-
Method Detail
-
name
RoomCreate name(String name)
- Specified by:
namein interfaceRoomModification
-
floor
RoomCreate floor(String floor)
- Specified by:
floorin interfaceRoomModification
-
roomNumber
RoomCreate roomNumber(String roomNumber)
- Specified by:
roomNumberin interfaceRoomModification
-
location
RoomCreate location(Reference location)
- Specified by:
locationin interfaceRoomModification
-
labels
RoomCreate labels(Reference... labels)
-
remoteIds
RoomCreate remoteIds(RemoteId... remoteIds)
-
-