Package com.mapsindoors.livesdk
Interface LiveTopicCriteria.BuilderFloor
-
- All Known Implementing Classes:
LiveTopicCriteria.BuilderImpl
- Enclosing class:
- LiveTopicCriteria
public static interface LiveTopicCriteria.BuilderFloor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveTopicCriteria.BuilderRoom
anyFloor()
Sets the builder to use any floorLiveTopicCriteria.BuilderRoom
setFloorId(java.lang.String floorId)
Sets the floor id for the BuilderFloorLiveTopicCriteria.BuilderBuild
setMultiLevelWildcard()
Finishes the builder and sets the remaining values to Any
-
-
-
Method Detail
-
setFloorId
LiveTopicCriteria.BuilderRoom setFloorId(java.lang.String floorId)
Sets the floor id for the BuilderFloor- Parameters:
floorId
- the id of the floor- Returns:
- BuilderRoom, the next step in the builder
-
anyFloor
LiveTopicCriteria.BuilderRoom anyFloor()
Sets the builder to use any floor- Returns:
- BuilderRoom, the next step in the builder
-
setMultiLevelWildcard
LiveTopicCriteria.BuilderBuild setMultiLevelWildcard()
Finishes the builder and sets the remaining values to Any- Returns:
- BuilderBuild, the finished builder
-
-