HousesSectionBuilder

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var town: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addEntry(name: String, size: Int, rent: Int, status: HouseStatus, houseId: Int, highestBid: Int? = null, timeLeft: Duration? = null): HousesSectionBuilder
Link copied to clipboard
open override fun build(): HousesSection

Builds an instance with the current data in the builder.