Package com.mapsindoors.livesdk
Interface LiveTopicCriteria.BuilderVenue
-
- All Known Implementing Classes:
LiveTopicCriteria.BuilderImpl
- Enclosing class:
- LiveTopicCriteria
public static interface LiveTopicCriteria.BuilderVenue
Builder interface for venue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveTopicCriteria.BuilderBuilding
anyVenue()
Sets the builder to use any venueLiveTopicCriteria.BuilderBuild
setMultiLevelWildcard()
Finishes the builder and sets the remaining values to AnyLiveTopicCriteria.BuilderBuilding
setVenueId(java.lang.String venueId)
Sets the venueId for the builderVenue
-
-
-
Method Detail
-
setVenueId
LiveTopicCriteria.BuilderBuilding setVenueId(java.lang.String venueId)
Sets the venueId for the builderVenue- Parameters:
venueId
- the id of the Venue- Returns:
- BuilderBuilding, the next step in the builder
-
anyVenue
LiveTopicCriteria.BuilderBuilding anyVenue()
Sets the builder to use any venue- Returns:
- BuilderBuilding, 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
-
-