Package com.docusign.esign.api
Class SigningGroupsApi
- java.lang.Object
-
- com.docusign.esign.api.SigningGroupsApi
-
public class SigningGroupsApi extends Object
SigningGroupsApi class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSigningGroupsApi.CallListOptionsCallListOptions Class.
-
Constructor Summary
Constructors Constructor Description SigningGroupsApi()SigningGroupsApi.SigningGroupsApi(ApiClient apiClient)SigningGroupsApi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigningGroupInformationcallList(String accountId)Gets a list of the Signing Groups in an account..SigningGroupInformationcallList(String accountId, SigningGroupsApi.CallListOptions options)Gets a list of the Signing Groups in an account..ApiResponse<SigningGroupInformation>callListWithHttpInfo(String accountId, SigningGroupsApi.CallListOptions options)Gets a list of the Signing Groups in an account.SigningGroupInformationcreateList(String accountId, SigningGroupInformation signingGroupInformation)Creates a signing group.ApiResponse<SigningGroupInformation>createListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation)Creates a signing group.SigningGroupInformationdeleteList(String accountId, SigningGroupInformation signingGroupInformation)Deletes one or more signing groups..ApiResponse<SigningGroupInformation>deleteListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation)Deletes one or more signing groups.SigningGroupUsersdeleteUsers(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers)Deletes one or more members from a signing group..ApiResponse<SigningGroupUsers>deleteUsersWithHttpInfo(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers)Deletes one or more members from a signing group.SigningGroupget(String accountId, String signingGroupId)Gets information about a signing group.ApiClientgetApiClient()getApiClient Method.ApiResponse<SigningGroup>getWithHttpInfo(String accountId, String signingGroupId)Gets information about a signing group.SigningGroupUserslistUsers(String accountId, String signingGroupId)Gets a list of members in a Signing Group..ApiResponse<SigningGroupUsers>listUsersWithHttpInfo(String accountId, String signingGroupId)Gets a list of members in a Signing Group.voidsetApiClient(ApiClient apiClient)setApiClient Method.SigningGroupupdate(String accountId, String signingGroupId, SigningGroup signingGroup)Updates a signing group.SigningGroupInformationupdateList(String accountId, SigningGroupInformation signingGroupInformation)Updates signing group names..ApiResponse<SigningGroupInformation>updateListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation)Updates signing group names.SigningGroupUsersupdateUsers(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers)Adds members to a signing group.ApiResponse<SigningGroupUsers>updateUsersWithHttpInfo(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers)Adds members to a signing group.ApiResponse<SigningGroup>updateWithHttpInfo(String accountId, String signingGroupId, SigningGroup signingGroup)Updates a signing group.
-
-
-
Constructor Detail
-
SigningGroupsApi
public SigningGroupsApi()
SigningGroupsApi.
-
SigningGroupsApi
public SigningGroupsApi(ApiClient apiClient)
SigningGroupsApi.
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
getApiClient Method.- Returns:
- ApiClient
-
setApiClient
public void setApiClient(ApiClient apiClient)
setApiClient Method.
-
callList
public SigningGroupInformation callList(String accountId) throws ApiException
Gets a list of the Signing Groups in an account.. Retrieves a list of all signing groups in the specified account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)- Returns:
- SigningGroupInformation
- Throws:
ApiException
-
callList
public SigningGroupInformation callList(String accountId, SigningGroupsApi.CallListOptions options) throws ApiException
Gets a list of the Signing Groups in an account.. Retrieves a list of all signing groups in the specified account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)options- for modifying the method behavior.- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
callListWithHttpInfo
public ApiResponse<SigningGroupInformation> callListWithHttpInfo(String accountId, SigningGroupsApi.CallListOptions options) throws ApiException
Gets a list of the Signing Groups in an account. Retrieves a list of all signing groups in the specified account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)options- for modifying the method behavior.- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
createList
public SigningGroupInformation createList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Creates a signing group. . Creates one or more signing groups. Multiple signing groups can be created in one call. Only users with account administrator privileges can create signing groups. An account can have a maximum of 50 signing groups. Each signing group can have a maximum of 50 group members. Signing groups can be used by any account user.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
createListWithHttpInfo
public ApiResponse<SigningGroupInformation> createListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Creates a signing group. Creates one or more signing groups. Multiple signing groups can be created in one call. Only users with account administrator privileges can create signing groups. An account can have a maximum of 50 signing groups. Each signing group can have a maximum of 50 group members. Signing groups can be used by any account user.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
deleteList
public SigningGroupInformation deleteList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Deletes one or more signing groups.. Deletes one or more signing groups in the specified account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
deleteListWithHttpInfo
public ApiResponse<SigningGroupInformation> deleteListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Deletes one or more signing groups. Deletes one or more signing groups in the specified account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
deleteUsers
public SigningGroupUsers deleteUsers(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers) throws ApiException
Deletes one or more members from a signing group.. Deletes one or more members from the specified signing group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroupUsers- (optional)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
deleteUsersWithHttpInfo
public ApiResponse<SigningGroupUsers> deleteUsersWithHttpInfo(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers) throws ApiException
Deletes one or more members from a signing group. Deletes one or more members from the specified signing group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroupUsers- (optional)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
get
public SigningGroup get(String accountId, String signingGroupId) throws ApiException
Gets information about a signing group. . Retrieves information, including group member information, for the specified signing group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)- Returns:
- SigningGroup
- Throws:
ApiException- if fails to make API call
-
getWithHttpInfo
public ApiResponse<SigningGroup> getWithHttpInfo(String accountId, String signingGroupId) throws ApiException
Gets information about a signing group. Retrieves information, including group member information, for the specified signing group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)- Returns:
- SigningGroup
- Throws:
ApiException- if fails to make API call
-
listUsers
public SigningGroupUsers listUsers(String accountId, String signingGroupId) throws ApiException
Gets a list of members in a Signing Group.. Retrieves the list of members in the specified Signing Group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
listUsersWithHttpInfo
public ApiResponse<SigningGroupUsers> listUsersWithHttpInfo(String accountId, String signingGroupId) throws ApiException
Gets a list of members in a Signing Group. Retrieves the list of members in the specified Signing Group.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
update
public SigningGroup update(String accountId, String signingGroupId, SigningGroup signingGroup) throws ApiException
Updates a signing group. . Updates signing group name and member information. You can also add new members to the signing group. A signing group can have a maximum of 50 members.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroup- (optional)- Returns:
- SigningGroup
- Throws:
ApiException- if fails to make API call
-
updateWithHttpInfo
public ApiResponse<SigningGroup> updateWithHttpInfo(String accountId, String signingGroupId, SigningGroup signingGroup) throws ApiException
Updates a signing group. Updates signing group name and member information. You can also add new members to the signing group. A signing group can have a maximum of 50 members.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroup- (optional)- Returns:
- SigningGroup
- Throws:
ApiException- if fails to make API call
-
updateList
public SigningGroupInformation updateList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Updates signing group names.. Updates the name of one or more existing signing groups.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
updateListWithHttpInfo
public ApiResponse<SigningGroupInformation> updateListWithHttpInfo(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Updates signing group names. Updates the name of one or more existing signing groups.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupInformation- (optional)- Returns:
- SigningGroupInformation
- Throws:
ApiException- if fails to make API call
-
updateUsers
public SigningGroupUsers updateUsers(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers) throws ApiException
Adds members to a signing group. . Adds one or more new members to a signing group. A signing group can have a maximum of 50 members.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroupUsers- (optional)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
updateUsersWithHttpInfo
public ApiResponse<SigningGroupUsers> updateUsersWithHttpInfo(String accountId, String signingGroupId, SigningGroupUsers signingGroupUsers) throws ApiException
Adds members to a signing group. Adds one or more new members to a signing group. A signing group can have a maximum of 50 members.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)signingGroupId- (required)signingGroupUsers- (optional)- Returns:
- SigningGroupUsers
- Throws:
ApiException- if fails to make API call
-
-