Builder

data class Builder(var title: String, var numberOfItems: Int? = null, var itemsPerPage: Int? = null, var currentPage: Int? = null, var modified: Instant? = null, var position: Int? = null, var rdfType: String? = null)

Constructors

Link copied to clipboard
constructor(title: String, numberOfItems: Int? = null, itemsPerPage: Int? = null, currentPage: Int? = null, modified: Instant? = null, position: Int? = null, rdfType: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard