PageResponse

data class PageResponse<T>(val content: List<T> = emptyList(), val number: Int = 0, val size: Int = 0, val totalElements: Long = 0, val totalPages: Int = 0, val numberOfElements: Int = 0, val first: Boolean = true, val last: Boolean = true)

Constructors

Link copied to clipboard
constructor(content: List<T> = emptyList(), number: Int = 0, size: Int = 0, totalElements: Long = 0, totalPages: Int = 0, numberOfElements: Int = 0, first: Boolean = true, last: Boolean = true)

Properties

Link copied to clipboard
val content: List<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val number: Int
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
Link copied to clipboard