diff --git a/bin/sandbox b/bin/sandbox
new file mode 100755
index 000000000..ee74261b9
--- /dev/null
+++ b/bin/sandbox
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+set -e
+
+DIR=$(cd `dirname $0` && pwd)
+
+bash "${DIR}/sandbox-dotnet"
+bash "${DIR}/sandbox-java-v1"
+bash "${DIR}/sandbox-java-v2"
+bash "${DIR}/sandbox-node"
+bash "${DIR}/sandbox-php"
diff --git a/openapi-raw.yaml b/openapi-raw.yaml
index 7f4f5d86d..a0d21f20e 100644
--- a/openapi-raw.yaml
+++ b/openapi-raw.yaml
@@ -9446,6 +9446,8 @@ components:
default: false
type: object
AccountCreateResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -9459,6 +9461,8 @@ components:
type: object
x-internal-class: true
AccountGetResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -9481,6 +9485,8 @@ components:
type: object
x-internal-class: true
ApiAppGetResponse:
+ required:
+ - api_app
properties:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
@@ -9492,6 +9498,9 @@ components:
type: object
x-internal-class: true
ApiAppListResponse:
+ required:
+ - api_apps
+ - list_info
properties:
api_apps:
description: '_t__ApiAppListResponse::DESCRIPTION'
@@ -9508,6 +9517,10 @@ components:
type: object
x-internal-class: true
BulkSendJobGetResponse:
+ required:
+ - bulk_send_job
+ - list_info
+ - signature_requests
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -9526,6 +9539,9 @@ components:
type: object
x-internal-class: true
BulkSendJobListResponse:
+ required:
+ - bulk_send_jobs
+ - list_info
properties:
bulk_send_jobs:
description: '_t__BulkSendJobListResponse::BULK_SEND_JOBS'
@@ -9542,6 +9558,8 @@ components:
type: object
x-internal-class: true
BulkSendJobSendResponse:
+ required:
+ - bulk_send_job
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -9553,6 +9571,8 @@ components:
type: object
x-internal-class: true
EmbeddedEditUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
@@ -9564,6 +9584,8 @@ components:
type: object
x-internal-class: true
EmbeddedSignUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
@@ -9582,6 +9604,8 @@ components:
$ref: '#/components/schemas/ErrorResponseError'
type: object
FaxLineResponse:
+ required:
+ - fax_line
properties:
fax_line:
$ref: '#/components/schemas/FaxLineResponseFaxLine'
@@ -9590,6 +9614,8 @@ components:
type: object
x-internal-class: true
FaxLineAreaCodeGetResponse:
+ required:
+ - area_codes
properties:
area_codes:
type: array
@@ -9598,6 +9624,9 @@ components:
type: object
x-internal-class: true
FaxLineListResponse:
+ required:
+ - fax_lines
+ - list_info
properties:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
@@ -9610,6 +9639,9 @@ components:
type: object
x-internal-class: true
FileResponse:
+ required:
+ - file_url
+ - expires_at
properties:
file_url:
description: '_t__FileResponse::FILE_URL'
@@ -9620,6 +9652,8 @@ components:
type: object
x-internal-class: true
FileResponseDataUri:
+ required:
+ - data_uri
properties:
data_uri:
description: '_t__FileResponse::DATA_URI'
@@ -9627,6 +9661,8 @@ components:
type: object
x-internal-class: true
ReportCreateResponse:
+ required:
+ - report
properties:
report:
$ref: '#/components/schemas/ReportResponse'
@@ -9638,6 +9674,8 @@ components:
type: object
x-internal-class: true
SignatureRequestGetResponse:
+ required:
+ - signature_request
properties:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
@@ -9649,6 +9687,9 @@ components:
type: object
x-internal-class: true
SignatureRequestListResponse:
+ required:
+ - signature_requests
+ - list_info
properties:
signature_requests:
description: '_t__SignatureRequestListResponse::DESCRIPTION'
@@ -11292,6 +11333,8 @@ components:
type: string
type: object
TeamGetResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamResponse'
@@ -11303,6 +11346,8 @@ components:
type: object
x-internal-class: true
TeamGetInfoResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamInfoResponse'
@@ -11314,6 +11359,8 @@ components:
type: object
x-internal-class: true
TeamInvitesResponse:
+ required:
+ - team_invites
properties:
team_invites:
description: '_t__TeamInvitesResponse::DESCRIPTION'
@@ -11327,6 +11374,9 @@ components:
type: object
x-internal-class: true
TeamMembersResponse:
+ required:
+ - team_members
+ - list_info
properties:
team_members:
description: '_t__TeamMembersResponse::DESCRIPTION'
@@ -11342,6 +11392,9 @@ components:
type: object
x-internal-class: true
TeamSubTeamsResponse:
+ required:
+ - sub_teams
+ - list_info
properties:
sub_teams:
description: '_t__SubTeamResponse::DESCRIPTION'
@@ -11357,6 +11410,8 @@ components:
type: object
x-internal-class: true
TemplateCreateResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
@@ -11368,6 +11423,8 @@ components:
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
@@ -11379,12 +11436,16 @@ components:
type: object
x-internal-class: true
TemplateEditResponse:
+ required:
+ - template_id
properties:
template_id:
description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
TemplateGetResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateResponse'
@@ -11396,6 +11457,9 @@ components:
type: object
x-internal-class: true
TemplateListResponse:
+ required:
+ - templates
+ - list_info
properties:
templates:
description: '_t__TemplateListResponse::DESCRIPTION'
@@ -11412,12 +11476,16 @@ components:
type: object
x-internal-class: true
TemplateUpdateFilesResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate'
type: object
x-internal-class: true
UnclaimedDraftCreateResponse:
+ required:
+ - unclaimed_draft
properties:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml
index ddbf4df34..c7189fd24 100644
--- a/openapi-sdk.yaml
+++ b/openapi-sdk.yaml
@@ -10054,6 +10054,8 @@ components:
default: false
type: object
AccountCreateResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -10067,6 +10069,8 @@ components:
type: object
x-internal-class: true
AccountGetResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -10089,6 +10093,8 @@ components:
type: object
x-internal-class: true
ApiAppGetResponse:
+ required:
+ - api_app
properties:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
@@ -10100,6 +10106,9 @@ components:
type: object
x-internal-class: true
ApiAppListResponse:
+ required:
+ - api_apps
+ - list_info
properties:
api_apps:
description: 'Contains information about API Apps.'
@@ -10116,6 +10125,10 @@ components:
type: object
x-internal-class: true
BulkSendJobGetResponse:
+ required:
+ - bulk_send_job
+ - list_info
+ - signature_requests
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -10134,6 +10147,9 @@ components:
type: object
x-internal-class: true
BulkSendJobListResponse:
+ required:
+ - bulk_send_jobs
+ - list_info
properties:
bulk_send_jobs:
description: 'Contains a list of BulkSendJobs that the API caller has access to.'
@@ -10150,6 +10166,8 @@ components:
type: object
x-internal-class: true
BulkSendJobSendResponse:
+ required:
+ - bulk_send_job
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -10161,6 +10179,8 @@ components:
type: object
x-internal-class: true
EmbeddedEditUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
@@ -10172,6 +10192,8 @@ components:
type: object
x-internal-class: true
EmbeddedSignUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
@@ -10190,6 +10212,8 @@ components:
$ref: '#/components/schemas/ErrorResponseError'
type: object
FaxLineResponse:
+ required:
+ - fax_line
properties:
fax_line:
$ref: '#/components/schemas/FaxLineResponseFaxLine'
@@ -10198,6 +10222,8 @@ components:
type: object
x-internal-class: true
FaxLineAreaCodeGetResponse:
+ required:
+ - area_codes
properties:
area_codes:
type: array
@@ -10206,6 +10232,9 @@ components:
type: object
x-internal-class: true
FaxLineListResponse:
+ required:
+ - fax_lines
+ - list_info
properties:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
@@ -10218,6 +10247,9 @@ components:
type: object
x-internal-class: true
FileResponse:
+ required:
+ - file_url
+ - expires_at
properties:
file_url:
description: 'URL to the file.'
@@ -10228,6 +10260,8 @@ components:
type: object
x-internal-class: true
FileResponseDataUri:
+ required:
+ - data_uri
properties:
data_uri:
description: 'File as base64 encoded string.'
@@ -10235,6 +10269,8 @@ components:
type: object
x-internal-class: true
ReportCreateResponse:
+ required:
+ - report
properties:
report:
$ref: '#/components/schemas/ReportResponse'
@@ -10246,6 +10282,8 @@ components:
type: object
x-internal-class: true
SignatureRequestGetResponse:
+ required:
+ - signature_request
properties:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
@@ -10257,6 +10295,9 @@ components:
type: object
x-internal-class: true
SignatureRequestListResponse:
+ required:
+ - signature_requests
+ - list_info
properties:
signature_requests:
description: 'Contains information about signature requests.'
@@ -12084,6 +12125,8 @@ components:
type: string
type: object
TeamGetResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamResponse'
@@ -12095,6 +12138,8 @@ components:
type: object
x-internal-class: true
TeamGetInfoResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamInfoResponse'
@@ -12106,6 +12151,8 @@ components:
type: object
x-internal-class: true
TeamInvitesResponse:
+ required:
+ - team_invites
properties:
team_invites:
description: 'Contains a list of team invites and their roles.'
@@ -12119,6 +12166,9 @@ components:
type: object
x-internal-class: true
TeamMembersResponse:
+ required:
+ - team_members
+ - list_info
properties:
team_members:
description: 'Contains a list of team members and their roles for a specific team.'
@@ -12134,6 +12184,9 @@ components:
type: object
x-internal-class: true
TeamSubTeamsResponse:
+ required:
+ - sub_teams
+ - list_info
properties:
sub_teams:
description: 'Contains a list with sub teams.'
@@ -12149,6 +12202,8 @@ components:
type: object
x-internal-class: true
TemplateCreateResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
@@ -12160,6 +12215,8 @@ components:
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
@@ -12171,12 +12228,16 @@ components:
type: object
x-internal-class: true
TemplateEditResponse:
+ required:
+ - template_id
properties:
template_id:
description: 'The id of the Template.'
type: string
type: object
TemplateGetResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateResponse'
@@ -12188,6 +12249,9 @@ components:
type: object
x-internal-class: true
TemplateListResponse:
+ required:
+ - templates
+ - list_info
properties:
templates:
description: 'List of templates that the API caller has access to.'
@@ -12204,12 +12268,16 @@ components:
type: object
x-internal-class: true
TemplateUpdateFilesResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate'
type: object
x-internal-class: true
UnclaimedDraftCreateResponse:
+ required:
+ - unclaimed_draft
properties:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
diff --git a/openapi.yaml b/openapi.yaml
index 385f6fbb2..304a8d67b 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -10032,6 +10032,8 @@ components:
default: false
type: object
AccountCreateResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -10045,6 +10047,8 @@ components:
type: object
x-internal-class: true
AccountGetResponse:
+ required:
+ - account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
@@ -10067,6 +10071,8 @@ components:
type: object
x-internal-class: true
ApiAppGetResponse:
+ required:
+ - api_app
properties:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
@@ -10078,6 +10084,9 @@ components:
type: object
x-internal-class: true
ApiAppListResponse:
+ required:
+ - api_apps
+ - list_info
properties:
api_apps:
description: 'Contains information about API Apps.'
@@ -10094,6 +10103,10 @@ components:
type: object
x-internal-class: true
BulkSendJobGetResponse:
+ required:
+ - bulk_send_job
+ - list_info
+ - signature_requests
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -10112,6 +10125,9 @@ components:
type: object
x-internal-class: true
BulkSendJobListResponse:
+ required:
+ - bulk_send_jobs
+ - list_info
properties:
bulk_send_jobs:
description: 'Contains a list of BulkSendJobs that the API caller has access to.'
@@ -10128,6 +10144,8 @@ components:
type: object
x-internal-class: true
BulkSendJobSendResponse:
+ required:
+ - bulk_send_job
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
@@ -10139,6 +10157,8 @@ components:
type: object
x-internal-class: true
EmbeddedEditUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
@@ -10150,6 +10170,8 @@ components:
type: object
x-internal-class: true
EmbeddedSignUrlResponse:
+ required:
+ - embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
@@ -10168,6 +10190,8 @@ components:
$ref: '#/components/schemas/ErrorResponseError'
type: object
FaxLineResponse:
+ required:
+ - fax_line
properties:
fax_line:
$ref: '#/components/schemas/FaxLineResponseFaxLine'
@@ -10176,6 +10200,8 @@ components:
type: object
x-internal-class: true
FaxLineAreaCodeGetResponse:
+ required:
+ - area_codes
properties:
area_codes:
type: array
@@ -10184,6 +10210,9 @@ components:
type: object
x-internal-class: true
FaxLineListResponse:
+ required:
+ - fax_lines
+ - list_info
properties:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
@@ -10196,6 +10225,9 @@ components:
type: object
x-internal-class: true
FileResponse:
+ required:
+ - file_url
+ - expires_at
properties:
file_url:
description: 'URL to the file.'
@@ -10206,6 +10238,8 @@ components:
type: object
x-internal-class: true
FileResponseDataUri:
+ required:
+ - data_uri
properties:
data_uri:
description: 'File as base64 encoded string.'
@@ -10213,6 +10247,8 @@ components:
type: object
x-internal-class: true
ReportCreateResponse:
+ required:
+ - report
properties:
report:
$ref: '#/components/schemas/ReportResponse'
@@ -10224,6 +10260,8 @@ components:
type: object
x-internal-class: true
SignatureRequestGetResponse:
+ required:
+ - signature_request
properties:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
@@ -10235,6 +10273,9 @@ components:
type: object
x-internal-class: true
SignatureRequestListResponse:
+ required:
+ - signature_requests
+ - list_info
properties:
signature_requests:
description: 'Contains information about signature requests.'
@@ -12062,6 +12103,8 @@ components:
type: string
type: object
TeamGetResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamResponse'
@@ -12073,6 +12116,8 @@ components:
type: object
x-internal-class: true
TeamGetInfoResponse:
+ required:
+ - team
properties:
team:
$ref: '#/components/schemas/TeamInfoResponse'
@@ -12084,6 +12129,8 @@ components:
type: object
x-internal-class: true
TeamInvitesResponse:
+ required:
+ - team_invites
properties:
team_invites:
description: 'Contains a list of team invites and their roles.'
@@ -12097,6 +12144,9 @@ components:
type: object
x-internal-class: true
TeamMembersResponse:
+ required:
+ - team_members
+ - list_info
properties:
team_members:
description: 'Contains a list of team members and their roles for a specific team.'
@@ -12112,6 +12162,9 @@ components:
type: object
x-internal-class: true
TeamSubTeamsResponse:
+ required:
+ - sub_teams
+ - list_info
properties:
sub_teams:
description: 'Contains a list with sub teams.'
@@ -12127,6 +12180,8 @@ components:
type: object
x-internal-class: true
TemplateCreateResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
@@ -12138,6 +12193,8 @@ components:
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
@@ -12149,12 +12206,16 @@ components:
type: object
x-internal-class: true
TemplateEditResponse:
+ required:
+ - template_id
properties:
template_id:
description: 'The id of the Template.'
type: string
type: object
TemplateGetResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateResponse'
@@ -12166,6 +12227,9 @@ components:
type: object
x-internal-class: true
TemplateListResponse:
+ required:
+ - templates
+ - list_info
properties:
templates:
description: 'List of templates that the API caller has access to.'
@@ -12182,12 +12246,16 @@ components:
type: object
x-internal-class: true
TemplateUpdateFilesResponse:
+ required:
+ - template
properties:
template:
$ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate'
type: object
x-internal-class: true
UnclaimedDraftCreateResponse:
+ required:
+ - unclaimed_draft
properties:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
diff --git a/sandbox/java-v1/pom.xml b/sandbox/java-v1/pom.xml
index f4c44f904..326905ec6 100644
--- a/sandbox/java-v1/pom.xml
+++ b/sandbox/java-v1/pom.xml
@@ -28,6 +28,12 @@
4.13.1
test
+
+ junit
+ junit
+ 4.13.1
+ test
+
diff --git a/sandbox/node/tests/signatureRequest.test.ts b/sandbox/node/tests/signatureRequest.test.ts
index e5574e7e6..73579a528 100644
--- a/sandbox/node/tests/signatureRequest.test.ts
+++ b/sandbox/node/tests/signatureRequest.test.ts
@@ -1,4 +1,3 @@
-// @ts-nocheck
import "jest";
import * as DropboxSign from "@dropbox/sign";
import * as fs from "fs";
@@ -43,18 +42,18 @@ describe("signatureRequest", () => {
).then(send_response => {
const signature_request = send_response.body.signatureRequest;
- expect(send_request.formFieldsPerDocument[0].apiId)
- .toBe(signature_request.customFields[0].apiId);
+ expect(send_request.formFieldsPerDocument![0].apiId)
+ .toBe(signature_request.customFields![0].apiId);
- expect(send_request.signers[0].emailAddress)
- .toBe(signature_request.signatures[0].signerEmailAddress);
- expect(send_request.signers[1].emailAddress)
- .toBe(signature_request.signatures[1].signerEmailAddress);
- expect(send_request.signers[2].emailAddress)
- .toBe(signature_request.signatures[2].signerEmailAddress);
+ expect(send_request.signers![0].emailAddress)
+ .toBe(signature_request.signatures![0].signerEmailAddress);
+ expect(send_request.signers![1].emailAddress)
+ .toBe(signature_request.signatures![1].signerEmailAddress);
+ expect(send_request.signers![2].emailAddress)
+ .toBe(signature_request.signatures![2].signerEmailAddress);
return signature_request_api.signatureRequestGet(
- signature_request.signatureRequestId,
+ signature_request.signatureRequestId!,
).then(get_response => {
expect(signature_request.signatureRequestId)
.toBe(get_response.body.signatureRequest.signatureRequestId);
@@ -85,12 +84,12 @@ describe("signatureRequest", () => {
).then(send_response => {
const signature_request = send_response.body.signatureRequest;
- expect(send_request.signers[0].emailAddress)
- .toBe(signature_request.signatures[0].signerEmailAddress);
- expect(send_request.signers[1].emailAddress)
- .toBe(signature_request.signatures[1].signerEmailAddress);
- expect(send_request.signers[2].emailAddress)
- .toBe(signature_request.signatures[2].signerEmailAddress);
+ expect(send_request.signers![0].emailAddress)
+ .toBe(signature_request.signatures![0].signerEmailAddress);
+ expect(send_request.signers![1].emailAddress)
+ .toBe(signature_request.signatures![1].signerEmailAddress);
+ expect(send_request.signers![2].emailAddress)
+ .toBe(signature_request.signatures![2].signerEmailAddress);
const embedded_api = new DropboxSign.EmbeddedApi();
embedded_api.username = config.API_KEY;
@@ -98,7 +97,7 @@ describe("signatureRequest", () => {
embedded_api.defaultHeaders = headers;
return embedded_api.embeddedSignUrl(
- signature_request.signatures[0].signatureId,
+ signature_request.signatures![0].signatureId!,
).then(get_response => {
expect(get_response.body.embedded.signUrl).toBeTruthy();
}).catch(error => {
diff --git a/sdks/dotnet/docs/AccountCreateResponse.md b/sdks/dotnet/docs/AccountCreateResponse.md
index 55966d2cf..b7a73e614 100644
--- a/sdks/dotnet/docs/AccountCreateResponse.md
+++ b/sdks/dotnet/docs/AccountCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Account** | [**AccountResponse**](AccountResponse.md) | | [optional] **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Account** | [**AccountResponse**](AccountResponse.md) | | **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountGetResponse.md b/sdks/dotnet/docs/AccountGetResponse.md
index 791e7a447..1cca9a309 100644
--- a/sdks/dotnet/docs/AccountGetResponse.md
+++ b/sdks/dotnet/docs/AccountGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Account** | [**AccountResponse**](AccountResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Account** | [**AccountResponse**](AccountResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppGetResponse.md b/sdks/dotnet/docs/ApiAppGetResponse.md
index c83e775ce..9677b8922 100644
--- a/sdks/dotnet/docs/ApiAppGetResponse.md
+++ b/sdks/dotnet/docs/ApiAppGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppListResponse.md b/sdks/dotnet/docs/ApiAppListResponse.md
index e858b2f75..c53c3e482 100644
--- a/sdks/dotnet/docs/ApiAppListResponse.md
+++ b/sdks/dotnet/docs/ApiAppListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | Contains information about API Apps. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | Contains information about API Apps. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobGetResponse.md b/sdks/dotnet/docs/BulkSendJobGetResponse.md
index 5c9146b79..9d23309a8 100644
--- a/sdks/dotnet/docs/BulkSendJobGetResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobListResponse.md b/sdks/dotnet/docs/BulkSendJobListResponse.md
index d933a5a27..0c353ddd0 100644
--- a/sdks/dotnet/docs/BulkSendJobListResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobSendResponse.md b/sdks/dotnet/docs/BulkSendJobSendResponse.md
index 836f2785f..1649dc405 100644
--- a/sdks/dotnet/docs/BulkSendJobSendResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobSendResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
index 51c243045..d2c1d5fae 100644
--- a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
+++ b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
index 70f0b7bd3..2bd6732b3 100644
--- a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
+++ b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md b/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md
index 297d51efd..91d4723aa 100644
--- a/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md
+++ b/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AreaCodes** | **List<int>** | | [optional]
+**AreaCodes** | **List<int>** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FaxLineListResponse.md b/sdks/dotnet/docs/FaxLineListResponse.md
index 24cb73f01..95a4918bb 100644
--- a/sdks/dotnet/docs/FaxLineListResponse.md
+++ b/sdks/dotnet/docs/FaxLineListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **FaxLines** | [**List<FaxLineResponseFaxLine>**](FaxLineResponseFaxLine.md) | | [optional] **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional]
+**ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **FaxLines** | [**List<FaxLineResponseFaxLine>**](FaxLineResponseFaxLine.md) | | **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FaxLineResponse.md b/sdks/dotnet/docs/FaxLineResponse.md
index 5f1bf15be..101ad06fa 100644
--- a/sdks/dotnet/docs/FaxLineResponse.md
+++ b/sdks/dotnet/docs/FaxLineResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**FaxLine** | [**FaxLineResponseFaxLine**](FaxLineResponseFaxLine.md) | | [optional] **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional]
+**FaxLine** | [**FaxLineResponseFaxLine**](FaxLineResponseFaxLine.md) | | **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FileResponse.md b/sdks/dotnet/docs/FileResponse.md
index b1999a78a..8ce1da078 100644
--- a/sdks/dotnet/docs/FileResponse.md
+++ b/sdks/dotnet/docs/FileResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**FileUrl** | **string** | URL to the file. | [optional] **ExpiresAt** | **int** | When the link expires. | [optional]
+**FileUrl** | **string** | URL to the file. | **ExpiresAt** | **int** | When the link expires. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FileResponseDataUri.md b/sdks/dotnet/docs/FileResponseDataUri.md
index 927cb34b7..784c396f4 100644
--- a/sdks/dotnet/docs/FileResponseDataUri.md
+++ b/sdks/dotnet/docs/FileResponseDataUri.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DataUri** | **string** | File as base64 encoded string. | [optional]
+**DataUri** | **string** | File as base64 encoded string. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ReportCreateResponse.md b/sdks/dotnet/docs/ReportCreateResponse.md
index eba26c348..a6416fe7a 100644
--- a/sdks/dotnet/docs/ReportCreateResponse.md
+++ b/sdks/dotnet/docs/ReportCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Report** | [**ReportResponse**](ReportResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Report** | [**ReportResponse**](ReportResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestGetResponse.md b/sdks/dotnet/docs/SignatureRequestGetResponse.md
index 855bb5e06..b43aebe70 100644
--- a/sdks/dotnet/docs/SignatureRequestGetResponse.md
+++ b/sdks/dotnet/docs/SignatureRequestGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestListResponse.md b/sdks/dotnet/docs/SignatureRequestListResponse.md
index aeb5c783b..d3cda99bc 100644
--- a/sdks/dotnet/docs/SignatureRequestListResponse.md
+++ b/sdks/dotnet/docs/SignatureRequestListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | Contains information about signature requests. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | Contains information about signature requests. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamGetInfoResponse.md b/sdks/dotnet/docs/TeamGetInfoResponse.md
index de47c8fc7..b0f876e55 100644
--- a/sdks/dotnet/docs/TeamGetInfoResponse.md
+++ b/sdks/dotnet/docs/TeamGetInfoResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamGetResponse.md b/sdks/dotnet/docs/TeamGetResponse.md
index ddfda5efd..a3a82936a 100644
--- a/sdks/dotnet/docs/TeamGetResponse.md
+++ b/sdks/dotnet/docs/TeamGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Team** | [**TeamResponse**](TeamResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Team** | [**TeamResponse**](TeamResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamInvitesResponse.md b/sdks/dotnet/docs/TeamInvitesResponse.md
index b85dd5745..393ff7113 100644
--- a/sdks/dotnet/docs/TeamInvitesResponse.md
+++ b/sdks/dotnet/docs/TeamInvitesResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TeamInvites** | [**List<TeamInviteResponse>**](TeamInviteResponse.md) | Contains a list of team invites and their roles. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
+**TeamInvites** | [**List<TeamInviteResponse>**](TeamInviteResponse.md) | Contains a list of team invites and their roles. | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamMembersResponse.md b/sdks/dotnet/docs/TeamMembersResponse.md
index 54d36825a..654933542 100644
--- a/sdks/dotnet/docs/TeamMembersResponse.md
+++ b/sdks/dotnet/docs/TeamMembersResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TeamMembers** | [**List<TeamMemberResponse>**](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
+**TeamMembers** | [**List<TeamMemberResponse>**](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamSubTeamsResponse.md b/sdks/dotnet/docs/TeamSubTeamsResponse.md
index 0501498e5..f25e02688 100644
--- a/sdks/dotnet/docs/TeamSubTeamsResponse.md
+++ b/sdks/dotnet/docs/TeamSubTeamsResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SubTeams** | [**List<SubTeamResponse>**](SubTeamResponse.md) | Contains a list with sub teams. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
+**SubTeams** | [**List<SubTeamResponse>**](SubTeamResponse.md) | Contains a list with sub teams. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
index 49c607ec6..b3a03c05a 100644
--- a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
+++ b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateResponse.md b/sdks/dotnet/docs/TemplateCreateResponse.md
index 1e35d55a5..75bab14de 100644
--- a/sdks/dotnet/docs/TemplateCreateResponse.md
+++ b/sdks/dotnet/docs/TemplateCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateEditResponse.md b/sdks/dotnet/docs/TemplateEditResponse.md
index 723cdfce4..830c7a9ed 100644
--- a/sdks/dotnet/docs/TemplateEditResponse.md
+++ b/sdks/dotnet/docs/TemplateEditResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional]
+**TemplateId** | **string** | The id of the Template. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateGetResponse.md b/sdks/dotnet/docs/TemplateGetResponse.md
index f4ce5fa5c..7a301e17d 100644
--- a/sdks/dotnet/docs/TemplateGetResponse.md
+++ b/sdks/dotnet/docs/TemplateGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateResponse**](TemplateResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateResponse**](TemplateResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateListResponse.md b/sdks/dotnet/docs/TemplateListResponse.md
index f24785870..7bb37dc6b 100644
--- a/sdks/dotnet/docs/TemplateListResponse.md
+++ b/sdks/dotnet/docs/TemplateListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | List of templates that the API caller has access to. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | List of templates that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateUpdateFilesResponse.md b/sdks/dotnet/docs/TemplateUpdateFilesResponse.md
index 5bd4210ef..8ff710ea7 100644
--- a/sdks/dotnet/docs/TemplateUpdateFilesResponse.md
+++ b/sdks/dotnet/docs/TemplateUpdateFilesResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateUpdateFilesResponseTemplate**](TemplateUpdateFilesResponseTemplate.md) | | [optional]
+**Template** | [**TemplateUpdateFilesResponseTemplate**](TemplateUpdateFilesResponseTemplate.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
index cc7f5da5a..97a8f57d0 100644
--- a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
+++ b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
index 6bf25b709..498d367da 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
@@ -41,12 +41,17 @@ protected AccountCreateResponse() { }
///
/// Initializes a new instance of the class.
///
- /// account.
+ /// account (required).
/// oauthData.
/// A list of warnings..
public AccountCreateResponse(AccountResponse account = default(AccountResponse), OAuthTokenResponse oauthData = default(OAuthTokenResponse), List warnings = default(List))
{
+ // to ensure "account" is required (not null)
+ if (account == null)
+ {
+ throw new ArgumentNullException("account is a required property for AccountCreateResponse and cannot be null");
+ }
this.Account = account;
this.OauthData = oauthData;
this.Warnings = warnings;
@@ -71,7 +76,7 @@ public static AccountCreateResponse Init(string jsonData)
///
/// Gets or Sets Account
///
- [DataMember(Name = "account", EmitDefaultValue = true)]
+ [DataMember(Name = "account", IsRequired = true, EmitDefaultValue = true)]
public AccountResponse Account { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
index 9b919caf2..4e5c2f16e 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
@@ -41,11 +41,16 @@ protected AccountGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// account.
+ /// account (required).
/// A list of warnings..
public AccountGetResponse(AccountResponse account = default(AccountResponse), List warnings = default(List))
{
+ // to ensure "account" is required (not null)
+ if (account == null)
+ {
+ throw new ArgumentNullException("account is a required property for AccountGetResponse and cannot be null");
+ }
this.Account = account;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static AccountGetResponse Init(string jsonData)
///
/// Gets or Sets Account
///
- [DataMember(Name = "account", EmitDefaultValue = true)]
+ [DataMember(Name = "account", IsRequired = true, EmitDefaultValue = true)]
public AccountResponse Account { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
index 3fd681ec4..5bc614d3d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
@@ -41,11 +41,16 @@ protected ApiAppGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// apiApp.
+ /// apiApp (required).
/// A list of warnings..
public ApiAppGetResponse(ApiAppResponse apiApp = default(ApiAppResponse), List warnings = default(List))
{
+ // to ensure "apiApp" is required (not null)
+ if (apiApp == null)
+ {
+ throw new ArgumentNullException("apiApp is a required property for ApiAppGetResponse and cannot be null");
+ }
this.ApiApp = apiApp;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static ApiAppGetResponse Init(string jsonData)
///
/// Gets or Sets ApiApp
///
- [DataMember(Name = "api_app", EmitDefaultValue = true)]
+ [DataMember(Name = "api_app", IsRequired = true, EmitDefaultValue = true)]
public ApiAppResponse ApiApp { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
index 6eb175e78..26e2b2843 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
@@ -41,13 +41,23 @@ protected ApiAppListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains information about API Apps..
- /// listInfo.
+ /// Contains information about API Apps. (required).
+ /// listInfo (required).
/// A list of warnings..
public ApiAppListResponse(List apiApps = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "apiApps" is required (not null)
+ if (apiApps == null)
+ {
+ throw new ArgumentNullException("apiApps is a required property for ApiAppListResponse and cannot be null");
+ }
this.ApiApps = apiApps;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for ApiAppListResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static ApiAppListResponse Init(string jsonData)
/// Contains information about API Apps.
///
/// Contains information about API Apps.
- [DataMember(Name = "api_apps", EmitDefaultValue = true)]
+ [DataMember(Name = "api_apps", IsRequired = true, EmitDefaultValue = true)]
public List ApiApps { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
index 9e64a953f..80a6c5598 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
@@ -41,15 +41,30 @@ protected BulkSendJobGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// bulkSendJob.
- /// listInfo.
- /// Contains information about the Signature Requests sent in bulk..
+ /// bulkSendJob (required).
+ /// listInfo (required).
+ /// Contains information about the Signature Requests sent in bulk. (required).
/// A list of warnings..
public BulkSendJobGetResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), ListInfoResponse listInfo = default(ListInfoResponse), List signatureRequests = default(List), List warnings = default(List))
{
+ // to ensure "bulkSendJob" is required (not null)
+ if (bulkSendJob == null)
+ {
+ throw new ArgumentNullException("bulkSendJob is a required property for BulkSendJobGetResponse and cannot be null");
+ }
this.BulkSendJob = bulkSendJob;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for BulkSendJobGetResponse and cannot be null");
+ }
this.ListInfo = listInfo;
+ // to ensure "signatureRequests" is required (not null)
+ if (signatureRequests == null)
+ {
+ throw new ArgumentNullException("signatureRequests is a required property for BulkSendJobGetResponse and cannot be null");
+ }
this.SignatureRequests = signatureRequests;
this.Warnings = warnings;
}
@@ -73,20 +88,20 @@ public static BulkSendJobGetResponse Init(string jsonData)
///
/// Gets or Sets BulkSendJob
///
- [DataMember(Name = "bulk_send_job", EmitDefaultValue = true)]
+ [DataMember(Name = "bulk_send_job", IsRequired = true, EmitDefaultValue = true)]
public BulkSendJobResponse BulkSendJob { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
/// Contains information about the Signature Requests sent in bulk.
///
/// Contains information about the Signature Requests sent in bulk.
- [DataMember(Name = "signature_requests", EmitDefaultValue = true)]
+ [DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)]
public List SignatureRequests { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
index 0866b4a64..51dff2ab5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
@@ -41,13 +41,23 @@ protected BulkSendJobListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains a list of BulkSendJobs that the API caller has access to..
- /// listInfo.
+ /// Contains a list of BulkSendJobs that the API caller has access to. (required).
+ /// listInfo (required).
/// A list of warnings..
public BulkSendJobListResponse(List bulkSendJobs = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "bulkSendJobs" is required (not null)
+ if (bulkSendJobs == null)
+ {
+ throw new ArgumentNullException("bulkSendJobs is a required property for BulkSendJobListResponse and cannot be null");
+ }
this.BulkSendJobs = bulkSendJobs;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for BulkSendJobListResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static BulkSendJobListResponse Init(string jsonData)
/// Contains a list of BulkSendJobs that the API caller has access to.
///
/// Contains a list of BulkSendJobs that the API caller has access to.
- [DataMember(Name = "bulk_send_jobs", EmitDefaultValue = true)]
+ [DataMember(Name = "bulk_send_jobs", IsRequired = true, EmitDefaultValue = true)]
public List BulkSendJobs { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
index 8d11d9f14..ff2af8680 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
@@ -41,11 +41,16 @@ protected BulkSendJobSendResponse() { }
///
/// Initializes a new instance of the class.
///
- /// bulkSendJob.
+ /// bulkSendJob (required).
/// A list of warnings..
public BulkSendJobSendResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), List warnings = default(List))
{
+ // to ensure "bulkSendJob" is required (not null)
+ if (bulkSendJob == null)
+ {
+ throw new ArgumentNullException("bulkSendJob is a required property for BulkSendJobSendResponse and cannot be null");
+ }
this.BulkSendJob = bulkSendJob;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static BulkSendJobSendResponse Init(string jsonData)
///
/// Gets or Sets BulkSendJob
///
- [DataMember(Name = "bulk_send_job", EmitDefaultValue = true)]
+ [DataMember(Name = "bulk_send_job", IsRequired = true, EmitDefaultValue = true)]
public BulkSendJobResponse BulkSendJob { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
index 60108c869..27ff9ffe8 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
@@ -41,11 +41,16 @@ protected EmbeddedEditUrlResponse() { }
///
/// Initializes a new instance of the class.
///
- /// embedded.
+ /// embedded (required).
/// A list of warnings..
public EmbeddedEditUrlResponse(EmbeddedEditUrlResponseEmbedded embedded = default(EmbeddedEditUrlResponseEmbedded), List warnings = default(List))
{
+ // to ensure "embedded" is required (not null)
+ if (embedded == null)
+ {
+ throw new ArgumentNullException("embedded is a required property for EmbeddedEditUrlResponse and cannot be null");
+ }
this.Embedded = embedded;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static EmbeddedEditUrlResponse Init(string jsonData)
///
/// Gets or Sets Embedded
///
- [DataMember(Name = "embedded", EmitDefaultValue = true)]
+ [DataMember(Name = "embedded", IsRequired = true, EmitDefaultValue = true)]
public EmbeddedEditUrlResponseEmbedded Embedded { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
index 5929063bc..6e7f347c5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
@@ -41,11 +41,16 @@ protected EmbeddedSignUrlResponse() { }
///
/// Initializes a new instance of the class.
///
- /// embedded.
+ /// embedded (required).
/// A list of warnings..
public EmbeddedSignUrlResponse(EmbeddedSignUrlResponseEmbedded embedded = default(EmbeddedSignUrlResponseEmbedded), List warnings = default(List))
{
+ // to ensure "embedded" is required (not null)
+ if (embedded == null)
+ {
+ throw new ArgumentNullException("embedded is a required property for EmbeddedSignUrlResponse and cannot be null");
+ }
this.Embedded = embedded;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static EmbeddedSignUrlResponse Init(string jsonData)
///
/// Gets or Sets Embedded
///
- [DataMember(Name = "embedded", EmitDefaultValue = true)]
+ [DataMember(Name = "embedded", IsRequired = true, EmitDefaultValue = true)]
public EmbeddedSignUrlResponseEmbedded Embedded { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs
index 9747f7127..f4224f030 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs
@@ -41,10 +41,15 @@ protected FaxLineAreaCodeGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// areaCodes.
+ /// areaCodes (required).
public FaxLineAreaCodeGetResponse(List areaCodes = default(List))
{
+ // to ensure "areaCodes" is required (not null)
+ if (areaCodes == null)
+ {
+ throw new ArgumentNullException("areaCodes is a required property for FaxLineAreaCodeGetResponse and cannot be null");
+ }
this.AreaCodes = areaCodes;
}
@@ -67,7 +72,7 @@ public static FaxLineAreaCodeGetResponse Init(string jsonData)
///
/// Gets or Sets AreaCodes
///
- [DataMember(Name = "area_codes", EmitDefaultValue = true)]
+ [DataMember(Name = "area_codes", IsRequired = true, EmitDefaultValue = true)]
public List AreaCodes { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs
index ef03dbac0..25bd1f713 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs
@@ -41,13 +41,23 @@ protected FaxLineListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// listInfo.
- /// faxLines.
+ /// listInfo (required).
+ /// faxLines (required).
/// warnings.
public FaxLineListResponse(ListInfoResponse listInfo = default(ListInfoResponse), List faxLines = default(List), WarningResponse warnings = default(WarningResponse))
{
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for FaxLineListResponse and cannot be null");
+ }
this.ListInfo = listInfo;
+ // to ensure "faxLines" is required (not null)
+ if (faxLines == null)
+ {
+ throw new ArgumentNullException("faxLines is a required property for FaxLineListResponse and cannot be null");
+ }
this.FaxLines = faxLines;
this.Warnings = warnings;
}
@@ -71,13 +81,13 @@ public static FaxLineListResponse Init(string jsonData)
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
/// Gets or Sets FaxLines
///
- [DataMember(Name = "fax_lines", EmitDefaultValue = true)]
+ [DataMember(Name = "fax_lines", IsRequired = true, EmitDefaultValue = true)]
public List FaxLines { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs
index 3949dcd2d..33442e773 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs
@@ -41,11 +41,16 @@ protected FaxLineResponse() { }
///
/// Initializes a new instance of the class.
///
- /// faxLine.
+ /// faxLine (required).
/// warnings.
public FaxLineResponse(FaxLineResponseFaxLine faxLine = default(FaxLineResponseFaxLine), WarningResponse warnings = default(WarningResponse))
{
+ // to ensure "faxLine" is required (not null)
+ if (faxLine == null)
+ {
+ throw new ArgumentNullException("faxLine is a required property for FaxLineResponse and cannot be null");
+ }
this.FaxLine = faxLine;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static FaxLineResponse Init(string jsonData)
///
/// Gets or Sets FaxLine
///
- [DataMember(Name = "fax_line", EmitDefaultValue = true)]
+ [DataMember(Name = "fax_line", IsRequired = true, EmitDefaultValue = true)]
public FaxLineResponseFaxLine FaxLine { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
index 6a9a2231f..fd5e27bea 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
@@ -41,11 +41,16 @@ protected FileResponse() { }
///
/// Initializes a new instance of the class.
///
- /// URL to the file..
- /// When the link expires..
+ /// URL to the file. (required).
+ /// When the link expires. (required).
public FileResponse(string fileUrl = default(string), int expiresAt = default(int))
{
+ // to ensure "fileUrl" is required (not null)
+ if (fileUrl == null)
+ {
+ throw new ArgumentNullException("fileUrl is a required property for FileResponse and cannot be null");
+ }
this.FileUrl = fileUrl;
this.ExpiresAt = expiresAt;
}
@@ -70,14 +75,14 @@ public static FileResponse Init(string jsonData)
/// URL to the file.
///
/// URL to the file.
- [DataMember(Name = "file_url", EmitDefaultValue = true)]
+ [DataMember(Name = "file_url", IsRequired = true, EmitDefaultValue = true)]
public string FileUrl { get; set; }
///
/// When the link expires.
///
/// When the link expires.
- [DataMember(Name = "expires_at", EmitDefaultValue = true)]
+ [DataMember(Name = "expires_at", IsRequired = true, EmitDefaultValue = true)]
public int ExpiresAt { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
index 6d5a59da5..bb84d4871 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
@@ -41,10 +41,15 @@ protected FileResponseDataUri() { }
///
/// Initializes a new instance of the class.
///
- /// File as base64 encoded string..
+ /// File as base64 encoded string. (required).
public FileResponseDataUri(string dataUri = default(string))
{
+ // to ensure "dataUri" is required (not null)
+ if (dataUri == null)
+ {
+ throw new ArgumentNullException("dataUri is a required property for FileResponseDataUri and cannot be null");
+ }
this.DataUri = dataUri;
}
@@ -68,7 +73,7 @@ public static FileResponseDataUri Init(string jsonData)
/// File as base64 encoded string.
///
/// File as base64 encoded string.
- [DataMember(Name = "data_uri", EmitDefaultValue = true)]
+ [DataMember(Name = "data_uri", IsRequired = true, EmitDefaultValue = true)]
public string DataUri { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
index c3014f27f..4ea4c3da7 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
@@ -41,11 +41,16 @@ protected ReportCreateResponse() { }
///
/// Initializes a new instance of the class.
///
- /// report.
+ /// report (required).
/// A list of warnings..
public ReportCreateResponse(ReportResponse report = default(ReportResponse), List warnings = default(List))
{
+ // to ensure "report" is required (not null)
+ if (report == null)
+ {
+ throw new ArgumentNullException("report is a required property for ReportCreateResponse and cannot be null");
+ }
this.Report = report;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static ReportCreateResponse Init(string jsonData)
///
/// Gets or Sets Report
///
- [DataMember(Name = "report", EmitDefaultValue = true)]
+ [DataMember(Name = "report", IsRequired = true, EmitDefaultValue = true)]
public ReportResponse Report { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
index d409c50cc..fb7c89e52 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
@@ -41,11 +41,16 @@ protected SignatureRequestGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// signatureRequest.
+ /// signatureRequest (required).
/// A list of warnings..
public SignatureRequestGetResponse(SignatureRequestResponse signatureRequest = default(SignatureRequestResponse), List warnings = default(List))
{
+ // to ensure "signatureRequest" is required (not null)
+ if (signatureRequest == null)
+ {
+ throw new ArgumentNullException("signatureRequest is a required property for SignatureRequestGetResponse and cannot be null");
+ }
this.SignatureRequest = signatureRequest;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static SignatureRequestGetResponse Init(string jsonData)
///
/// Gets or Sets SignatureRequest
///
- [DataMember(Name = "signature_request", EmitDefaultValue = true)]
+ [DataMember(Name = "signature_request", IsRequired = true, EmitDefaultValue = true)]
public SignatureRequestResponse SignatureRequest { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
index eb9814d09..c930e02f7 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
@@ -41,13 +41,23 @@ protected SignatureRequestListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains information about signature requests..
- /// listInfo.
+ /// Contains information about signature requests. (required).
+ /// listInfo (required).
/// A list of warnings..
public SignatureRequestListResponse(List signatureRequests = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "signatureRequests" is required (not null)
+ if (signatureRequests == null)
+ {
+ throw new ArgumentNullException("signatureRequests is a required property for SignatureRequestListResponse and cannot be null");
+ }
this.SignatureRequests = signatureRequests;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for SignatureRequestListResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static SignatureRequestListResponse Init(string jsonData)
/// Contains information about signature requests.
///
/// Contains information about signature requests.
- [DataMember(Name = "signature_requests", EmitDefaultValue = true)]
+ [DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)]
public List SignatureRequests { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs
index 81f77d2c8..47afb05e3 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs
@@ -41,11 +41,16 @@ protected TeamGetInfoResponse() { }
///
/// Initializes a new instance of the class.
///
- /// team.
+ /// team (required).
/// A list of warnings..
public TeamGetInfoResponse(TeamInfoResponse team = default(TeamInfoResponse), List warnings = default(List))
{
+ // to ensure "team" is required (not null)
+ if (team == null)
+ {
+ throw new ArgumentNullException("team is a required property for TeamGetInfoResponse and cannot be null");
+ }
this.Team = team;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static TeamGetInfoResponse Init(string jsonData)
///
/// Gets or Sets Team
///
- [DataMember(Name = "team", EmitDefaultValue = true)]
+ [DataMember(Name = "team", IsRequired = true, EmitDefaultValue = true)]
public TeamInfoResponse Team { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs
index 2a3fb5d0f..db7efe0e0 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs
@@ -41,11 +41,16 @@ protected TeamGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// team.
+ /// team (required).
/// A list of warnings..
public TeamGetResponse(TeamResponse team = default(TeamResponse), List warnings = default(List))
{
+ // to ensure "team" is required (not null)
+ if (team == null)
+ {
+ throw new ArgumentNullException("team is a required property for TeamGetResponse and cannot be null");
+ }
this.Team = team;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static TeamGetResponse Init(string jsonData)
///
/// Gets or Sets Team
///
- [DataMember(Name = "team", EmitDefaultValue = true)]
+ [DataMember(Name = "team", IsRequired = true, EmitDefaultValue = true)]
public TeamResponse Team { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs
index 27ef5cf01..b4d6570d9 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs
@@ -41,11 +41,16 @@ protected TeamInvitesResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains a list of team invites and their roles..
+ /// Contains a list of team invites and their roles. (required).
/// warnings.
public TeamInvitesResponse(List teamInvites = default(List), List warnings = default(List))
{
+ // to ensure "teamInvites" is required (not null)
+ if (teamInvites == null)
+ {
+ throw new ArgumentNullException("teamInvites is a required property for TeamInvitesResponse and cannot be null");
+ }
this.TeamInvites = teamInvites;
this.Warnings = warnings;
}
@@ -70,7 +75,7 @@ public static TeamInvitesResponse Init(string jsonData)
/// Contains a list of team invites and their roles.
///
/// Contains a list of team invites and their roles.
- [DataMember(Name = "team_invites", EmitDefaultValue = true)]
+ [DataMember(Name = "team_invites", IsRequired = true, EmitDefaultValue = true)]
public List TeamInvites { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs
index 0a956cec7..e4ed27dcb 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs
@@ -41,13 +41,23 @@ protected TeamMembersResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains a list of team members and their roles for a specific team..
- /// listInfo.
+ /// Contains a list of team members and their roles for a specific team. (required).
+ /// listInfo (required).
/// warnings.
public TeamMembersResponse(List teamMembers = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "teamMembers" is required (not null)
+ if (teamMembers == null)
+ {
+ throw new ArgumentNullException("teamMembers is a required property for TeamMembersResponse and cannot be null");
+ }
this.TeamMembers = teamMembers;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for TeamMembersResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static TeamMembersResponse Init(string jsonData)
/// Contains a list of team members and their roles for a specific team.
///
/// Contains a list of team members and their roles for a specific team.
- [DataMember(Name = "team_members", EmitDefaultValue = true)]
+ [DataMember(Name = "team_members", IsRequired = true, EmitDefaultValue = true)]
public List TeamMembers { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs
index f2c8e5b0c..5c525dfa0 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs
@@ -41,13 +41,23 @@ protected TeamSubTeamsResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains a list with sub teams..
- /// listInfo.
+ /// Contains a list with sub teams. (required).
+ /// listInfo (required).
/// warnings.
public TeamSubTeamsResponse(List subTeams = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "subTeams" is required (not null)
+ if (subTeams == null)
+ {
+ throw new ArgumentNullException("subTeams is a required property for TeamSubTeamsResponse and cannot be null");
+ }
this.SubTeams = subTeams;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for TeamSubTeamsResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static TeamSubTeamsResponse Init(string jsonData)
/// Contains a list with sub teams.
///
/// Contains a list with sub teams.
- [DataMember(Name = "sub_teams", EmitDefaultValue = true)]
+ [DataMember(Name = "sub_teams", IsRequired = true, EmitDefaultValue = true)]
public List SubTeams { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs
index 5cb1fbbc1..4bdc6475d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs
@@ -41,11 +41,16 @@ protected TemplateCreateEmbeddedDraftResponse() { }
///
/// Initializes a new instance of the class.
///
- /// template.
+ /// template (required).
/// A list of warnings..
public TemplateCreateEmbeddedDraftResponse(TemplateCreateEmbeddedDraftResponseTemplate template = default(TemplateCreateEmbeddedDraftResponseTemplate), List warnings = default(List))
{
+ // to ensure "template" is required (not null)
+ if (template == null)
+ {
+ throw new ArgumentNullException("template is a required property for TemplateCreateEmbeddedDraftResponse and cannot be null");
+ }
this.Template = template;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static TemplateCreateEmbeddedDraftResponse Init(string jsonData)
///
/// Gets or Sets Template
///
- [DataMember(Name = "template", EmitDefaultValue = true)]
+ [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)]
public TemplateCreateEmbeddedDraftResponseTemplate Template { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs
index 947dc1e7f..93f898335 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs
@@ -41,11 +41,16 @@ protected TemplateCreateResponse() { }
///
/// Initializes a new instance of the class.
///
- /// template.
+ /// template (required).
/// A list of warnings..
public TemplateCreateResponse(TemplateCreateResponseTemplate template = default(TemplateCreateResponseTemplate), List warnings = default(List))
{
+ // to ensure "template" is required (not null)
+ if (template == null)
+ {
+ throw new ArgumentNullException("template is a required property for TemplateCreateResponse and cannot be null");
+ }
this.Template = template;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static TemplateCreateResponse Init(string jsonData)
///
/// Gets or Sets Template
///
- [DataMember(Name = "template", EmitDefaultValue = true)]
+ [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)]
public TemplateCreateResponseTemplate Template { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs
index 93ba10d58..ee5f6586c 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs
@@ -41,10 +41,15 @@ protected TemplateEditResponse() { }
///
/// Initializes a new instance of the class.
///
- /// The id of the Template..
+ /// The id of the Template. (required).
public TemplateEditResponse(string templateId = default(string))
{
+ // to ensure "templateId" is required (not null)
+ if (templateId == null)
+ {
+ throw new ArgumentNullException("templateId is a required property for TemplateEditResponse and cannot be null");
+ }
this.TemplateId = templateId;
}
@@ -68,7 +73,7 @@ public static TemplateEditResponse Init(string jsonData)
/// The id of the Template.
///
/// The id of the Template.
- [DataMember(Name = "template_id", EmitDefaultValue = true)]
+ [DataMember(Name = "template_id", IsRequired = true, EmitDefaultValue = true)]
public string TemplateId { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs
index e41ccbaed..2ead88686 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs
@@ -41,11 +41,16 @@ protected TemplateGetResponse() { }
///
/// Initializes a new instance of the class.
///
- /// template.
+ /// template (required).
/// A list of warnings..
public TemplateGetResponse(TemplateResponse template = default(TemplateResponse), List warnings = default(List))
{
+ // to ensure "template" is required (not null)
+ if (template == null)
+ {
+ throw new ArgumentNullException("template is a required property for TemplateGetResponse and cannot be null");
+ }
this.Template = template;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static TemplateGetResponse Init(string jsonData)
///
/// Gets or Sets Template
///
- [DataMember(Name = "template", EmitDefaultValue = true)]
+ [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)]
public TemplateResponse Template { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs
index 1a5297cc4..9c20b3d5f 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs
@@ -41,13 +41,23 @@ protected TemplateListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// List of templates that the API caller has access to..
- /// listInfo.
+ /// List of templates that the API caller has access to. (required).
+ /// listInfo (required).
/// A list of warnings..
public TemplateListResponse(List templates = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
+ // to ensure "templates" is required (not null)
+ if (templates == null)
+ {
+ throw new ArgumentNullException("templates is a required property for TemplateListResponse and cannot be null");
+ }
this.Templates = templates;
+ // to ensure "listInfo" is required (not null)
+ if (listInfo == null)
+ {
+ throw new ArgumentNullException("listInfo is a required property for TemplateListResponse and cannot be null");
+ }
this.ListInfo = listInfo;
this.Warnings = warnings;
}
@@ -72,13 +82,13 @@ public static TemplateListResponse Init(string jsonData)
/// List of templates that the API caller has access to.
///
/// List of templates that the API caller has access to.
- [DataMember(Name = "templates", EmitDefaultValue = true)]
+ [DataMember(Name = "templates", IsRequired = true, EmitDefaultValue = true)]
public List Templates { get; set; }
///
/// Gets or Sets ListInfo
///
- [DataMember(Name = "list_info", EmitDefaultValue = true)]
+ [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)]
public ListInfoResponse ListInfo { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs
index 631e92751..4c2fe8575 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs
@@ -41,10 +41,15 @@ protected TemplateUpdateFilesResponse() { }
///
/// Initializes a new instance of the class.
///
- /// template.
+ /// template (required).
public TemplateUpdateFilesResponse(TemplateUpdateFilesResponseTemplate template = default(TemplateUpdateFilesResponseTemplate))
{
+ // to ensure "template" is required (not null)
+ if (template == null)
+ {
+ throw new ArgumentNullException("template is a required property for TemplateUpdateFilesResponse and cannot be null");
+ }
this.Template = template;
}
@@ -67,7 +72,7 @@ public static TemplateUpdateFilesResponse Init(string jsonData)
///
/// Gets or Sets Template
///
- [DataMember(Name = "template", EmitDefaultValue = true)]
+ [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)]
public TemplateUpdateFilesResponseTemplate Template { get; set; }
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs
index 4fd9d0ada..e780a2352 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs
@@ -41,11 +41,16 @@ protected UnclaimedDraftCreateResponse() { }
///
/// Initializes a new instance of the class.
///
- /// unclaimedDraft.
+ /// unclaimedDraft (required).
/// A list of warnings..
public UnclaimedDraftCreateResponse(UnclaimedDraftResponse unclaimedDraft = default(UnclaimedDraftResponse), List warnings = default(List))
{
+ // to ensure "unclaimedDraft" is required (not null)
+ if (unclaimedDraft == null)
+ {
+ throw new ArgumentNullException("unclaimedDraft is a required property for UnclaimedDraftCreateResponse and cannot be null");
+ }
this.UnclaimedDraft = unclaimedDraft;
this.Warnings = warnings;
}
@@ -69,7 +74,7 @@ public static UnclaimedDraftCreateResponse Init(string jsonData)
///
/// Gets or Sets UnclaimedDraft
///
- [DataMember(Name = "unclaimed_draft", EmitDefaultValue = true)]
+ [DataMember(Name = "unclaimed_draft", IsRequired = true, EmitDefaultValue = true)]
public UnclaimedDraftResponse UnclaimedDraft { get; set; }
///
diff --git a/sdks/java-v1/docs/AccountCreateResponse.md b/sdks/java-v1/docs/AccountCreateResponse.md
index 8933b7d60..7e09def2b 100644
--- a/sdks/java-v1/docs/AccountCreateResponse.md
+++ b/sdks/java-v1/docs/AccountCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | |
| `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/AccountGetResponse.md b/sdks/java-v1/docs/AccountGetResponse.md
index 72d8fc807..f5ed78b06 100644
--- a/sdks/java-v1/docs/AccountGetResponse.md
+++ b/sdks/java-v1/docs/AccountGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/ApiAppGetResponse.md b/sdks/java-v1/docs/ApiAppGetResponse.md
index 7ca3f07a1..98e2f98d6 100644
--- a/sdks/java-v1/docs/ApiAppGetResponse.md
+++ b/sdks/java-v1/docs/ApiAppGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | |
+| `apiApp`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/ApiAppListResponse.md b/sdks/java-v1/docs/ApiAppListResponse.md
index 5be003222..14c287f97 100644
--- a/sdks/java-v1/docs/ApiAppListResponse.md
+++ b/sdks/java-v1/docs/ApiAppListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `apiApps` | [```List```](ApiAppResponse.md) | Contains information about API Apps. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `apiApps`*_required_ | [```List```](ApiAppResponse.md) | Contains information about API Apps. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/BulkSendJobGetResponse.md b/sdks/java-v1/docs/BulkSendJobGetResponse.md
index 55e5e3023..93395ee2d 100644
--- a/sdks/java-v1/docs/BulkSendJobGetResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobGetResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
-| `signatureRequests` | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
+| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `signatureRequests`*_required_ | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/BulkSendJobListResponse.md b/sdks/java-v1/docs/BulkSendJobListResponse.md
index 35ca3a4a9..e5eb2315d 100644
--- a/sdks/java-v1/docs/BulkSendJobListResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJobs` | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `bulkSendJobs`*_required_ | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/BulkSendJobSendResponse.md b/sdks/java-v1/docs/BulkSendJobSendResponse.md
index 10e0168ed..532b64b5b 100644
--- a/sdks/java-v1/docs/BulkSendJobSendResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobSendResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
+| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
index a11204434..959e0c75f 100644
--- a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
+++ b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
+| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
index 9d09413a2..6f39b97fe 100644
--- a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
+++ b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
+| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
index 42aefd73b..002619333 100644
--- a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
+++ b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `areaCodes` | ```List``` | | |
+| `areaCodes`*_required_ | ```List``` | | |
diff --git a/sdks/java-v1/docs/FaxLineListResponse.md b/sdks/java-v1/docs/FaxLineListResponse.md
index a0845382d..69891dc2f 100644
--- a/sdks/java-v1/docs/FaxLineListResponse.md
+++ b/sdks/java-v1/docs/FaxLineListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
-| `faxLines` | [```List```](FaxLineResponseFaxLine.md) | | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `faxLines`*_required_ | [```List```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/FaxLineResponse.md b/sdks/java-v1/docs/FaxLineResponse.md
index a5dcef482..c5256bbc6 100644
--- a/sdks/java-v1/docs/FaxLineResponse.md
+++ b/sdks/java-v1/docs/FaxLineResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | |
+| `faxLine`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/FileResponse.md b/sdks/java-v1/docs/FileResponse.md
index cf3c7b17e..058a80ed5 100644
--- a/sdks/java-v1/docs/FileResponse.md
+++ b/sdks/java-v1/docs/FileResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `fileUrl` | ```String``` | URL to the file. | |
-| `expiresAt` | ```Integer``` | When the link expires. | |
+| `fileUrl`*_required_ | ```String``` | URL to the file. | |
+| `expiresAt`*_required_ | ```Integer``` | When the link expires. | |
diff --git a/sdks/java-v1/docs/FileResponseDataUri.md b/sdks/java-v1/docs/FileResponseDataUri.md
index f8a2ffe07..65c0b7dbc 100644
--- a/sdks/java-v1/docs/FileResponseDataUri.md
+++ b/sdks/java-v1/docs/FileResponseDataUri.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `dataUri` | ```String``` | File as base64 encoded string. | |
+| `dataUri`*_required_ | ```String``` | File as base64 encoded string. | |
diff --git a/sdks/java-v1/docs/ReportCreateResponse.md b/sdks/java-v1/docs/ReportCreateResponse.md
index 41aff55f2..9fc8565de 100644
--- a/sdks/java-v1/docs/ReportCreateResponse.md
+++ b/sdks/java-v1/docs/ReportCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `report` | [```ReportResponse```](ReportResponse.md) | | |
+| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/SignatureRequestGetResponse.md b/sdks/java-v1/docs/SignatureRequestGetResponse.md
index 24ed9a447..25ce665c4 100644
--- a/sdks/java-v1/docs/SignatureRequestGetResponse.md
+++ b/sdks/java-v1/docs/SignatureRequestGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
+| `signatureRequest`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/SignatureRequestListResponse.md b/sdks/java-v1/docs/SignatureRequestListResponse.md
index 5833601b3..6384d2ad0 100644
--- a/sdks/java-v1/docs/SignatureRequestListResponse.md
+++ b/sdks/java-v1/docs/SignatureRequestListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `signatureRequests` | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `signatureRequests`*_required_ | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TeamGetInfoResponse.md b/sdks/java-v1/docs/TeamGetInfoResponse.md
index 67ba37da0..1d2bc62a7 100644
--- a/sdks/java-v1/docs/TeamGetInfoResponse.md
+++ b/sdks/java-v1/docs/TeamGetInfoResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | |
+| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TeamGetResponse.md b/sdks/java-v1/docs/TeamGetResponse.md
index 88b3a13b1..690796e1f 100644
--- a/sdks/java-v1/docs/TeamGetResponse.md
+++ b/sdks/java-v1/docs/TeamGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `team` | [```TeamResponse```](TeamResponse.md) | | |
+| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TeamInvitesResponse.md b/sdks/java-v1/docs/TeamInvitesResponse.md
index 73b0bc095..bdb648bb3 100644
--- a/sdks/java-v1/docs/TeamInvitesResponse.md
+++ b/sdks/java-v1/docs/TeamInvitesResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `teamInvites` | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | |
+| `teamInvites`*_required_ | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TeamMembersResponse.md b/sdks/java-v1/docs/TeamMembersResponse.md
index 4a5ed39c2..785318277 100644
--- a/sdks/java-v1/docs/TeamMembersResponse.md
+++ b/sdks/java-v1/docs/TeamMembersResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `teamMembers` | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `teamMembers`*_required_ | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TeamSubTeamsResponse.md b/sdks/java-v1/docs/TeamSubTeamsResponse.md
index 1ea866d68..636aa33eb 100644
--- a/sdks/java-v1/docs/TeamSubTeamsResponse.md
+++ b/sdks/java-v1/docs/TeamSubTeamsResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `subTeams` | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `subTeams`*_required_ | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
index d970b3955..f25b48d33 100644
--- a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
+++ b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateCreateResponse.md b/sdks/java-v1/docs/TemplateCreateResponse.md
index 34e5f57f3..3c7389668 100644
--- a/sdks/java-v1/docs/TemplateCreateResponse.md
+++ b/sdks/java-v1/docs/TemplateCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateEditResponse.md b/sdks/java-v1/docs/TemplateEditResponse.md
index 6fcff67f5..88d225e68 100644
--- a/sdks/java-v1/docs/TemplateEditResponse.md
+++ b/sdks/java-v1/docs/TemplateEditResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `templateId` | ```String``` | The id of the Template. | |
+| `templateId`*_required_ | ```String``` | The id of the Template. | |
diff --git a/sdks/java-v1/docs/TemplateGetResponse.md b/sdks/java-v1/docs/TemplateGetResponse.md
index 8ceafe9da..2ee4867f0 100644
--- a/sdks/java-v1/docs/TemplateGetResponse.md
+++ b/sdks/java-v1/docs/TemplateGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateResponse```](TemplateResponse.md) | | |
+| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateListResponse.md b/sdks/java-v1/docs/TemplateListResponse.md
index f2abf9433..92b720c58 100644
--- a/sdks/java-v1/docs/TemplateListResponse.md
+++ b/sdks/java-v1/docs/TemplateListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `templates` | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `templates`*_required_ | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
index 4dd93b96b..70930e1c8 100644
--- a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
+++ b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | |
diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
index 1bb6b238a..d2d3a7c4a 100644
--- a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
+++ b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | |
+| `unclaimedDraft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
index 3b0b763c4..173433d67 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
@@ -81,9 +81,9 @@ public AccountCreateResponse account(AccountResponse account) {
* Get account
* @return account
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public AccountResponse getAccount() {
return account;
@@ -91,7 +91,7 @@ public AccountResponse getAccount() {
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAccount(AccountResponse account) {
this.account = account;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
index 8727160d2..b64211590 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
@@ -76,9 +76,9 @@ public AccountGetResponse account(AccountResponse account) {
* Get account
* @return account
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public AccountResponse getAccount() {
return account;
@@ -86,7 +86,7 @@ public AccountResponse getAccount() {
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAccount(AccountResponse account) {
this.account = account;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
index 63ffab821..0b9eb3f54 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
@@ -76,9 +76,9 @@ public ApiAppGetResponse apiApp(ApiAppResponse apiApp) {
* Get apiApp
* @return apiApp
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_API_APP)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ApiAppResponse getApiApp() {
return apiApp;
@@ -86,7 +86,7 @@ public ApiAppResponse getApiApp() {
@JsonProperty(JSON_PROPERTY_API_APP)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setApiApp(ApiAppResponse apiApp) {
this.apiApp = apiApp;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
index 847027e54..7078480b2 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class ApiAppListResponse {
public static final String JSON_PROPERTY_API_APPS = "api_apps";
- private List apiApps = null;
+ private List apiApps = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public ApiAppListResponse addApiAppsItem(ApiAppResponse apiAppsItem) {
* Contains information about API Apps.
* @return apiApps
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_API_APPS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getApiApps() {
return apiApps;
@@ -99,7 +99,7 @@ public List getApiApps() {
@JsonProperty(JSON_PROPERTY_API_APPS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setApiApps(List apiApps) {
this.apiApps = apiApps;
}
@@ -114,9 +114,9 @@ public ApiAppListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
index 1ef820791..74f1294b6 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
@@ -54,7 +54,7 @@ public class BulkSendJobGetResponse {
private ListInfoResponse listInfo;
public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests";
- private List signatureRequests = null;
+ private List signatureRequests = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private List warnings = null;
@@ -86,9 +86,9 @@ public BulkSendJobGetResponse bulkSendJob(BulkSendJobResponse bulkSendJob) {
* Get bulkSendJob
* @return bulkSendJob
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public BulkSendJobResponse getBulkSendJob() {
return bulkSendJob;
@@ -96,7 +96,7 @@ public BulkSendJobResponse getBulkSendJob() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJob(BulkSendJobResponse bulkSendJob) {
this.bulkSendJob = bulkSendJob;
}
@@ -111,9 +111,9 @@ public BulkSendJobGetResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -121,7 +121,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
@@ -144,9 +144,9 @@ public BulkSendJobGetResponse addSignatureRequestsItem(BulkSendJobGetResponseSig
* Contains information about the Signature Requests sent in bulk.
* @return signatureRequests
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSignatureRequests() {
return signatureRequests;
@@ -154,7 +154,7 @@ public List getSignatureRequests() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequests(List signatureRequests) {
this.signatureRequests = signatureRequests;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
index 046a2ee64..0e973842f 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class BulkSendJobListResponse {
public static final String JSON_PROPERTY_BULK_SEND_JOBS = "bulk_send_jobs";
- private List bulkSendJobs = null;
+ private List bulkSendJobs = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public BulkSendJobListResponse addBulkSendJobsItem(BulkSendJobResponse bulkSendJ
* Contains a list of BulkSendJobs that the API caller has access to.
* @return bulkSendJobs
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getBulkSendJobs() {
return bulkSendJobs;
@@ -99,7 +99,7 @@ public List getBulkSendJobs() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJobs(List bulkSendJobs) {
this.bulkSendJobs = bulkSendJobs;
}
@@ -114,9 +114,9 @@ public BulkSendJobListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
index c657dab42..400e70cbb 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
@@ -76,9 +76,9 @@ public BulkSendJobSendResponse bulkSendJob(BulkSendJobResponse bulkSendJob) {
* Get bulkSendJob
* @return bulkSendJob
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public BulkSendJobResponse getBulkSendJob() {
return bulkSendJob;
@@ -86,7 +86,7 @@ public BulkSendJobResponse getBulkSendJob() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJob(BulkSendJobResponse bulkSendJob) {
this.bulkSendJob = bulkSendJob;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
index 9b76579d2..81fb83378 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
@@ -76,9 +76,9 @@ public EmbeddedEditUrlResponse embedded(EmbeddedEditUrlResponseEmbedded embedded
* Get embedded
* @return embedded
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public EmbeddedEditUrlResponseEmbedded getEmbedded() {
return embedded;
@@ -86,7 +86,7 @@ public EmbeddedEditUrlResponseEmbedded getEmbedded() {
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setEmbedded(EmbeddedEditUrlResponseEmbedded embedded) {
this.embedded = embedded;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
index 3f26fb669..94e251272 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
@@ -76,9 +76,9 @@ public EmbeddedSignUrlResponse embedded(EmbeddedSignUrlResponseEmbedded embedded
* Get embedded
* @return embedded
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public EmbeddedSignUrlResponseEmbedded getEmbedded() {
return embedded;
@@ -86,7 +86,7 @@ public EmbeddedSignUrlResponseEmbedded getEmbedded() {
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setEmbedded(EmbeddedSignUrlResponseEmbedded embedded) {
this.embedded = embedded;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
index 2c63761cc..08c418a96 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
@@ -41,7 +41,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class FaxLineAreaCodeGetResponse {
public static final String JSON_PROPERTY_AREA_CODES = "area_codes";
- private List areaCodes = null;
+ private List areaCodes = new ArrayList<>();
public FaxLineAreaCodeGetResponse() {
}
@@ -78,9 +78,9 @@ public FaxLineAreaCodeGetResponse addAreaCodesItem(Integer areaCodesItem) {
* Get areaCodes
* @return areaCodes
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_AREA_CODES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getAreaCodes() {
return areaCodes;
@@ -88,7 +88,7 @@ public List getAreaCodes() {
@JsonProperty(JSON_PROPERTY_AREA_CODES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAreaCodes(List areaCodes) {
this.areaCodes = areaCodes;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
index 9a78e0481..a6dddb789 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
@@ -49,7 +49,7 @@ public class FaxLineListResponse {
private ListInfoResponse listInfo;
public static final String JSON_PROPERTY_FAX_LINES = "fax_lines";
- private List faxLines = null;
+ private List faxLines = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private WarningResponse warnings;
@@ -81,9 +81,9 @@ public FaxLineListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -91,7 +91,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
@@ -114,9 +114,9 @@ public FaxLineListResponse addFaxLinesItem(FaxLineResponseFaxLine faxLinesItem)
* Get faxLines
* @return faxLines
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FAX_LINES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getFaxLines() {
return faxLines;
@@ -124,7 +124,7 @@ public List getFaxLines() {
@JsonProperty(JSON_PROPERTY_FAX_LINES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFaxLines(List faxLines) {
this.faxLines = faxLines;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
index 2864254c3..8e9f3d967 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
@@ -74,9 +74,9 @@ public FaxLineResponse faxLine(FaxLineResponseFaxLine faxLine) {
* Get faxLine
* @return faxLine
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FAX_LINE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public FaxLineResponseFaxLine getFaxLine() {
return faxLine;
@@ -84,7 +84,7 @@ public FaxLineResponseFaxLine getFaxLine() {
@JsonProperty(JSON_PROPERTY_FAX_LINE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFaxLine(FaxLineResponseFaxLine faxLine) {
this.faxLine = faxLine;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java
index c4f523f2e..fb2604862 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java
@@ -72,9 +72,9 @@ public FileResponse fileUrl(String fileUrl) {
* URL to the file.
* @return fileUrl
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FILE_URL)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getFileUrl() {
return fileUrl;
@@ -82,7 +82,7 @@ public String getFileUrl() {
@JsonProperty(JSON_PROPERTY_FILE_URL)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFileUrl(String fileUrl) {
this.fileUrl = fileUrl;
}
@@ -97,9 +97,9 @@ public FileResponse expiresAt(Integer expiresAt) {
* When the link expires.
* @return expiresAt
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EXPIRES_AT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public Integer getExpiresAt() {
return expiresAt;
@@ -107,7 +107,7 @@ public Integer getExpiresAt() {
@JsonProperty(JSON_PROPERTY_EXPIRES_AT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setExpiresAt(Integer expiresAt) {
this.expiresAt = expiresAt;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
index 16d1cd2f5..0a82c3f91 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
@@ -68,9 +68,9 @@ public FileResponseDataUri dataUri(String dataUri) {
* File as base64 encoded string.
* @return dataUri
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_DATA_URI)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getDataUri() {
return dataUri;
@@ -78,7 +78,7 @@ public String getDataUri() {
@JsonProperty(JSON_PROPERTY_DATA_URI)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setDataUri(String dataUri) {
this.dataUri = dataUri;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
index 1e7c54f08..21c5aa410 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
@@ -76,9 +76,9 @@ public ReportCreateResponse report(ReportResponse report) {
* Get report
* @return report
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_REPORT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ReportResponse getReport() {
return report;
@@ -86,7 +86,7 @@ public ReportResponse getReport() {
@JsonProperty(JSON_PROPERTY_REPORT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setReport(ReportResponse report) {
this.report = report;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
index 1b26ed341..1813af9c0 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
@@ -76,9 +76,9 @@ public SignatureRequestGetResponse signatureRequest(SignatureRequestResponse sig
* Get signatureRequest
* @return signatureRequest
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public SignatureRequestResponse getSignatureRequest() {
return signatureRequest;
@@ -86,7 +86,7 @@ public SignatureRequestResponse getSignatureRequest() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequest(SignatureRequestResponse signatureRequest) {
this.signatureRequest = signatureRequest;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
index 12cf93144..de380ad57 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class SignatureRequestListResponse {
public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests";
- private List signatureRequests = null;
+ private List signatureRequests = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public SignatureRequestListResponse addSignatureRequestsItem(SignatureRequestRes
* Contains information about signature requests.
* @return signatureRequests
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSignatureRequests() {
return signatureRequests;
@@ -99,7 +99,7 @@ public List getSignatureRequests() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequests(List signatureRequests) {
this.signatureRequests = signatureRequests;
}
@@ -114,9 +114,9 @@ public SignatureRequestListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
index 90340130c..25ce08711 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
@@ -76,9 +76,9 @@ public TeamGetInfoResponse team(TeamInfoResponse team) {
* Get team
* @return team
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TeamInfoResponse getTeam() {
return team;
@@ -86,7 +86,7 @@ public TeamInfoResponse getTeam() {
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeam(TeamInfoResponse team) {
this.team = team;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
index 67acaeba7..f862702b2 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
@@ -76,9 +76,9 @@ public TeamGetResponse team(TeamResponse team) {
* Get team
* @return team
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TeamResponse getTeam() {
return team;
@@ -86,7 +86,7 @@ public TeamResponse getTeam() {
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeam(TeamResponse team) {
this.team = team;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
index e5401b96e..17d025b31 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
@@ -44,7 +44,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamInvitesResponse {
public static final String JSON_PROPERTY_TEAM_INVITES = "team_invites";
- private List teamInvites = null;
+ private List teamInvites = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private List warnings = null;
@@ -84,9 +84,9 @@ public TeamInvitesResponse addTeamInvitesItem(TeamInviteResponse teamInvitesItem
* Contains a list of team invites and their roles.
* @return teamInvites
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM_INVITES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTeamInvites() {
return teamInvites;
@@ -94,7 +94,7 @@ public List getTeamInvites() {
@JsonProperty(JSON_PROPERTY_TEAM_INVITES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeamInvites(List teamInvites) {
this.teamInvites = teamInvites;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
index 90873cf27..299e8a914 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamMembersResponse {
public static final String JSON_PROPERTY_TEAM_MEMBERS = "team_members";
- private List teamMembers = null;
+ private List teamMembers = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TeamMembersResponse addTeamMembersItem(TeamMemberResponse teamMembersItem
* Contains a list of team members and their roles for a specific team.
* @return teamMembers
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM_MEMBERS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTeamMembers() {
return teamMembers;
@@ -99,7 +99,7 @@ public List getTeamMembers() {
@JsonProperty(JSON_PROPERTY_TEAM_MEMBERS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeamMembers(List teamMembers) {
this.teamMembers = teamMembers;
}
@@ -114,9 +114,9 @@ public TeamMembersResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
index 9dd0de5d3..f103f5f85 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamSubTeamsResponse {
public static final String JSON_PROPERTY_SUB_TEAMS = "sub_teams";
- private List subTeams = null;
+ private List subTeams = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TeamSubTeamsResponse addSubTeamsItem(SubTeamResponse subTeamsItem) {
* Contains a list with sub teams.
* @return subTeams
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SUB_TEAMS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSubTeams() {
return subTeams;
@@ -99,7 +99,7 @@ public List getSubTeams() {
@JsonProperty(JSON_PROPERTY_SUB_TEAMS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSubTeams(List subTeams) {
this.subTeams = subTeams;
}
@@ -114,9 +114,9 @@ public TeamSubTeamsResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
index cef9a2abe..a0f7bbabb 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
@@ -76,9 +76,9 @@ public TemplateCreateEmbeddedDraftResponse template(TemplateCreateEmbeddedDraftR
* Get template
* @return template
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateCreateEmbeddedDraftResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
index f1b0c331c..5c5148710 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
@@ -76,9 +76,9 @@ public TemplateCreateResponse template(TemplateCreateResponseTemplate template)
* Get template
* @return template
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateCreateResponseTemplate getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateCreateResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateCreateResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
index 5437071eb..6924483b4 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
@@ -68,9 +68,9 @@ public TemplateEditResponse templateId(String templateId) {
* The id of the Template.
* @return templateId
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE_ID)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getTemplateId() {
return templateId;
@@ -78,7 +78,7 @@ public String getTemplateId() {
@JsonProperty(JSON_PROPERTY_TEMPLATE_ID)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
index 30d1da942..a5d346789 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
@@ -76,9 +76,9 @@ public TemplateGetResponse template(TemplateResponse template) {
* Get template
* @return template
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateResponse getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateResponse getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateResponse template) {
this.template = template;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
index 887ea023e..3af113e69 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TemplateListResponse {
public static final String JSON_PROPERTY_TEMPLATES = "templates";
- private List templates = null;
+ private List templates = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TemplateListResponse addTemplatesItem(TemplateResponse templatesItem) {
* List of templates that the API caller has access to.
* @return templates
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTemplates() {
return templates;
@@ -99,7 +99,7 @@ public List getTemplates() {
@JsonProperty(JSON_PROPERTY_TEMPLATES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplates(List templates) {
this.templates = templates;
}
@@ -114,9 +114,9 @@ public TemplateListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
index 3e1bea0ed..a393590d8 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
@@ -69,9 +69,9 @@ public TemplateUpdateFilesResponse template(TemplateUpdateFilesResponseTemplate
* Get template
* @return template
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateUpdateFilesResponseTemplate getTemplate() {
return template;
@@ -79,7 +79,7 @@ public TemplateUpdateFilesResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateUpdateFilesResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
index 1ac4acc23..1bb63976c 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
@@ -76,9 +76,9 @@ public UnclaimedDraftCreateResponse unclaimedDraft(UnclaimedDraftResponse unclai
* Get unclaimedDraft
* @return unclaimedDraft
*/
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public UnclaimedDraftResponse getUnclaimedDraft() {
return unclaimedDraft;
@@ -86,7 +86,7 @@ public UnclaimedDraftResponse getUnclaimedDraft() {
@JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setUnclaimedDraft(UnclaimedDraftResponse unclaimedDraft) {
this.unclaimedDraft = unclaimedDraft;
}
diff --git a/sdks/java-v2/docs/AccountCreateResponse.md b/sdks/java-v2/docs/AccountCreateResponse.md
index 8933b7d60..7e09def2b 100644
--- a/sdks/java-v2/docs/AccountCreateResponse.md
+++ b/sdks/java-v2/docs/AccountCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | |
| `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/AccountGetResponse.md b/sdks/java-v2/docs/AccountGetResponse.md
index 72d8fc807..f5ed78b06 100644
--- a/sdks/java-v2/docs/AccountGetResponse.md
+++ b/sdks/java-v2/docs/AccountGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/ApiAppGetResponse.md b/sdks/java-v2/docs/ApiAppGetResponse.md
index 7ca3f07a1..98e2f98d6 100644
--- a/sdks/java-v2/docs/ApiAppGetResponse.md
+++ b/sdks/java-v2/docs/ApiAppGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | |
+| `apiApp`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/ApiAppListResponse.md b/sdks/java-v2/docs/ApiAppListResponse.md
index 5be003222..14c287f97 100644
--- a/sdks/java-v2/docs/ApiAppListResponse.md
+++ b/sdks/java-v2/docs/ApiAppListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `apiApps` | [```List```](ApiAppResponse.md) | Contains information about API Apps. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `apiApps`*_required_ | [```List```](ApiAppResponse.md) | Contains information about API Apps. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/BulkSendJobGetResponse.md b/sdks/java-v2/docs/BulkSendJobGetResponse.md
index 55e5e3023..93395ee2d 100644
--- a/sdks/java-v2/docs/BulkSendJobGetResponse.md
+++ b/sdks/java-v2/docs/BulkSendJobGetResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
-| `signatureRequests` | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
+| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `signatureRequests`*_required_ | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/BulkSendJobListResponse.md b/sdks/java-v2/docs/BulkSendJobListResponse.md
index 35ca3a4a9..e5eb2315d 100644
--- a/sdks/java-v2/docs/BulkSendJobListResponse.md
+++ b/sdks/java-v2/docs/BulkSendJobListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJobs` | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `bulkSendJobs`*_required_ | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/BulkSendJobSendResponse.md b/sdks/java-v2/docs/BulkSendJobSendResponse.md
index 10e0168ed..532b64b5b 100644
--- a/sdks/java-v2/docs/BulkSendJobSendResponse.md
+++ b/sdks/java-v2/docs/BulkSendJobSendResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
+| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/EmbeddedEditUrlResponse.md b/sdks/java-v2/docs/EmbeddedEditUrlResponse.md
index a11204434..959e0c75f 100644
--- a/sdks/java-v2/docs/EmbeddedEditUrlResponse.md
+++ b/sdks/java-v2/docs/EmbeddedEditUrlResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
+| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/EmbeddedSignUrlResponse.md b/sdks/java-v2/docs/EmbeddedSignUrlResponse.md
index 9d09413a2..6f39b97fe 100644
--- a/sdks/java-v2/docs/EmbeddedSignUrlResponse.md
+++ b/sdks/java-v2/docs/EmbeddedSignUrlResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
+| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md b/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md
index 42aefd73b..002619333 100644
--- a/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md
+++ b/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `areaCodes` | ```List``` | | |
+| `areaCodes`*_required_ | ```List``` | | |
diff --git a/sdks/java-v2/docs/FaxLineListResponse.md b/sdks/java-v2/docs/FaxLineListResponse.md
index a0845382d..69891dc2f 100644
--- a/sdks/java-v2/docs/FaxLineListResponse.md
+++ b/sdks/java-v2/docs/FaxLineListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
-| `faxLines` | [```List```](FaxLineResponseFaxLine.md) | | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `faxLines`*_required_ | [```List```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v2/docs/FaxLineResponse.md b/sdks/java-v2/docs/FaxLineResponse.md
index a5dcef482..c5256bbc6 100644
--- a/sdks/java-v2/docs/FaxLineResponse.md
+++ b/sdks/java-v2/docs/FaxLineResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | |
+| `faxLine`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v2/docs/FileResponse.md b/sdks/java-v2/docs/FileResponse.md
index cf3c7b17e..058a80ed5 100644
--- a/sdks/java-v2/docs/FileResponse.md
+++ b/sdks/java-v2/docs/FileResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `fileUrl` | ```String``` | URL to the file. | |
-| `expiresAt` | ```Integer``` | When the link expires. | |
+| `fileUrl`*_required_ | ```String``` | URL to the file. | |
+| `expiresAt`*_required_ | ```Integer``` | When the link expires. | |
diff --git a/sdks/java-v2/docs/FileResponseDataUri.md b/sdks/java-v2/docs/FileResponseDataUri.md
index f8a2ffe07..65c0b7dbc 100644
--- a/sdks/java-v2/docs/FileResponseDataUri.md
+++ b/sdks/java-v2/docs/FileResponseDataUri.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `dataUri` | ```String``` | File as base64 encoded string. | |
+| `dataUri`*_required_ | ```String``` | File as base64 encoded string. | |
diff --git a/sdks/java-v2/docs/ReportCreateResponse.md b/sdks/java-v2/docs/ReportCreateResponse.md
index 41aff55f2..9fc8565de 100644
--- a/sdks/java-v2/docs/ReportCreateResponse.md
+++ b/sdks/java-v2/docs/ReportCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `report` | [```ReportResponse```](ReportResponse.md) | | |
+| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/SignatureRequestGetResponse.md b/sdks/java-v2/docs/SignatureRequestGetResponse.md
index 24ed9a447..25ce665c4 100644
--- a/sdks/java-v2/docs/SignatureRequestGetResponse.md
+++ b/sdks/java-v2/docs/SignatureRequestGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
+| `signatureRequest`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/SignatureRequestListResponse.md b/sdks/java-v2/docs/SignatureRequestListResponse.md
index 5833601b3..6384d2ad0 100644
--- a/sdks/java-v2/docs/SignatureRequestListResponse.md
+++ b/sdks/java-v2/docs/SignatureRequestListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `signatureRequests` | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `signatureRequests`*_required_ | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TeamGetInfoResponse.md b/sdks/java-v2/docs/TeamGetInfoResponse.md
index 67ba37da0..1d2bc62a7 100644
--- a/sdks/java-v2/docs/TeamGetInfoResponse.md
+++ b/sdks/java-v2/docs/TeamGetInfoResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | |
+| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TeamGetResponse.md b/sdks/java-v2/docs/TeamGetResponse.md
index 88b3a13b1..690796e1f 100644
--- a/sdks/java-v2/docs/TeamGetResponse.md
+++ b/sdks/java-v2/docs/TeamGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `team` | [```TeamResponse```](TeamResponse.md) | | |
+| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TeamInvitesResponse.md b/sdks/java-v2/docs/TeamInvitesResponse.md
index 73b0bc095..bdb648bb3 100644
--- a/sdks/java-v2/docs/TeamInvitesResponse.md
+++ b/sdks/java-v2/docs/TeamInvitesResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `teamInvites` | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | |
+| `teamInvites`*_required_ | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v2/docs/TeamMembersResponse.md b/sdks/java-v2/docs/TeamMembersResponse.md
index 4a5ed39c2..785318277 100644
--- a/sdks/java-v2/docs/TeamMembersResponse.md
+++ b/sdks/java-v2/docs/TeamMembersResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `teamMembers` | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `teamMembers`*_required_ | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v2/docs/TeamSubTeamsResponse.md b/sdks/java-v2/docs/TeamSubTeamsResponse.md
index 1ea866d68..636aa33eb 100644
--- a/sdks/java-v2/docs/TeamSubTeamsResponse.md
+++ b/sdks/java-v2/docs/TeamSubTeamsResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `subTeams` | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `subTeams`*_required_ | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md
index d970b3955..f25b48d33 100644
--- a/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md
+++ b/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TemplateCreateResponse.md b/sdks/java-v2/docs/TemplateCreateResponse.md
index 34e5f57f3..3c7389668 100644
--- a/sdks/java-v2/docs/TemplateCreateResponse.md
+++ b/sdks/java-v2/docs/TemplateCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TemplateEditResponse.md b/sdks/java-v2/docs/TemplateEditResponse.md
index 6fcff67f5..88d225e68 100644
--- a/sdks/java-v2/docs/TemplateEditResponse.md
+++ b/sdks/java-v2/docs/TemplateEditResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `templateId` | ```String``` | The id of the Template. | |
+| `templateId`*_required_ | ```String``` | The id of the Template. | |
diff --git a/sdks/java-v2/docs/TemplateGetResponse.md b/sdks/java-v2/docs/TemplateGetResponse.md
index 8ceafe9da..2ee4867f0 100644
--- a/sdks/java-v2/docs/TemplateGetResponse.md
+++ b/sdks/java-v2/docs/TemplateGetResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateResponse```](TemplateResponse.md) | | |
+| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TemplateListResponse.md b/sdks/java-v2/docs/TemplateListResponse.md
index f2abf9433..92b720c58 100644
--- a/sdks/java-v2/docs/TemplateListResponse.md
+++ b/sdks/java-v2/docs/TemplateListResponse.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `templates` | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | |
-| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
+| `templates`*_required_ | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | |
+| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/docs/TemplateUpdateFilesResponse.md b/sdks/java-v2/docs/TemplateUpdateFilesResponse.md
index 4dd93b96b..70930e1c8 100644
--- a/sdks/java-v2/docs/TemplateUpdateFilesResponse.md
+++ b/sdks/java-v2/docs/TemplateUpdateFilesResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | |
+| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | |
diff --git a/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md b/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md
index 1bb6b238a..d2d3a7c4a 100644
--- a/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md
+++ b/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | |
+| `unclaimedDraft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
index d958bca37..08fd77369 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java
@@ -81,9 +81,9 @@ public AccountCreateResponse account(AccountResponse account) {
* Get account
* @return account
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public AccountResponse getAccount() {
return account;
@@ -91,7 +91,7 @@ public AccountResponse getAccount() {
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAccount(AccountResponse account) {
this.account = account;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
index 70fbfe561..2a2fabc60 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java
@@ -76,9 +76,9 @@ public AccountGetResponse account(AccountResponse account) {
* Get account
* @return account
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public AccountResponse getAccount() {
return account;
@@ -86,7 +86,7 @@ public AccountResponse getAccount() {
@JsonProperty(JSON_PROPERTY_ACCOUNT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAccount(AccountResponse account) {
this.account = account;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
index 14215a463..a2d69e9c8 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java
@@ -76,9 +76,9 @@ public ApiAppGetResponse apiApp(ApiAppResponse apiApp) {
* Get apiApp
* @return apiApp
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_API_APP)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ApiAppResponse getApiApp() {
return apiApp;
@@ -86,7 +86,7 @@ public ApiAppResponse getApiApp() {
@JsonProperty(JSON_PROPERTY_API_APP)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setApiApp(ApiAppResponse apiApp) {
this.apiApp = apiApp;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
index b913f0486..7abb53610 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class ApiAppListResponse {
public static final String JSON_PROPERTY_API_APPS = "api_apps";
- private List apiApps = null;
+ private List apiApps = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public ApiAppListResponse addApiAppsItem(ApiAppResponse apiAppsItem) {
* Contains information about API Apps.
* @return apiApps
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_API_APPS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getApiApps() {
return apiApps;
@@ -99,7 +99,7 @@ public List getApiApps() {
@JsonProperty(JSON_PROPERTY_API_APPS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setApiApps(List apiApps) {
this.apiApps = apiApps;
}
@@ -114,9 +114,9 @@ public ApiAppListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
index a8c7b3421..af9c33736 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java
@@ -54,7 +54,7 @@ public class BulkSendJobGetResponse {
private ListInfoResponse listInfo;
public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests";
- private List signatureRequests = null;
+ private List signatureRequests = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private List warnings = null;
@@ -86,9 +86,9 @@ public BulkSendJobGetResponse bulkSendJob(BulkSendJobResponse bulkSendJob) {
* Get bulkSendJob
* @return bulkSendJob
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public BulkSendJobResponse getBulkSendJob() {
return bulkSendJob;
@@ -96,7 +96,7 @@ public BulkSendJobResponse getBulkSendJob() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJob(BulkSendJobResponse bulkSendJob) {
this.bulkSendJob = bulkSendJob;
}
@@ -111,9 +111,9 @@ public BulkSendJobGetResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -121,7 +121,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
@@ -144,9 +144,9 @@ public BulkSendJobGetResponse addSignatureRequestsItem(BulkSendJobGetResponseSig
* Contains information about the Signature Requests sent in bulk.
* @return signatureRequests
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSignatureRequests() {
return signatureRequests;
@@ -154,7 +154,7 @@ public List getSignatureRequests() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequests(List signatureRequests) {
this.signatureRequests = signatureRequests;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
index c09c0fb38..c550b3164 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class BulkSendJobListResponse {
public static final String JSON_PROPERTY_BULK_SEND_JOBS = "bulk_send_jobs";
- private List bulkSendJobs = null;
+ private List bulkSendJobs = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public BulkSendJobListResponse addBulkSendJobsItem(BulkSendJobResponse bulkSendJ
* Contains a list of BulkSendJobs that the API caller has access to.
* @return bulkSendJobs
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getBulkSendJobs() {
return bulkSendJobs;
@@ -99,7 +99,7 @@ public List getBulkSendJobs() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJobs(List bulkSendJobs) {
this.bulkSendJobs = bulkSendJobs;
}
@@ -114,9 +114,9 @@ public BulkSendJobListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
index a6eff0ca3..b3be77254 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java
@@ -76,9 +76,9 @@ public BulkSendJobSendResponse bulkSendJob(BulkSendJobResponse bulkSendJob) {
* Get bulkSendJob
* @return bulkSendJob
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public BulkSendJobResponse getBulkSendJob() {
return bulkSendJob;
@@ -86,7 +86,7 @@ public BulkSendJobResponse getBulkSendJob() {
@JsonProperty(JSON_PROPERTY_BULK_SEND_JOB)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setBulkSendJob(BulkSendJobResponse bulkSendJob) {
this.bulkSendJob = bulkSendJob;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
index 9020e677d..cf7faf9d5 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java
@@ -76,9 +76,9 @@ public EmbeddedEditUrlResponse embedded(EmbeddedEditUrlResponseEmbedded embedded
* Get embedded
* @return embedded
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public EmbeddedEditUrlResponseEmbedded getEmbedded() {
return embedded;
@@ -86,7 +86,7 @@ public EmbeddedEditUrlResponseEmbedded getEmbedded() {
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setEmbedded(EmbeddedEditUrlResponseEmbedded embedded) {
this.embedded = embedded;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
index c2731fdc5..3455fe0cb 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java
@@ -76,9 +76,9 @@ public EmbeddedSignUrlResponse embedded(EmbeddedSignUrlResponseEmbedded embedded
* Get embedded
* @return embedded
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public EmbeddedSignUrlResponseEmbedded getEmbedded() {
return embedded;
@@ -86,7 +86,7 @@ public EmbeddedSignUrlResponseEmbedded getEmbedded() {
@JsonProperty(JSON_PROPERTY_EMBEDDED)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setEmbedded(EmbeddedSignUrlResponseEmbedded embedded) {
this.embedded = embedded;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
index a2221bcbc..b4b2bbb03 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java
@@ -41,7 +41,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class FaxLineAreaCodeGetResponse {
public static final String JSON_PROPERTY_AREA_CODES = "area_codes";
- private List areaCodes = null;
+ private List areaCodes = new ArrayList<>();
public FaxLineAreaCodeGetResponse() {
}
@@ -78,9 +78,9 @@ public FaxLineAreaCodeGetResponse addAreaCodesItem(Integer areaCodesItem) {
* Get areaCodes
* @return areaCodes
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_AREA_CODES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getAreaCodes() {
return areaCodes;
@@ -88,7 +88,7 @@ public List getAreaCodes() {
@JsonProperty(JSON_PROPERTY_AREA_CODES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setAreaCodes(List areaCodes) {
this.areaCodes = areaCodes;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
index bb748a888..33163a28c 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java
@@ -49,7 +49,7 @@ public class FaxLineListResponse {
private ListInfoResponse listInfo;
public static final String JSON_PROPERTY_FAX_LINES = "fax_lines";
- private List faxLines = null;
+ private List faxLines = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private WarningResponse warnings;
@@ -81,9 +81,9 @@ public FaxLineListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -91,7 +91,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
@@ -114,9 +114,9 @@ public FaxLineListResponse addFaxLinesItem(FaxLineResponseFaxLine faxLinesItem)
* Get faxLines
* @return faxLines
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FAX_LINES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getFaxLines() {
return faxLines;
@@ -124,7 +124,7 @@ public List getFaxLines() {
@JsonProperty(JSON_PROPERTY_FAX_LINES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFaxLines(List faxLines) {
this.faxLines = faxLines;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
index 7a3df2ae2..8fae8caf7 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java
@@ -74,9 +74,9 @@ public FaxLineResponse faxLine(FaxLineResponseFaxLine faxLine) {
* Get faxLine
* @return faxLine
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FAX_LINE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public FaxLineResponseFaxLine getFaxLine() {
return faxLine;
@@ -84,7 +84,7 @@ public FaxLineResponseFaxLine getFaxLine() {
@JsonProperty(JSON_PROPERTY_FAX_LINE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFaxLine(FaxLineResponseFaxLine faxLine) {
this.faxLine = faxLine;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java
index 7537686fc..01908c972 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java
@@ -72,9 +72,9 @@ public FileResponse fileUrl(String fileUrl) {
* URL to the file.
* @return fileUrl
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_FILE_URL)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getFileUrl() {
return fileUrl;
@@ -82,7 +82,7 @@ public String getFileUrl() {
@JsonProperty(JSON_PROPERTY_FILE_URL)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setFileUrl(String fileUrl) {
this.fileUrl = fileUrl;
}
@@ -97,9 +97,9 @@ public FileResponse expiresAt(Integer expiresAt) {
* When the link expires.
* @return expiresAt
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_EXPIRES_AT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public Integer getExpiresAt() {
return expiresAt;
@@ -107,7 +107,7 @@ public Integer getExpiresAt() {
@JsonProperty(JSON_PROPERTY_EXPIRES_AT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setExpiresAt(Integer expiresAt) {
this.expiresAt = expiresAt;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
index 5d8d917f2..1ef6cdb22 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java
@@ -68,9 +68,9 @@ public FileResponseDataUri dataUri(String dataUri) {
* File as base64 encoded string.
* @return dataUri
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_DATA_URI)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getDataUri() {
return dataUri;
@@ -78,7 +78,7 @@ public String getDataUri() {
@JsonProperty(JSON_PROPERTY_DATA_URI)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setDataUri(String dataUri) {
this.dataUri = dataUri;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
index 820451c00..3a042b474 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java
@@ -76,9 +76,9 @@ public ReportCreateResponse report(ReportResponse report) {
* Get report
* @return report
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_REPORT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ReportResponse getReport() {
return report;
@@ -86,7 +86,7 @@ public ReportResponse getReport() {
@JsonProperty(JSON_PROPERTY_REPORT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setReport(ReportResponse report) {
this.report = report;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
index a5d66aee2..6f1fe1d68 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java
@@ -76,9 +76,9 @@ public SignatureRequestGetResponse signatureRequest(SignatureRequestResponse sig
* Get signatureRequest
* @return signatureRequest
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public SignatureRequestResponse getSignatureRequest() {
return signatureRequest;
@@ -86,7 +86,7 @@ public SignatureRequestResponse getSignatureRequest() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequest(SignatureRequestResponse signatureRequest) {
this.signatureRequest = signatureRequest;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
index 1ec6f08dc..cbb3d1fb1 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class SignatureRequestListResponse {
public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests";
- private List signatureRequests = null;
+ private List signatureRequests = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public SignatureRequestListResponse addSignatureRequestsItem(SignatureRequestRes
* Contains information about signature requests.
* @return signatureRequests
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSignatureRequests() {
return signatureRequests;
@@ -99,7 +99,7 @@ public List getSignatureRequests() {
@JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSignatureRequests(List signatureRequests) {
this.signatureRequests = signatureRequests;
}
@@ -114,9 +114,9 @@ public SignatureRequestListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
index 66f774e08..f6a787003 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java
@@ -76,9 +76,9 @@ public TeamGetInfoResponse team(TeamInfoResponse team) {
* Get team
* @return team
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TeamInfoResponse getTeam() {
return team;
@@ -86,7 +86,7 @@ public TeamInfoResponse getTeam() {
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeam(TeamInfoResponse team) {
this.team = team;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
index 528cabc5a..f1670c185 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java
@@ -76,9 +76,9 @@ public TeamGetResponse team(TeamResponse team) {
* Get team
* @return team
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TeamResponse getTeam() {
return team;
@@ -86,7 +86,7 @@ public TeamResponse getTeam() {
@JsonProperty(JSON_PROPERTY_TEAM)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeam(TeamResponse team) {
this.team = team;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
index 897bc417f..b509eb0b9 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java
@@ -44,7 +44,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamInvitesResponse {
public static final String JSON_PROPERTY_TEAM_INVITES = "team_invites";
- private List teamInvites = null;
+ private List teamInvites = new ArrayList<>();
public static final String JSON_PROPERTY_WARNINGS = "warnings";
private List warnings = null;
@@ -84,9 +84,9 @@ public TeamInvitesResponse addTeamInvitesItem(TeamInviteResponse teamInvitesItem
* Contains a list of team invites and their roles.
* @return teamInvites
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM_INVITES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTeamInvites() {
return teamInvites;
@@ -94,7 +94,7 @@ public List getTeamInvites() {
@JsonProperty(JSON_PROPERTY_TEAM_INVITES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeamInvites(List teamInvites) {
this.teamInvites = teamInvites;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
index 388fadc85..05fb9e496 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamMembersResponse {
public static final String JSON_PROPERTY_TEAM_MEMBERS = "team_members";
- private List teamMembers = null;
+ private List teamMembers = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TeamMembersResponse addTeamMembersItem(TeamMemberResponse teamMembersItem
* Contains a list of team members and their roles for a specific team.
* @return teamMembers
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEAM_MEMBERS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTeamMembers() {
return teamMembers;
@@ -99,7 +99,7 @@ public List getTeamMembers() {
@JsonProperty(JSON_PROPERTY_TEAM_MEMBERS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTeamMembers(List teamMembers) {
this.teamMembers = teamMembers;
}
@@ -114,9 +114,9 @@ public TeamMembersResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
index 05b5e941a..b8c7190e2 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TeamSubTeamsResponse {
public static final String JSON_PROPERTY_SUB_TEAMS = "sub_teams";
- private List subTeams = null;
+ private List subTeams = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TeamSubTeamsResponse addSubTeamsItem(SubTeamResponse subTeamsItem) {
* Contains a list with sub teams.
* @return subTeams
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_SUB_TEAMS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getSubTeams() {
return subTeams;
@@ -99,7 +99,7 @@ public List getSubTeams() {
@JsonProperty(JSON_PROPERTY_SUB_TEAMS)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setSubTeams(List subTeams) {
this.subTeams = subTeams;
}
@@ -114,9 +114,9 @@ public TeamSubTeamsResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
index ab2c4fc28..e3e730062 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java
@@ -76,9 +76,9 @@ public TemplateCreateEmbeddedDraftResponse template(TemplateCreateEmbeddedDraftR
* Get template
* @return template
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateCreateEmbeddedDraftResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
index d1343e6a9..5d7d2c2cf 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java
@@ -76,9 +76,9 @@ public TemplateCreateResponse template(TemplateCreateResponseTemplate template)
* Get template
* @return template
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateCreateResponseTemplate getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateCreateResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateCreateResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
index c9c151da8..f660ab209 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java
@@ -68,9 +68,9 @@ public TemplateEditResponse templateId(String templateId) {
* The id of the Template.
* @return templateId
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE_ID)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getTemplateId() {
return templateId;
@@ -78,7 +78,7 @@ public String getTemplateId() {
@JsonProperty(JSON_PROPERTY_TEMPLATE_ID)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
index 4110d553d..30a55e879 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java
@@ -76,9 +76,9 @@ public TemplateGetResponse template(TemplateResponse template) {
* Get template
* @return template
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateResponse getTemplate() {
return template;
@@ -86,7 +86,7 @@ public TemplateResponse getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateResponse template) {
this.template = template;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
index 343681d58..d3949c6aa 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java
@@ -46,7 +46,7 @@
@JsonIgnoreProperties(ignoreUnknown=true)
public class TemplateListResponse {
public static final String JSON_PROPERTY_TEMPLATES = "templates";
- private List templates = null;
+ private List templates = new ArrayList<>();
public static final String JSON_PROPERTY_LIST_INFO = "list_info";
private ListInfoResponse listInfo;
@@ -89,9 +89,9 @@ public TemplateListResponse addTemplatesItem(TemplateResponse templatesItem) {
* List of templates that the API caller has access to.
* @return templates
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public List getTemplates() {
return templates;
@@ -99,7 +99,7 @@ public List getTemplates() {
@JsonProperty(JSON_PROPERTY_TEMPLATES)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplates(List templates) {
this.templates = templates;
}
@@ -114,9 +114,9 @@ public TemplateListResponse listInfo(ListInfoResponse listInfo) {
* Get listInfo
* @return listInfo
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public ListInfoResponse getListInfo() {
return listInfo;
@@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() {
@JsonProperty(JSON_PROPERTY_LIST_INFO)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setListInfo(ListInfoResponse listInfo) {
this.listInfo = listInfo;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
index 6ee5d0e49..862c43122 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java
@@ -69,9 +69,9 @@ public TemplateUpdateFilesResponse template(TemplateUpdateFilesResponseTemplate
* Get template
* @return template
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public TemplateUpdateFilesResponseTemplate getTemplate() {
return template;
@@ -79,7 +79,7 @@ public TemplateUpdateFilesResponseTemplate getTemplate() {
@JsonProperty(JSON_PROPERTY_TEMPLATE)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setTemplate(TemplateUpdateFilesResponseTemplate template) {
this.template = template;
}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
index c0745a6be..b0477d0bc 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java
@@ -76,9 +76,9 @@ public UnclaimedDraftCreateResponse unclaimedDraft(UnclaimedDraftResponse unclai
* Get unclaimedDraft
* @return unclaimedDraft
*/
- @jakarta.annotation.Nullable
+ @jakarta.annotation.Nonnull
@JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public UnclaimedDraftResponse getUnclaimedDraft() {
return unclaimedDraft;
@@ -86,7 +86,7 @@ public UnclaimedDraftResponse getUnclaimedDraft() {
@JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT)
- @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ @JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setUnclaimedDraft(UnclaimedDraftResponse unclaimedDraft) {
this.unclaimedDraft = unclaimedDraft;
}
diff --git a/sdks/node/docs/model/AccountCreateResponse.md b/sdks/node/docs/model/AccountCreateResponse.md
index 87147eb64..203a7e73d 100644
--- a/sdks/node/docs/model/AccountCreateResponse.md
+++ b/sdks/node/docs/model/AccountCreateResponse.md
@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | |
| `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | |
| `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/node/docs/model/AccountGetResponse.md b/sdks/node/docs/model/AccountGetResponse.md
index ae90fa359..38a4eeefe 100644
--- a/sdks/node/docs/model/AccountGetResponse.md
+++ b/sdks/node/docs/model/AccountGetResponse.md
@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-| `account` | [```AccountResponse```](AccountResponse.md) | | |
+| `account`