PageDuplicateConsistencyScheduleJobDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
8 "pageSize": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "cronExpression": "string",
22 "cronReadable": "string",
23 "active": true,
24 "unauthorized": true,
25 "nextExecution": "2019-08-24T14:15:22Z",
26 "previousSuccessfulExecution": "2019-08-24T14:15:22Z",
27 "previousExecution": "2019-08-24T14:15:22Z",
28 "previousExecutionMessage": "string",
29 "batchSize": 0,
30 "name": "string",
31 "profileId": 0,
32 "erpSystem": {
33 "id": 0,
34 "displayId": "string"
35 }
36 }
37 ],
38 "number": 0,
39 "sort": {
40 "unsorted": true,
41 "sorted": true,
42 "empty": true
43 },
44 "first": true,
45 "last": true,
46 "empty": true
47}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
none |
|
numberOfElements |
integer(int32) |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
none |
|
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
empty |
boolean |
false |
none |
none |