Constructors

Link copied to clipboard
open fun BuilderImpl(dataset: String)
Constructor for Builder

Functions

Link copied to clipboard
open fun anyBuilding(): LiveTopicCriteria.BuilderFloor
Sets the builder to use any building
Link copied to clipboard
open fun anyDomainType(): LiveTopicCriteria.BuilderBuild
Sets the builder to use any domaintype
Link copied to clipboard
open fun anyFloor(): LiveTopicCriteria.BuilderRoom
Sets the builder to use any floor
Link copied to clipboard
open fun anyLocation(): LiveTopicCriteria.BuilderDomain
Sets the builder to use any location
Link copied to clipboard
open fun anyRoom(): LiveTopicCriteria.BuilderLocation
Sets the builder to use any room
Link copied to clipboard
open fun anyVenue(): LiveTopicCriteria.BuilderBuilding
Sets the builder to use any venue
Link copied to clipboard
open fun build(): LiveTopicCriteria
Builds the LiveTopicCriteria from the builder
Link copied to clipboard
open fun setBuildingId(buildingId: String): LiveTopicCriteria.BuilderFloor
Sets the Building id for the builder
Link copied to clipboard
open fun setDomainType(domainType: String): LiveTopicCriteria.BuilderBuild
Sets the domaintype for the builder
Link copied to clipboard
open fun setFloorId(floorId: String): LiveTopicCriteria.BuilderRoom
Sets the floor id for the builder
Link copied to clipboard
open fun setLocationId(locationId: String): LiveTopicCriteria.BuilderDomain
Sets the location id for the builder
Link copied to clipboard
open fun setMultiLevelWildcard(): LiveTopicCriteria.BuilderBuild
Finishes the builder and sets the remaining values to Any
Link copied to clipboard
open fun setRoomId(roomId: String): LiveTopicCriteria.BuilderLocation
Sets the room id for the builder
Link copied to clipboard
open fun setVenueId(venueId: String): LiveTopicCriteria.BuilderBuilding
Sets venue id for the builder