PageLeaseComponentRevisionDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "displayId": "string",
22 "name": "string",
23 "inception": true,
24 "revisionType": "REVISION",
25 "state": "MLA_DEFINE",
26 "approvedBy": "string",
27 "approvedAt": "2019-08-24T14:15:22Z",
28 "parentRevisionId": 0,
29 "approverComment": "string",
30 "leaseComponentId": 0,
31 "leaseComponentDisplayId": "string",
32 "leaseComponentName": "string",
33 "contractRevisionId": 0,
34 "contractRevisionDisplayId": "string",
35 "numberRangeIdentifierType": {
36 "name": "string"
37 },
38 "numberRangeIdentifierValue": "string",
39 "allowsSystemGenerateNewId": true,
40 "numberRangeType": {
41 "name": "string"
42 }
43 }
44 ],
45 "number": 0,
46 "sort": {
47 "unsorted": true,
48 "sorted": true,
49 "empty": true
50 },
51 "first": true,
52 "last": true,
53 "empty": true
54}
📄 Description: Data transfer object representing a revision of a lease component within the Nakisa Portfolio Management Suite, providing essential details for portfolio and asset analytics related to real estate properties.
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 |
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
pageable |
false |
none |
Value for pageable field |
|
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
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 |