public class SigningGroupsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SigningGroupsApi.ListOptions |
| Constructor and Description |
|---|
SigningGroupsApi() |
SigningGroupsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
SigningGroupInformation |
createList(String accountId,
SigningGroupInformation signingGroupInformation)
Creates a signing group.
|
SigningGroupInformation |
deleteList(String accountId,
SigningGroupInformation signingGroupInformation)
Deletes one or more signing groups.
|
SigningGroupUsers |
deleteUsers(String accountId,
String signingGroupId,
SigningGroupUsers signingGroupUsers)
Deletes one or more members from a signing group.
|
SigningGroup |
get(String accountId,
String signingGroupId)
Gets information about a signing group.
|
ApiClient |
getApiClient() |
SigningGroupInformation |
list(String accountId)
Gets a list of the Signing Groups in an account.
|
SigningGroupInformation |
list(String accountId,
SigningGroupsApi.ListOptions options)
Gets a list of the Signing Groups in an account.
|
SigningGroupUsers |
listUsers(String accountId,
String signingGroupId)
Gets a list of members in a Signing Group.
|
void |
setApiClient(ApiClient apiClient) |
SigningGroup |
update(String accountId,
String signingGroupId,
SigningGroup signingGroup)
Updates a signing group.
|
SigningGroupInformation |
updateList(String accountId,
SigningGroupInformation signingGroupInformation)
Updates signing group names.
|
SigningGroupUsers |
updateUsers(String accountId,
String signingGroupId,
SigningGroupUsers signingGroupUsers)
Adds members to a signing group.
|
public SigningGroupsApi()
public SigningGroupsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public SigningGroupInformation list(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.
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic SigningGroupInformation list(String accountId, SigningGroupsApi.ListOptions options) throws ApiException
Gets a list of the Signing Groups in an account. Retrieves a list of all signing groups in the specified account.
accountId - The external account number (int) or account ID Guid.SigningGroupsApi.ListOptions - Options for modifying the method behavior.ApiExceptionpublic SigningGroupInformation updateList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Updates signing group names. Updates the name of one or more existing signing groups.
accountId - The external account number (int) or account ID Guid.SigningGroupsApi.UpdateListOptions - Options for modifying the method behavior.ApiExceptionpublic SigningGroupInformation createList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Creates a signing group. Creates one or more signing groups. \n\nMultiple signing groups can be created in one call. Only users with account administrator privileges can create signing groups. \n\nAn account can have a maximum of 50 signing groups. Each signing group can have a maximum of 50 group members.\n \nSigning groups can be used by any account user.
accountId - The external account number (int) or account ID Guid.SigningGroupsApi.CreateListOptions - Options for modifying the method behavior.ApiExceptionpublic SigningGroupInformation deleteList(String accountId, SigningGroupInformation signingGroupInformation) throws ApiException
Deletes one or more signing groups. Deletes one or more signing groups in the specified account.
accountId - The external account number (int) or account ID Guid.SigningGroupsApi.DeleteListOptions - Options for modifying the method behavior.ApiExceptionpublic 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.
accountId - The external account number (int) or account ID Guid.signingGroupId - SigningGroupsApi.GetOptions - Options for modifying the method behavior.ApiExceptionpublic 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.
accountId - The external account number (int) or account ID Guid.signingGroupId - SigningGroupsApi.UpdateOptions - Options for modifying the method behavior.ApiExceptionpublic 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.
accountId - The external account number (int) or account ID Guid.signingGroupId - SigningGroupsApi.ListUsersOptions - Options for modifying the method behavior.ApiExceptionpublic 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.
accountId - The external account number (int) or account ID Guid.signingGroupId - SigningGroupsApi.UpdateUsersOptions - Options for modifying the method behavior.ApiExceptionpublic 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.
accountId - The external account number (int) or account ID Guid.signingGroupId - SigningGroupsApi.DeleteUsersOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All Rights Reserved.