BuilderImpl

class BuilderImpl

Builder class for LiveTopicCriteria

Constructors

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

Functions

Link copied to clipboard
open fun anyBuilding(): LiveTopicCriteria.BuilderImpl
Sets the builder to use any building
Link copied to clipboard
open fun anyDomainType(): LiveTopicCriteria.BuilderImpl
Sets the builder to use any domaintype
Link copied to clipboard
open fun anyFloor(): LiveTopicCriteria.BuilderImpl
Sets the builder to use any floor
Link copied to clipboard
open fun anyLocation(): LiveTopicCriteria.BuilderImpl
Sets the builder to use any location
Link copied to clipboard
open fun anyRoom(): LiveTopicCriteria.BuilderImpl
Sets the builder to use any room
Link copied to clipboard
open fun anyVenue(): LiveTopicCriteria.BuilderImpl
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.BuilderImpl
Sets the Building id for the builder
Link copied to clipboard
open fun setDomainType(domainType: String): LiveTopicCriteria.BuilderImpl
Sets the domaintype for the builder
Link copied to clipboard
open fun setFloorId(floorId: String): LiveTopicCriteria.BuilderImpl
Sets the floor id for the builder
Link copied to clipboard
open fun setLocationId(locationId: String): LiveTopicCriteria.BuilderImpl
Sets the location id for the builder
Link copied to clipboard
open fun setRoomId(roomId: String): LiveTopicCriteria.BuilderImpl
Sets the room id for the builder
Link copied to clipboard
open fun setVenueId(venueId: String): LiveTopicCriteria.BuilderImpl
Sets venue id for the builder