Skip to content

Commit 6775896

Browse files
Version 3.12.0 release (#190)
* Version 3.12.0-v2.1-21.1.01.03 release * Moving forward we will provide detailed changelog Co-authored-by: DevCenter-DocuSign <[email protected]>
1 parent 929fdfe commit 6775896

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+903
-44
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# DocuSign Java Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4+
## [v3.12.0] - eSignature API v2.1-21.1.01.03 - 2021-04-26
5+
### Added
6+
- Added new methods `deleteCustomFieldsV2`, `deletePageInfoV2`, `getApplianceEnvelopeInfo`, `getTemplateInfo` to envelopes.
7+
- Added new method `deleteConnectSecret` to connect.
8+
### Changed
9+
- Added support for version v2.1-21.1.01.03 of the DocuSign eSignature API.
10+
- Updated the SDK release version.
11+
412
## [v3.12.0-RC1] - eSignature API v2.1-21.1.01 - 2021-04-13
513
### Changed
614
- Added support for version v2.1-21.1.01 of the DocuSign eSignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This SDK is provided as open source, which enables you to customize its function
2727
<dependency>
2828
<groupId>com.docusign</groupId>
2929
<artifactId>docusign-esign-java</artifactId>
30-
<version>3.12.0-RC1</version>
30+
<version>3.12.0</version>
3131
</dependency>
3232
```
3333
8. If your project is still open, restart Eclipse.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '3.12.0-RC1'
5+
version = '3.12.0'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>3.12.0-RC1</version>
7+
<version>3.12.0</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://developers.docusign.com</url>
1010

src/main/java/com/docusign/esign/api/EnvelopesApi.java

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public ApiClient() {
8484
this.dateFormat = new RFC3339DateFormat();
8585

8686
// Set default User-Agent.
87-
setUserAgent("Swagger-Codegen/3.12.0-RC1/java");
87+
setUserAgent("Swagger-Codegen/3.12.0/java");
8888

8989
// Setup authentications (key: authentication name, value: authentication).
9090
authentications = new HashMap<String, Authentication>();

src/main/java/com/docusign/esign/model/Approve.java

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ public class Approve {
195195
@JsonProperty("smartContractInformation")
196196
private SmartContractInformation smartContractInformation = null;
197197

198+
@JsonProperty("source")
199+
private String source = null;
200+
198201
@JsonProperty("status")
199202
private String status = null;
200203

@@ -1335,6 +1338,24 @@ public void setSmartContractInformation(SmartContractInformation smartContractIn
13351338
this.smartContractInformation = smartContractInformation;
13361339
}
13371340

1341+
public Approve source(String source) {
1342+
this.source = source;
1343+
return this;
1344+
}
1345+
1346+
/**
1347+
*
1348+
* @return source
1349+
**/
1350+
@ApiModelProperty(value = "")
1351+
public String getSource() {
1352+
return source;
1353+
}
1354+
1355+
public void setSource(String source) {
1356+
this.source = source;
1357+
}
1358+
13381359
public Approve status(String status) {
13391360
this.status = status;
13401361
return this;
@@ -1880,6 +1901,7 @@ public boolean equals(java.lang.Object o) {
18801901
Objects.equals(this.recipientIdGuidMetadata, approve.recipientIdGuidMetadata) &&
18811902
Objects.equals(this.recipientIdMetadata, approve.recipientIdMetadata) &&
18821903
Objects.equals(this.smartContractInformation, approve.smartContractInformation) &&
1904+
Objects.equals(this.source, approve.source) &&
18831905
Objects.equals(this.status, approve.status) &&
18841906
Objects.equals(this.statusMetadata, approve.statusMetadata) &&
18851907
Objects.equals(this.tabGroupLabels, approve.tabGroupLabels) &&
@@ -1910,7 +1932,7 @@ public boolean equals(java.lang.Object o) {
19101932

19111933
@Override
19121934
public int hashCode() {
1913-
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, buttonText, buttonTextMetadata, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, localePolicy, mergeField, mergeFieldXml, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, smartContractInformation, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
1935+
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, buttonText, buttonTextMetadata, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, localePolicy, mergeField, mergeFieldXml, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, smartContractInformation, source, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
19141936
}
19151937

19161938

@@ -1978,6 +2000,7 @@ public String toString() {
19782000
sb.append(" recipientIdGuidMetadata: ").append(toIndentedString(recipientIdGuidMetadata)).append("\n");
19792001
sb.append(" recipientIdMetadata: ").append(toIndentedString(recipientIdMetadata)).append("\n");
19802002
sb.append(" smartContractInformation: ").append(toIndentedString(smartContractInformation)).append("\n");
2003+
sb.append(" source: ").append(toIndentedString(source)).append("\n");
19812004
sb.append(" status: ").append(toIndentedString(status)).append("\n");
19822005
sb.append(" statusMetadata: ").append(toIndentedString(statusMetadata)).append("\n");
19832006
sb.append(" tabGroupLabels: ").append(toIndentedString(tabGroupLabels)).append("\n");

src/main/java/com/docusign/esign/model/Checkbox.java

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ public class Checkbox {
221221
@JsonProperty("smartContractInformation")
222222
private SmartContractInformation smartContractInformation = null;
223223

224+
@JsonProperty("source")
225+
private String source = null;
226+
224227
@JsonProperty("status")
225228
private String status = null;
226229

@@ -1523,6 +1526,24 @@ public void setSmartContractInformation(SmartContractInformation smartContractIn
15231526
this.smartContractInformation = smartContractInformation;
15241527
}
15251528

1529+
public Checkbox source(String source) {
1530+
this.source = source;
1531+
return this;
1532+
}
1533+
1534+
/**
1535+
*
1536+
* @return source
1537+
**/
1538+
@ApiModelProperty(value = "")
1539+
public String getSource() {
1540+
return source;
1541+
}
1542+
1543+
public void setSource(String source) {
1544+
this.source = source;
1545+
}
1546+
15261547
public Checkbox status(String status) {
15271548
this.status = status;
15281549
return this;
@@ -2077,6 +2098,7 @@ public boolean equals(java.lang.Object o) {
20772098
Objects.equals(this.shared, checkbox.shared) &&
20782099
Objects.equals(this.sharedMetadata, checkbox.sharedMetadata) &&
20792100
Objects.equals(this.smartContractInformation, checkbox.smartContractInformation) &&
2101+
Objects.equals(this.source, checkbox.source) &&
20802102
Objects.equals(this.status, checkbox.status) &&
20812103
Objects.equals(this.statusMetadata, checkbox.statusMetadata) &&
20822104
Objects.equals(this.tabGroupLabels, checkbox.tabGroupLabels) &&
@@ -2107,7 +2129,7 @@ public boolean equals(java.lang.Object o) {
21072129

21082130
@Override
21092131
public int hashCode() {
2110-
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, locked, lockedMetadata, mergeField, mergeFieldXml, name, nameMetadata, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, required, requiredMetadata, requireInitialOnSharedChange, requireInitialOnSharedChangeMetadata, selected, selectedMetadata, shared, sharedMetadata, smartContractInformation, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
2132+
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, locked, lockedMetadata, mergeField, mergeFieldXml, name, nameMetadata, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, required, requiredMetadata, requireInitialOnSharedChange, requireInitialOnSharedChangeMetadata, selected, selectedMetadata, shared, sharedMetadata, smartContractInformation, source, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
21112133
}
21122134

21132135

@@ -2184,6 +2206,7 @@ public String toString() {
21842206
sb.append(" shared: ").append(toIndentedString(shared)).append("\n");
21852207
sb.append(" sharedMetadata: ").append(toIndentedString(sharedMetadata)).append("\n");
21862208
sb.append(" smartContractInformation: ").append(toIndentedString(smartContractInformation)).append("\n");
2209+
sb.append(" source: ").append(toIndentedString(source)).append("\n");
21872210
sb.append(" status: ").append(toIndentedString(status)).append("\n");
21882211
sb.append(" statusMetadata: ").append(toIndentedString(statusMetadata)).append("\n");
21892212
sb.append(" tabGroupLabels: ").append(toIndentedString(tabGroupLabels)).append("\n");

src/main/java/com/docusign/esign/model/CommentThread.java

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ public class CommentThread {
193193
@JsonProperty("smartContractInformation")
194194
private SmartContractInformation smartContractInformation = null;
195195

196+
@JsonProperty("source")
197+
private String source = null;
198+
196199
@JsonProperty("status")
197200
private String status = null;
198201

@@ -1326,6 +1329,24 @@ public void setSmartContractInformation(SmartContractInformation smartContractIn
13261329
this.smartContractInformation = smartContractInformation;
13271330
}
13281331

1332+
public CommentThread source(String source) {
1333+
this.source = source;
1334+
return this;
1335+
}
1336+
1337+
/**
1338+
*
1339+
* @return source
1340+
**/
1341+
@ApiModelProperty(value = "")
1342+
public String getSource() {
1343+
return source;
1344+
}
1345+
1346+
public void setSource(String source) {
1347+
this.source = source;
1348+
}
1349+
13291350
public CommentThread status(String status) {
13301351
this.status = status;
13311352
return this;
@@ -1888,6 +1909,7 @@ public boolean equals(java.lang.Object o) {
18881909
Objects.equals(this.recipientIdGuidMetadata, commentThread.recipientIdGuidMetadata) &&
18891910
Objects.equals(this.recipientIdMetadata, commentThread.recipientIdMetadata) &&
18901911
Objects.equals(this.smartContractInformation, commentThread.smartContractInformation) &&
1912+
Objects.equals(this.source, commentThread.source) &&
18911913
Objects.equals(this.status, commentThread.status) &&
18921914
Objects.equals(this.statusMetadata, commentThread.statusMetadata) &&
18931915
Objects.equals(this.tabGroupLabels, commentThread.tabGroupLabels) &&
@@ -1919,7 +1941,7 @@ public boolean equals(java.lang.Object o) {
19191941

19201942
@Override
19211943
public int hashCode() {
1922-
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, comments, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, localePolicy, mergeField, mergeFieldXml, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, smartContractInformation, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, threadId, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
1944+
return Objects.hash(anchorAllowWhiteSpaceInCharacters, anchorAllowWhiteSpaceInCharactersMetadata, anchorCaseSensitive, anchorCaseSensitiveMetadata, anchorHorizontalAlignment, anchorHorizontalAlignmentMetadata, anchorIgnoreIfNotPresent, anchorIgnoreIfNotPresentMetadata, anchorMatchWholeWord, anchorMatchWholeWordMetadata, anchorString, anchorStringMetadata, anchorTabProcessorVersion, anchorTabProcessorVersionMetadata, anchorUnits, anchorUnitsMetadata, anchorXOffset, anchorXOffsetMetadata, anchorYOffset, anchorYOffsetMetadata, bold, boldMetadata, comments, conditionalParentLabel, conditionalParentLabelMetadata, conditionalParentValue, conditionalParentValueMetadata, customTabId, customTabIdMetadata, documentId, documentIdMetadata, errorDetails, font, fontColor, fontColorMetadata, fontMetadata, fontSize, fontSizeMetadata, formOrder, formOrderMetadata, formPageLabel, formPageLabelMetadata, formPageNumber, formPageNumberMetadata, height, heightMetadata, italic, italicMetadata, localePolicy, mergeField, mergeFieldXml, pageNumber, pageNumberMetadata, recipientId, recipientIdGuid, recipientIdGuidMetadata, recipientIdMetadata, smartContractInformation, source, status, statusMetadata, tabGroupLabels, tabGroupLabelsMetadata, tabId, tabIdMetadata, tabLabel, tabLabelMetadata, tabOrder, tabOrderMetadata, tabType, tabTypeMetadata, templateLocked, templateLockedMetadata, templateRequired, templateRequiredMetadata, threadId, tooltip, toolTipMetadata, underline, underlineMetadata, width, widthMetadata, xPosition, xPositionMetadata, yPosition, yPositionMetadata);
19231945
}
19241946

19251947

@@ -1986,6 +2008,7 @@ public String toString() {
19862008
sb.append(" recipientIdGuidMetadata: ").append(toIndentedString(recipientIdGuidMetadata)).append("\n");
19872009
sb.append(" recipientIdMetadata: ").append(toIndentedString(recipientIdMetadata)).append("\n");
19882010
sb.append(" smartContractInformation: ").append(toIndentedString(smartContractInformation)).append("\n");
2011+
sb.append(" source: ").append(toIndentedString(source)).append("\n");
19892012
sb.append(" status: ").append(toIndentedString(status)).append("\n");
19902013
sb.append(" statusMetadata: ").append(toIndentedString(statusMetadata)).append("\n");
19912014
sb.append(" tabGroupLabels: ").append(toIndentedString(tabGroupLabels)).append("\n");

0 commit comments

Comments
 (0)