NfsDvConfigDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "levelEqual": "APPLICATION",
16 "levelIn": [
17 "APPLICATION"
18 ],
19 "controlEqual": "LOCKED",
20 "controlIn": [
21 "LOCKED"
22 ],
23 "statusEqual": "ENABLED",
24 "statusIn": [
25 "ENABLED"
26 ],
27 "fieldEqual": "FOS_ERP_SYSTEM",
28 "fieldIn": [
29 "FOS_ERP_SYSTEM"
30 ],
31 "conditionsEqual": {
32 "id": 0,
33 "conditionValueInfo": [
34 {
35 "id": 0,
36 "label": "string",
37 "value": "string"
38 }
39 ],
40 "field": "FOS_ERP_SYSTEM"
41 }
42}
📄 Description: NfsDvConfigDtoFilter is a data transfer object that encapsulates filtering criteria for portfolio and asset analytics within the Nakisa Portfolio Management Suite, enabling users to refine their insights on real estate properties effectively.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
idIn |
[integer] |
false |
none |
Filter by multiple values of id |
idEqual |
integer(int64) |
false |
none |
Filter by exact match of id |
idLike |
string |
false |
none |
Filter by partial match of id |
createdAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is greater than or equal to specified value |
createdAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where created at is less than or equal to specified value |
createdByLike |
string |
false |
none |
Filter by partial match of created by |
createdByEqual |
string |
false |
none |
Filter by exact match of created by |
modifiedAtGreaterThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is greater than or equal to specified value |
modifiedAtLessThanOrEqual |
string(date-time) |
false |
none |
Filter where modified at is less than or equal to specified value |
modifiedByLike |
string |
false |
none |
Filter by partial match of modified by |
modifiedByEqual |
string |
false |
none |
Filter by exact match of modified by |
levelEqual |
string |
false |
none |
Filter by exact match of level |
levelIn |
[string] |
false |
none |
Filter by multiple values of level |
controlEqual |
string |
false |
none |
Filter by exact match of control |
controlIn |
[string] |
false |
none |
Filter by multiple values of control |
statusEqual |
string |
false |
none |
Filter by exact match of status |
statusIn |
[string] |
false |
none |
Filter by multiple values of status |
fieldEqual |
string |
false |
none |
Filter by exact match of field |
fieldIn |
[string] |
false |
none |
Filter by multiple values of field |
conditionsEqual |
false |
none |
Filter by exact match of conditions |
Enumerated Values
Attribute |
Value |
|---|---|
controlEqual |
EDITABLE, LOCKED |
fieldEqual |
AG_CONSUMER_PRICE_INDEX, AG_CONSUMER_PRICE_INDEX_CATEGORY, AG_CONSUMER_PRICE_INDEX_CATEGORY_NON_LEASE, AG_CONSUMER_PRICE_INDEX_NON_LEASE, AG_EVENT_DISCOUNT_RATE_REVISION, AG_EVENT_MODIFICATION_REASONS, AG_REVISION_END_OF_TERM_INTENTION, CT_ASSET_VALUE_CURRENCY_TYPE, CT_BUSINESS_UNIT, CT_CALENDAR_TYPE, CT_COMPANY, CT_COMPOUNDING_FREQUENCY, CT_CURRENCY, CT_INDEXED_CURRENCY, CT_LEASE_AREA, CT_LEASE_DEPARTMENT, CT_LEASE_GROUP, CT_PRINCIPAL_POSITION_TYPE, CT_USE_IBR_RATE, FOS_ERP_SYSTEM, FOS_PRINCIPAL_POSITION_MODE, LC_INTERNAL_ASSET_CLASS, LC_UNIT_OF_MEASURE, LD_LEASE_TYPE, MA_BUSINESS_UNIT, MA_COMPANY, MA_LEASE_AREA, MA_LEASE_DEPARTMENT, MA_LEASE_GROUP, MIJ_INDEXATION_DATE_TYPE, MIJ_INDEXATION_DATE_TYPE_NON_LEASE, MIJ_JOB_INDEXATION_TYPE, MIJ_JOB_INDEXATION_TYPE_NON_LEASE, MIJ_SKIP_ACTIVATION_GROUPS_WITH_OPEN_DRAFTS, MMJ_SKIP_ITEMS_WITH_OPEN_DRAFT, MPJ_SKIP_ACTIVATION_GROUPS_WITH_OPEN_DRAFTS, MWJ_ACCEPTS_HITCHHICKERS, MWJ_USE_DEFAULT_WORKBOOK_INPUT, TNC_AMOUNT_FREQUENCY, TNC_TERM_TYPE |
levelEqual |
APPLICATION, PERSONAL |
statusEqual |
DISABLED, ENABLED |