PageBatchProfileDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "paged": true,
6 "unpaged": true,
7 "pageNumber": 0,
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 "name": "string",
22 "principalPositionType": "LESSEE",
23 "erpSystemFilterType": "ALL",
24 "erpSystems": [
25 {
26 "id": 0,
27 "displayId": "string",
28 "status": "CREATED",
29 "name": "string"
30 }
31 ],
32 "leaseAreaFilterType": "ALL",
33 "leaseAreas": [
34 {
35 "id": 0,
36 "displayId": "string",
37 "status": "CREATED",
38 "name": "string"
39 }
40 ],
41 "businessUnitFilterType": "ALL",
42 "businessUnits": [
43 {
44 "id": 0,
45 "displayId": "string",
46 "status": "CREATED",
47 "name": "string"
48 }
49 ],
50 "companyFilterType": "ALL",
51 "companyCodes": [
52 {
53 "id": 0,
54 "displayId": "string",
55 "status": "CREATED",
56 "erpSystemId": 0,
57 "erpSystemDisplayId": "string",
58 "countryId": 0,
59 "countryDisplayId": "string",
60 "name": "string"
61 }
62 ],
63 "departmentFilterType": "ALL",
64 "leaseDepartments": [
65 {
66 "id": 0,
67 "displayId": "string",
68 "status": "CREATED",
69 "name": "string"
70 }
71 ],
72 "leaseGroupFilterType": "ALL",
73 "leaseGroups": [
74 {
75 "id": 0,
76 "displayId": "string",
77 "status": "CREATED",
78 "name": "string"
79 }
80 ],
81 "costCenterFilterType": "ALL",
82 "costCenters": [
83 {
84 "id": 0,
85 "displayId": "string",
86 "status": "CREATED",
87 "name": "string"
88 }
89 ],
90 "profitCenterFilterType": "ALL",
91 "profitCenters": [
92 {
93 "id": 0,
94 "displayId": "string",
95 "status": "CREATED",
96 "name": "string",
97 "validTo": "2019-08-24",
98 "erpSystemId": 0,
99 "erpSystemDisplayId": "string"
100 }
101 ],
102 "workBreakdownStructureFilterType": "ALL",
103 "workBreakdownStructures": [
104 {
105 "id": 0,
106 "displayId": "string",
107 "status": "CREATED",
108 "name": "string"
109 }
110 ],
111 "objectStatus": "CREATED",
112 "securityProfileId": 0,
113 "businessAreaFilterType": "ALL",
114 "businessAreas": [
115 {
116 "id": 0,
117 "displayId": "string",
118 "status": "CREATED",
119 "name": "string"
120 }
121 ],
122 "functionalAreaFilterType": "ALL",
123 "functionalAreas": [
124 {
125 "id": 0,
126 "displayId": "string",
127 "status": "CREATED",
128 "name": "string"
129 }
130 ],
131 "filterObjectDto": {
132 "id": 0,
133 "profileId": 0,
134 "displayId": "string",
135 "objectType": "string"
136 },
137 "assetClassFilterType": "ALL",
138 "assetClasses": [
139 {
140 "id": 0,
141 "displayId": "string"
142 }
143 ],
144 "cpiCategoryFilterType": "ALL",
145 "cpiCategories": [
146 {
147 "id": 0,
148 "displayId": "string"
149 }
150 ],
151 "scriptProfile": true
152 }
153 ],
154 "number": 0,
155 "sort": {
156 "unsorted": true,
157 "sorted": true,
158 "empty": true
159 },
160 "first": true,
161 "last": true,
162 "empty": true
163}
📄 Description: Data transfer object representing a collection of page profiles for batch processing, facilitating efficient management and configuration of multiple pages within a single operation.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Indicates the pagination settings for retrieving a batch of profiles, facilitating efficient data management and retrieval. |
|
numberOfElements |
integer(int32) |
false |
none |
Indicates the total count of elements within the current batch profile, providing insight into the volume of data being processed. |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
An array of PageBatchProfileDto objects representing the collection of page batch profiles associated with the API request. |
|
number |
integer(int32) |
false |
none |
Represents the sequential number assigned to the batch profile, facilitating organized management and retrieval of batch processing data. |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |