PagePartnerContactDto¶
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 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "email": "string",
25 "phone": "string",
26 "position": "string",
27 "address": "string",
28 "group": "string",
29 "buildingName": "string",
30 "fax": "string",
31 "erpSystemId": 0,
32 "erpSystemDisplayId": "string",
33 "partnerId": 0,
34 "contactRoleId": 0
35 }
36 ],
37 "number": 0,
38 "sort": {
39 "unsorted": true,
40 "sorted": true,
41 "empty": true
42 },
43 "first": true,
44 "last": true,
45 "empty": true
46}
📄 Description: Data transfer object representing contact information for partners associated with real estate properties within the Nakisa Portfolio Management Suite, facilitating effective communication and collaboration in portfolio and asset management analytics.
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 |