Class SigningGroupsApi


  • public class SigningGroupsApi
    extends java.lang.Object
    SigningGroupsApi class.
    • 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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String accountId,
                                             java.lang.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​(java.lang.String accountId,
                                java.lang.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​(java.lang.String accountId,
                                           java.lang.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​(java.lang.String accountId,
                                   java.lang.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​(java.lang.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​(java.lang.String accountId,
                                             java.lang.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