PageExternalTransferData

@Serializable
data class PageExternalTransferData(val content: List<ExternalTransferData>? = null, val empty: Boolean? = null, val first: Boolean? = null, val last: Boolean? = null, val number: Int? = null, val numberOfElements: Int? = null, val pageable: Pageable? = null, val propertySize: Int? = null, val sort: Sort? = null, val totalElements: Long? = null, val totalPages: Int? = null)

Parameters

content
empty
first
last
number
numberOfElements
pageable
propertySize
sort
totalElements
totalPages

Constructors

Link copied to clipboard
constructor(content: List<ExternalTransferData>? = null, empty: Boolean? = null, first: Boolean? = null, last: Boolean? = null, number: Int? = null, numberOfElements: Int? = null, pageable: Pageable? = null, propertySize: Int? = null, sort: Sort? = null, totalElements: Long? = null, totalPages: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val empty: Boolean? = null
Link copied to clipboard
val first: Boolean? = null
Link copied to clipboard
val last: Boolean? = null
Link copied to clipboard
val number: Int? = null
Link copied to clipboard
val numberOfElements: Int? = null
Link copied to clipboard
val pageable: Pageable? = null
Link copied to clipboard
val propertySize: Int? = null
Link copied to clipboard
val sort: Sort? = null
Link copied to clipboard
val totalElements: Long? = null
Link copied to clipboard
val totalPages: Int? = null