long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-client
/
org.artofdev.tasks.client.rest
/
PageResponse
Page
Response
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
)
Members
Constructors
Page
Response
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
content
Link copied to clipboard
val
content
:
List
<
T
>
first
Link copied to clipboard
val
first
:
Boolean
last
Link copied to clipboard
val
last
:
Boolean
number
Link copied to clipboard
val
number
:
Int
number
Of
Elements
Link copied to clipboard
val
numberOfElements
:
Int
size
Link copied to clipboard
val
size
:
Int
total
Elements
Link copied to clipboard
val
totalElements
:
Long
total
Pages
Link copied to clipboard
val
totalPages
:
Int