diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index e4bd5e71..3570c4b7 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -112,6 +112,8 @@ docs/DocumentActionsApi.md docs/DocumentAttribute.md docs/DocumentAttributesApi.md docs/DocumentFoldersApi.md +docs/DocumentFulltextAttribute.md +docs/DocumentFulltextAttributeEq.md docs/DocumentFulltextRequest.md docs/DocumentFulltextResponse.md docs/DocumentFulltextSearch.md @@ -151,6 +153,7 @@ docs/EsignatureDocusignCarbonCopy.md docs/EsignatureDocusignRecipientTab.md docs/EsignatureDocusignSigner.md docs/ExamineObjectsApi.md +docs/FulltextAttribute.md docs/FulltextSearchItem.md docs/GetApiKeysResponse.md docs/GetAttributeResponse.md @@ -238,7 +241,12 @@ docs/OnlyofficeApi.md docs/OpaPolicy.md docs/OpaPolicyAttribute.md docs/OpaPolicyAttributeEq.md +docs/OpaPolicyAttributeGt.md +docs/OpaPolicyAttributeGte.md docs/OpaPolicyAttributeInput.md +docs/OpaPolicyAttributeLt.md +docs/OpaPolicyAttributeLte.md +docs/OpaPolicyAttributeNeq.md docs/OpaPolicyItem.md docs/OpaPolicyItemType.md docs/OpenSearchIndex.md @@ -500,6 +508,8 @@ src/main/java/com/formkiq/client/model/DocumentAction.java src/main/java/com/formkiq/client/model/DocumentActionStatus.java src/main/java/com/formkiq/client/model/DocumentActionType.java src/main/java/com/formkiq/client/model/DocumentAttribute.java +src/main/java/com/formkiq/client/model/DocumentFulltextAttribute.java +src/main/java/com/formkiq/client/model/DocumentFulltextAttributeEq.java src/main/java/com/formkiq/client/model/DocumentFulltextRequest.java src/main/java/com/formkiq/client/model/DocumentFulltextResponse.java src/main/java/com/formkiq/client/model/DocumentFulltextSearch.java @@ -530,6 +540,7 @@ src/main/java/com/formkiq/client/model/ErrorsResponse.java src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java +src/main/java/com/formkiq/client/model/FulltextAttribute.java src/main/java/com/formkiq/client/model/FulltextSearchItem.java src/main/java/com/formkiq/client/model/GetApiKeysResponse.java src/main/java/com/formkiq/client/model/GetAttributeResponse.java @@ -615,7 +626,12 @@ src/main/java/com/formkiq/client/model/OnlyOfficeEditorConfig.java src/main/java/com/formkiq/client/model/OpaPolicy.java src/main/java/com/formkiq/client/model/OpaPolicyAttribute.java src/main/java/com/formkiq/client/model/OpaPolicyAttributeEq.java +src/main/java/com/formkiq/client/model/OpaPolicyAttributeGt.java +src/main/java/com/formkiq/client/model/OpaPolicyAttributeGte.java src/main/java/com/formkiq/client/model/OpaPolicyAttributeInput.java +src/main/java/com/formkiq/client/model/OpaPolicyAttributeLt.java +src/main/java/com/formkiq/client/model/OpaPolicyAttributeLte.java +src/main/java/com/formkiq/client/model/OpaPolicyAttributeNeq.java src/main/java/com/formkiq/client/model/OpaPolicyItem.java src/main/java/com/formkiq/client/model/OpaPolicyItemType.java src/main/java/com/formkiq/client/model/OpenSearchIndex.java @@ -835,6 +851,8 @@ src/test/java/com/formkiq/client/model/DocumentActionStatusTest.java src/test/java/com/formkiq/client/model/DocumentActionTest.java src/test/java/com/formkiq/client/model/DocumentActionTypeTest.java src/test/java/com/formkiq/client/model/DocumentAttributeTest.java +src/test/java/com/formkiq/client/model/DocumentFulltextAttributeEqTest.java +src/test/java/com/formkiq/client/model/DocumentFulltextAttributeTest.java src/test/java/com/formkiq/client/model/DocumentFulltextRequestTest.java src/test/java/com/formkiq/client/model/DocumentFulltextResponseTest.java src/test/java/com/formkiq/client/model/DocumentFulltextSearchTest.java @@ -866,6 +884,7 @@ src/test/java/com/formkiq/client/model/ErrorsResponseTest.java src/test/java/com/formkiq/client/model/EsignatureDocusignCarbonCopyTest.java src/test/java/com/formkiq/client/model/EsignatureDocusignRecipientTabTest.java src/test/java/com/formkiq/client/model/EsignatureDocusignSignerTest.java +src/test/java/com/formkiq/client/model/FulltextAttributeTest.java src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java src/test/java/com/formkiq/client/model/GetApiKeysResponseTest.java src/test/java/com/formkiq/client/model/GetAttributeResponseTest.java @@ -949,7 +968,12 @@ src/test/java/com/formkiq/client/model/OnlyOfficeDocumentResponseTest.java src/test/java/com/formkiq/client/model/OnlyOfficeDocumentSaveResponseTest.java src/test/java/com/formkiq/client/model/OnlyOfficeEditorConfigTest.java src/test/java/com/formkiq/client/model/OpaPolicyAttributeEqTest.java +src/test/java/com/formkiq/client/model/OpaPolicyAttributeGtTest.java +src/test/java/com/formkiq/client/model/OpaPolicyAttributeGteTest.java src/test/java/com/formkiq/client/model/OpaPolicyAttributeInputTest.java +src/test/java/com/formkiq/client/model/OpaPolicyAttributeLtTest.java +src/test/java/com/formkiq/client/model/OpaPolicyAttributeLteTest.java +src/test/java/com/formkiq/client/model/OpaPolicyAttributeNeqTest.java src/test/java/com/formkiq/client/model/OpaPolicyAttributeTest.java src/test/java/com/formkiq/client/model/OpaPolicyItemTest.java src/test/java/com/formkiq/client/model/OpaPolicyItemTypeTest.java diff --git a/README.md b/README.md index 7228b0f6..91289a13 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,8 @@ Class | Method | HTTP request | Description - [DocumentActionStatus](docs/DocumentActionStatus.md) - [DocumentActionType](docs/DocumentActionType.md) - [DocumentAttribute](docs/DocumentAttribute.md) + - [DocumentFulltextAttribute](docs/DocumentFulltextAttribute.md) + - [DocumentFulltextAttributeEq](docs/DocumentFulltextAttributeEq.md) - [DocumentFulltextRequest](docs/DocumentFulltextRequest.md) - [DocumentFulltextResponse](docs/DocumentFulltextResponse.md) - [DocumentFulltextSearch](docs/DocumentFulltextSearch.md) @@ -468,6 +470,7 @@ Class | Method | HTTP request | Description - [EsignatureDocusignCarbonCopy](docs/EsignatureDocusignCarbonCopy.md) - [EsignatureDocusignRecipientTab](docs/EsignatureDocusignRecipientTab.md) - [EsignatureDocusignSigner](docs/EsignatureDocusignSigner.md) + - [FulltextAttribute](docs/FulltextAttribute.md) - [FulltextSearchItem](docs/FulltextSearchItem.md) - [GetApiKeysResponse](docs/GetApiKeysResponse.md) - [GetAttributeResponse](docs/GetAttributeResponse.md) @@ -553,7 +556,12 @@ Class | Method | HTTP request | Description - [OpaPolicy](docs/OpaPolicy.md) - [OpaPolicyAttribute](docs/OpaPolicyAttribute.md) - [OpaPolicyAttributeEq](docs/OpaPolicyAttributeEq.md) + - [OpaPolicyAttributeGt](docs/OpaPolicyAttributeGt.md) + - [OpaPolicyAttributeGte](docs/OpaPolicyAttributeGte.md) - [OpaPolicyAttributeInput](docs/OpaPolicyAttributeInput.md) + - [OpaPolicyAttributeLt](docs/OpaPolicyAttributeLt.md) + - [OpaPolicyAttributeLte](docs/OpaPolicyAttributeLte.md) + - [OpaPolicyAttributeNeq](docs/OpaPolicyAttributeNeq.md) - [OpaPolicyItem](docs/OpaPolicyItem.md) - [OpaPolicyItemType](docs/OpaPolicyItemType.md) - [OpenSearchIndex](docs/OpenSearchIndex.md) diff --git a/api/openapi.yaml b/api/openapi.yaml index 8a6be0d7..ea1aed1f 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -3199,6 +3199,12 @@ paths: $ref: '#/components/headers/AccessControlAllowMethods' Access-Control-Allow-Headers: $ref: '#/components/headers/AccessControlAllowHeaders' + "400": + content: + application/json: + schema: + $ref: '#/components/schemas/ValidationErrorsResponse' + description: 400 OK security: - ApiAuthorization: [] summary: Document full-text search @@ -10725,6 +10731,31 @@ components: description: Document full text search example: query: + attributes: + - eqOr: + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + eq: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + key: key + - eqOr: + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + eq: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + key: key page: 0 text: text tags: @@ -10756,6 +10787,31 @@ components: DocumentFulltextSearch: description: Document full text search criteria example: + attributes: + - eqOr: + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + eq: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + key: key + - eqOr: + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + eq: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + key: key page: 0 text: text tags: @@ -10781,7 +10837,55 @@ components: items: $ref: '#/components/schemas/DocumentFulltextTag' type: array + attributes: + description: List of search attributes + items: + $ref: '#/components/schemas/DocumentFulltextAttribute' + type: array + type: object + DocumentFulltextAttribute: + example: + eqOr: + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + - stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + eq: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + key: key + properties: + eq: + $ref: '#/components/schemas/DocumentFulltextAttributeEq' + eqOr: + description: Searches for ANY strings that eq + items: + $ref: '#/components/schemas/DocumentFulltextAttributeEq' + type: array + key: + description: Tag key to search + type: string + required: + - key type: object + DocumentFulltextAttributeEq: + example: + stringValue: stringValue + booleanValue: true + numberValue: 6.027456183070403 + properties: + stringValue: + description: Search for string value + type: string + numberValue: + description: Search for number value + type: number + booleanValue: + description: Search for boolean value + type: boolean DocumentFulltextTag: example: eqOr: @@ -12218,6 +12322,15 @@ components: siteId: siteId documentId: documentId contentLength: 0 + attributes: + key: + numberValues: + - 6.027456183070403 + - 6.027456183070403 + stringValues: + - stringValues + - stringValues + booleanValue: true tags: key: "{}" - path: path @@ -12230,6 +12343,15 @@ components: siteId: siteId documentId: documentId contentLength: 0 + attributes: + key: + numberValues: + - 6.027456183070403 + - 6.027456183070403 + stringValues: + - stringValues + - stringValues + booleanValue: true tags: key: "{}" properties: @@ -12251,6 +12373,15 @@ components: siteId: siteId documentId: documentId contentLength: 0 + attributes: + key: + numberValues: + - 6.027456183070403 + - 6.027456183070403 + stringValues: + - stringValues + - stringValues + booleanValue: true tags: key: "{}" properties: @@ -12286,23 +12417,60 @@ components: additionalProperties: type: object type: object + attributes: + additionalProperties: + $ref: '#/components/schemas/FulltextAttribute' + type: object + type: object + FulltextAttribute: + example: + numberValues: + - 6.027456183070403 + - 6.027456183070403 + stringValues: + - stringValues + - stringValues + booleanValue: true + properties: + stringValues: + description: Attribute with string values + items: + type: string + type: array + numberValues: + description: Attribute with number values + items: + type: number + type: array + booleanValue: + description: Attribute with boolean value + type: boolean type: object GetDocumentFulltextResponse: example: - path: path metadata: key: "{}" deepLinkPath: deepLinkPath - insertedDate: insertedDate lastModifiedDate: lastModifiedDate + content: content + tags: + key: "{}" + path: path + insertedDate: insertedDate createdBy: createdBy siteId: siteId documentId: documentId contentLength: 0 + attributes: + key: + numberValues: + - 6.027456183070403 + - 6.027456183070403 + stringValues: + - stringValues + - stringValues + booleanValue: true contentType: contentType - content: content - tags: - key: "{}" properties: siteId: description: Site Identifier @@ -12342,6 +12510,10 @@ components: additionalProperties: type: object type: object + attributes: + additionalProperties: + $ref: '#/components/schemas/FulltextAttribute' + type: object type: object GetDocumentSyncResponse: example: @@ -15851,10 +16023,22 @@ components: type: object OpaPolicyAttribute: example: + lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key properties: key: @@ -15862,19 +16046,83 @@ components: type: string eq: $ref: '#/components/schemas/OpaPolicyAttributeEq' + gt: + $ref: '#/components/schemas/OpaPolicyAttributeGt' + gte: + $ref: '#/components/schemas/OpaPolicyAttributeGte' + lt: + $ref: '#/components/schemas/OpaPolicyAttributeLt' + lte: + $ref: '#/components/schemas/OpaPolicyAttributeLte' + neq: + $ref: '#/components/schemas/OpaPolicyAttributeNeq' type: object OpaPolicyAttributeEq: + description: Attribute EQ criteria example: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 properties: - text: + stringValue: description: The value to compare the Attribute Key value to type: string + numberValue: + description: The value to compare the Attribute Key value to + type: number + booleanValue: + description: The value to compare the Attribute Key value to + type: boolean input: $ref: '#/components/schemas/OpaPolicyAttributeInput' type: object + OpaPolicyAttributeGt: + description: Attribute greater than criteria + example: + numberValue: 6.027456183070403 + properties: + numberValue: + description: The value to compare the Attribute Key value to + type: number + type: object + OpaPolicyAttributeGte: + description: Attribute greater than and equals to criteria + example: + numberValue: 1.4658129805029452 + properties: + numberValue: + description: The value to compare the Attribute Key value to + type: number + type: object + OpaPolicyAttributeLt: + description: Attribute less than criteria + example: + numberValue: 5.962133916683182 + properties: + numberValue: + description: The value to compare the Attribute Key value to + type: number + type: object + OpaPolicyAttributeLte: + description: Attribute less than and equals to criteria + example: + numberValue: 5.637376656633329 + properties: + numberValue: + description: The value to compare the Attribute Key value to + type: number + type: object + OpaPolicyAttributeNeq: + description: Attribute not equal to criteria + example: + stringValue: stringValue + properties: + stringValue: + description: The value to compare the Attribute Key value to + type: string + type: object OpaPolicyAttributeInput: example: matchUsername: true @@ -15897,15 +16145,39 @@ components: - allRoles - allRoles attributes: - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key type: ALLOW properties: @@ -15936,15 +16208,39 @@ components: - allRoles - allRoles attributes: - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key type: ALLOW - anyRoles: @@ -15954,15 +16250,39 @@ components: - allRoles - allRoles attributes: - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key type: ALLOW properties: @@ -15990,15 +16310,39 @@ components: - allRoles - allRoles attributes: - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key type: ALLOW - anyRoles: @@ -16008,15 +16352,39 @@ components: - allRoles - allRoles attributes: - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key - - eq: + - lt: + numberValue: 5.962133916683182 + gte: + numberValue: 1.4658129805029452 + neq: + stringValue: stringValue + eq: input: matchUsername: true - text: text + stringValue: stringValue + booleanValue: true + numberValue: 0.8008281904610115 + lte: + numberValue: 5.637376656633329 + gt: + numberValue: 6.027456183070403 key: key type: ALLOW properties: diff --git a/docs/AdvancedDocumentSearchApi.md b/docs/AdvancedDocumentSearchApi.md index 24dee13d..1c6ecaee 100644 --- a/docs/AdvancedDocumentSearchApi.md +++ b/docs/AdvancedDocumentSearchApi.md @@ -497,6 +497,7 @@ No authorization required | Status code | Description | Response headers | |-------------|-------------|------------------| | **200** | 200 OK | * Access-Control-Allow-Origin -
* Access-Control-Allow-Methods -
* Access-Control-Allow-Headers -
| +| **400** | 400 OK | - | # **setDocumentFulltext** diff --git a/docs/DocumentFulltextAttribute.md b/docs/DocumentFulltextAttribute.md new file mode 100644 index 00000000..d4ce8cb2 --- /dev/null +++ b/docs/DocumentFulltextAttribute.md @@ -0,0 +1,15 @@ + + +# DocumentFulltextAttribute + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**eq** | [**DocumentFulltextAttributeEq**](DocumentFulltextAttributeEq.md) | | [optional] | +|**eqOr** | [**List<DocumentFulltextAttributeEq>**](DocumentFulltextAttributeEq.md) | Searches for ANY strings that eq | [optional] | +|**key** | **String** | Tag key to search | | + + + diff --git a/docs/DocumentFulltextAttributeEq.md b/docs/DocumentFulltextAttributeEq.md new file mode 100644 index 00000000..0f203366 --- /dev/null +++ b/docs/DocumentFulltextAttributeEq.md @@ -0,0 +1,15 @@ + + +# DocumentFulltextAttributeEq + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**stringValue** | **String** | Search for string value | [optional] | +|**numberValue** | **BigDecimal** | Search for number value | [optional] | +|**booleanValue** | **Boolean** | Search for boolean value | [optional] | + + + diff --git a/docs/DocumentFulltextSearch.md b/docs/DocumentFulltextSearch.md index 7b2af332..79f8e50c 100644 --- a/docs/DocumentFulltextSearch.md +++ b/docs/DocumentFulltextSearch.md @@ -11,6 +11,7 @@ Document full text search criteria |**page** | **Integer** | Result page to return (starting at 1) | [optional] | |**text** | **String** | Full text search | [optional] | |**tags** | [**List<DocumentFulltextTag>**](DocumentFulltextTag.md) | List of search tags | [optional] | +|**attributes** | [**List<DocumentFulltextAttribute>**](DocumentFulltextAttribute.md) | List of search attributes | [optional] | diff --git a/docs/FulltextAttribute.md b/docs/FulltextAttribute.md new file mode 100644 index 00000000..871388ce --- /dev/null +++ b/docs/FulltextAttribute.md @@ -0,0 +1,15 @@ + + +# FulltextAttribute + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**stringValues** | **List<String>** | Attribute with string values | [optional] | +|**numberValues** | **List<BigDecimal>** | Attribute with number values | [optional] | +|**booleanValue** | **Boolean** | Attribute with boolean value | [optional] | + + + diff --git a/docs/FulltextSearchItem.md b/docs/FulltextSearchItem.md index 065235e2..1e559728 100644 --- a/docs/FulltextSearchItem.md +++ b/docs/FulltextSearchItem.md @@ -17,6 +17,7 @@ |**createdBy** | **String** | User who added document | [optional] | |**tags** | **Map<String, Object>** | | [optional] | |**metadata** | **Map<String, Object>** | | [optional] | +|**attributes** | [**Map<String, FulltextAttribute>**](FulltextAttribute.md) | | [optional] | diff --git a/docs/GetDocumentFulltextResponse.md b/docs/GetDocumentFulltextResponse.md index a56aa426..f3087963 100644 --- a/docs/GetDocumentFulltextResponse.md +++ b/docs/GetDocumentFulltextResponse.md @@ -19,6 +19,7 @@ |**contentLength** | **Integer** | Document size | [optional] | |**tags** | **Map<String, Object>** | | [optional] | |**metadata** | **Map<String, Object>** | | [optional] | +|**attributes** | [**Map<String, FulltextAttribute>**](FulltextAttribute.md) | | [optional] | diff --git a/docs/GetDocumentFulltextResponseAttributesValue.md b/docs/GetDocumentFulltextResponseAttributesValue.md new file mode 100644 index 00000000..4119d3a3 --- /dev/null +++ b/docs/GetDocumentFulltextResponseAttributesValue.md @@ -0,0 +1,15 @@ + + +# GetDocumentFulltextResponseAttributesValue + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**stringValues** | **List<String>** | Attribute with string values | [optional] | +|**numberValues** | **List<BigDecimal>** | Attribute with number values | [optional] | +|**booleanValue** | **Boolean** | Attribute with boolean value | [optional] | + + + diff --git a/docs/OpaPolicyAttribute.md b/docs/OpaPolicyAttribute.md index 6d07152b..1506009a 100644 --- a/docs/OpaPolicyAttribute.md +++ b/docs/OpaPolicyAttribute.md @@ -9,6 +9,11 @@ |------------ | ------------- | ------------- | -------------| |**key** | **String** | Attribute Key | [optional] | |**eq** | [**OpaPolicyAttributeEq**](OpaPolicyAttributeEq.md) | | [optional] | +|**gt** | [**OpaPolicyAttributeGt**](OpaPolicyAttributeGt.md) | | [optional] | +|**gte** | [**OpaPolicyAttributeGte**](OpaPolicyAttributeGte.md) | | [optional] | +|**lt** | [**OpaPolicyAttributeLt**](OpaPolicyAttributeLt.md) | | [optional] | +|**lte** | [**OpaPolicyAttributeLte**](OpaPolicyAttributeLte.md) | | [optional] | +|**neq** | [**OpaPolicyAttributeNeq**](OpaPolicyAttributeNeq.md) | | [optional] | diff --git a/docs/OpaPolicyAttributeEq.md b/docs/OpaPolicyAttributeEq.md index d973dbd8..6bf9a1de 100644 --- a/docs/OpaPolicyAttributeEq.md +++ b/docs/OpaPolicyAttributeEq.md @@ -2,12 +2,15 @@ # OpaPolicyAttributeEq +Attribute EQ criteria ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -|**text** | **String** | The value to compare the Attribute Key value to | [optional] | +|**stringValue** | **String** | The value to compare the Attribute Key value to | [optional] | +|**numberValue** | **BigDecimal** | The value to compare the Attribute Key value to | [optional] | +|**booleanValue** | **Boolean** | The value to compare the Attribute Key value to | [optional] | |**input** | [**OpaPolicyAttributeInput**](OpaPolicyAttributeInput.md) | | [optional] | diff --git a/docs/OpaPolicyAttributeGt.md b/docs/OpaPolicyAttributeGt.md new file mode 100644 index 00000000..40b27a92 --- /dev/null +++ b/docs/OpaPolicyAttributeGt.md @@ -0,0 +1,14 @@ + + +# OpaPolicyAttributeGt + +Attribute greater than criteria + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**numberValue** | **BigDecimal** | The value to compare the Attribute Key value to | [optional] | + + + diff --git a/docs/OpaPolicyAttributeGte.md b/docs/OpaPolicyAttributeGte.md new file mode 100644 index 00000000..55dfce00 --- /dev/null +++ b/docs/OpaPolicyAttributeGte.md @@ -0,0 +1,14 @@ + + +# OpaPolicyAttributeGte + +Attribute greater than and equals to criteria + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**numberValue** | **BigDecimal** | The value to compare the Attribute Key value to | [optional] | + + + diff --git a/docs/OpaPolicyAttributeLt.md b/docs/OpaPolicyAttributeLt.md new file mode 100644 index 00000000..beb75f4c --- /dev/null +++ b/docs/OpaPolicyAttributeLt.md @@ -0,0 +1,14 @@ + + +# OpaPolicyAttributeLt + +Attribute less than criteria + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**numberValue** | **BigDecimal** | The value to compare the Attribute Key value to | [optional] | + + + diff --git a/docs/OpaPolicyAttributeLte.md b/docs/OpaPolicyAttributeLte.md new file mode 100644 index 00000000..44360634 --- /dev/null +++ b/docs/OpaPolicyAttributeLte.md @@ -0,0 +1,14 @@ + + +# OpaPolicyAttributeLte + +Attribute less than and equals to criteria + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**numberValue** | **BigDecimal** | The value to compare the Attribute Key value to | [optional] | + + + diff --git a/docs/OpaPolicyAttributeNeq.md b/docs/OpaPolicyAttributeNeq.md new file mode 100644 index 00000000..528bad65 --- /dev/null +++ b/docs/OpaPolicyAttributeNeq.md @@ -0,0 +1,14 @@ + + +# OpaPolicyAttributeNeq + +Attribute not equal to criteria + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**stringValue** | **String** | The value to compare the Attribute Key value to | [optional] | + + + diff --git a/src/main/java/com/formkiq/client/api/AdvancedDocumentSearchApi.java b/src/main/java/com/formkiq/client/api/AdvancedDocumentSearchApi.java index bccaf9fc..fcff0ce5 100644 --- a/src/main/java/com/formkiq/client/api/AdvancedDocumentSearchApi.java +++ b/src/main/java/com/formkiq/client/api/AdvancedDocumentSearchApi.java @@ -44,6 +44,7 @@ import com.formkiq.client.model.SetDocumentFulltextResponse; import com.formkiq.client.model.UpdateDocumentFulltextRequest; import com.formkiq.client.model.UpdateDocumentFulltextResponse; +import com.formkiq.client.model.ValidationErrorsResponse; import java.lang.reflect.Type; import java.util.ArrayList; @@ -1314,6 +1315,11 @@ public okhttp3.Call queryFulltextAsync(Object body, String siteId, * * Access-Control-Allow-Headers -
* * + * + * 400 + * 400 OK + * - + * * */ public okhttp3.Call searchFulltextCall(DocumentFulltextRequest documentFulltextRequest, @@ -1408,6 +1414,11 @@ private okhttp3.Call searchFulltextValidateBeforeCall( * * Access-Control-Allow-Headers -
* * + * + * 400 + * 400 OK + * - + * * */ public DocumentFulltextResponse searchFulltext(DocumentFulltextRequest documentFulltextRequest, @@ -1442,6 +1453,11 @@ public DocumentFulltextResponse searchFulltext(DocumentFulltextRequest documentF * * Access-Control-Allow-Headers -
* * + * + * 400 + * 400 OK + * - + * * */ public ApiResponse searchFulltextWithHttpInfo( @@ -1478,6 +1494,11 @@ public ApiResponse searchFulltextWithHttpInfo( * * Access-Control-Allow-Headers -
* * + * + * 400 + * 400 OK + * - + * * */ public okhttp3.Call searchFulltextAsync(DocumentFulltextRequest documentFulltextRequest, diff --git a/src/main/java/com/formkiq/client/invoker/ApiException.java b/src/main/java/com/formkiq/client/invoker/ApiException.java index 78184458..ecf74ad0 100644 --- a/src/main/java/com/formkiq/client/invoker/ApiException.java +++ b/src/main/java/com/formkiq/client/invoker/ApiException.java @@ -30,7 +30,7 @@ */ @SuppressWarnings("serial") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; diff --git a/src/main/java/com/formkiq/client/invoker/Configuration.java b/src/main/java/com/formkiq/client/invoker/Configuration.java index ed1e12af..bd3c204e 100644 --- a/src/main/java/com/formkiq/client/invoker/Configuration.java +++ b/src/main/java/com/formkiq/client/invoker/Configuration.java @@ -20,7 +20,7 @@ package com.formkiq.client.invoker; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Configuration { public static final String VERSION = "1.15.0"; diff --git a/src/main/java/com/formkiq/client/invoker/JSON.java b/src/main/java/com/formkiq/client/invoker/JSON.java index 9dccfb34..91034a70 100644 --- a/src/main/java/com/formkiq/client/invoker/JSON.java +++ b/src/main/java/com/formkiq/client/invoker/JSON.java @@ -295,6 +295,10 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, new com.formkiq.client.model.DocumentAction.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.DocumentAttribute.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.DocumentFulltextAttribute.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.DocumentFulltextAttributeEq.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.DocumentFulltextRequest.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( @@ -347,6 +351,8 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, new com.formkiq.client.model.EsignatureDocusignRecipientTab.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.EsignatureDocusignSigner.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.FulltextAttribute.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.FulltextSearchItem.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( @@ -507,8 +513,18 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, new com.formkiq.client.model.OpaPolicyAttribute.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.OpaPolicyAttributeEq.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.OpaPolicyAttributeGt.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.OpaPolicyAttributeGte.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.OpaPolicyAttributeInput.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.OpaPolicyAttributeLt.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.OpaPolicyAttributeLte.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new com.formkiq.client.model.OpaPolicyAttributeNeq.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new com.formkiq.client.model.OpaPolicyItem.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( diff --git a/src/main/java/com/formkiq/client/invoker/Pair.java b/src/main/java/com/formkiq/client/invoker/Pair.java index 24317906..dc4ba3d2 100644 --- a/src/main/java/com/formkiq/client/invoker/Pair.java +++ b/src/main/java/com/formkiq/client/invoker/Pair.java @@ -20,7 +20,7 @@ package com.formkiq.client.invoker; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Pair { private String name = ""; diff --git a/src/main/java/com/formkiq/client/invoker/ServerConfiguration.java b/src/main/java/com/formkiq/client/invoker/ServerConfiguration.java index b41aa39e..37b71374 100644 --- a/src/main/java/com/formkiq/client/invoker/ServerConfiguration.java +++ b/src/main/java/com/formkiq/client/invoker/ServerConfiguration.java @@ -6,7 +6,7 @@ * Representing a Server configuration. */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ServerConfiguration { public String URL; diff --git a/src/main/java/com/formkiq/client/invoker/ServerVariable.java b/src/main/java/com/formkiq/client/invoker/ServerVariable.java index ad3a3f53..ecc065bf 100644 --- a/src/main/java/com/formkiq/client/invoker/ServerVariable.java +++ b/src/main/java/com/formkiq/client/invoker/ServerVariable.java @@ -6,7 +6,7 @@ * Representing a Server Variable for server URL template substitution. */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ServerVariable { public String description; diff --git a/src/main/java/com/formkiq/client/invoker/StringUtil.java b/src/main/java/com/formkiq/client/invoker/StringUtil.java index 6669260d..aaa2f6d1 100644 --- a/src/main/java/com/formkiq/client/invoker/StringUtil.java +++ b/src/main/java/com/formkiq/client/invoker/StringUtil.java @@ -23,7 +23,7 @@ import java.util.Iterator; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class StringUtil { /** diff --git a/src/main/java/com/formkiq/client/invoker/auth/ApiKeyAuth.java b/src/main/java/com/formkiq/client/invoker/auth/ApiKeyAuth.java index ef2effe9..1a8cfc88 100644 --- a/src/main/java/com/formkiq/client/invoker/auth/ApiKeyAuth.java +++ b/src/main/java/com/formkiq/client/invoker/auth/ApiKeyAuth.java @@ -27,7 +27,7 @@ import java.util.List; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ApiKeyAuth implements Authentication { private final String location; diff --git a/src/main/java/com/formkiq/client/invoker/auth/HttpBearerAuth.java b/src/main/java/com/formkiq/client/invoker/auth/HttpBearerAuth.java index ed1d50d9..42cb955e 100644 --- a/src/main/java/com/formkiq/client/invoker/auth/HttpBearerAuth.java +++ b/src/main/java/com/formkiq/client/invoker/auth/HttpBearerAuth.java @@ -29,7 +29,7 @@ import java.util.function.Supplier; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class HttpBearerAuth implements Authentication { private final String scheme; diff --git a/src/main/java/com/formkiq/client/invoker/auth/OAuth.java b/src/main/java/com/formkiq/client/invoker/auth/OAuth.java index 730438ed..74cf72e7 100644 --- a/src/main/java/com/formkiq/client/invoker/auth/OAuth.java +++ b/src/main/java/com/formkiq/client/invoker/auth/OAuth.java @@ -27,7 +27,7 @@ import java.util.List; @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OAuth implements Authentication { private String accessToken; diff --git a/src/main/java/com/formkiq/client/invoker/auth/OAuthFlow.java b/src/main/java/com/formkiq/client/invoker/auth/OAuthFlow.java index be690669..6976c954 100644 --- a/src/main/java/com/formkiq/client/invoker/auth/OAuthFlow.java +++ b/src/main/java/com/formkiq/client/invoker/auth/OAuthFlow.java @@ -23,7 +23,7 @@ * OAuth flows that are supported by this client */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public enum OAuthFlow { ACCESS_CODE, // called authorizationCode in OpenAPI 3.0 diff --git a/src/main/java/com/formkiq/client/model/AbstractOpenApiSchema.java b/src/main/java/com/formkiq/client/model/AbstractOpenApiSchema.java index c2aca1cd..563e47fa 100644 --- a/src/main/java/com/formkiq/client/model/AbstractOpenApiSchema.java +++ b/src/main/java/com/formkiq/client/model/AbstractOpenApiSchema.java @@ -28,7 +28,7 @@ * Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public abstract class AbstractOpenApiSchema { diff --git a/src/main/java/com/formkiq/client/model/AddAction.java b/src/main/java/com/formkiq/client/model/AddAction.java index 226de606..1844eeb7 100644 --- a/src/main/java/com/formkiq/client/model/AddAction.java +++ b/src/main/java/com/formkiq/client/model/AddAction.java @@ -58,7 +58,7 @@ * AddAction */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddAction { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/AddActionParameters.java b/src/main/java/com/formkiq/client/model/AddActionParameters.java index 94257336..36e6871e 100644 --- a/src/main/java/com/formkiq/client/model/AddActionParameters.java +++ b/src/main/java/com/formkiq/client/model/AddActionParameters.java @@ -57,7 +57,7 @@ * AddActionParameters */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddActionParameters { public static final String SERIALIZED_NAME_OCR_PARSE_TYPES = "ocrParseTypes"; diff --git a/src/main/java/com/formkiq/client/model/AddApiKeyRequest.java b/src/main/java/com/formkiq/client/model/AddApiKeyRequest.java index e20dae26..fd8d466b 100644 --- a/src/main/java/com/formkiq/client/model/AddApiKeyRequest.java +++ b/src/main/java/com/formkiq/client/model/AddApiKeyRequest.java @@ -58,7 +58,7 @@ * AddApiKeyRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddApiKeyRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddApiKeyResponse.java b/src/main/java/com/formkiq/client/model/AddApiKeyResponse.java index 8023a732..ca417483 100644 --- a/src/main/java/com/formkiq/client/model/AddApiKeyResponse.java +++ b/src/main/java/com/formkiq/client/model/AddApiKeyResponse.java @@ -56,7 +56,7 @@ * AddApiKeyResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddApiKeyResponse { public static final String SERIALIZED_NAME_API_KEY = "apiKey"; diff --git a/src/main/java/com/formkiq/client/model/AddAttribute.java b/src/main/java/com/formkiq/client/model/AddAttribute.java index 10f8777b..a90f4de3 100644 --- a/src/main/java/com/formkiq/client/model/AddAttribute.java +++ b/src/main/java/com/formkiq/client/model/AddAttribute.java @@ -58,7 +58,7 @@ * AddAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddAttribute { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/AddAttributeRequest.java b/src/main/java/com/formkiq/client/model/AddAttributeRequest.java index b397d5aa..ba1326bf 100644 --- a/src/main/java/com/formkiq/client/model/AddAttributeRequest.java +++ b/src/main/java/com/formkiq/client/model/AddAttributeRequest.java @@ -57,7 +57,7 @@ * AddAttributeRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddAttributeRequest { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; diff --git a/src/main/java/com/formkiq/client/model/AddAttributeResponse.java b/src/main/java/com/formkiq/client/model/AddAttributeResponse.java index 4896f2b8..12310fc6 100644 --- a/src/main/java/com/formkiq/client/model/AddAttributeResponse.java +++ b/src/main/java/com/formkiq/client/model/AddAttributeResponse.java @@ -56,7 +56,7 @@ * AddAttributeResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddAttributeResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddCase.java b/src/main/java/com/formkiq/client/model/AddCase.java index efba83c6..02228374 100644 --- a/src/main/java/com/formkiq/client/model/AddCase.java +++ b/src/main/java/com/formkiq/client/model/AddCase.java @@ -62,7 +62,7 @@ * AddCase */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddCase { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddCaseRequest.java b/src/main/java/com/formkiq/client/model/AddCaseRequest.java index fc39d7aa..d2179ab3 100644 --- a/src/main/java/com/formkiq/client/model/AddCaseRequest.java +++ b/src/main/java/com/formkiq/client/model/AddCaseRequest.java @@ -57,7 +57,7 @@ * AddCaseRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddCaseRequest { public static final String SERIALIZED_NAME_CASE = "case"; diff --git a/src/main/java/com/formkiq/client/model/AddCaseResponse.java b/src/main/java/com/formkiq/client/model/AddCaseResponse.java index 86564932..dae3633a 100644 --- a/src/main/java/com/formkiq/client/model/AddCaseResponse.java +++ b/src/main/java/com/formkiq/client/model/AddCaseResponse.java @@ -56,7 +56,7 @@ * AddCaseResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddCaseResponse { public static final String SERIALIZED_NAME_CASE_ID = "caseId"; diff --git a/src/main/java/com/formkiq/client/model/AddChildDocument.java b/src/main/java/com/formkiq/client/model/AddChildDocument.java index f5dccb20..ca629183 100644 --- a/src/main/java/com/formkiq/client/model/AddChildDocument.java +++ b/src/main/java/com/formkiq/client/model/AddChildDocument.java @@ -60,7 +60,7 @@ * List of related documents */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddChildDocument { public static final String SERIALIZED_NAME_PATH = "path"; diff --git a/src/main/java/com/formkiq/client/model/AddChildDocumentResponse.java b/src/main/java/com/formkiq/client/model/AddChildDocumentResponse.java index a035cd5b..3c769a2f 100644 --- a/src/main/java/com/formkiq/client/model/AddChildDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/AddChildDocumentResponse.java @@ -56,7 +56,7 @@ * AddChildDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddChildDocumentResponse { public static final String SERIALIZED_NAME_DOCUMENT_ID = "documentId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentActionsRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentActionsRequest.java index 3be21810..a9bcfd62 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentActionsRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentActionsRequest.java @@ -59,7 +59,7 @@ * AddDocumentActionsRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentActionsRequest { public static final String SERIALIZED_NAME_ACTIONS = "actions"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentActionsResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentActionsResponse.java index 8196ac2b..1631bf97 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentActionsResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentActionsResponse.java @@ -56,7 +56,7 @@ * AddDocumentActionsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentActionsResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentActionsRetryResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentActionsRetryResponse.java index 09d3fd79..d7b2b7f2 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentActionsRetryResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentActionsRetryResponse.java @@ -56,7 +56,7 @@ * AddDocumentActionsRetryResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentActionsRetryResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentAttribute.java b/src/main/java/com/formkiq/client/model/AddDocumentAttribute.java index 03b44985..fbf62f63 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentAttribute.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentAttribute.java @@ -59,7 +59,7 @@ * Document Attribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentAttribute { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentAttributeValue.java b/src/main/java/com/formkiq/client/model/AddDocumentAttributeValue.java index 20891364..84dafe56 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentAttributeValue.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentAttributeValue.java @@ -59,7 +59,7 @@ * Document Attribute Value */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentAttributeValue { public static final String SERIALIZED_NAME_STRING_VALUE = "stringValue"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentAttributesRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentAttributesRequest.java index 2bbed41d..8e219f3f 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentAttributesRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentAttributesRequest.java @@ -59,7 +59,7 @@ * Add List of document attributes */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentAttributesRequest { public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentFulltextRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentFulltextRequest.java index a63d7374..29154d76 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentFulltextRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentFulltextRequest.java @@ -60,7 +60,7 @@ * AddDocumentFulltextRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentFulltextRequest { public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentFulltextResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentFulltextResponse.java index 60ecde4b..4e81e39c 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentFulltextResponse.java @@ -56,7 +56,7 @@ * AddDocumentFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentFulltextResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentMetadata.java b/src/main/java/com/formkiq/client/model/AddDocumentMetadata.java index b28dd551..cbf20535 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentMetadata.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentMetadata.java @@ -58,7 +58,7 @@ * Document Metadata (use either 'value' or 'values' not both) */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentMetadata { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentOcrRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentOcrRequest.java index 5ba1fef4..c2443c11 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentOcrRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentOcrRequest.java @@ -59,7 +59,7 @@ * AddDocumentOcrRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentOcrRequest { public static final String SERIALIZED_NAME_PARSE_TYPES = "parseTypes"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentOcrResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentOcrResponse.java index 46f95574..e36c2021 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentOcrResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentOcrResponse.java @@ -56,7 +56,7 @@ * AddDocumentOcrResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentOcrResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentRequest.java index efc62e33..2c9c51e7 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentRequest.java @@ -63,7 +63,7 @@ * AddDocumentRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentRequest { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentResponse.java index a15bc231..12d49945 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentResponse.java @@ -59,7 +59,7 @@ * AddDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentResponse { public static final String SERIALIZED_NAME_DOCUMENT_ID = "documentId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentTag.java b/src/main/java/com/formkiq/client/model/AddDocumentTag.java index cb348dd4..d4313c62 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentTag.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentTag.java @@ -58,7 +58,7 @@ * List of Document Tags (use either 'value' or 'values' not both) */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentTag { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentTagsRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentTagsRequest.java index 961b9cd2..f965867b 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentTagsRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentTagsRequest.java @@ -59,7 +59,7 @@ * Add List of document tags */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentTagsRequest { public static final String SERIALIZED_NAME_TAGS = "tags"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentUploadRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentUploadRequest.java index 47baecdf..a23280e0 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentUploadRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentUploadRequest.java @@ -61,7 +61,7 @@ * AddDocumentUploadRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentUploadRequest { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsRequest.java index 8e7fea97..b4c1b93f 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsRequest.java @@ -56,7 +56,7 @@ * AddDocumentWorkflowDecisionsRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentWorkflowDecisionsRequest { public static final String SERIALIZED_NAME_STEP_ID = "stepId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsResponse.java index 40c19796..b88acd56 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowDecisionsResponse.java @@ -56,7 +56,7 @@ * AddDocumentWorkflowDecisionsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentWorkflowDecisionsResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowRequest.java b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowRequest.java index 4b775c11..22da3240 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowRequest.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowRequest.java @@ -56,7 +56,7 @@ * AddDocumentWorkflowRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentWorkflowRequest { public static final String SERIALIZED_NAME_WORKFLOW_ID = "workflowId"; diff --git a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowResponse.java b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowResponse.java index a0c41991..ccb52a49 100644 --- a/src/main/java/com/formkiq/client/model/AddDocumentWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/AddDocumentWorkflowResponse.java @@ -56,7 +56,7 @@ * AddDocumentWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddDocumentWorkflowResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddEsignatureDocusignRequest.java b/src/main/java/com/formkiq/client/model/AddEsignatureDocusignRequest.java index 0f4eac02..f19d98f0 100644 --- a/src/main/java/com/formkiq/client/model/AddEsignatureDocusignRequest.java +++ b/src/main/java/com/formkiq/client/model/AddEsignatureDocusignRequest.java @@ -61,7 +61,7 @@ * AddEsignatureDocusignRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddEsignatureDocusignRequest { public static final String SERIALIZED_NAME_EMAIL_SUBJECT = "emailSubject"; diff --git a/src/main/java/com/formkiq/client/model/AddEsignatureDocusignResponse.java b/src/main/java/com/formkiq/client/model/AddEsignatureDocusignResponse.java index a3224f67..5517fc10 100644 --- a/src/main/java/com/formkiq/client/model/AddEsignatureDocusignResponse.java +++ b/src/main/java/com/formkiq/client/model/AddEsignatureDocusignResponse.java @@ -56,7 +56,7 @@ * AddEsignatureDocusignResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddEsignatureDocusignResponse { public static final String SERIALIZED_NAME_REDIRECT_URL = "redirect_url"; diff --git a/src/main/java/com/formkiq/client/model/AddFolderRequest.java b/src/main/java/com/formkiq/client/model/AddFolderRequest.java index f43eb5b5..c75637ba 100644 --- a/src/main/java/com/formkiq/client/model/AddFolderRequest.java +++ b/src/main/java/com/formkiq/client/model/AddFolderRequest.java @@ -56,7 +56,7 @@ * AddFolderRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddFolderRequest { public static final String SERIALIZED_NAME_PATH = "path"; diff --git a/src/main/java/com/formkiq/client/model/AddFolderResponse.java b/src/main/java/com/formkiq/client/model/AddFolderResponse.java index f4c1ba0f..1353dc11 100644 --- a/src/main/java/com/formkiq/client/model/AddFolderResponse.java +++ b/src/main/java/com/formkiq/client/model/AddFolderResponse.java @@ -56,7 +56,7 @@ * AddFolderResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddFolderResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddFolderShareRequest.java b/src/main/java/com/formkiq/client/model/AddFolderShareRequest.java index 64503118..cf8b62bc 100644 --- a/src/main/java/com/formkiq/client/model/AddFolderShareRequest.java +++ b/src/main/java/com/formkiq/client/model/AddFolderShareRequest.java @@ -57,7 +57,7 @@ * AddFolderShareRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddFolderShareRequest { public static final String SERIALIZED_NAME_SHARE = "share"; diff --git a/src/main/java/com/formkiq/client/model/AddFolderShareResponse.java b/src/main/java/com/formkiq/client/model/AddFolderShareResponse.java index c6281f9b..f57c5df9 100644 --- a/src/main/java/com/formkiq/client/model/AddFolderShareResponse.java +++ b/src/main/java/com/formkiq/client/model/AddFolderShareResponse.java @@ -56,7 +56,7 @@ * AddFolderShareResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddFolderShareResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddMapping.java b/src/main/java/com/formkiq/client/model/AddMapping.java index 556c6e24..babf1cbd 100644 --- a/src/main/java/com/formkiq/client/model/AddMapping.java +++ b/src/main/java/com/formkiq/client/model/AddMapping.java @@ -59,7 +59,7 @@ * AddMapping */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddMapping { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddMappingRequest.java b/src/main/java/com/formkiq/client/model/AddMappingRequest.java index 8fd02cef..e29860a0 100644 --- a/src/main/java/com/formkiq/client/model/AddMappingRequest.java +++ b/src/main/java/com/formkiq/client/model/AddMappingRequest.java @@ -57,7 +57,7 @@ * AddMappingRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddMappingRequest { public static final String SERIALIZED_NAME_MAPPING = "mapping"; diff --git a/src/main/java/com/formkiq/client/model/AddMappingResponse.java b/src/main/java/com/formkiq/client/model/AddMappingResponse.java index 46e3bade..08f76c88 100644 --- a/src/main/java/com/formkiq/client/model/AddMappingResponse.java +++ b/src/main/java/com/formkiq/client/model/AddMappingResponse.java @@ -56,7 +56,7 @@ * AddMappingResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddMappingResponse { public static final String SERIALIZED_NAME_MAPPING_ID = "mappingId"; diff --git a/src/main/java/com/formkiq/client/model/AddNigo.java b/src/main/java/com/formkiq/client/model/AddNigo.java index d107f229..53ae2b77 100644 --- a/src/main/java/com/formkiq/client/model/AddNigo.java +++ b/src/main/java/com/formkiq/client/model/AddNigo.java @@ -61,7 +61,7 @@ * AddNigo */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddNigo { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddNigoRequest.java b/src/main/java/com/formkiq/client/model/AddNigoRequest.java index f8917e49..7606be5e 100644 --- a/src/main/java/com/formkiq/client/model/AddNigoRequest.java +++ b/src/main/java/com/formkiq/client/model/AddNigoRequest.java @@ -57,7 +57,7 @@ * AddNigoRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddNigoRequest { public static final String SERIALIZED_NAME_NIGO = "nigo"; diff --git a/src/main/java/com/formkiq/client/model/AddNigoResponse.java b/src/main/java/com/formkiq/client/model/AddNigoResponse.java index eddae86e..cc8175b9 100644 --- a/src/main/java/com/formkiq/client/model/AddNigoResponse.java +++ b/src/main/java/com/formkiq/client/model/AddNigoResponse.java @@ -56,7 +56,7 @@ * AddNigoResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddNigoResponse { public static final String SERIALIZED_NAME_NIGO_ID = "nigoId"; diff --git a/src/main/java/com/formkiq/client/model/AddQueueRequest.java b/src/main/java/com/formkiq/client/model/AddQueueRequest.java index c7662805..cf6275b3 100644 --- a/src/main/java/com/formkiq/client/model/AddQueueRequest.java +++ b/src/main/java/com/formkiq/client/model/AddQueueRequest.java @@ -56,7 +56,7 @@ * AddQueueRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddQueueRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddQueueResponse.java b/src/main/java/com/formkiq/client/model/AddQueueResponse.java index 2ec3ca6d..ae2c1fb1 100644 --- a/src/main/java/com/formkiq/client/model/AddQueueResponse.java +++ b/src/main/java/com/formkiq/client/model/AddQueueResponse.java @@ -56,7 +56,7 @@ * AddQueueResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddQueueResponse { public static final String SERIALIZED_NAME_QUEUE_ID = "queueId"; diff --git a/src/main/java/com/formkiq/client/model/AddResponse.java b/src/main/java/com/formkiq/client/model/AddResponse.java index da044ed0..2c6fed39 100644 --- a/src/main/java/com/formkiq/client/model/AddResponse.java +++ b/src/main/java/com/formkiq/client/model/AddResponse.java @@ -56,7 +56,7 @@ * AddResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/AddRule.java b/src/main/java/com/formkiq/client/model/AddRule.java index 13f1e27b..633c1116 100644 --- a/src/main/java/com/formkiq/client/model/AddRule.java +++ b/src/main/java/com/formkiq/client/model/AddRule.java @@ -59,7 +59,7 @@ * AddRule */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRule { public static final String SERIALIZED_NAME_PRIORITY = "priority"; diff --git a/src/main/java/com/formkiq/client/model/AddRuleRequest.java b/src/main/java/com/formkiq/client/model/AddRuleRequest.java index 094e9d47..bb2a8714 100644 --- a/src/main/java/com/formkiq/client/model/AddRuleRequest.java +++ b/src/main/java/com/formkiq/client/model/AddRuleRequest.java @@ -57,7 +57,7 @@ * AddRuleRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRuleRequest { public static final String SERIALIZED_NAME_RULE = "rule"; diff --git a/src/main/java/com/formkiq/client/model/AddRuleResponse.java b/src/main/java/com/formkiq/client/model/AddRuleResponse.java index f435717f..db719a10 100644 --- a/src/main/java/com/formkiq/client/model/AddRuleResponse.java +++ b/src/main/java/com/formkiq/client/model/AddRuleResponse.java @@ -56,7 +56,7 @@ * AddRuleResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRuleResponse { public static final String SERIALIZED_NAME_RULE_ID = "ruleId"; diff --git a/src/main/java/com/formkiq/client/model/AddRuleset.java b/src/main/java/com/formkiq/client/model/AddRuleset.java index e7437f4d..33b9ac7b 100644 --- a/src/main/java/com/formkiq/client/model/AddRuleset.java +++ b/src/main/java/com/formkiq/client/model/AddRuleset.java @@ -58,7 +58,7 @@ * AddRuleset */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRuleset { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; diff --git a/src/main/java/com/formkiq/client/model/AddRulesetRequest.java b/src/main/java/com/formkiq/client/model/AddRulesetRequest.java index 166476a9..22eddaa8 100644 --- a/src/main/java/com/formkiq/client/model/AddRulesetRequest.java +++ b/src/main/java/com/formkiq/client/model/AddRulesetRequest.java @@ -57,7 +57,7 @@ * AddRulesetRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRulesetRequest { public static final String SERIALIZED_NAME_RULESET = "ruleset"; diff --git a/src/main/java/com/formkiq/client/model/AddRulesetResponse.java b/src/main/java/com/formkiq/client/model/AddRulesetResponse.java index a04f7edd..aa51bd59 100644 --- a/src/main/java/com/formkiq/client/model/AddRulesetResponse.java +++ b/src/main/java/com/formkiq/client/model/AddRulesetResponse.java @@ -56,7 +56,7 @@ * AddRulesetResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddRulesetResponse { public static final String SERIALIZED_NAME_RULESET_ID = "rulesetId"; diff --git a/src/main/java/com/formkiq/client/model/AddShare.java b/src/main/java/com/formkiq/client/model/AddShare.java index 188693ee..46d07277 100644 --- a/src/main/java/com/formkiq/client/model/AddShare.java +++ b/src/main/java/com/formkiq/client/model/AddShare.java @@ -59,7 +59,7 @@ * AddShare */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddShare { public static final String SERIALIZED_NAME_GROUP = "group"; diff --git a/src/main/java/com/formkiq/client/model/AddTagSchemaRequest.java b/src/main/java/com/formkiq/client/model/AddTagSchemaRequest.java index 6b26ccc7..7de3870a 100644 --- a/src/main/java/com/formkiq/client/model/AddTagSchemaRequest.java +++ b/src/main/java/com/formkiq/client/model/AddTagSchemaRequest.java @@ -57,7 +57,7 @@ * AddTagSchemaRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTagSchemaRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddTagSchemaResponse.java b/src/main/java/com/formkiq/client/model/AddTagSchemaResponse.java index 54cb2fd4..6b21daae 100644 --- a/src/main/java/com/formkiq/client/model/AddTagSchemaResponse.java +++ b/src/main/java/com/formkiq/client/model/AddTagSchemaResponse.java @@ -56,7 +56,7 @@ * AddTagSchemaResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTagSchemaResponse { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/AddTagSchemaTags.java b/src/main/java/com/formkiq/client/model/AddTagSchemaTags.java index 22a32f6b..e834ca3e 100644 --- a/src/main/java/com/formkiq/client/model/AddTagSchemaTags.java +++ b/src/main/java/com/formkiq/client/model/AddTagSchemaTags.java @@ -61,7 +61,7 @@ * AddTagSchemaTags */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTagSchemaTags { public static final String SERIALIZED_NAME_COMPOSITE_KEYS = "compositeKeys"; diff --git a/src/main/java/com/formkiq/client/model/AddTask.java b/src/main/java/com/formkiq/client/model/AddTask.java index 48d0b690..fe716fcf 100644 --- a/src/main/java/com/formkiq/client/model/AddTask.java +++ b/src/main/java/com/formkiq/client/model/AddTask.java @@ -61,7 +61,7 @@ * AddTask */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTask { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddTaskRequest.java b/src/main/java/com/formkiq/client/model/AddTaskRequest.java index 64ed9f9c..c7c9ffdc 100644 --- a/src/main/java/com/formkiq/client/model/AddTaskRequest.java +++ b/src/main/java/com/formkiq/client/model/AddTaskRequest.java @@ -57,7 +57,7 @@ * AddTaskRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTaskRequest { public static final String SERIALIZED_NAME_TASK = "task"; diff --git a/src/main/java/com/formkiq/client/model/AddTaskResponse.java b/src/main/java/com/formkiq/client/model/AddTaskResponse.java index 58316839..c8a7fe51 100644 --- a/src/main/java/com/formkiq/client/model/AddTaskResponse.java +++ b/src/main/java/com/formkiq/client/model/AddTaskResponse.java @@ -56,7 +56,7 @@ * AddTaskResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddTaskResponse { public static final String SERIALIZED_NAME_TASK_ID = "taskId"; diff --git a/src/main/java/com/formkiq/client/model/AddWebhookRequest.java b/src/main/java/com/formkiq/client/model/AddWebhookRequest.java index 371437a5..c87a6f71 100644 --- a/src/main/java/com/formkiq/client/model/AddWebhookRequest.java +++ b/src/main/java/com/formkiq/client/model/AddWebhookRequest.java @@ -59,7 +59,7 @@ * AddWebhookRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWebhookRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddWebhookResponse.java b/src/main/java/com/formkiq/client/model/AddWebhookResponse.java index 71607d6e..c422ebca 100644 --- a/src/main/java/com/formkiq/client/model/AddWebhookResponse.java +++ b/src/main/java/com/formkiq/client/model/AddWebhookResponse.java @@ -56,7 +56,7 @@ * AddWebhookResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWebhookResponse { public static final String SERIALIZED_NAME_WEBHOOK_ID = "webhookId"; diff --git a/src/main/java/com/formkiq/client/model/AddWebhookTagRequest.java b/src/main/java/com/formkiq/client/model/AddWebhookTagRequest.java index 798e8ef3..eb1b935e 100644 --- a/src/main/java/com/formkiq/client/model/AddWebhookTagRequest.java +++ b/src/main/java/com/formkiq/client/model/AddWebhookTagRequest.java @@ -58,7 +58,7 @@ * AddWebhookTagRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWebhookTagRequest { public static final String SERIALIZED_NAME_VALUE = "value"; diff --git a/src/main/java/com/formkiq/client/model/AddWorkflowRequest.java b/src/main/java/com/formkiq/client/model/AddWorkflowRequest.java index db5551fe..a3b9bba2 100644 --- a/src/main/java/com/formkiq/client/model/AddWorkflowRequest.java +++ b/src/main/java/com/formkiq/client/model/AddWorkflowRequest.java @@ -60,7 +60,7 @@ * AddWorkflowRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWorkflowRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/AddWorkflowResponse.java b/src/main/java/com/formkiq/client/model/AddWorkflowResponse.java index b41506c1..db41bff8 100644 --- a/src/main/java/com/formkiq/client/model/AddWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/AddWorkflowResponse.java @@ -56,7 +56,7 @@ * AddWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWorkflowResponse { public static final String SERIALIZED_NAME_WORKFLOW_ID = "workflowId"; diff --git a/src/main/java/com/formkiq/client/model/AddWorkflowStep.java b/src/main/java/com/formkiq/client/model/AddWorkflowStep.java index e7bdf422..426702c5 100644 --- a/src/main/java/com/formkiq/client/model/AddWorkflowStep.java +++ b/src/main/java/com/formkiq/client/model/AddWorkflowStep.java @@ -61,7 +61,7 @@ * AddWorkflowStep */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWorkflowStep { public static final String SERIALIZED_NAME_STEP_ID = "stepId"; diff --git a/src/main/java/com/formkiq/client/model/AddWorkflowStepDecision.java b/src/main/java/com/formkiq/client/model/AddWorkflowStepDecision.java index e691ad22..7d13c9ae 100644 --- a/src/main/java/com/formkiq/client/model/AddWorkflowStepDecision.java +++ b/src/main/java/com/formkiq/client/model/AddWorkflowStepDecision.java @@ -57,7 +57,7 @@ * AddWorkflowStepDecision */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWorkflowStepDecision { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/AddWorkflowStepQueue.java b/src/main/java/com/formkiq/client/model/AddWorkflowStepQueue.java index 764cf657..2c3b4bab 100644 --- a/src/main/java/com/formkiq/client/model/AddWorkflowStepQueue.java +++ b/src/main/java/com/formkiq/client/model/AddWorkflowStepQueue.java @@ -58,7 +58,7 @@ * AddWorkflowStepQueue */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AddWorkflowStepQueue { public static final String SERIALIZED_NAME_QUEUE_ID = "queueId"; diff --git a/src/main/java/com/formkiq/client/model/ApiKey.java b/src/main/java/com/formkiq/client/model/ApiKey.java index 87035147..9f61beac 100644 --- a/src/main/java/com/formkiq/client/model/ApiKey.java +++ b/src/main/java/com/formkiq/client/model/ApiKey.java @@ -58,7 +58,7 @@ * ApiKey */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ApiKey { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/Attribute.java b/src/main/java/com/formkiq/client/model/Attribute.java index 712fc458..3a8a15a1 100644 --- a/src/main/java/com/formkiq/client/model/Attribute.java +++ b/src/main/java/com/formkiq/client/model/Attribute.java @@ -58,7 +58,7 @@ * Attribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Attribute { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/AttributeSchemaCompositeKey.java b/src/main/java/com/formkiq/client/model/AttributeSchemaCompositeKey.java index 5fbd2179..a166e2c9 100644 --- a/src/main/java/com/formkiq/client/model/AttributeSchemaCompositeKey.java +++ b/src/main/java/com/formkiq/client/model/AttributeSchemaCompositeKey.java @@ -58,7 +58,7 @@ * AttributeSchemaCompositeKey */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AttributeSchemaCompositeKey { public static final String SERIALIZED_NAME_ATTRIBUTE_KEYS = "attributeKeys"; diff --git a/src/main/java/com/formkiq/client/model/AttributeSchemaOptional.java b/src/main/java/com/formkiq/client/model/AttributeSchemaOptional.java index 23bc99ff..d2c40ffb 100644 --- a/src/main/java/com/formkiq/client/model/AttributeSchemaOptional.java +++ b/src/main/java/com/formkiq/client/model/AttributeSchemaOptional.java @@ -58,7 +58,7 @@ * AttributeSchemaOptional */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AttributeSchemaOptional { public static final String SERIALIZED_NAME_ATTRIBUTE_KEY = "attributeKey"; diff --git a/src/main/java/com/formkiq/client/model/AttributeSchemaRequired.java b/src/main/java/com/formkiq/client/model/AttributeSchemaRequired.java index 8dad4626..89de8afc 100644 --- a/src/main/java/com/formkiq/client/model/AttributeSchemaRequired.java +++ b/src/main/java/com/formkiq/client/model/AttributeSchemaRequired.java @@ -58,7 +58,7 @@ * AttributeSchemaRequired */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class AttributeSchemaRequired { public static final String SERIALIZED_NAME_ATTRIBUTE_KEY = "attributeKey"; diff --git a/src/main/java/com/formkiq/client/model/ChildDocument.java b/src/main/java/com/formkiq/client/model/ChildDocument.java index 20f6aef8..b4d2eda7 100644 --- a/src/main/java/com/formkiq/client/model/ChildDocument.java +++ b/src/main/java/com/formkiq/client/model/ChildDocument.java @@ -56,7 +56,7 @@ * ChildDocument */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ChildDocument { public static final String SERIALIZED_NAME_PATH = "path"; diff --git a/src/main/java/com/formkiq/client/model/DeleteApiKeyResponse.java b/src/main/java/com/formkiq/client/model/DeleteApiKeyResponse.java index 57cfdd42..746d4a83 100644 --- a/src/main/java/com/formkiq/client/model/DeleteApiKeyResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteApiKeyResponse.java @@ -56,7 +56,7 @@ * DeleteApiKeyResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteApiKeyResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseDocumentResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseDocumentResponse.java index 48f0eb8e..e49374c2 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseDocumentResponse.java @@ -56,7 +56,7 @@ * DeleteCaseDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseDocumentResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseNigoDocumentResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseNigoDocumentResponse.java index db2dd689..090bf5e7 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseNigoDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseNigoDocumentResponse.java @@ -56,7 +56,7 @@ * DeleteCaseNigoDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseNigoDocumentResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseNigoResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseNigoResponse.java index 537f6c1c..81dffaf9 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseNigoResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseNigoResponse.java @@ -56,7 +56,7 @@ * DeleteCaseNigoResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseNigoResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseResponse.java index c752c2c5..1cf1f8ee 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseResponse.java @@ -56,7 +56,7 @@ * DeleteCaseResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseTaskDocumentResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseTaskDocumentResponse.java index aab2f426..6605c136 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseTaskDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseTaskDocumentResponse.java @@ -56,7 +56,7 @@ * DeleteCaseTaskDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseTaskDocumentResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteCaseTaskResponse.java b/src/main/java/com/formkiq/client/model/DeleteCaseTaskResponse.java index da21967d..a6d13c6a 100644 --- a/src/main/java/com/formkiq/client/model/DeleteCaseTaskResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteCaseTaskResponse.java @@ -56,7 +56,7 @@ * DeleteCaseTaskResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteCaseTaskResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteFolderResponse.java b/src/main/java/com/formkiq/client/model/DeleteFolderResponse.java index 0b35b204..54ac35da 100644 --- a/src/main/java/com/formkiq/client/model/DeleteFolderResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteFolderResponse.java @@ -56,7 +56,7 @@ * DeleteFolderResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteFolderResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteFulltextResponse.java b/src/main/java/com/formkiq/client/model/DeleteFulltextResponse.java index 60db7a52..18ccd6fa 100644 --- a/src/main/java/com/formkiq/client/model/DeleteFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteFulltextResponse.java @@ -56,7 +56,7 @@ * DeleteFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteFulltextResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteIndicesResponse.java b/src/main/java/com/formkiq/client/model/DeleteIndicesResponse.java index 5d9386b6..c0b166f5 100644 --- a/src/main/java/com/formkiq/client/model/DeleteIndicesResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteIndicesResponse.java @@ -56,7 +56,7 @@ * DeleteIndicesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteIndicesResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteQueueResponse.java b/src/main/java/com/formkiq/client/model/DeleteQueueResponse.java index 07c8aa07..445dbe1d 100644 --- a/src/main/java/com/formkiq/client/model/DeleteQueueResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteQueueResponse.java @@ -56,7 +56,7 @@ * DeleteQueueResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteQueueResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteResponse.java b/src/main/java/com/formkiq/client/model/DeleteResponse.java index b0b11e3a..bd023e68 100644 --- a/src/main/java/com/formkiq/client/model/DeleteResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteResponse.java @@ -56,7 +56,7 @@ * DeleteResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteRuleResponse.java b/src/main/java/com/formkiq/client/model/DeleteRuleResponse.java index 995405ce..f5b8685b 100644 --- a/src/main/java/com/formkiq/client/model/DeleteRuleResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteRuleResponse.java @@ -56,7 +56,7 @@ * DeleteRuleResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteRuleResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteRulesetResponse.java b/src/main/java/com/formkiq/client/model/DeleteRulesetResponse.java index 534b880b..c26446f3 100644 --- a/src/main/java/com/formkiq/client/model/DeleteRulesetResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteRulesetResponse.java @@ -56,7 +56,7 @@ * DeleteRulesetResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteRulesetResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteShareResponse.java b/src/main/java/com/formkiq/client/model/DeleteShareResponse.java index c74eaa07..d7fa2e68 100644 --- a/src/main/java/com/formkiq/client/model/DeleteShareResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteShareResponse.java @@ -56,7 +56,7 @@ * DeleteShareResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteShareResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/DeleteWorkflowResponse.java b/src/main/java/com/formkiq/client/model/DeleteWorkflowResponse.java index c60e47b7..a0efe60e 100644 --- a/src/main/java/com/formkiq/client/model/DeleteWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/DeleteWorkflowResponse.java @@ -56,7 +56,7 @@ * DeleteWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DeleteWorkflowResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/Document.java b/src/main/java/com/formkiq/client/model/Document.java index 3bedc68f..24dc6611 100644 --- a/src/main/java/com/formkiq/client/model/Document.java +++ b/src/main/java/com/formkiq/client/model/Document.java @@ -59,7 +59,7 @@ * Document */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Document { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/DocumentAction.java b/src/main/java/com/formkiq/client/model/DocumentAction.java index 67250a57..1135bd8e 100644 --- a/src/main/java/com/formkiq/client/model/DocumentAction.java +++ b/src/main/java/com/formkiq/client/model/DocumentAction.java @@ -60,7 +60,7 @@ * DocumentAction */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentAction { public static final String SERIALIZED_NAME_STATUS = "status"; diff --git a/src/main/java/com/formkiq/client/model/DocumentAttribute.java b/src/main/java/com/formkiq/client/model/DocumentAttribute.java index 5a38c330..f4951365 100644 --- a/src/main/java/com/formkiq/client/model/DocumentAttribute.java +++ b/src/main/java/com/formkiq/client/model/DocumentAttribute.java @@ -59,7 +59,7 @@ * DocumentAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentAttribute { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextAttribute.java b/src/main/java/com/formkiq/client/model/DocumentFulltextAttribute.java new file mode 100644 index 00000000..7fb18509 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextAttribute.java @@ -0,0 +1,315 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.formkiq.client.model.DocumentFulltextAttributeEq; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * DocumentFulltextAttribute + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class DocumentFulltextAttribute { + public static final String SERIALIZED_NAME_EQ = "eq"; + @SerializedName(SERIALIZED_NAME_EQ) + private DocumentFulltextAttributeEq eq; + + public static final String SERIALIZED_NAME_EQ_OR = "eqOr"; + @SerializedName(SERIALIZED_NAME_EQ_OR) + private List eqOr = new ArrayList<>(); + + public static final String SERIALIZED_NAME_KEY = "key"; + @SerializedName(SERIALIZED_NAME_KEY) + private String key; + + public DocumentFulltextAttribute() {} + + public DocumentFulltextAttribute eq(DocumentFulltextAttributeEq eq) { + this.eq = eq; + return this; + } + + /** + * Get eq + * + * @return eq + **/ + @javax.annotation.Nullable + public DocumentFulltextAttributeEq getEq() { + return eq; + } + + public void setEq(DocumentFulltextAttributeEq eq) { + this.eq = eq; + } + + + public DocumentFulltextAttribute eqOr(List eqOr) { + this.eqOr = eqOr; + return this; + } + + public DocumentFulltextAttribute addEqOrItem(DocumentFulltextAttributeEq eqOrItem) { + if (this.eqOr == null) { + this.eqOr = new ArrayList<>(); + } + this.eqOr.add(eqOrItem); + return this; + } + + /** + * Searches for ANY strings that eq + * + * @return eqOr + **/ + @javax.annotation.Nullable + public List getEqOr() { + return eqOr; + } + + public void setEqOr(List eqOr) { + this.eqOr = eqOr; + } + + + public DocumentFulltextAttribute key(String key) { + this.key = key; + return this; + } + + /** + * Tag key to search + * + * @return key + **/ + @javax.annotation.Nonnull + public String getKey() { + return key; + } + + public void setKey(String key) { + this.key = key; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DocumentFulltextAttribute documentFulltextAttribute = (DocumentFulltextAttribute) o; + return Objects.equals(this.eq, documentFulltextAttribute.eq) + && Objects.equals(this.eqOr, documentFulltextAttribute.eqOr) + && Objects.equals(this.key, documentFulltextAttribute.key); + } + + @Override + public int hashCode() { + return Objects.hash(eq, eqOr, key); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DocumentFulltextAttribute {\n"); + sb.append(" eq: ").append(toIndentedString(eq)).append("\n"); + sb.append(" eqOr: ").append(toIndentedString(eqOr)).append("\n"); + sb.append(" key: ").append(toIndentedString(key)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("eq"); + openapiFields.add("eqOr"); + openapiFields.add("key"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("key"); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to DocumentFulltextAttribute + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!DocumentFulltextAttribute.openapiRequiredFields.isEmpty()) { // has required fields but + // JSON element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in DocumentFulltextAttribute is not found in the empty JSON string", + DocumentFulltextAttribute.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!DocumentFulltextAttribute.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `DocumentFulltextAttribute` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : DocumentFulltextAttribute.openapiRequiredFields) { + if (jsonElement.getAsJsonObject().get(requiredField) == null) { + throw new IllegalArgumentException( + String.format("The required field `%s` is not found in the JSON string: %s", + requiredField, jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + // validate the optional field `eq` + if (jsonObj.get("eq") != null && !jsonObj.get("eq").isJsonNull()) { + DocumentFulltextAttributeEq.validateJsonElement(jsonObj.get("eq")); + } + if (jsonObj.get("eqOr") != null && !jsonObj.get("eqOr").isJsonNull()) { + JsonArray jsonArrayeqOr = jsonObj.getAsJsonArray("eqOr"); + if (jsonArrayeqOr != null) { + // ensure the json data is an array + if (!jsonObj.get("eqOr").isJsonArray()) { + throw new IllegalArgumentException(String.format( + "Expected the field `eqOr` to be an array in the JSON string but got `%s`", + jsonObj.get("eqOr").toString())); + } + + // validate the optional field `eqOr` (array) + for (int i = 0; i < jsonArrayeqOr.size(); i++) { + DocumentFulltextAttributeEq.validateJsonElement(jsonArrayeqOr.get(i)); + } ; + } + } + if (!jsonObj.get("key").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format( + "Expected the field `key` to be a primitive type in the JSON string but got `%s`", + jsonObj.get("key").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DocumentFulltextAttribute.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DocumentFulltextAttribute' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DocumentFulltextAttribute.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, DocumentFulltextAttribute value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DocumentFulltextAttribute read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of DocumentFulltextAttribute given an JSON string + * + * @param jsonString JSON string + * @return An instance of DocumentFulltextAttribute + * @throws IOException if the JSON string is invalid with respect to DocumentFulltextAttribute + */ + public static DocumentFulltextAttribute fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DocumentFulltextAttribute.class); + } + + /** + * Convert an instance of DocumentFulltextAttribute to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextAttributeEq.java b/src/main/java/com/formkiq/client/model/DocumentFulltextAttributeEq.java new file mode 100644 index 00000000..94c4fa30 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextAttributeEq.java @@ -0,0 +1,276 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * DocumentFulltextAttributeEq + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class DocumentFulltextAttributeEq { + public static final String SERIALIZED_NAME_STRING_VALUE = "stringValue"; + @SerializedName(SERIALIZED_NAME_STRING_VALUE) + private String stringValue; + + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public static final String SERIALIZED_NAME_BOOLEAN_VALUE = "booleanValue"; + @SerializedName(SERIALIZED_NAME_BOOLEAN_VALUE) + private Boolean booleanValue; + + public DocumentFulltextAttributeEq() {} + + public DocumentFulltextAttributeEq stringValue(String stringValue) { + this.stringValue = stringValue; + return this; + } + + /** + * Search for string value + * + * @return stringValue + **/ + @javax.annotation.Nullable + public String getStringValue() { + return stringValue; + } + + public void setStringValue(String stringValue) { + this.stringValue = stringValue; + } + + + public DocumentFulltextAttributeEq numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * Search for number value + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + public DocumentFulltextAttributeEq booleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; + return this; + } + + /** + * Search for boolean value + * + * @return booleanValue + **/ + @javax.annotation.Nullable + public Boolean getBooleanValue() { + return booleanValue; + } + + public void setBooleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DocumentFulltextAttributeEq documentFulltextAttributeEq = (DocumentFulltextAttributeEq) o; + return Objects.equals(this.stringValue, documentFulltextAttributeEq.stringValue) + && Objects.equals(this.numberValue, documentFulltextAttributeEq.numberValue) + && Objects.equals(this.booleanValue, documentFulltextAttributeEq.booleanValue); + } + + @Override + public int hashCode() { + return Objects.hash(stringValue, numberValue, booleanValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DocumentFulltextAttributeEq {\n"); + sb.append(" stringValue: ").append(toIndentedString(stringValue)).append("\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append(" booleanValue: ").append(toIndentedString(booleanValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("stringValue"); + openapiFields.add("numberValue"); + openapiFields.add("booleanValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to DocumentFulltextAttributeEq + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!DocumentFulltextAttributeEq.openapiRequiredFields.isEmpty()) { // has required fields but + // JSON element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in DocumentFulltextAttributeEq is not found in the empty JSON string", + DocumentFulltextAttributeEq.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!DocumentFulltextAttributeEq.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `DocumentFulltextAttributeEq` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + if ((jsonObj.get("stringValue") != null && !jsonObj.get("stringValue").isJsonNull()) + && !jsonObj.get("stringValue").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format( + "Expected the field `stringValue` to be a primitive type in the JSON string but got `%s`", + jsonObj.get("stringValue").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DocumentFulltextAttributeEq.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DocumentFulltextAttributeEq' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DocumentFulltextAttributeEq.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, DocumentFulltextAttributeEq value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DocumentFulltextAttributeEq read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of DocumentFulltextAttributeEq given an JSON string + * + * @param jsonString JSON string + * @return An instance of DocumentFulltextAttributeEq + * @throws IOException if the JSON string is invalid with respect to DocumentFulltextAttributeEq + */ + public static DocumentFulltextAttributeEq fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DocumentFulltextAttributeEq.class); + } + + /** + * Convert an instance of DocumentFulltextAttributeEq to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextRequest.java b/src/main/java/com/formkiq/client/model/DocumentFulltextRequest.java index 31440abb..c522399d 100644 --- a/src/main/java/com/formkiq/client/model/DocumentFulltextRequest.java +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextRequest.java @@ -58,7 +58,7 @@ * Document full text search */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentFulltextRequest { public static final String SERIALIZED_NAME_QUERY = "query"; diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextResponse.java b/src/main/java/com/formkiq/client/model/DocumentFulltextResponse.java index 742b9eb4..2cb2a11d 100644 --- a/src/main/java/com/formkiq/client/model/DocumentFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextResponse.java @@ -59,7 +59,7 @@ * DocumentFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentFulltextResponse { public static final String SERIALIZED_NAME_DOCUMENTS = "documents"; diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextSearch.java b/src/main/java/com/formkiq/client/model/DocumentFulltextSearch.java index c87b8868..bc2f231a 100644 --- a/src/main/java/com/formkiq/client/model/DocumentFulltextSearch.java +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextSearch.java @@ -20,6 +20,7 @@ package com.formkiq.client.model; import java.util.Objects; +import com.formkiq.client.model.DocumentFulltextAttribute; import com.formkiq.client.model.DocumentFulltextTag; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; @@ -59,7 +60,7 @@ * Document full text search criteria */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentFulltextSearch { public static final String SERIALIZED_NAME_PAGE = "page"; @@ -74,6 +75,10 @@ public class DocumentFulltextSearch { @SerializedName(SERIALIZED_NAME_TAGS) private List tags = new ArrayList<>(); + public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; + @SerializedName(SERIALIZED_NAME_ATTRIBUTES) + private List attributes = new ArrayList<>(); + public DocumentFulltextSearch() {} public DocumentFulltextSearch page(Integer page) { @@ -144,6 +149,34 @@ public void setTags(List tags) { } + public DocumentFulltextSearch attributes(List attributes) { + this.attributes = attributes; + return this; + } + + public DocumentFulltextSearch addAttributesItem(DocumentFulltextAttribute attributesItem) { + if (this.attributes == null) { + this.attributes = new ArrayList<>(); + } + this.attributes.add(attributesItem); + return this; + } + + /** + * List of search attributes + * + * @return attributes + **/ + @javax.annotation.Nullable + public List getAttributes() { + return attributes; + } + + public void setAttributes(List attributes) { + this.attributes = attributes; + } + + @Override public boolean equals(Object o) { @@ -156,12 +189,13 @@ public boolean equals(Object o) { DocumentFulltextSearch documentFulltextSearch = (DocumentFulltextSearch) o; return Objects.equals(this.page, documentFulltextSearch.page) && Objects.equals(this.text, documentFulltextSearch.text) - && Objects.equals(this.tags, documentFulltextSearch.tags); + && Objects.equals(this.tags, documentFulltextSearch.tags) + && Objects.equals(this.attributes, documentFulltextSearch.attributes); } @Override public int hashCode() { - return Objects.hash(page, text, tags); + return Objects.hash(page, text, tags, attributes); } @Override @@ -171,6 +205,7 @@ public String toString() { sb.append(" page: ").append(toIndentedString(page)).append("\n"); sb.append(" text: ").append(toIndentedString(text)).append("\n"); sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); sb.append("}"); return sb.toString(); } @@ -195,6 +230,7 @@ private String toIndentedString(Object o) { openapiFields.add("page"); openapiFields.add("text"); openapiFields.add("tags"); + openapiFields.add("attributes"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); @@ -248,6 +284,22 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti } ; } } + if (jsonObj.get("attributes") != null && !jsonObj.get("attributes").isJsonNull()) { + JsonArray jsonArrayattributes = jsonObj.getAsJsonArray("attributes"); + if (jsonArrayattributes != null) { + // ensure the json data is an array + if (!jsonObj.get("attributes").isJsonArray()) { + throw new IllegalArgumentException(String.format( + "Expected the field `attributes` to be an array in the JSON string but got `%s`", + jsonObj.get("attributes").toString())); + } + + // validate the optional field `attributes` (array) + for (int i = 0; i < jsonArrayattributes.size(); i++) { + DocumentFulltextAttribute.validateJsonElement(jsonArrayattributes.get(i)); + } ; + } + } } public static class CustomTypeAdapterFactory implements TypeAdapterFactory { diff --git a/src/main/java/com/formkiq/client/model/DocumentFulltextTag.java b/src/main/java/com/formkiq/client/model/DocumentFulltextTag.java index 4545626e..b04d2719 100644 --- a/src/main/java/com/formkiq/client/model/DocumentFulltextTag.java +++ b/src/main/java/com/formkiq/client/model/DocumentFulltextTag.java @@ -58,7 +58,7 @@ * DocumentFulltextTag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentFulltextTag { public static final String SERIALIZED_NAME_EQ = "eq"; diff --git a/src/main/java/com/formkiq/client/model/DocumentId.java b/src/main/java/com/formkiq/client/model/DocumentId.java index fd629d80..65a125b4 100644 --- a/src/main/java/com/formkiq/client/model/DocumentId.java +++ b/src/main/java/com/formkiq/client/model/DocumentId.java @@ -56,7 +56,7 @@ * DocumentId */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentId { public static final String SERIALIZED_NAME_DOCUMENT_ID = "documentId"; diff --git a/src/main/java/com/formkiq/client/model/DocumentMetadata.java b/src/main/java/com/formkiq/client/model/DocumentMetadata.java index ccddd721..3ee9d539 100644 --- a/src/main/java/com/formkiq/client/model/DocumentMetadata.java +++ b/src/main/java/com/formkiq/client/model/DocumentMetadata.java @@ -58,7 +58,7 @@ * Document Metadata (use either 'value' or 'values' not both) */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentMetadata { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearch.java b/src/main/java/com/formkiq/client/model/DocumentSearch.java index 61503ae5..deaa5acc 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearch.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearch.java @@ -62,7 +62,7 @@ * Document tag search criteria */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearch { public static final String SERIALIZED_NAME_TEXT = "text"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchAttribute.java b/src/main/java/com/formkiq/client/model/DocumentSearchAttribute.java index e80449a9..3afeab75 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchAttribute.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchAttribute.java @@ -59,7 +59,7 @@ * DocumentSearchAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchAttribute { public static final String SERIALIZED_NAME_EQ = "eq"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchMatchAttribute.java b/src/main/java/com/formkiq/client/model/DocumentSearchMatchAttribute.java index 8a170146..5f9c5dc4 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchMatchAttribute.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchMatchAttribute.java @@ -57,7 +57,7 @@ * DocumentSearchMatchAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchMatchAttribute { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchMatchTag.java b/src/main/java/com/formkiq/client/model/DocumentSearchMatchTag.java index ad955f65..4fd99fdd 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchMatchTag.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchMatchTag.java @@ -56,7 +56,7 @@ * DocumentSearchMatchTag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchMatchTag { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchMeta.java b/src/main/java/com/formkiq/client/model/DocumentSearchMeta.java index 9c02b3e8..91d5600e 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchMeta.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchMeta.java @@ -56,7 +56,7 @@ * DocumentSearchMeta */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchMeta { public static final String SERIALIZED_NAME_FOLDER = "folder"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchRange.java b/src/main/java/com/formkiq/client/model/DocumentSearchRange.java index 29bd5c26..f5235d39 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchRange.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchRange.java @@ -57,7 +57,7 @@ * DocumentSearchRange */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchRange { public static final String SERIALIZED_NAME_START = "start"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchRequest.java b/src/main/java/com/formkiq/client/model/DocumentSearchRequest.java index 0e6fa7e5..fce5a219 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchRequest.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchRequest.java @@ -58,7 +58,7 @@ * Document search tag criteria */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchRequest { public static final String SERIALIZED_NAME_QUERY = "query"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchResponse.java b/src/main/java/com/formkiq/client/model/DocumentSearchResponse.java index b1f47165..5c10b1af 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchResponse.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchResponse.java @@ -59,7 +59,7 @@ * DocumentSearchResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchTag.java b/src/main/java/com/formkiq/client/model/DocumentSearchTag.java index 1f420a08..459d455c 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchTag.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchTag.java @@ -59,7 +59,7 @@ * DocumentSearchTag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchTag { public static final String SERIALIZED_NAME_BEGINS_WITH = "beginsWith"; diff --git a/src/main/java/com/formkiq/client/model/DocumentSearchTags.java b/src/main/java/com/formkiq/client/model/DocumentSearchTags.java index 14de4163..bbf62588 100644 --- a/src/main/java/com/formkiq/client/model/DocumentSearchTags.java +++ b/src/main/java/com/formkiq/client/model/DocumentSearchTags.java @@ -57,7 +57,7 @@ * DocumentSearchTags */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentSearchTags { public static final String SERIALIZED_NAME_EQ = "eq"; diff --git a/src/main/java/com/formkiq/client/model/DocumentTag.java b/src/main/java/com/formkiq/client/model/DocumentTag.java index e4900f65..66da2a44 100644 --- a/src/main/java/com/formkiq/client/model/DocumentTag.java +++ b/src/main/java/com/formkiq/client/model/DocumentTag.java @@ -58,7 +58,7 @@ * DocumentTag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentTag { public static final String SERIALIZED_NAME_INSERTED_DATE = "insertedDate"; diff --git a/src/main/java/com/formkiq/client/model/DocumentVersion.java b/src/main/java/com/formkiq/client/model/DocumentVersion.java index 14cdc9b5..8eef6305 100644 --- a/src/main/java/com/formkiq/client/model/DocumentVersion.java +++ b/src/main/java/com/formkiq/client/model/DocumentVersion.java @@ -56,7 +56,7 @@ * DocumentVersion */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentVersion { public static final String SERIALIZED_NAME_PATH = "path"; diff --git a/src/main/java/com/formkiq/client/model/DocumentWorkflow.java b/src/main/java/com/formkiq/client/model/DocumentWorkflow.java index cf89526f..701ec2f9 100644 --- a/src/main/java/com/formkiq/client/model/DocumentWorkflow.java +++ b/src/main/java/com/formkiq/client/model/DocumentWorkflow.java @@ -57,7 +57,7 @@ * DocumentWorkflow */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentWorkflow { public static final String SERIALIZED_NAME_WORKFLOW_ID = "workflowId"; diff --git a/src/main/java/com/formkiq/client/model/DocumentsCompressRequest.java b/src/main/java/com/formkiq/client/model/DocumentsCompressRequest.java index efc5f42e..7e9edde8 100644 --- a/src/main/java/com/formkiq/client/model/DocumentsCompressRequest.java +++ b/src/main/java/com/formkiq/client/model/DocumentsCompressRequest.java @@ -58,7 +58,7 @@ * DocumentsCompressRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentsCompressRequest { public static final String SERIALIZED_NAME_DOCUMENT_IDS = "documentIds"; diff --git a/src/main/java/com/formkiq/client/model/DocumentsCompressResponse.java b/src/main/java/com/formkiq/client/model/DocumentsCompressResponse.java index c44370a8..8b7fd963 100644 --- a/src/main/java/com/formkiq/client/model/DocumentsCompressResponse.java +++ b/src/main/java/com/formkiq/client/model/DocumentsCompressResponse.java @@ -56,7 +56,7 @@ * DocumentsCompressResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class DocumentsCompressResponse { public static final String SERIALIZED_NAME_DOWNLOAD_URL = "downloadUrl"; diff --git a/src/main/java/com/formkiq/client/model/Error.java b/src/main/java/com/formkiq/client/model/Error.java index 2317d590..4fee4f05 100644 --- a/src/main/java/com/formkiq/client/model/Error.java +++ b/src/main/java/com/formkiq/client/model/Error.java @@ -56,7 +56,7 @@ * Error */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Error { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/ErrorsResponse.java b/src/main/java/com/formkiq/client/model/ErrorsResponse.java index 21b193f6..b1d2c370 100644 --- a/src/main/java/com/formkiq/client/model/ErrorsResponse.java +++ b/src/main/java/com/formkiq/client/model/ErrorsResponse.java @@ -59,7 +59,7 @@ * ErrorsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ErrorsResponse { public static final String SERIALIZED_NAME_ERRORS = "errors"; diff --git a/src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java b/src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java index 61853f47..9908bf7b 100644 --- a/src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java +++ b/src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java @@ -56,7 +56,7 @@ * EsignatureDocusignCarbonCopy */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class EsignatureDocusignCarbonCopy { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java b/src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java index 17f8f77b..52cbe699 100644 --- a/src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java +++ b/src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java @@ -56,7 +56,7 @@ * EsignatureDocusignRecipientTab */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class EsignatureDocusignRecipientTab { /** diff --git a/src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java b/src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java index a282ad9d..ef279598 100644 --- a/src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java +++ b/src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java @@ -56,7 +56,7 @@ * EsignatureDocusignSigner */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class EsignatureDocusignSigner { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/FulltextAttribute.java b/src/main/java/com/formkiq/client/model/FulltextAttribute.java new file mode 100644 index 00000000..28bb8e31 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/FulltextAttribute.java @@ -0,0 +1,302 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * FulltextAttribute + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class FulltextAttribute { + public static final String SERIALIZED_NAME_STRING_VALUES = "stringValues"; + @SerializedName(SERIALIZED_NAME_STRING_VALUES) + private List stringValues = new ArrayList<>(); + + public static final String SERIALIZED_NAME_NUMBER_VALUES = "numberValues"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUES) + private List numberValues = new ArrayList<>(); + + public static final String SERIALIZED_NAME_BOOLEAN_VALUE = "booleanValue"; + @SerializedName(SERIALIZED_NAME_BOOLEAN_VALUE) + private Boolean booleanValue; + + public FulltextAttribute() {} + + public FulltextAttribute stringValues(List stringValues) { + this.stringValues = stringValues; + return this; + } + + public FulltextAttribute addStringValuesItem(String stringValuesItem) { + if (this.stringValues == null) { + this.stringValues = new ArrayList<>(); + } + this.stringValues.add(stringValuesItem); + return this; + } + + /** + * Attribute with string values + * + * @return stringValues + **/ + @javax.annotation.Nullable + public List getStringValues() { + return stringValues; + } + + public void setStringValues(List stringValues) { + this.stringValues = stringValues; + } + + + public FulltextAttribute numberValues(List numberValues) { + this.numberValues = numberValues; + return this; + } + + public FulltextAttribute addNumberValuesItem(BigDecimal numberValuesItem) { + if (this.numberValues == null) { + this.numberValues = new ArrayList<>(); + } + this.numberValues.add(numberValuesItem); + return this; + } + + /** + * Attribute with number values + * + * @return numberValues + **/ + @javax.annotation.Nullable + public List getNumberValues() { + return numberValues; + } + + public void setNumberValues(List numberValues) { + this.numberValues = numberValues; + } + + + public FulltextAttribute booleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; + return this; + } + + /** + * Attribute with boolean value + * + * @return booleanValue + **/ + @javax.annotation.Nullable + public Boolean getBooleanValue() { + return booleanValue; + } + + public void setBooleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FulltextAttribute fulltextAttribute = (FulltextAttribute) o; + return Objects.equals(this.stringValues, fulltextAttribute.stringValues) + && Objects.equals(this.numberValues, fulltextAttribute.numberValues) + && Objects.equals(this.booleanValue, fulltextAttribute.booleanValue); + } + + @Override + public int hashCode() { + return Objects.hash(stringValues, numberValues, booleanValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FulltextAttribute {\n"); + sb.append(" stringValues: ").append(toIndentedString(stringValues)).append("\n"); + sb.append(" numberValues: ").append(toIndentedString(numberValues)).append("\n"); + sb.append(" booleanValue: ").append(toIndentedString(booleanValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("stringValues"); + openapiFields.add("numberValues"); + openapiFields.add("booleanValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to FulltextAttribute + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!FulltextAttribute.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in FulltextAttribute is not found in the empty JSON string", + FulltextAttribute.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!FulltextAttribute.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `FulltextAttribute` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + // ensure the optional json data is an array if present + if (jsonObj.get("stringValues") != null && !jsonObj.get("stringValues").isJsonNull() + && !jsonObj.get("stringValues").isJsonArray()) { + throw new IllegalArgumentException(String.format( + "Expected the field `stringValues` to be an array in the JSON string but got `%s`", + jsonObj.get("stringValues").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("numberValues") != null && !jsonObj.get("numberValues").isJsonNull() + && !jsonObj.get("numberValues").isJsonArray()) { + throw new IllegalArgumentException(String.format( + "Expected the field `numberValues` to be an array in the JSON string but got `%s`", + jsonObj.get("numberValues").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!FulltextAttribute.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'FulltextAttribute' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(FulltextAttribute.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, FulltextAttribute value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public FulltextAttribute read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of FulltextAttribute given an JSON string + * + * @param jsonString JSON string + * @return An instance of FulltextAttribute + * @throws IOException if the JSON string is invalid with respect to FulltextAttribute + */ + public static FulltextAttribute fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, FulltextAttribute.class); + } + + /** + * Convert an instance of FulltextAttribute to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/FulltextSearchItem.java b/src/main/java/com/formkiq/client/model/FulltextSearchItem.java index eea20931..ebd9c747 100644 --- a/src/main/java/com/formkiq/client/model/FulltextSearchItem.java +++ b/src/main/java/com/formkiq/client/model/FulltextSearchItem.java @@ -20,6 +20,7 @@ package com.formkiq.client.model; import java.util.Objects; +import com.formkiq.client.model.FulltextAttribute; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -58,7 +59,7 @@ * FulltextSearchItem */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class FulltextSearchItem { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; @@ -101,6 +102,10 @@ public class FulltextSearchItem { @SerializedName(SERIALIZED_NAME_METADATA) private Map metadata = new HashMap<>(); + public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; + @SerializedName(SERIALIZED_NAME_ATTRIBUTES) + private Map attributes = new HashMap<>(); + public FulltextSearchItem() {} public FulltextSearchItem siteId(String siteId) { @@ -319,6 +324,34 @@ public void setMetadata(Map metadata) { } + public FulltextSearchItem attributes(Map attributes) { + this.attributes = attributes; + return this; + } + + public FulltextSearchItem putAttributesItem(String key, FulltextAttribute attributesItem) { + if (this.attributes == null) { + this.attributes = new HashMap<>(); + } + this.attributes.put(key, attributesItem); + return this; + } + + /** + * Get attributes + * + * @return attributes + **/ + @javax.annotation.Nullable + public Map getAttributes() { + return attributes; + } + + public void setAttributes(Map attributes) { + this.attributes = attributes; + } + + @Override public boolean equals(Object o) { @@ -338,13 +371,14 @@ public boolean equals(Object o) { && Objects.equals(this.contentLength, fulltextSearchItem.contentLength) && Objects.equals(this.createdBy, fulltextSearchItem.createdBy) && Objects.equals(this.tags, fulltextSearchItem.tags) - && Objects.equals(this.metadata, fulltextSearchItem.metadata); + && Objects.equals(this.metadata, fulltextSearchItem.metadata) + && Objects.equals(this.attributes, fulltextSearchItem.attributes); } @Override public int hashCode() { return Objects.hash(siteId, path, deepLinkPath, insertedDate, lastModifiedDate, documentId, - contentLength, createdBy, tags, metadata); + contentLength, createdBy, tags, metadata, attributes); } @Override @@ -361,6 +395,7 @@ public String toString() { sb.append(" createdBy: ").append(toIndentedString(createdBy)).append("\n"); sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); sb.append(" metadata: ").append(toIndentedString(metadata)).append("\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); sb.append("}"); return sb.toString(); } @@ -392,6 +427,7 @@ private String toIndentedString(Object o) { openapiFields.add("createdBy"); openapiFields.add("tags"); openapiFields.add("metadata"); + openapiFields.add("attributes"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); diff --git a/src/main/java/com/formkiq/client/model/GetApiKeysResponse.java b/src/main/java/com/formkiq/client/model/GetApiKeysResponse.java index 453397d2..8213e21e 100644 --- a/src/main/java/com/formkiq/client/model/GetApiKeysResponse.java +++ b/src/main/java/com/formkiq/client/model/GetApiKeysResponse.java @@ -59,7 +59,7 @@ * GetApiKeysResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetApiKeysResponse { public static final String SERIALIZED_NAME_API_KEYS = "apiKeys"; diff --git a/src/main/java/com/formkiq/client/model/GetAttributeResponse.java b/src/main/java/com/formkiq/client/model/GetAttributeResponse.java index c4fe3dff..d8f2cde7 100644 --- a/src/main/java/com/formkiq/client/model/GetAttributeResponse.java +++ b/src/main/java/com/formkiq/client/model/GetAttributeResponse.java @@ -57,7 +57,7 @@ * GetAttributeResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetAttributeResponse { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; diff --git a/src/main/java/com/formkiq/client/model/GetAttributesResponse.java b/src/main/java/com/formkiq/client/model/GetAttributesResponse.java index f143f7d8..189020cb 100644 --- a/src/main/java/com/formkiq/client/model/GetAttributesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetAttributesResponse.java @@ -59,7 +59,7 @@ * GetAttributesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetAttributesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseDocumentsResponse.java b/src/main/java/com/formkiq/client/model/GetCaseDocumentsResponse.java index bf04b293..d49c77a6 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseDocumentsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseDocumentsResponse.java @@ -59,7 +59,7 @@ * GetCaseDocumentsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseDocumentsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseNigoResponse.java b/src/main/java/com/formkiq/client/model/GetCaseNigoResponse.java index 03d223a6..f600c478 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseNigoResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseNigoResponse.java @@ -57,7 +57,7 @@ * GetCaseNigoResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseNigoResponse { public static final String SERIALIZED_NAME_NIGO = "nigo"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseNigosResponse.java b/src/main/java/com/formkiq/client/model/GetCaseNigosResponse.java index 0f5db78b..74faf139 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseNigosResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseNigosResponse.java @@ -59,7 +59,7 @@ * GetCaseNigosResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseNigosResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseResponse.java b/src/main/java/com/formkiq/client/model/GetCaseResponse.java index 1c04e242..33c232a1 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseResponse.java @@ -57,7 +57,7 @@ * GetCaseResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseResponse { public static final String SERIALIZED_NAME_CASE = "case"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseTaskResponse.java b/src/main/java/com/formkiq/client/model/GetCaseTaskResponse.java index 43d09c34..506f85fe 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseTaskResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseTaskResponse.java @@ -57,7 +57,7 @@ * GetCaseTaskResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseTaskResponse { public static final String SERIALIZED_NAME_TASK = "task"; diff --git a/src/main/java/com/formkiq/client/model/GetCaseTasksResponse.java b/src/main/java/com/formkiq/client/model/GetCaseTasksResponse.java index 28993823..593e6ee8 100644 --- a/src/main/java/com/formkiq/client/model/GetCaseTasksResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCaseTasksResponse.java @@ -59,7 +59,7 @@ * GetCaseTasksResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCaseTasksResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetCasesResponse.java b/src/main/java/com/formkiq/client/model/GetCasesResponse.java index fbbd0551..f1f0a91d 100644 --- a/src/main/java/com/formkiq/client/model/GetCasesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetCasesResponse.java @@ -59,7 +59,7 @@ * GetCasesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetCasesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetConfigurationResponse.java b/src/main/java/com/formkiq/client/model/GetConfigurationResponse.java index eef991c9..dba3f1da 100644 --- a/src/main/java/com/formkiq/client/model/GetConfigurationResponse.java +++ b/src/main/java/com/formkiq/client/model/GetConfigurationResponse.java @@ -56,7 +56,7 @@ * GetConfigurationResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetConfigurationResponse { public static final String SERIALIZED_NAME_CHAT_GPT_API_KEY = "chatGptApiKey"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentActionsResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentActionsResponse.java index 7c2fe196..825e7be2 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentActionsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentActionsResponse.java @@ -59,7 +59,7 @@ * GetDocumentActionsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentActionsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentAttributeResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentAttributeResponse.java index 6558f453..1915e853 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentAttributeResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentAttributeResponse.java @@ -57,7 +57,7 @@ * GetDocumentAttributeResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentAttributeResponse { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentAttributesResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentAttributesResponse.java index 3e9fb249..84ed00b4 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentAttributesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentAttributesResponse.java @@ -59,7 +59,7 @@ * GetDocumentAttributesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentAttributesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentContentResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentContentResponse.java index bfeb03f1..27519a1a 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentContentResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentContentResponse.java @@ -56,7 +56,7 @@ * GetDocumentContentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentContentResponse { public static final String SERIALIZED_NAME_CONTENT = "content"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentFulltextResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentFulltextResponse.java index 3901aafc..ca844bca 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentFulltextResponse.java @@ -20,6 +20,7 @@ package com.formkiq.client.model; import java.util.Objects; +import com.formkiq.client.model.FulltextAttribute; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -58,7 +59,7 @@ * GetDocumentFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentFulltextResponse { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; @@ -109,6 +110,10 @@ public class GetDocumentFulltextResponse { @SerializedName(SERIALIZED_NAME_METADATA) private Map metadata = new HashMap<>(); + public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; + @SerializedName(SERIALIZED_NAME_ATTRIBUTES) + private Map attributes = new HashMap<>(); + public GetDocumentFulltextResponse() {} public GetDocumentFulltextResponse siteId(String siteId) { @@ -367,6 +372,35 @@ public void setMetadata(Map metadata) { } + public GetDocumentFulltextResponse attributes(Map attributes) { + this.attributes = attributes; + return this; + } + + public GetDocumentFulltextResponse putAttributesItem(String key, + FulltextAttribute attributesItem) { + if (this.attributes == null) { + this.attributes = new HashMap<>(); + } + this.attributes.put(key, attributesItem); + return this; + } + + /** + * Get attributes + * + * @return attributes + **/ + @javax.annotation.Nullable + public Map getAttributes() { + return attributes; + } + + public void setAttributes(Map attributes) { + this.attributes = attributes; + } + + @Override public boolean equals(Object o) { @@ -388,13 +422,14 @@ public boolean equals(Object o) { && Objects.equals(this.createdBy, getDocumentFulltextResponse.createdBy) && Objects.equals(this.contentLength, getDocumentFulltextResponse.contentLength) && Objects.equals(this.tags, getDocumentFulltextResponse.tags) - && Objects.equals(this.metadata, getDocumentFulltextResponse.metadata); + && Objects.equals(this.metadata, getDocumentFulltextResponse.metadata) + && Objects.equals(this.attributes, getDocumentFulltextResponse.attributes); } @Override public int hashCode() { return Objects.hash(siteId, content, contentType, path, deepLinkPath, insertedDate, - lastModifiedDate, documentId, createdBy, contentLength, tags, metadata); + lastModifiedDate, documentId, createdBy, contentLength, tags, metadata, attributes); } @Override @@ -413,6 +448,7 @@ public String toString() { sb.append(" contentLength: ").append(toIndentedString(contentLength)).append("\n"); sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); sb.append(" metadata: ").append(toIndentedString(metadata)).append("\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); sb.append("}"); return sb.toString(); } @@ -446,6 +482,7 @@ private String toIndentedString(Object o) { openapiFields.add("contentLength"); openapiFields.add("tags"); openapiFields.add("metadata"); + openapiFields.add("attributes"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); diff --git a/src/main/java/com/formkiq/client/model/GetDocumentOcrResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentOcrResponse.java index 01ff17ad..ce4f2001 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentOcrResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentOcrResponse.java @@ -58,7 +58,7 @@ * GetDocumentOcrResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentOcrResponse { public static final String SERIALIZED_NAME_CONTENT_URLS = "contentUrls"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentResponse.java index 3d5089b1..ea67b90a 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentResponse.java @@ -60,7 +60,7 @@ * GetDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentResponse { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentSync.java b/src/main/java/com/formkiq/client/model/GetDocumentSync.java index d7bcd896..e85f3acd 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentSync.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentSync.java @@ -59,7 +59,7 @@ * GetDocumentSync */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentSync { public static final String SERIALIZED_NAME_SERVICE = "service"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentSyncResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentSyncResponse.java index 6dba5526..6b162aac 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentSyncResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentSyncResponse.java @@ -59,7 +59,7 @@ * GetDocumentSyncResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentSyncResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentTagResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentTagResponse.java index 012cb857..1505a19e 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentTagResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentTagResponse.java @@ -58,7 +58,7 @@ * GetDocumentTagResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentTagResponse { public static final String SERIALIZED_NAME_INSERTED_DATE = "insertedDate"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentTagsResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentTagsResponse.java index 542163d1..f4e8eeef 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentTagsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentTagsResponse.java @@ -59,7 +59,7 @@ * GetDocumentTagsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentTagsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentUrlResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentUrlResponse.java index 25e419c8..87b489e9 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentUrlResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentUrlResponse.java @@ -56,7 +56,7 @@ * GetDocumentUrlResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentUrlResponse { public static final String SERIALIZED_NAME_DOCUMENT_ID = "documentId"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentVersionsResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentVersionsResponse.java index e4788a57..3455067b 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentVersionsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentVersionsResponse.java @@ -59,7 +59,7 @@ * GetDocumentVersionsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentVersionsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentWorkflowResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentWorkflowResponse.java index 3edab798..7dc11e5a 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentWorkflowResponse.java @@ -57,7 +57,7 @@ * GetDocumentWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentWorkflowResponse { public static final String SERIALIZED_NAME_WORKFLOW = "workflow"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentWorkflowsResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentWorkflowsResponse.java index a5261b7c..4c15c5d2 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentWorkflowsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentWorkflowsResponse.java @@ -59,7 +59,7 @@ * GetDocumentWorkflowsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentWorkflowsResponse { public static final String SERIALIZED_NAME_WORKFLOWS = "workflows"; diff --git a/src/main/java/com/formkiq/client/model/GetDocumentsResponse.java b/src/main/java/com/formkiq/client/model/GetDocumentsResponse.java index d70f44bb..bca11656 100644 --- a/src/main/java/com/formkiq/client/model/GetDocumentsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetDocumentsResponse.java @@ -59,7 +59,7 @@ * GetDocumentsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetDocumentsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetEsignatureDocusignConfigResponse.java b/src/main/java/com/formkiq/client/model/GetEsignatureDocusignConfigResponse.java index 62b438f9..5f81be3a 100644 --- a/src/main/java/com/formkiq/client/model/GetEsignatureDocusignConfigResponse.java +++ b/src/main/java/com/formkiq/client/model/GetEsignatureDocusignConfigResponse.java @@ -56,7 +56,7 @@ * GetEsignatureDocusignConfigResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetEsignatureDocusignConfigResponse { public static final String SERIALIZED_NAME_CONFIGURED = "configured"; diff --git a/src/main/java/com/formkiq/client/model/GetExaminePdfResponse.java b/src/main/java/com/formkiq/client/model/GetExaminePdfResponse.java index 091a27fe..e434919d 100644 --- a/src/main/java/com/formkiq/client/model/GetExaminePdfResponse.java +++ b/src/main/java/com/formkiq/client/model/GetExaminePdfResponse.java @@ -57,7 +57,7 @@ * GetExaminePdfResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetExaminePdfResponse { public static final String SERIALIZED_NAME_FILEINFO = "fileinfo"; diff --git a/src/main/java/com/formkiq/client/model/GetExaminePdfUrlResponse.java b/src/main/java/com/formkiq/client/model/GetExaminePdfUrlResponse.java index c21e2d06..e6b0522f 100644 --- a/src/main/java/com/formkiq/client/model/GetExaminePdfUrlResponse.java +++ b/src/main/java/com/formkiq/client/model/GetExaminePdfUrlResponse.java @@ -56,7 +56,7 @@ * GetExaminePdfUrlResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetExaminePdfUrlResponse { public static final String SERIALIZED_NAME_ID = "id"; diff --git a/src/main/java/com/formkiq/client/model/GetFoldersResponse.java b/src/main/java/com/formkiq/client/model/GetFoldersResponse.java index 50a97455..cd49a68d 100644 --- a/src/main/java/com/formkiq/client/model/GetFoldersResponse.java +++ b/src/main/java/com/formkiq/client/model/GetFoldersResponse.java @@ -59,7 +59,7 @@ * GetFoldersResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetFoldersResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetGroupsResponse.java b/src/main/java/com/formkiq/client/model/GetGroupsResponse.java index 0ad5d9e0..25a73990 100644 --- a/src/main/java/com/formkiq/client/model/GetGroupsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetGroupsResponse.java @@ -59,7 +59,7 @@ * GetGroupsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetGroupsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetMappingResponse.java b/src/main/java/com/formkiq/client/model/GetMappingResponse.java index 8e36d12c..acd7fc63 100644 --- a/src/main/java/com/formkiq/client/model/GetMappingResponse.java +++ b/src/main/java/com/formkiq/client/model/GetMappingResponse.java @@ -57,7 +57,7 @@ * GetMappingResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetMappingResponse { public static final String SERIALIZED_NAME_MAPPING = "mapping"; diff --git a/src/main/java/com/formkiq/client/model/GetMappingsResponse.java b/src/main/java/com/formkiq/client/model/GetMappingsResponse.java index db9ed448..1a7350bf 100644 --- a/src/main/java/com/formkiq/client/model/GetMappingsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetMappingsResponse.java @@ -59,7 +59,7 @@ * GetMappingsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetMappingsResponse { public static final String SERIALIZED_NAME_MAPPINGS = "mappings"; diff --git a/src/main/java/com/formkiq/client/model/GetOpaAccessPoliciesResponse.java b/src/main/java/com/formkiq/client/model/GetOpaAccessPoliciesResponse.java index 9e6077cb..8f9f8e5f 100644 --- a/src/main/java/com/formkiq/client/model/GetOpaAccessPoliciesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetOpaAccessPoliciesResponse.java @@ -59,7 +59,7 @@ * GetOpaAccessPoliciesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetOpaAccessPoliciesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyItemsResponse.java b/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyItemsResponse.java index d9d524e3..7e46daf4 100644 --- a/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyItemsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyItemsResponse.java @@ -59,7 +59,7 @@ * GetOpaAccessPolicyItemsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetOpaAccessPolicyItemsResponse { public static final String SERIALIZED_NAME_POLICY_ITEMS = "policyItems"; diff --git a/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyResponse.java b/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyResponse.java index 4877678b..d97beb43 100644 --- a/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyResponse.java +++ b/src/main/java/com/formkiq/client/model/GetOpaAccessPolicyResponse.java @@ -56,7 +56,7 @@ * GetOpaAccessPolicyResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetOpaAccessPolicyResponse { public static final String SERIALIZED_NAME_OPA_POLICY = "opaPolicy"; diff --git a/src/main/java/com/formkiq/client/model/GetOpenSearchIndexResponse.java b/src/main/java/com/formkiq/client/model/GetOpenSearchIndexResponse.java index 749c531a..86969f6e 100644 --- a/src/main/java/com/formkiq/client/model/GetOpenSearchIndexResponse.java +++ b/src/main/java/com/formkiq/client/model/GetOpenSearchIndexResponse.java @@ -57,7 +57,7 @@ * GetOpenSearchIndexResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetOpenSearchIndexResponse { public static final String SERIALIZED_NAME_INDEX_SETTINGS = "indexSettings"; diff --git a/src/main/java/com/formkiq/client/model/GetQueueResponse.java b/src/main/java/com/formkiq/client/model/GetQueueResponse.java index 64176f5b..2b0ceb0f 100644 --- a/src/main/java/com/formkiq/client/model/GetQueueResponse.java +++ b/src/main/java/com/formkiq/client/model/GetQueueResponse.java @@ -56,7 +56,7 @@ * GetQueueResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetQueueResponse { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/GetQueuesResponse.java b/src/main/java/com/formkiq/client/model/GetQueuesResponse.java index e06fe121..d8106ee5 100644 --- a/src/main/java/com/formkiq/client/model/GetQueuesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetQueuesResponse.java @@ -59,7 +59,7 @@ * GetQueuesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetQueuesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetRuleResponse.java b/src/main/java/com/formkiq/client/model/GetRuleResponse.java index b0369b92..c10212ee 100644 --- a/src/main/java/com/formkiq/client/model/GetRuleResponse.java +++ b/src/main/java/com/formkiq/client/model/GetRuleResponse.java @@ -57,7 +57,7 @@ * GetRuleResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetRuleResponse { public static final String SERIALIZED_NAME_RULE = "rule"; diff --git a/src/main/java/com/formkiq/client/model/GetRulesResponse.java b/src/main/java/com/formkiq/client/model/GetRulesResponse.java index 4c61863e..ffec27a4 100644 --- a/src/main/java/com/formkiq/client/model/GetRulesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetRulesResponse.java @@ -59,7 +59,7 @@ * GetRulesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetRulesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetRulesetResponse.java b/src/main/java/com/formkiq/client/model/GetRulesetResponse.java index 1ee9e3fb..03725612 100644 --- a/src/main/java/com/formkiq/client/model/GetRulesetResponse.java +++ b/src/main/java/com/formkiq/client/model/GetRulesetResponse.java @@ -57,7 +57,7 @@ * GetRulesetResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetRulesetResponse { public static final String SERIALIZED_NAME_RULESET = "ruleset"; diff --git a/src/main/java/com/formkiq/client/model/GetRulesetsResponse.java b/src/main/java/com/formkiq/client/model/GetRulesetsResponse.java index 57adb246..bf104027 100644 --- a/src/main/java/com/formkiq/client/model/GetRulesetsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetRulesetsResponse.java @@ -59,7 +59,7 @@ * GetRulesetsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetRulesetsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetSitesResponse.java b/src/main/java/com/formkiq/client/model/GetSitesResponse.java index 38bb75be..a5c9aac0 100644 --- a/src/main/java/com/formkiq/client/model/GetSitesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetSitesResponse.java @@ -59,7 +59,7 @@ * GetSitesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetSitesResponse { public static final String SERIALIZED_NAME_USERNAME = "username"; diff --git a/src/main/java/com/formkiq/client/model/GetSitesSchemaResponse.java b/src/main/java/com/formkiq/client/model/GetSitesSchemaResponse.java index 78bef561..b3ad95a6 100644 --- a/src/main/java/com/formkiq/client/model/GetSitesSchemaResponse.java +++ b/src/main/java/com/formkiq/client/model/GetSitesSchemaResponse.java @@ -57,7 +57,7 @@ * GetSitesSchemaResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetSitesSchemaResponse { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/GetTagSchemaResponse.java b/src/main/java/com/formkiq/client/model/GetTagSchemaResponse.java index 4d814183..5d07464f 100644 --- a/src/main/java/com/formkiq/client/model/GetTagSchemaResponse.java +++ b/src/main/java/com/formkiq/client/model/GetTagSchemaResponse.java @@ -57,7 +57,7 @@ * GetTagSchemaResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetTagSchemaResponse { public static final String SERIALIZED_NAME_TAG_SCHEMA = "tagSchema"; diff --git a/src/main/java/com/formkiq/client/model/GetTagSchemasResponse.java b/src/main/java/com/formkiq/client/model/GetTagSchemasResponse.java index 32b72a6d..6f0d4ba0 100644 --- a/src/main/java/com/formkiq/client/model/GetTagSchemasResponse.java +++ b/src/main/java/com/formkiq/client/model/GetTagSchemasResponse.java @@ -59,7 +59,7 @@ * GetTagSchemasResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetTagSchemasResponse { public static final String SERIALIZED_NAME_SCHEMAS = "schemas"; diff --git a/src/main/java/com/formkiq/client/model/GetUserActivitesResponse.java b/src/main/java/com/formkiq/client/model/GetUserActivitesResponse.java index 75450156..6f2674bf 100644 --- a/src/main/java/com/formkiq/client/model/GetUserActivitesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetUserActivitesResponse.java @@ -59,7 +59,7 @@ * GetUserActivitesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetUserActivitesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetUserSharesResponse.java b/src/main/java/com/formkiq/client/model/GetUserSharesResponse.java index 97fc18ce..4ebee3b9 100644 --- a/src/main/java/com/formkiq/client/model/GetUserSharesResponse.java +++ b/src/main/java/com/formkiq/client/model/GetUserSharesResponse.java @@ -59,7 +59,7 @@ * GetUserSharesResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetUserSharesResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetUsersInGroupResponse.java b/src/main/java/com/formkiq/client/model/GetUsersInGroupResponse.java index 335ffb4c..becb2c90 100644 --- a/src/main/java/com/formkiq/client/model/GetUsersInGroupResponse.java +++ b/src/main/java/com/formkiq/client/model/GetUsersInGroupResponse.java @@ -59,7 +59,7 @@ * GetUsersInGroupResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetUsersInGroupResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetVersionResponse.java b/src/main/java/com/formkiq/client/model/GetVersionResponse.java index 8ed117ff..d7606d59 100644 --- a/src/main/java/com/formkiq/client/model/GetVersionResponse.java +++ b/src/main/java/com/formkiq/client/model/GetVersionResponse.java @@ -58,7 +58,7 @@ * GetVersionResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetVersionResponse { public static final String SERIALIZED_NAME_VERSION = "version"; diff --git a/src/main/java/com/formkiq/client/model/GetWebhookResponse.java b/src/main/java/com/formkiq/client/model/GetWebhookResponse.java index 4b7ec4b7..adacfc9d 100644 --- a/src/main/java/com/formkiq/client/model/GetWebhookResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWebhookResponse.java @@ -56,7 +56,7 @@ * GetWebhookResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWebhookResponse { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/GetWebhookTagsResponse.java b/src/main/java/com/formkiq/client/model/GetWebhookTagsResponse.java index f5f8536f..c25eb73c 100644 --- a/src/main/java/com/formkiq/client/model/GetWebhookTagsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWebhookTagsResponse.java @@ -59,7 +59,7 @@ * GetWebhookTagsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWebhookTagsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetWebhooksResponse.java b/src/main/java/com/formkiq/client/model/GetWebhooksResponse.java index 73c1cd1a..7cb0ead9 100644 --- a/src/main/java/com/formkiq/client/model/GetWebhooksResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWebhooksResponse.java @@ -59,7 +59,7 @@ * GetWebhooksResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWebhooksResponse { public static final String SERIALIZED_NAME_WEBHOOKS = "webhooks"; diff --git a/src/main/java/com/formkiq/client/model/GetWorkflowDocumentsResponse.java b/src/main/java/com/formkiq/client/model/GetWorkflowDocumentsResponse.java index a07c861a..25d04594 100644 --- a/src/main/java/com/formkiq/client/model/GetWorkflowDocumentsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWorkflowDocumentsResponse.java @@ -59,7 +59,7 @@ * GetWorkflowDocumentsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWorkflowDocumentsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetWorkflowQueueDocumentsResponse.java b/src/main/java/com/formkiq/client/model/GetWorkflowQueueDocumentsResponse.java index 4919caa6..ea94c410 100644 --- a/src/main/java/com/formkiq/client/model/GetWorkflowQueueDocumentsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWorkflowQueueDocumentsResponse.java @@ -59,7 +59,7 @@ * GetWorkflowQueueDocumentsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWorkflowQueueDocumentsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/GetWorkflowResponse.java b/src/main/java/com/formkiq/client/model/GetWorkflowResponse.java index 74bc6c48..b2cce8ba 100644 --- a/src/main/java/com/formkiq/client/model/GetWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWorkflowResponse.java @@ -60,7 +60,7 @@ * GetWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWorkflowResponse { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/GetWorkflowsResponse.java b/src/main/java/com/formkiq/client/model/GetWorkflowsResponse.java index 05a4e285..72364bcb 100644 --- a/src/main/java/com/formkiq/client/model/GetWorkflowsResponse.java +++ b/src/main/java/com/formkiq/client/model/GetWorkflowsResponse.java @@ -59,7 +59,7 @@ * GetWorkflowsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class GetWorkflowsResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/Group.java b/src/main/java/com/formkiq/client/model/Group.java index c53e16cf..444e93d8 100644 --- a/src/main/java/com/formkiq/client/model/Group.java +++ b/src/main/java/com/formkiq/client/model/Group.java @@ -56,7 +56,7 @@ * Group */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Group { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/IndexFolderMoveRequest.java b/src/main/java/com/formkiq/client/model/IndexFolderMoveRequest.java index f7df5a7f..d85d589f 100644 --- a/src/main/java/com/formkiq/client/model/IndexFolderMoveRequest.java +++ b/src/main/java/com/formkiq/client/model/IndexFolderMoveRequest.java @@ -56,7 +56,7 @@ * IndexFolderMoveRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class IndexFolderMoveRequest { public static final String SERIALIZED_NAME_SOURCE = "source"; diff --git a/src/main/java/com/formkiq/client/model/IndexFolderMoveResponse.java b/src/main/java/com/formkiq/client/model/IndexFolderMoveResponse.java index b3a991a8..1583693f 100644 --- a/src/main/java/com/formkiq/client/model/IndexFolderMoveResponse.java +++ b/src/main/java/com/formkiq/client/model/IndexFolderMoveResponse.java @@ -56,7 +56,7 @@ * IndexFolderMoveResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class IndexFolderMoveResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/IndexSearch.java b/src/main/java/com/formkiq/client/model/IndexSearch.java index 35ffa3bf..f56ec83e 100644 --- a/src/main/java/com/formkiq/client/model/IndexSearch.java +++ b/src/main/java/com/formkiq/client/model/IndexSearch.java @@ -56,7 +56,7 @@ * IndexSearch */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class IndexSearch { public static final String SERIALIZED_NAME_VALUE = "value"; diff --git a/src/main/java/com/formkiq/client/model/IndexSearchRequest.java b/src/main/java/com/formkiq/client/model/IndexSearchRequest.java index 215a0533..12b2baaa 100644 --- a/src/main/java/com/formkiq/client/model/IndexSearchRequest.java +++ b/src/main/java/com/formkiq/client/model/IndexSearchRequest.java @@ -56,7 +56,7 @@ * IndexSearchRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class IndexSearchRequest { public static final String SERIALIZED_NAME_INDEX_TYPE = "indexType"; diff --git a/src/main/java/com/formkiq/client/model/IndexSearchResponse.java b/src/main/java/com/formkiq/client/model/IndexSearchResponse.java index 1cf42fc1..728b88eb 100644 --- a/src/main/java/com/formkiq/client/model/IndexSearchResponse.java +++ b/src/main/java/com/formkiq/client/model/IndexSearchResponse.java @@ -59,7 +59,7 @@ * IndexSearchResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class IndexSearchResponse { public static final String SERIALIZED_NAME_NEXT = "next"; diff --git a/src/main/java/com/formkiq/client/model/Mapping.java b/src/main/java/com/formkiq/client/model/Mapping.java index 8afafa3c..53273741 100644 --- a/src/main/java/com/formkiq/client/model/Mapping.java +++ b/src/main/java/com/formkiq/client/model/Mapping.java @@ -59,7 +59,7 @@ * Mapping */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Mapping { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/MappingAttribute.java b/src/main/java/com/formkiq/client/model/MappingAttribute.java index 661c1b19..f8a17824 100644 --- a/src/main/java/com/formkiq/client/model/MappingAttribute.java +++ b/src/main/java/com/formkiq/client/model/MappingAttribute.java @@ -61,7 +61,7 @@ * MappingAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class MappingAttribute { public static final String SERIALIZED_NAME_ATTRIBUTE_KEY = "attributeKey"; diff --git a/src/main/java/com/formkiq/client/model/MatchDocumentTag.java b/src/main/java/com/formkiq/client/model/MatchDocumentTag.java index 1c738c9e..d60e6f89 100644 --- a/src/main/java/com/formkiq/client/model/MatchDocumentTag.java +++ b/src/main/java/com/formkiq/client/model/MatchDocumentTag.java @@ -56,7 +56,7 @@ * Match Document Tag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class MatchDocumentTag { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/ModelCase.java b/src/main/java/com/formkiq/client/model/ModelCase.java index f4101b4c..75ef58b9 100644 --- a/src/main/java/com/formkiq/client/model/ModelCase.java +++ b/src/main/java/com/formkiq/client/model/ModelCase.java @@ -59,7 +59,7 @@ * ModelCase */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ModelCase { public static final String SERIALIZED_NAME_CASE_ID = "caseId"; diff --git a/src/main/java/com/formkiq/client/model/Nigo.java b/src/main/java/com/formkiq/client/model/Nigo.java index 32ba8978..6f481f6b 100644 --- a/src/main/java/com/formkiq/client/model/Nigo.java +++ b/src/main/java/com/formkiq/client/model/Nigo.java @@ -59,7 +59,7 @@ * Nigo */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Nigo { public static final String SERIALIZED_NAME_NIGO_ID = "nigoId"; diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeConfig.java b/src/main/java/com/formkiq/client/model/OnlyOfficeConfig.java index de04e9c6..c2213c3d 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeConfig.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeConfig.java @@ -58,7 +58,7 @@ * OnlyOfficeConfig */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeConfig { public static final String SERIALIZED_NAME_ONLY_OFFICE_URL = "onlyOfficeUrl"; diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeConfigDocument.java b/src/main/java/com/formkiq/client/model/OnlyOfficeConfigDocument.java index 70cbf3f6..c3a85737 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeConfigDocument.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeConfigDocument.java @@ -56,7 +56,7 @@ * OnlyOfficeConfigDocument */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeConfigDocument { public static final String SERIALIZED_NAME_URL = "url"; diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentNewRequest.java b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentNewRequest.java index 7842e4b0..3f68ed6d 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentNewRequest.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentNewRequest.java @@ -56,7 +56,7 @@ * ONLYOFFICE New Document Request */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeDocumentNewRequest { /** diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentResponse.java b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentResponse.java index acf53dd8..f293cb8f 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentResponse.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentResponse.java @@ -57,7 +57,7 @@ * OnlyOfficeDocumentResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeDocumentResponse { public static final String SERIALIZED_NAME_CONFIG = "config"; diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentSaveResponse.java b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentSaveResponse.java index 56e3ee26..c65cc821 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentSaveResponse.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeDocumentSaveResponse.java @@ -56,7 +56,7 @@ * OnlyOfficeDocumentSaveResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeDocumentSaveResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/OnlyOfficeEditorConfig.java b/src/main/java/com/formkiq/client/model/OnlyOfficeEditorConfig.java index dcc61585..0f3131d2 100644 --- a/src/main/java/com/formkiq/client/model/OnlyOfficeEditorConfig.java +++ b/src/main/java/com/formkiq/client/model/OnlyOfficeEditorConfig.java @@ -56,7 +56,7 @@ * OnlyOfficeEditorConfig */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OnlyOfficeEditorConfig { public static final String SERIALIZED_NAME_CALLBACK_URL = "callbackUrl"; diff --git a/src/main/java/com/formkiq/client/model/OpaPolicy.java b/src/main/java/com/formkiq/client/model/OpaPolicy.java index 41271193..0146c160 100644 --- a/src/main/java/com/formkiq/client/model/OpaPolicy.java +++ b/src/main/java/com/formkiq/client/model/OpaPolicy.java @@ -56,7 +56,7 @@ * OpaPolicy */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpaPolicy { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttribute.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttribute.java index f33259c3..9fc7a1f0 100644 --- a/src/main/java/com/formkiq/client/model/OpaPolicyAttribute.java +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttribute.java @@ -21,6 +21,11 @@ import java.util.Objects; import com.formkiq.client.model.OpaPolicyAttributeEq; +import com.formkiq.client.model.OpaPolicyAttributeGt; +import com.formkiq.client.model.OpaPolicyAttributeGte; +import com.formkiq.client.model.OpaPolicyAttributeLt; +import com.formkiq.client.model.OpaPolicyAttributeLte; +import com.formkiq.client.model.OpaPolicyAttributeNeq; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -57,7 +62,7 @@ * OpaPolicyAttribute */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpaPolicyAttribute { public static final String SERIALIZED_NAME_KEY = "key"; @@ -68,6 +73,26 @@ public class OpaPolicyAttribute { @SerializedName(SERIALIZED_NAME_EQ) private OpaPolicyAttributeEq eq; + public static final String SERIALIZED_NAME_GT = "gt"; + @SerializedName(SERIALIZED_NAME_GT) + private OpaPolicyAttributeGt gt; + + public static final String SERIALIZED_NAME_GTE = "gte"; + @SerializedName(SERIALIZED_NAME_GTE) + private OpaPolicyAttributeGte gte; + + public static final String SERIALIZED_NAME_LT = "lt"; + @SerializedName(SERIALIZED_NAME_LT) + private OpaPolicyAttributeLt lt; + + public static final String SERIALIZED_NAME_LTE = "lte"; + @SerializedName(SERIALIZED_NAME_LTE) + private OpaPolicyAttributeLte lte; + + public static final String SERIALIZED_NAME_NEQ = "neq"; + @SerializedName(SERIALIZED_NAME_NEQ) + private OpaPolicyAttributeNeq neq; + public OpaPolicyAttribute() {} public OpaPolicyAttribute key(String key) { @@ -110,6 +135,106 @@ public void setEq(OpaPolicyAttributeEq eq) { } + public OpaPolicyAttribute gt(OpaPolicyAttributeGt gt) { + this.gt = gt; + return this; + } + + /** + * Get gt + * + * @return gt + **/ + @javax.annotation.Nullable + public OpaPolicyAttributeGt getGt() { + return gt; + } + + public void setGt(OpaPolicyAttributeGt gt) { + this.gt = gt; + } + + + public OpaPolicyAttribute gte(OpaPolicyAttributeGte gte) { + this.gte = gte; + return this; + } + + /** + * Get gte + * + * @return gte + **/ + @javax.annotation.Nullable + public OpaPolicyAttributeGte getGte() { + return gte; + } + + public void setGte(OpaPolicyAttributeGte gte) { + this.gte = gte; + } + + + public OpaPolicyAttribute lt(OpaPolicyAttributeLt lt) { + this.lt = lt; + return this; + } + + /** + * Get lt + * + * @return lt + **/ + @javax.annotation.Nullable + public OpaPolicyAttributeLt getLt() { + return lt; + } + + public void setLt(OpaPolicyAttributeLt lt) { + this.lt = lt; + } + + + public OpaPolicyAttribute lte(OpaPolicyAttributeLte lte) { + this.lte = lte; + return this; + } + + /** + * Get lte + * + * @return lte + **/ + @javax.annotation.Nullable + public OpaPolicyAttributeLte getLte() { + return lte; + } + + public void setLte(OpaPolicyAttributeLte lte) { + this.lte = lte; + } + + + public OpaPolicyAttribute neq(OpaPolicyAttributeNeq neq) { + this.neq = neq; + return this; + } + + /** + * Get neq + * + * @return neq + **/ + @javax.annotation.Nullable + public OpaPolicyAttributeNeq getNeq() { + return neq; + } + + public void setNeq(OpaPolicyAttributeNeq neq) { + this.neq = neq; + } + + @Override public boolean equals(Object o) { @@ -121,12 +246,17 @@ public boolean equals(Object o) { } OpaPolicyAttribute opaPolicyAttribute = (OpaPolicyAttribute) o; return Objects.equals(this.key, opaPolicyAttribute.key) - && Objects.equals(this.eq, opaPolicyAttribute.eq); + && Objects.equals(this.eq, opaPolicyAttribute.eq) + && Objects.equals(this.gt, opaPolicyAttribute.gt) + && Objects.equals(this.gte, opaPolicyAttribute.gte) + && Objects.equals(this.lt, opaPolicyAttribute.lt) + && Objects.equals(this.lte, opaPolicyAttribute.lte) + && Objects.equals(this.neq, opaPolicyAttribute.neq); } @Override public int hashCode() { - return Objects.hash(key, eq); + return Objects.hash(key, eq, gt, gte, lt, lte, neq); } @Override @@ -135,6 +265,11 @@ public String toString() { sb.append("class OpaPolicyAttribute {\n"); sb.append(" key: ").append(toIndentedString(key)).append("\n"); sb.append(" eq: ").append(toIndentedString(eq)).append("\n"); + sb.append(" gt: ").append(toIndentedString(gt)).append("\n"); + sb.append(" gte: ").append(toIndentedString(gte)).append("\n"); + sb.append(" lt: ").append(toIndentedString(lt)).append("\n"); + sb.append(" lte: ").append(toIndentedString(lte)).append("\n"); + sb.append(" neq: ").append(toIndentedString(neq)).append("\n"); sb.append("}"); return sb.toString(); } @@ -158,6 +293,11 @@ private String toIndentedString(Object o) { openapiFields = new HashSet(); openapiFields.add("key"); openapiFields.add("eq"); + openapiFields.add("gt"); + openapiFields.add("gte"); + openapiFields.add("lt"); + openapiFields.add("lte"); + openapiFields.add("neq"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); @@ -199,6 +339,26 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti if (jsonObj.get("eq") != null && !jsonObj.get("eq").isJsonNull()) { OpaPolicyAttributeEq.validateJsonElement(jsonObj.get("eq")); } + // validate the optional field `gt` + if (jsonObj.get("gt") != null && !jsonObj.get("gt").isJsonNull()) { + OpaPolicyAttributeGt.validateJsonElement(jsonObj.get("gt")); + } + // validate the optional field `gte` + if (jsonObj.get("gte") != null && !jsonObj.get("gte").isJsonNull()) { + OpaPolicyAttributeGte.validateJsonElement(jsonObj.get("gte")); + } + // validate the optional field `lt` + if (jsonObj.get("lt") != null && !jsonObj.get("lt").isJsonNull()) { + OpaPolicyAttributeLt.validateJsonElement(jsonObj.get("lt")); + } + // validate the optional field `lte` + if (jsonObj.get("lte") != null && !jsonObj.get("lte").isJsonNull()) { + OpaPolicyAttributeLte.validateJsonElement(jsonObj.get("lte")); + } + // validate the optional field `neq` + if (jsonObj.get("neq") != null && !jsonObj.get("neq").isJsonNull()) { + OpaPolicyAttributeNeq.validateJsonElement(jsonObj.get("neq")); + } } public static class CustomTypeAdapterFactory implements TypeAdapterFactory { diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeEq.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeEq.java index 15e771de..b94cf99e 100644 --- a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeEq.java +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeEq.java @@ -27,6 +27,7 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.math.BigDecimal; import java.util.Arrays; import com.google.gson.Gson; @@ -54,15 +55,23 @@ import com.formkiq.client.invoker.JSON; /** - * OpaPolicyAttributeEq + * Attribute EQ criteria */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpaPolicyAttributeEq { - public static final String SERIALIZED_NAME_TEXT = "text"; - @SerializedName(SERIALIZED_NAME_TEXT) - private String text; + public static final String SERIALIZED_NAME_STRING_VALUE = "stringValue"; + @SerializedName(SERIALIZED_NAME_STRING_VALUE) + private String stringValue; + + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public static final String SERIALIZED_NAME_BOOLEAN_VALUE = "booleanValue"; + @SerializedName(SERIALIZED_NAME_BOOLEAN_VALUE) + private Boolean booleanValue; public static final String SERIALIZED_NAME_INPUT = "input"; @SerializedName(SERIALIZED_NAME_INPUT) @@ -70,23 +79,63 @@ public class OpaPolicyAttributeEq { public OpaPolicyAttributeEq() {} - public OpaPolicyAttributeEq text(String text) { - this.text = text; + public OpaPolicyAttributeEq stringValue(String stringValue) { + this.stringValue = stringValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return stringValue + **/ + @javax.annotation.Nullable + public String getStringValue() { + return stringValue; + } + + public void setStringValue(String stringValue) { + this.stringValue = stringValue; + } + + + public OpaPolicyAttributeEq numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + public OpaPolicyAttributeEq booleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; return this; } /** * The value to compare the Attribute Key value to * - * @return text + * @return booleanValue **/ @javax.annotation.Nullable - public String getText() { - return text; + public Boolean getBooleanValue() { + return booleanValue; } - public void setText(String text) { - this.text = text; + public void setBooleanValue(Boolean booleanValue) { + this.booleanValue = booleanValue; } @@ -120,20 +169,24 @@ public boolean equals(Object o) { return false; } OpaPolicyAttributeEq opaPolicyAttributeEq = (OpaPolicyAttributeEq) o; - return Objects.equals(this.text, opaPolicyAttributeEq.text) + return Objects.equals(this.stringValue, opaPolicyAttributeEq.stringValue) + && Objects.equals(this.numberValue, opaPolicyAttributeEq.numberValue) + && Objects.equals(this.booleanValue, opaPolicyAttributeEq.booleanValue) && Objects.equals(this.input, opaPolicyAttributeEq.input); } @Override public int hashCode() { - return Objects.hash(text, input); + return Objects.hash(stringValue, numberValue, booleanValue, input); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class OpaPolicyAttributeEq {\n"); - sb.append(" text: ").append(toIndentedString(text)).append("\n"); + sb.append(" stringValue: ").append(toIndentedString(stringValue)).append("\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append(" booleanValue: ").append(toIndentedString(booleanValue)).append("\n"); sb.append(" input: ").append(toIndentedString(input)).append("\n"); sb.append("}"); return sb.toString(); @@ -156,7 +209,9 @@ private String toIndentedString(Object o) { static { // a set of all properties/fields (JSON key names) openapiFields = new HashSet(); - openapiFields.add("text"); + openapiFields.add("stringValue"); + openapiFields.add("numberValue"); + openapiFields.add("booleanValue"); openapiFields.add("input"); // a set of required properties/fields (JSON key names) @@ -189,11 +244,11 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti } } JsonObject jsonObj = jsonElement.getAsJsonObject(); - if ((jsonObj.get("text") != null && !jsonObj.get("text").isJsonNull()) - && !jsonObj.get("text").isJsonPrimitive()) { + if ((jsonObj.get("stringValue") != null && !jsonObj.get("stringValue").isJsonNull()) + && !jsonObj.get("stringValue").isJsonPrimitive()) { throw new IllegalArgumentException(String.format( - "Expected the field `text` to be a primitive type in the JSON string but got `%s`", - jsonObj.get("text").toString())); + "Expected the field `stringValue` to be a primitive type in the JSON string but got `%s`", + jsonObj.get("stringValue").toString())); } // validate the optional field `input` if (jsonObj.get("input") != null && !jsonObj.get("input").isJsonNull()) { diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGt.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGt.java new file mode 100644 index 00000000..721709b9 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGt.java @@ -0,0 +1,216 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * Attribute greater than criteria + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class OpaPolicyAttributeGt { + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public OpaPolicyAttributeGt() {} + + public OpaPolicyAttributeGt numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpaPolicyAttributeGt opaPolicyAttributeGt = (OpaPolicyAttributeGt) o; + return Objects.equals(this.numberValue, opaPolicyAttributeGt.numberValue); + } + + @Override + public int hashCode() { + return Objects.hash(numberValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpaPolicyAttributeGt {\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("numberValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to OpaPolicyAttributeGt + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!OpaPolicyAttributeGt.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in OpaPolicyAttributeGt is not found in the empty JSON string", + OpaPolicyAttributeGt.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!OpaPolicyAttributeGt.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `OpaPolicyAttributeGt` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!OpaPolicyAttributeGt.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'OpaPolicyAttributeGt' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(OpaPolicyAttributeGt.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, OpaPolicyAttributeGt value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public OpaPolicyAttributeGt read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of OpaPolicyAttributeGt given an JSON string + * + * @param jsonString JSON string + * @return An instance of OpaPolicyAttributeGt + * @throws IOException if the JSON string is invalid with respect to OpaPolicyAttributeGt + */ + public static OpaPolicyAttributeGt fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, OpaPolicyAttributeGt.class); + } + + /** + * Convert an instance of OpaPolicyAttributeGt to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGte.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGte.java new file mode 100644 index 00000000..cce774bd --- /dev/null +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeGte.java @@ -0,0 +1,216 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * Attribute greater than and equals to criteria + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class OpaPolicyAttributeGte { + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public OpaPolicyAttributeGte() {} + + public OpaPolicyAttributeGte numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpaPolicyAttributeGte opaPolicyAttributeGte = (OpaPolicyAttributeGte) o; + return Objects.equals(this.numberValue, opaPolicyAttributeGte.numberValue); + } + + @Override + public int hashCode() { + return Objects.hash(numberValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpaPolicyAttributeGte {\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("numberValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to OpaPolicyAttributeGte + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!OpaPolicyAttributeGte.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in OpaPolicyAttributeGte is not found in the empty JSON string", + OpaPolicyAttributeGte.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!OpaPolicyAttributeGte.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `OpaPolicyAttributeGte` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!OpaPolicyAttributeGte.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'OpaPolicyAttributeGte' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(OpaPolicyAttributeGte.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, OpaPolicyAttributeGte value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public OpaPolicyAttributeGte read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of OpaPolicyAttributeGte given an JSON string + * + * @param jsonString JSON string + * @return An instance of OpaPolicyAttributeGte + * @throws IOException if the JSON string is invalid with respect to OpaPolicyAttributeGte + */ + public static OpaPolicyAttributeGte fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, OpaPolicyAttributeGte.class); + } + + /** + * Convert an instance of OpaPolicyAttributeGte to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeInput.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeInput.java index ebea0d2d..eb884c0e 100644 --- a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeInput.java +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeInput.java @@ -56,7 +56,7 @@ * OpaPolicyAttributeInput */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpaPolicyAttributeInput { public static final String SERIALIZED_NAME_MATCH_USERNAME = "matchUsername"; diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLt.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLt.java new file mode 100644 index 00000000..96a8fba0 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLt.java @@ -0,0 +1,216 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * Attribute less than criteria + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class OpaPolicyAttributeLt { + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public OpaPolicyAttributeLt() {} + + public OpaPolicyAttributeLt numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpaPolicyAttributeLt opaPolicyAttributeLt = (OpaPolicyAttributeLt) o; + return Objects.equals(this.numberValue, opaPolicyAttributeLt.numberValue); + } + + @Override + public int hashCode() { + return Objects.hash(numberValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpaPolicyAttributeLt {\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("numberValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to OpaPolicyAttributeLt + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!OpaPolicyAttributeLt.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in OpaPolicyAttributeLt is not found in the empty JSON string", + OpaPolicyAttributeLt.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!OpaPolicyAttributeLt.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `OpaPolicyAttributeLt` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!OpaPolicyAttributeLt.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'OpaPolicyAttributeLt' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(OpaPolicyAttributeLt.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, OpaPolicyAttributeLt value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public OpaPolicyAttributeLt read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of OpaPolicyAttributeLt given an JSON string + * + * @param jsonString JSON string + * @return An instance of OpaPolicyAttributeLt + * @throws IOException if the JSON string is invalid with respect to OpaPolicyAttributeLt + */ + public static OpaPolicyAttributeLt fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, OpaPolicyAttributeLt.class); + } + + /** + * Convert an instance of OpaPolicyAttributeLt to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLte.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLte.java new file mode 100644 index 00000000..56ba02f3 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeLte.java @@ -0,0 +1,216 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * Attribute less than and equals to criteria + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class OpaPolicyAttributeLte { + public static final String SERIALIZED_NAME_NUMBER_VALUE = "numberValue"; + @SerializedName(SERIALIZED_NAME_NUMBER_VALUE) + private BigDecimal numberValue; + + public OpaPolicyAttributeLte() {} + + public OpaPolicyAttributeLte numberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return numberValue + **/ + @javax.annotation.Nullable + public BigDecimal getNumberValue() { + return numberValue; + } + + public void setNumberValue(BigDecimal numberValue) { + this.numberValue = numberValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpaPolicyAttributeLte opaPolicyAttributeLte = (OpaPolicyAttributeLte) o; + return Objects.equals(this.numberValue, opaPolicyAttributeLte.numberValue); + } + + @Override + public int hashCode() { + return Objects.hash(numberValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpaPolicyAttributeLte {\n"); + sb.append(" numberValue: ").append(toIndentedString(numberValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("numberValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to OpaPolicyAttributeLte + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!OpaPolicyAttributeLte.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in OpaPolicyAttributeLte is not found in the empty JSON string", + OpaPolicyAttributeLte.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!OpaPolicyAttributeLte.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `OpaPolicyAttributeLte` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!OpaPolicyAttributeLte.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'OpaPolicyAttributeLte' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(OpaPolicyAttributeLte.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, OpaPolicyAttributeLte value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public OpaPolicyAttributeLte read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of OpaPolicyAttributeLte given an JSON string + * + * @param jsonString JSON string + * @return An instance of OpaPolicyAttributeLte + * @throws IOException if the JSON string is invalid with respect to OpaPolicyAttributeLte + */ + public static OpaPolicyAttributeLte fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, OpaPolicyAttributeLte.class); + } + + /** + * Convert an instance of OpaPolicyAttributeLte to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyAttributeNeq.java b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeNeq.java new file mode 100644 index 00000000..b84de558 --- /dev/null +++ b/src/main/java/com/formkiq/client/model/OpaPolicyAttributeNeq.java @@ -0,0 +1,221 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import java.util.Objects; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.util.Arrays; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; +import com.google.gson.TypeAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; + +import com.formkiq.client.invoker.JSON; + +/** + * Attribute not equal to criteria + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", + comments = "Generator version: 7.6.0") +public class OpaPolicyAttributeNeq { + public static final String SERIALIZED_NAME_STRING_VALUE = "stringValue"; + @SerializedName(SERIALIZED_NAME_STRING_VALUE) + private String stringValue; + + public OpaPolicyAttributeNeq() {} + + public OpaPolicyAttributeNeq stringValue(String stringValue) { + this.stringValue = stringValue; + return this; + } + + /** + * The value to compare the Attribute Key value to + * + * @return stringValue + **/ + @javax.annotation.Nullable + public String getStringValue() { + return stringValue; + } + + public void setStringValue(String stringValue) { + this.stringValue = stringValue; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OpaPolicyAttributeNeq opaPolicyAttributeNeq = (OpaPolicyAttributeNeq) o; + return Objects.equals(this.stringValue, opaPolicyAttributeNeq.stringValue); + } + + @Override + public int hashCode() { + return Objects.hash(stringValue); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OpaPolicyAttributeNeq {\n"); + sb.append(" stringValue: ").append(toIndentedString(stringValue)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("stringValue"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Element and throws an exception if issues found + * + * @param jsonElement JSON Element + * @throws IOException if the JSON Element is invalid with respect to OpaPolicyAttributeNeq + */ + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + if (jsonElement == null) { + if (!OpaPolicyAttributeNeq.openapiRequiredFields.isEmpty()) { // has required fields but JSON + // element is null + throw new IllegalArgumentException(String.format( + "The required field(s) %s in OpaPolicyAttributeNeq is not found in the empty JSON string", + OpaPolicyAttributeNeq.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonElement.getAsJsonObject().entrySet(); + // check to see if the JSON string contains additional fields + for (Map.Entry entry : entries) { + if (!OpaPolicyAttributeNeq.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format( + "The field `%s` in the JSON string is not defined in the `OpaPolicyAttributeNeq` properties. JSON: %s", + entry.getKey(), jsonElement.toString())); + } + } + JsonObject jsonObj = jsonElement.getAsJsonObject(); + if ((jsonObj.get("stringValue") != null && !jsonObj.get("stringValue").isJsonNull()) + && !jsonObj.get("stringValue").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format( + "Expected the field `stringValue` to be a primitive type in the JSON string but got `%s`", + jsonObj.get("stringValue").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!OpaPolicyAttributeNeq.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'OpaPolicyAttributeNeq' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(OpaPolicyAttributeNeq.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, OpaPolicyAttributeNeq value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public OpaPolicyAttributeNeq read(JsonReader in) throws IOException { + JsonElement jsonElement = elementAdapter.read(in); + validateJsonElement(jsonElement); + return thisAdapter.fromJsonTree(jsonElement); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of OpaPolicyAttributeNeq given an JSON string + * + * @param jsonString JSON string + * @return An instance of OpaPolicyAttributeNeq + * @throws IOException if the JSON string is invalid with respect to OpaPolicyAttributeNeq + */ + public static OpaPolicyAttributeNeq fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, OpaPolicyAttributeNeq.class); + } + + /** + * Convert an instance of OpaPolicyAttributeNeq to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/com/formkiq/client/model/OpaPolicyItem.java b/src/main/java/com/formkiq/client/model/OpaPolicyItem.java index 7590c26b..3ef5bde9 100644 --- a/src/main/java/com/formkiq/client/model/OpaPolicyItem.java +++ b/src/main/java/com/formkiq/client/model/OpaPolicyItem.java @@ -60,7 +60,7 @@ * OpaPolicyItem */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpaPolicyItem { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/OpenSearchIndex.java b/src/main/java/com/formkiq/client/model/OpenSearchIndex.java index 5df29464..51e7d955 100644 --- a/src/main/java/com/formkiq/client/model/OpenSearchIndex.java +++ b/src/main/java/com/formkiq/client/model/OpenSearchIndex.java @@ -56,7 +56,7 @@ * OpenSearchIndex */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class OpenSearchIndex { public static final String SERIALIZED_NAME_NUMBER_OF_REPLICAS = "numberOfReplicas"; diff --git a/src/main/java/com/formkiq/client/model/PdfDocument.java b/src/main/java/com/formkiq/client/model/PdfDocument.java index dabbe710..94c71e20 100644 --- a/src/main/java/com/formkiq/client/model/PdfDocument.java +++ b/src/main/java/com/formkiq/client/model/PdfDocument.java @@ -59,7 +59,7 @@ * PdfDocument */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class PdfDocument { public static final String SERIALIZED_NAME_FIELDS = "fields"; diff --git a/src/main/java/com/formkiq/client/model/PdfDocumentField.java b/src/main/java/com/formkiq/client/model/PdfDocumentField.java index a0b5b5e2..957b267b 100644 --- a/src/main/java/com/formkiq/client/model/PdfDocumentField.java +++ b/src/main/java/com/formkiq/client/model/PdfDocumentField.java @@ -56,7 +56,7 @@ * PdfDocumentField */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class PdfDocumentField { public static final String SERIALIZED_NAME_FIELD = "field"; diff --git a/src/main/java/com/formkiq/client/model/QueryFulltextResponse.java b/src/main/java/com/formkiq/client/model/QueryFulltextResponse.java index 8f5928a9..5241c3f7 100644 --- a/src/main/java/com/formkiq/client/model/QueryFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/QueryFulltextResponse.java @@ -56,7 +56,7 @@ * QueryFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class QueryFulltextResponse { public static final String SERIALIZED_NAME_RESULT = "result"; diff --git a/src/main/java/com/formkiq/client/model/Queue.java b/src/main/java/com/formkiq/client/model/Queue.java index 8265fa2f..93037dbb 100644 --- a/src/main/java/com/formkiq/client/model/Queue.java +++ b/src/main/java/com/formkiq/client/model/Queue.java @@ -56,7 +56,7 @@ * Queue */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Queue { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/Rule.java b/src/main/java/com/formkiq/client/model/Rule.java index 8dd8e1a2..558f1386 100644 --- a/src/main/java/com/formkiq/client/model/Rule.java +++ b/src/main/java/com/formkiq/client/model/Rule.java @@ -59,7 +59,7 @@ * Rule */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Rule { public static final String SERIALIZED_NAME_RULE_ID = "ruleId"; diff --git a/src/main/java/com/formkiq/client/model/RuleCondition.java b/src/main/java/com/formkiq/client/model/RuleCondition.java index c10cd527..30c591fe 100644 --- a/src/main/java/com/formkiq/client/model/RuleCondition.java +++ b/src/main/java/com/formkiq/client/model/RuleCondition.java @@ -59,7 +59,7 @@ * RuleCondition */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class RuleCondition { public static final String SERIALIZED_NAME_MUST = "must"; diff --git a/src/main/java/com/formkiq/client/model/RuleConditionMust.java b/src/main/java/com/formkiq/client/model/RuleConditionMust.java index 47230039..f62eb0f1 100644 --- a/src/main/java/com/formkiq/client/model/RuleConditionMust.java +++ b/src/main/java/com/formkiq/client/model/RuleConditionMust.java @@ -59,7 +59,7 @@ * RuleConditionMust */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class RuleConditionMust { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; diff --git a/src/main/java/com/formkiq/client/model/Ruleset.java b/src/main/java/com/formkiq/client/model/Ruleset.java index 5279d43a..f40a0abf 100644 --- a/src/main/java/com/formkiq/client/model/Ruleset.java +++ b/src/main/java/com/formkiq/client/model/Ruleset.java @@ -58,7 +58,7 @@ * Ruleset */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Ruleset { public static final String SERIALIZED_NAME_RULESET_ID = "rulesetId"; diff --git a/src/main/java/com/formkiq/client/model/SchemaAttributes.java b/src/main/java/com/formkiq/client/model/SchemaAttributes.java index 8eaabf1a..1d3852fb 100644 --- a/src/main/java/com/formkiq/client/model/SchemaAttributes.java +++ b/src/main/java/com/formkiq/client/model/SchemaAttributes.java @@ -61,7 +61,7 @@ * SchemaAttributes */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SchemaAttributes { public static final String SERIALIZED_NAME_COMPOSITE_KEYS = "compositeKeys"; diff --git a/src/main/java/com/formkiq/client/model/SearchResponseAttributeField.java b/src/main/java/com/formkiq/client/model/SearchResponseAttributeField.java index 1a8a2c29..80acf789 100644 --- a/src/main/java/com/formkiq/client/model/SearchResponseAttributeField.java +++ b/src/main/java/com/formkiq/client/model/SearchResponseAttributeField.java @@ -57,7 +57,7 @@ * SearchResponseAttributeField */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SearchResponseAttributeField { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/SearchResponseFields.java b/src/main/java/com/formkiq/client/model/SearchResponseFields.java index bd158293..79d10177 100644 --- a/src/main/java/com/formkiq/client/model/SearchResponseFields.java +++ b/src/main/java/com/formkiq/client/model/SearchResponseFields.java @@ -58,7 +58,7 @@ * SearchResponseFields */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SearchResponseFields { public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; diff --git a/src/main/java/com/formkiq/client/model/SearchResultDocument.java b/src/main/java/com/formkiq/client/model/SearchResultDocument.java index 1549f54a..e3611edd 100644 --- a/src/main/java/com/formkiq/client/model/SearchResultDocument.java +++ b/src/main/java/com/formkiq/client/model/SearchResultDocument.java @@ -64,7 +64,7 @@ * SearchResultDocument */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SearchResultDocument { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/SetAntivirusResponse.java b/src/main/java/com/formkiq/client/model/SetAntivirusResponse.java index f9f8546d..1e1a43cc 100644 --- a/src/main/java/com/formkiq/client/model/SetAntivirusResponse.java +++ b/src/main/java/com/formkiq/client/model/SetAntivirusResponse.java @@ -56,7 +56,7 @@ * SetAntivirusResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetAntivirusResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentAttributeRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentAttributeRequest.java index 994bbddd..87bd2497 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentAttributeRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentAttributeRequest.java @@ -57,7 +57,7 @@ * Set List of document attributes */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentAttributeRequest { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentAttributesRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentAttributesRequest.java index c2d11f20..147deb19 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentAttributesRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentAttributesRequest.java @@ -59,7 +59,7 @@ * Set List of document attributes */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentAttributesRequest { public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentFulltextRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentFulltextRequest.java index 72d135b4..adc28d5e 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentFulltextRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentFulltextRequest.java @@ -60,7 +60,7 @@ * SetDocumentFulltextRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentFulltextRequest { public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentFulltextResponse.java b/src/main/java/com/formkiq/client/model/SetDocumentFulltextResponse.java index 88c83277..d04feee8 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentFulltextResponse.java @@ -56,7 +56,7 @@ * SetDocumentFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentFulltextResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentOcrRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentOcrRequest.java index bd422c4b..ad065dcf 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentOcrRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentOcrRequest.java @@ -56,7 +56,7 @@ * SetDocumentOcrRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentOcrRequest { public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentRestoreResponse.java b/src/main/java/com/formkiq/client/model/SetDocumentRestoreResponse.java index df982a66..f8283f39 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentRestoreResponse.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentRestoreResponse.java @@ -56,7 +56,7 @@ * SetDocumentRestoreResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentRestoreResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentTagKeyRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentTagKeyRequest.java index 6031122c..66080be3 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentTagKeyRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentTagKeyRequest.java @@ -58,7 +58,7 @@ * SetDocumentTagKeyRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentTagKeyRequest { public static final String SERIALIZED_NAME_VALUE = "value"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentVersionRequest.java b/src/main/java/com/formkiq/client/model/SetDocumentVersionRequest.java index a677c799..30a7dcfb 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentVersionRequest.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentVersionRequest.java @@ -56,7 +56,7 @@ * SetDocumentVersionRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentVersionRequest { public static final String SERIALIZED_NAME_VERSION_KEY = "versionKey"; diff --git a/src/main/java/com/formkiq/client/model/SetDocumentVersionResponse.java b/src/main/java/com/formkiq/client/model/SetDocumentVersionResponse.java index 17010377..fd7cbbb9 100644 --- a/src/main/java/com/formkiq/client/model/SetDocumentVersionResponse.java +++ b/src/main/java/com/formkiq/client/model/SetDocumentVersionResponse.java @@ -56,7 +56,7 @@ * SetDocumentVersionResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetDocumentVersionResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigRequest.java b/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigRequest.java index 5074e45e..2f76823d 100644 --- a/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigRequest.java +++ b/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigRequest.java @@ -56,7 +56,7 @@ * SetEsignatureDocusignConfigRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetEsignatureDocusignConfigRequest { public static final String SERIALIZED_NAME_PRIVATE_KEY = "privateKey"; diff --git a/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigResponse.java b/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigResponse.java index be9cc61d..157e0c16 100644 --- a/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigResponse.java +++ b/src/main/java/com/formkiq/client/model/SetEsignatureDocusignConfigResponse.java @@ -56,7 +56,7 @@ * SetEsignatureDocusignConfigResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetEsignatureDocusignConfigResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetMappingRequest.java b/src/main/java/com/formkiq/client/model/SetMappingRequest.java index 9f935ec5..3f012bdb 100644 --- a/src/main/java/com/formkiq/client/model/SetMappingRequest.java +++ b/src/main/java/com/formkiq/client/model/SetMappingRequest.java @@ -57,7 +57,7 @@ * SetMappingRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetMappingRequest { public static final String SERIALIZED_NAME_MAPPING = "mapping"; diff --git a/src/main/java/com/formkiq/client/model/SetOpaAccessPolicyItemsRequest.java b/src/main/java/com/formkiq/client/model/SetOpaAccessPolicyItemsRequest.java index 00ab66f6..a190ce6c 100644 --- a/src/main/java/com/formkiq/client/model/SetOpaAccessPolicyItemsRequest.java +++ b/src/main/java/com/formkiq/client/model/SetOpaAccessPolicyItemsRequest.java @@ -59,7 +59,7 @@ * SetOpaAccessPolicyItemsRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetOpaAccessPolicyItemsRequest { public static final String SERIALIZED_NAME_POLICY_ITEMS = "policyItems"; diff --git a/src/main/java/com/formkiq/client/model/SetOpenSearchIndexRequest.java b/src/main/java/com/formkiq/client/model/SetOpenSearchIndexRequest.java index ead4fae7..d1e40f6b 100644 --- a/src/main/java/com/formkiq/client/model/SetOpenSearchIndexRequest.java +++ b/src/main/java/com/formkiq/client/model/SetOpenSearchIndexRequest.java @@ -57,7 +57,7 @@ * SetOpenSearchIndexRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetOpenSearchIndexRequest { public static final String SERIALIZED_NAME_INDEX_SETTINGS = "indexSettings"; diff --git a/src/main/java/com/formkiq/client/model/SetOpenSearchIndexResponse.java b/src/main/java/com/formkiq/client/model/SetOpenSearchIndexResponse.java index 47961ee6..8592dea0 100644 --- a/src/main/java/com/formkiq/client/model/SetOpenSearchIndexResponse.java +++ b/src/main/java/com/formkiq/client/model/SetOpenSearchIndexResponse.java @@ -56,7 +56,7 @@ * SetOpenSearchIndexResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetOpenSearchIndexResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetResponse.java b/src/main/java/com/formkiq/client/model/SetResponse.java index 130e39bc..1e64c97c 100644 --- a/src/main/java/com/formkiq/client/model/SetResponse.java +++ b/src/main/java/com/formkiq/client/model/SetResponse.java @@ -56,7 +56,7 @@ * SetResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/SetSitesSchemaRequest.java b/src/main/java/com/formkiq/client/model/SetSitesSchemaRequest.java index b0fa2b3a..434f7de9 100644 --- a/src/main/java/com/formkiq/client/model/SetSitesSchemaRequest.java +++ b/src/main/java/com/formkiq/client/model/SetSitesSchemaRequest.java @@ -57,7 +57,7 @@ * SetSitesSchemaRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetSitesSchemaRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/SetWorkflowRequest.java b/src/main/java/com/formkiq/client/model/SetWorkflowRequest.java index 3c58d0d0..328a1f25 100644 --- a/src/main/java/com/formkiq/client/model/SetWorkflowRequest.java +++ b/src/main/java/com/formkiq/client/model/SetWorkflowRequest.java @@ -60,7 +60,7 @@ * SetWorkflowRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetWorkflowRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/SetWorkflowResponse.java b/src/main/java/com/formkiq/client/model/SetWorkflowResponse.java index 11ed2530..83174323 100644 --- a/src/main/java/com/formkiq/client/model/SetWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/SetWorkflowResponse.java @@ -56,7 +56,7 @@ * SetWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class SetWorkflowResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/Site.java b/src/main/java/com/formkiq/client/model/Site.java index b350a8e8..097c2282 100644 --- a/src/main/java/com/formkiq/client/model/Site.java +++ b/src/main/java/com/formkiq/client/model/Site.java @@ -58,7 +58,7 @@ * Site */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Site { public static final String SERIALIZED_NAME_SITE_ID = "siteId"; diff --git a/src/main/java/com/formkiq/client/model/StringFormat.java b/src/main/java/com/formkiq/client/model/StringFormat.java index 4f7d55e1..b6683377 100644 --- a/src/main/java/com/formkiq/client/model/StringFormat.java +++ b/src/main/java/com/formkiq/client/model/StringFormat.java @@ -57,7 +57,7 @@ * StringFormat */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class StringFormat { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/TagSchema.java b/src/main/java/com/formkiq/client/model/TagSchema.java index 2e1c280f..84f86894 100644 --- a/src/main/java/com/formkiq/client/model/TagSchema.java +++ b/src/main/java/com/formkiq/client/model/TagSchema.java @@ -57,7 +57,7 @@ * TagSchema */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchema { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/TagSchemaCompositeKey.java b/src/main/java/com/formkiq/client/model/TagSchemaCompositeKey.java index 79148393..65df0c96 100644 --- a/src/main/java/com/formkiq/client/model/TagSchemaCompositeKey.java +++ b/src/main/java/com/formkiq/client/model/TagSchemaCompositeKey.java @@ -58,7 +58,7 @@ * TagSchemaCompositeKey */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchemaCompositeKey { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/TagSchemaOptional.java b/src/main/java/com/formkiq/client/model/TagSchemaOptional.java index 0501b774..57039008 100644 --- a/src/main/java/com/formkiq/client/model/TagSchemaOptional.java +++ b/src/main/java/com/formkiq/client/model/TagSchemaOptional.java @@ -58,7 +58,7 @@ * TagSchemaOptional */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchemaOptional { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/TagSchemaRequired.java b/src/main/java/com/formkiq/client/model/TagSchemaRequired.java index b3ea407f..3bc77507 100644 --- a/src/main/java/com/formkiq/client/model/TagSchemaRequired.java +++ b/src/main/java/com/formkiq/client/model/TagSchemaRequired.java @@ -58,7 +58,7 @@ * TagSchemaRequired */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchemaRequired { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/TagSchemaSummary.java b/src/main/java/com/formkiq/client/model/TagSchemaSummary.java index e6f9c4af..3ddc29e7 100644 --- a/src/main/java/com/formkiq/client/model/TagSchemaSummary.java +++ b/src/main/java/com/formkiq/client/model/TagSchemaSummary.java @@ -56,7 +56,7 @@ * TagSchemaSummary */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchemaSummary { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/TagSchemaTags.java b/src/main/java/com/formkiq/client/model/TagSchemaTags.java index ec75db76..4511a06b 100644 --- a/src/main/java/com/formkiq/client/model/TagSchemaTags.java +++ b/src/main/java/com/formkiq/client/model/TagSchemaTags.java @@ -61,7 +61,7 @@ * TagSchemaTags */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class TagSchemaTags { public static final String SERIALIZED_NAME_COMPOSITE_KEYS = "compositeKeys"; diff --git a/src/main/java/com/formkiq/client/model/Task.java b/src/main/java/com/formkiq/client/model/Task.java index ffc6912f..be4f6396 100644 --- a/src/main/java/com/formkiq/client/model/Task.java +++ b/src/main/java/com/formkiq/client/model/Task.java @@ -59,7 +59,7 @@ * Task */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class Task { public static final String SERIALIZED_NAME_TASK_ID = "taskId"; diff --git a/src/main/java/com/formkiq/client/model/UpdateCase.java b/src/main/java/com/formkiq/client/model/UpdateCase.java index fc9b0282..d4d26d99 100644 --- a/src/main/java/com/formkiq/client/model/UpdateCase.java +++ b/src/main/java/com/formkiq/client/model/UpdateCase.java @@ -61,7 +61,7 @@ * UpdateCase */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateCase { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/UpdateCaseRequest.java b/src/main/java/com/formkiq/client/model/UpdateCaseRequest.java index 631161a9..0bc5a9d6 100644 --- a/src/main/java/com/formkiq/client/model/UpdateCaseRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateCaseRequest.java @@ -57,7 +57,7 @@ * UpdateCaseRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateCaseRequest { public static final String SERIALIZED_NAME_CASE = "case"; diff --git a/src/main/java/com/formkiq/client/model/UpdateCaseResponse.java b/src/main/java/com/formkiq/client/model/UpdateCaseResponse.java index 14949109..76d9a4ed 100644 --- a/src/main/java/com/formkiq/client/model/UpdateCaseResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateCaseResponse.java @@ -56,7 +56,7 @@ * UpdateCaseResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateCaseResponse { public static final String SERIALIZED_NAME_CASE_ID = "caseId"; diff --git a/src/main/java/com/formkiq/client/model/UpdateConfigurationRequest.java b/src/main/java/com/formkiq/client/model/UpdateConfigurationRequest.java index 569182d1..411893ab 100644 --- a/src/main/java/com/formkiq/client/model/UpdateConfigurationRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateConfigurationRequest.java @@ -56,7 +56,7 @@ * UpdateConfigurationRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateConfigurationRequest { public static final String SERIALIZED_NAME_CHAT_GPT_API_KEY = "chatGptApiKey"; diff --git a/src/main/java/com/formkiq/client/model/UpdateConfigurationResponse.java b/src/main/java/com/formkiq/client/model/UpdateConfigurationResponse.java index e104aff6..ec0d7e76 100644 --- a/src/main/java/com/formkiq/client/model/UpdateConfigurationResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateConfigurationResponse.java @@ -56,7 +56,7 @@ * UpdateConfigurationResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateConfigurationResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextRequest.java b/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextRequest.java index d9b9ed8a..1a9502eb 100644 --- a/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextRequest.java @@ -60,7 +60,7 @@ * UpdateDocumentFulltextRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateDocumentFulltextRequest { public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType"; diff --git a/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextResponse.java b/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextResponse.java index 3790f5f8..7036d6ca 100644 --- a/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateDocumentFulltextResponse.java @@ -56,7 +56,7 @@ * UpdateDocumentFulltextResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateDocumentFulltextResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/UpdateDocumentRequest.java b/src/main/java/com/formkiq/client/model/UpdateDocumentRequest.java index 284405f2..60a2fb8d 100644 --- a/src/main/java/com/formkiq/client/model/UpdateDocumentRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateDocumentRequest.java @@ -63,7 +63,7 @@ * UpdateDocumentRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateDocumentRequest { public static final String SERIALIZED_NAME_TAG_SCHEMA_ID = "tagSchemaId"; diff --git a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequest.java b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequest.java index 2e77227e..58568c74 100644 --- a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequest.java @@ -58,7 +58,7 @@ * Add/Update of multiple document tag(s) based on document(s) that have the matching tag. */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateMatchingDocumentTagsRequest { public static final String SERIALIZED_NAME_MATCH = "match"; diff --git a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestMatch.java b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestMatch.java index 6b76407c..804ac8c9 100644 --- a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestMatch.java +++ b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestMatch.java @@ -57,7 +57,7 @@ * UpdateMatchingDocumentTagsRequestMatch */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateMatchingDocumentTagsRequestMatch { public static final String SERIALIZED_NAME_TAG = "tag"; diff --git a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestUpdate.java b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestUpdate.java index cdfcc469..f20cb383 100644 --- a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestUpdate.java +++ b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsRequestUpdate.java @@ -59,7 +59,7 @@ * Data to update */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateMatchingDocumentTagsRequestUpdate { public static final String SERIALIZED_NAME_TAGS = "tags"; diff --git a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsResponse.java b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsResponse.java index a51e36f9..bb5c4f55 100644 --- a/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateMatchingDocumentTagsResponse.java @@ -56,7 +56,7 @@ * UpdateMatchingDocumentTagsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateMatchingDocumentTagsResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/UpdateNigo.java b/src/main/java/com/formkiq/client/model/UpdateNigo.java index 7b0fa56c..e10e0489 100644 --- a/src/main/java/com/formkiq/client/model/UpdateNigo.java +++ b/src/main/java/com/formkiq/client/model/UpdateNigo.java @@ -61,7 +61,7 @@ * UpdateNigo */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateNigo { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/UpdateNigoRequest.java b/src/main/java/com/formkiq/client/model/UpdateNigoRequest.java index 64548e6a..7bc61307 100644 --- a/src/main/java/com/formkiq/client/model/UpdateNigoRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateNigoRequest.java @@ -57,7 +57,7 @@ * UpdateNigoRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateNigoRequest { public static final String SERIALIZED_NAME_NIGO = "nigo"; diff --git a/src/main/java/com/formkiq/client/model/UpdateNigoResponse.java b/src/main/java/com/formkiq/client/model/UpdateNigoResponse.java index 746b9d3f..832bfe6b 100644 --- a/src/main/java/com/formkiq/client/model/UpdateNigoResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateNigoResponse.java @@ -56,7 +56,7 @@ * UpdateNigoResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateNigoResponse { public static final String SERIALIZED_NAME_NIGO_ID = "nigoId"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRule.java b/src/main/java/com/formkiq/client/model/UpdateRule.java index 40eab747..a0b2c0f1 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRule.java +++ b/src/main/java/com/formkiq/client/model/UpdateRule.java @@ -59,7 +59,7 @@ * UpdateRule */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRule { public static final String SERIALIZED_NAME_PRIORITY = "priority"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRuleRequest.java b/src/main/java/com/formkiq/client/model/UpdateRuleRequest.java index 4e014aa1..402e3663 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRuleRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateRuleRequest.java @@ -57,7 +57,7 @@ * UpdateRuleRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRuleRequest { public static final String SERIALIZED_NAME_RULE = "rule"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRuleResponse.java b/src/main/java/com/formkiq/client/model/UpdateRuleResponse.java index 025c9d9b..3211ae75 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRuleResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateRuleResponse.java @@ -56,7 +56,7 @@ * UpdateRuleResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRuleResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRuleset.java b/src/main/java/com/formkiq/client/model/UpdateRuleset.java index 45fa7053..5826227f 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRuleset.java +++ b/src/main/java/com/formkiq/client/model/UpdateRuleset.java @@ -58,7 +58,7 @@ * UpdateRuleset */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRuleset { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRulesetRequest.java b/src/main/java/com/formkiq/client/model/UpdateRulesetRequest.java index 4602c0ed..8d63cce9 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRulesetRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateRulesetRequest.java @@ -57,7 +57,7 @@ * UpdateRulesetRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRulesetRequest { public static final String SERIALIZED_NAME_RULESET = "ruleset"; diff --git a/src/main/java/com/formkiq/client/model/UpdateRulesetResponse.java b/src/main/java/com/formkiq/client/model/UpdateRulesetResponse.java index 6f348c34..8705869d 100644 --- a/src/main/java/com/formkiq/client/model/UpdateRulesetResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateRulesetResponse.java @@ -56,7 +56,7 @@ * UpdateRulesetResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateRulesetResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/UpdateTask.java b/src/main/java/com/formkiq/client/model/UpdateTask.java index f545e3cc..50cb4408 100644 --- a/src/main/java/com/formkiq/client/model/UpdateTask.java +++ b/src/main/java/com/formkiq/client/model/UpdateTask.java @@ -61,7 +61,7 @@ * UpdateTask */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateTask { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/UpdateTaskRequest.java b/src/main/java/com/formkiq/client/model/UpdateTaskRequest.java index 079c8a01..82aac1c0 100644 --- a/src/main/java/com/formkiq/client/model/UpdateTaskRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateTaskRequest.java @@ -57,7 +57,7 @@ * UpdateTaskRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateTaskRequest { public static final String SERIALIZED_NAME_TASK = "task"; diff --git a/src/main/java/com/formkiq/client/model/UpdateTaskResponse.java b/src/main/java/com/formkiq/client/model/UpdateTaskResponse.java index be53a842..896e147c 100644 --- a/src/main/java/com/formkiq/client/model/UpdateTaskResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateTaskResponse.java @@ -56,7 +56,7 @@ * UpdateTaskResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateTaskResponse { public static final String SERIALIZED_NAME_TASK_ID = "taskId"; diff --git a/src/main/java/com/formkiq/client/model/UpdateWorkflowRequest.java b/src/main/java/com/formkiq/client/model/UpdateWorkflowRequest.java index 2f1f4022..b8d5dea5 100644 --- a/src/main/java/com/formkiq/client/model/UpdateWorkflowRequest.java +++ b/src/main/java/com/formkiq/client/model/UpdateWorkflowRequest.java @@ -57,7 +57,7 @@ * UpdateWorkflowRequest */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateWorkflowRequest { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/main/java/com/formkiq/client/model/UpdateWorkflowResponse.java b/src/main/java/com/formkiq/client/model/UpdateWorkflowResponse.java index f72407c9..551dca9f 100644 --- a/src/main/java/com/formkiq/client/model/UpdateWorkflowResponse.java +++ b/src/main/java/com/formkiq/client/model/UpdateWorkflowResponse.java @@ -56,7 +56,7 @@ * UpdateWorkflowResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UpdateWorkflowResponse { public static final String SERIALIZED_NAME_MESSAGE = "message"; diff --git a/src/main/java/com/formkiq/client/model/User.java b/src/main/java/com/formkiq/client/model/User.java index 52bb17a9..4f61a7e7 100644 --- a/src/main/java/com/formkiq/client/model/User.java +++ b/src/main/java/com/formkiq/client/model/User.java @@ -56,7 +56,7 @@ * User */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class User { public static final String SERIALIZED_NAME_USERNAME = "username"; diff --git a/src/main/java/com/formkiq/client/model/UserActivity.java b/src/main/java/com/formkiq/client/model/UserActivity.java index 7d7b4597..d1419219 100644 --- a/src/main/java/com/formkiq/client/model/UserActivity.java +++ b/src/main/java/com/formkiq/client/model/UserActivity.java @@ -57,7 +57,7 @@ * UserActivity */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UserActivity { public static final String SERIALIZED_NAME_ACTIVITY_ID = "activityId"; diff --git a/src/main/java/com/formkiq/client/model/UserShare.java b/src/main/java/com/formkiq/client/model/UserShare.java index 207137c5..c4d585ec 100644 --- a/src/main/java/com/formkiq/client/model/UserShare.java +++ b/src/main/java/com/formkiq/client/model/UserShare.java @@ -60,7 +60,7 @@ * UserShare */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class UserShare { public static final String SERIALIZED_NAME_GROUP = "group"; diff --git a/src/main/java/com/formkiq/client/model/ValidationError.java b/src/main/java/com/formkiq/client/model/ValidationError.java index 6c168b67..256c8a8f 100644 --- a/src/main/java/com/formkiq/client/model/ValidationError.java +++ b/src/main/java/com/formkiq/client/model/ValidationError.java @@ -56,7 +56,7 @@ * ValidationError */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ValidationError { public static final String SERIALIZED_NAME_KEY = "key"; diff --git a/src/main/java/com/formkiq/client/model/ValidationErrorsResponse.java b/src/main/java/com/formkiq/client/model/ValidationErrorsResponse.java index 0870df6d..4faf376d 100644 --- a/src/main/java/com/formkiq/client/model/ValidationErrorsResponse.java +++ b/src/main/java/com/formkiq/client/model/ValidationErrorsResponse.java @@ -59,7 +59,7 @@ * ValidationErrorsResponse */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class ValidationErrorsResponse { public static final String SERIALIZED_NAME_ERRORS = "errors"; diff --git a/src/main/java/com/formkiq/client/model/WebhookTag.java b/src/main/java/com/formkiq/client/model/WebhookTag.java index 94f7e3b8..c385b8b4 100644 --- a/src/main/java/com/formkiq/client/model/WebhookTag.java +++ b/src/main/java/com/formkiq/client/model/WebhookTag.java @@ -56,7 +56,7 @@ * WebhookTag */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WebhookTag { public static final String SERIALIZED_NAME_INSERTED_DATE = "insertedDate"; diff --git a/src/main/java/com/formkiq/client/model/WorkflowDocument.java b/src/main/java/com/formkiq/client/model/WorkflowDocument.java index 8301de28..6d2a812f 100644 --- a/src/main/java/com/formkiq/client/model/WorkflowDocument.java +++ b/src/main/java/com/formkiq/client/model/WorkflowDocument.java @@ -58,7 +58,7 @@ * WorkflowDocument */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WorkflowDocument { public static final String SERIALIZED_NAME_WORKFLOW = "workflow"; diff --git a/src/main/java/com/formkiq/client/model/WorkflowQueue.java b/src/main/java/com/formkiq/client/model/WorkflowQueue.java index e67b5aec..def6bd19 100644 --- a/src/main/java/com/formkiq/client/model/WorkflowQueue.java +++ b/src/main/java/com/formkiq/client/model/WorkflowQueue.java @@ -58,7 +58,7 @@ * WorkflowQueue */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WorkflowQueue { public static final String SERIALIZED_NAME_QUEUE_ID = "queueId"; diff --git a/src/main/java/com/formkiq/client/model/WorkflowStep.java b/src/main/java/com/formkiq/client/model/WorkflowStep.java index 90e01841..c052bb62 100644 --- a/src/main/java/com/formkiq/client/model/WorkflowStep.java +++ b/src/main/java/com/formkiq/client/model/WorkflowStep.java @@ -61,7 +61,7 @@ * WorkflowStep */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WorkflowStep { public static final String SERIALIZED_NAME_STEP_ID = "stepId"; diff --git a/src/main/java/com/formkiq/client/model/WorkflowStepDecision.java b/src/main/java/com/formkiq/client/model/WorkflowStepDecision.java index 39db8be5..f5657256 100644 --- a/src/main/java/com/formkiq/client/model/WorkflowStepDecision.java +++ b/src/main/java/com/formkiq/client/model/WorkflowStepDecision.java @@ -57,7 +57,7 @@ * WorkflowStepDecision */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WorkflowStepDecision { public static final String SERIALIZED_NAME_TYPE = "type"; diff --git a/src/main/java/com/formkiq/client/model/WorkflowSummary.java b/src/main/java/com/formkiq/client/model/WorkflowSummary.java index cd83777d..baa92d95 100644 --- a/src/main/java/com/formkiq/client/model/WorkflowSummary.java +++ b/src/main/java/com/formkiq/client/model/WorkflowSummary.java @@ -57,7 +57,7 @@ * WorkflowSummary */ @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-05-31T23:04:19.034052-05:00[America/Winnipeg]", + date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]", comments = "Generator version: 7.6.0") public class WorkflowSummary { public static final String SERIALIZED_NAME_NAME = "name"; diff --git a/src/test/java/com/formkiq/client/api/AdvancedDocumentSearchApiTest.java b/src/test/java/com/formkiq/client/api/AdvancedDocumentSearchApiTest.java index 9d12b2a0..a01e37bb 100644 --- a/src/test/java/com/formkiq/client/api/AdvancedDocumentSearchApiTest.java +++ b/src/test/java/com/formkiq/client/api/AdvancedDocumentSearchApiTest.java @@ -31,6 +31,7 @@ import com.formkiq.client.model.SetDocumentFulltextResponse; import com.formkiq.client.model.UpdateDocumentFulltextRequest; import com.formkiq.client.model.UpdateDocumentFulltextResponse; +import com.formkiq.client.model.ValidationErrorsResponse; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeEqTest.java b/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeEqTest.java new file mode 100644 index 00000000..06a3bdb0 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeEqTest.java @@ -0,0 +1,71 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for DocumentFulltextAttributeEq + */ +public class DocumentFulltextAttributeEqTest { + private final DocumentFulltextAttributeEq model = new DocumentFulltextAttributeEq(); + + /** + * Model tests for DocumentFulltextAttributeEq + */ + @Test + public void testDocumentFulltextAttributeEq() { + // TODO: test DocumentFulltextAttributeEq + } + + /** + * Test the property 'stringValue' + */ + @Test + public void stringValueTest() { + // TODO: test stringValue + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + + /** + * Test the property 'booleanValue' + */ + @Test + public void booleanValueTest() { + // TODO: test booleanValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeTest.java b/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeTest.java new file mode 100644 index 00000000..0e949e81 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/DocumentFulltextAttributeTest.java @@ -0,0 +1,73 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.formkiq.client.model.DocumentFulltextAttributeEq; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for DocumentFulltextAttribute + */ +public class DocumentFulltextAttributeTest { + private final DocumentFulltextAttribute model = new DocumentFulltextAttribute(); + + /** + * Model tests for DocumentFulltextAttribute + */ + @Test + public void testDocumentFulltextAttribute() { + // TODO: test DocumentFulltextAttribute + } + + /** + * Test the property 'eq' + */ + @Test + public void eqTest() { + // TODO: test eq + } + + /** + * Test the property 'eqOr' + */ + @Test + public void eqOrTest() { + // TODO: test eqOr + } + + /** + * Test the property 'key' + */ + @Test + public void keyTest() { + // TODO: test key + } + +} diff --git a/src/test/java/com/formkiq/client/model/DocumentFulltextSearchTest.java b/src/test/java/com/formkiq/client/model/DocumentFulltextSearchTest.java index c66db9ea..66f63754 100644 --- a/src/test/java/com/formkiq/client/model/DocumentFulltextSearchTest.java +++ b/src/test/java/com/formkiq/client/model/DocumentFulltextSearchTest.java @@ -19,6 +19,7 @@ package com.formkiq.client.model; +import com.formkiq.client.model.DocumentFulltextAttribute; import com.formkiq.client.model.DocumentFulltextTag; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; @@ -70,4 +71,12 @@ public void tagsTest() { // TODO: test tags } + /** + * Test the property 'attributes' + */ + @Test + public void attributesTest() { + // TODO: test attributes + } + } diff --git a/src/test/java/com/formkiq/client/model/FulltextAttributeTest.java b/src/test/java/com/formkiq/client/model/FulltextAttributeTest.java new file mode 100644 index 00000000..6dd35e99 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/FulltextAttributeTest.java @@ -0,0 +1,73 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for FulltextAttribute + */ +public class FulltextAttributeTest { + private final FulltextAttribute model = new FulltextAttribute(); + + /** + * Model tests for FulltextAttribute + */ + @Test + public void testFulltextAttribute() { + // TODO: test FulltextAttribute + } + + /** + * Test the property 'stringValues' + */ + @Test + public void stringValuesTest() { + // TODO: test stringValues + } + + /** + * Test the property 'numberValues' + */ + @Test + public void numberValuesTest() { + // TODO: test numberValues + } + + /** + * Test the property 'booleanValue' + */ + @Test + public void booleanValueTest() { + // TODO: test booleanValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java b/src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java index 424db090..8d36340d 100644 --- a/src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java +++ b/src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java @@ -19,6 +19,7 @@ package com.formkiq.client.model; +import com.formkiq.client.model.FulltextAttribute; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -125,4 +126,12 @@ public void metadataTest() { // TODO: test metadata } + /** + * Test the property 'attributes' + */ + @Test + public void attributesTest() { + // TODO: test attributes + } + } diff --git a/src/test/java/com/formkiq/client/model/GetDocumentFulltextResponseTest.java b/src/test/java/com/formkiq/client/model/GetDocumentFulltextResponseTest.java index e5fe6365..aa186db7 100644 --- a/src/test/java/com/formkiq/client/model/GetDocumentFulltextResponseTest.java +++ b/src/test/java/com/formkiq/client/model/GetDocumentFulltextResponseTest.java @@ -19,6 +19,7 @@ package com.formkiq.client.model; +import com.formkiq.client.model.FulltextAttribute; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -141,4 +142,12 @@ public void metadataTest() { // TODO: test metadata } + /** + * Test the property 'attributes' + */ + @Test + public void attributesTest() { + // TODO: test attributes + } + } diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeEqTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeEqTest.java index 0f3a70fe..1a883a55 100644 --- a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeEqTest.java +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeEqTest.java @@ -26,6 +26,7 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.math.BigDecimal; import java.util.Arrays; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; @@ -45,11 +46,27 @@ public void testOpaPolicyAttributeEq() { } /** - * Test the property 'text' + * Test the property 'stringValue' */ @Test - public void textTest() { - // TODO: test text + public void stringValueTest() { + // TODO: test stringValue + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + + /** + * Test the property 'booleanValue' + */ + @Test + public void booleanValueTest() { + // TODO: test booleanValue } /** diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGtTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGtTest.java new file mode 100644 index 00000000..2293f479 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGtTest.java @@ -0,0 +1,55 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for OpaPolicyAttributeGt + */ +public class OpaPolicyAttributeGtTest { + private final OpaPolicyAttributeGt model = new OpaPolicyAttributeGt(); + + /** + * Model tests for OpaPolicyAttributeGt + */ + @Test + public void testOpaPolicyAttributeGt() { + // TODO: test OpaPolicyAttributeGt + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGteTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGteTest.java new file mode 100644 index 00000000..496a5006 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeGteTest.java @@ -0,0 +1,55 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for OpaPolicyAttributeGte + */ +public class OpaPolicyAttributeGteTest { + private final OpaPolicyAttributeGte model = new OpaPolicyAttributeGte(); + + /** + * Model tests for OpaPolicyAttributeGte + */ + @Test + public void testOpaPolicyAttributeGte() { + // TODO: test OpaPolicyAttributeGte + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLtTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLtTest.java new file mode 100644 index 00000000..3ad6d41b --- /dev/null +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLtTest.java @@ -0,0 +1,55 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for OpaPolicyAttributeLt + */ +public class OpaPolicyAttributeLtTest { + private final OpaPolicyAttributeLt model = new OpaPolicyAttributeLt(); + + /** + * Model tests for OpaPolicyAttributeLt + */ + @Test + public void testOpaPolicyAttributeLt() { + // TODO: test OpaPolicyAttributeLt + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLteTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLteTest.java new file mode 100644 index 00000000..5e56329e --- /dev/null +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeLteTest.java @@ -0,0 +1,55 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for OpaPolicyAttributeLte + */ +public class OpaPolicyAttributeLteTest { + private final OpaPolicyAttributeLte model = new OpaPolicyAttributeLte(); + + /** + * Model tests for OpaPolicyAttributeLte + */ + @Test + public void testOpaPolicyAttributeLte() { + // TODO: test OpaPolicyAttributeLte + } + + /** + * Test the property 'numberValue' + */ + @Test + public void numberValueTest() { + // TODO: test numberValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeNeqTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeNeqTest.java new file mode 100644 index 00000000..72ac6f24 --- /dev/null +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeNeqTest.java @@ -0,0 +1,54 @@ +/* + * FormKiQ API Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can + * find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ + * is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all + * the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on + * top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file + * with any application that supports the OpenAPI specification. Open API OAuth Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open + * API IAM Specification - + * https://github.com/raw/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## + * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + * + * The version of the OpenAPI document: 1.15.0 Contact: support@formkiq.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech Do not edit the class manually. + */ + + +package com.formkiq.client.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for OpaPolicyAttributeNeq + */ +public class OpaPolicyAttributeNeqTest { + private final OpaPolicyAttributeNeq model = new OpaPolicyAttributeNeq(); + + /** + * Model tests for OpaPolicyAttributeNeq + */ + @Test + public void testOpaPolicyAttributeNeq() { + // TODO: test OpaPolicyAttributeNeq + } + + /** + * Test the property 'stringValue' + */ + @Test + public void stringValueTest() { + // TODO: test stringValue + } + +} diff --git a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeTest.java b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeTest.java index bbdbabb3..b2d4c9e6 100644 --- a/src/test/java/com/formkiq/client/model/OpaPolicyAttributeTest.java +++ b/src/test/java/com/formkiq/client/model/OpaPolicyAttributeTest.java @@ -20,6 +20,11 @@ package com.formkiq.client.model; import com.formkiq.client.model.OpaPolicyAttributeEq; +import com.formkiq.client.model.OpaPolicyAttributeGt; +import com.formkiq.client.model.OpaPolicyAttributeGte; +import com.formkiq.client.model.OpaPolicyAttributeLt; +import com.formkiq.client.model.OpaPolicyAttributeLte; +import com.formkiq.client.model.OpaPolicyAttributeNeq; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -60,4 +65,44 @@ public void eqTest() { // TODO: test eq } + /** + * Test the property 'gt' + */ + @Test + public void gtTest() { + // TODO: test gt + } + + /** + * Test the property 'gte' + */ + @Test + public void gteTest() { + // TODO: test gte + } + + /** + * Test the property 'lt' + */ + @Test + public void ltTest() { + // TODO: test lt + } + + /** + * Test the property 'lte' + */ + @Test + public void lteTest() { + // TODO: test lte + } + + /** + * Test the property 'neq' + */ + @Test + public void neqTest() { + // TODO: test neq + } + }