You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>docusign-admin-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-admin-java</name>
8
-
<version>2.0.0-RC1</version>
8
+
<version>2.0.0-RC2</version>
9
9
<url>https://developers.docusign.com</url>
10
10
<description>The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description>
* Sets the OAuth base path. Values include {@link OAuth#PRODUCTION_OAUTH_BASEPATH}, {@link OAuth#DEMO_OAUTH_BASEPATH} and custom (e.g. "account-s.docusign.com").
618
+
* Sets the OAuth base path. Values include {@link OAuth#PRODUCTION_OAUTH_BASEPATH}, {@link OAuth#DEMO_OAUTH_BASEPATH} and custom.
623
619
* @param oAuthBasePath the new value for the OAuth base path
624
620
* @return this instance of the ApiClient updated with the new OAuth base path
Copy file name to clipboardExpand all lines: src/main/java/com/docusign/admin/model/SubscriptionProvisionModelAccountCreateCreateSubAccountDetails.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -41,21 +41,21 @@ public class SubscriptionProvisionModelAccountCreateCreateSubAccountDetails impl
for (UpdatedByTypeEnumb : UpdatedByTypeEnum.values()) {
275
275
if (b.value.equals(value)) {
276
276
returnb;
@@ -949,10 +949,10 @@ public SubscriptionProvisionModelAssetGroupWork createdByType(CreatedByTypeEnum
949
949
}
950
950
951
951
/**
952
-
* Get createdByType.
952
+
* 0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted.
953
953
* @return createdByType
954
954
**/
955
-
@Schema(description = "")
955
+
@Schema(description = "0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted")
956
956
publicCreatedByTypeEnumgetCreatedByType() {
957
957
returncreatedByType;
958
958
}
@@ -1030,10 +1030,10 @@ public SubscriptionProvisionModelAssetGroupWork updatedByType(UpdatedByTypeEnum
1030
1030
}
1031
1031
1032
1032
/**
1033
-
* Get updatedByType.
1033
+
* 0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted.
1034
1034
* @return updatedByType
1035
1035
**/
1036
-
@Schema(description = "")
1036
+
@Schema(description = "0 stands for Application, 1 stands for User, 2 stands for Generic, 3 stands for RestAPIAuth, 4 stands for Resource, 5 stands for Restricted")
0 commit comments