Package com.mapsindoors.livesdk
Interface LiveTopicCriteria.BuilderLocation
-
- All Known Implementing Classes:
LiveTopicCriteria.BuilderImpl
- Enclosing class:
- LiveTopicCriteria
public static interface LiveTopicCriteria.BuilderLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveTopicCriteria.BuilderDomain
anyLocation()
Sets the builder to use any locationLiveTopicCriteria.BuilderDomain
setLocationId​(java.lang.String locationId)
Sets the location id for the builderLocationLiveTopicCriteria.BuilderBuild
setMultiLevelWildcard()
Finishes the builder and sets the remaining values to Any
-
-
-
Method Detail
-
setLocationId
LiveTopicCriteria.BuilderDomain setLocationId​(java.lang.String locationId)
Sets the location id for the builderLocation- Parameters:
locationId
- the id of the location- Returns:
- BuilderDomain, the next step in the builder
-
anyLocation
LiveTopicCriteria.BuilderDomain anyLocation()
Sets the builder to use any location- Returns:
- BuilderDomain, 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
-
-