Class NotaryApi


  • public class NotaryApi
    extends java.lang.Object
    NotaryApi class.
    • Constructor Detail

      • NotaryApi

        public NotaryApi()
        NotaryApi.
      • NotaryApi

        public NotaryApi​(ApiClient apiClient)
        NotaryApi.
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
        getApiClient Method.
        Returns:
        ApiClient
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
        setApiClient Method.
      • createNotary

        public Notary createNotary​(Notary notary)
                            throws ApiException
        Add a notary to the system.
        Parameters:
        notary - (optional)
        Returns:
        Notary
        Throws:
        ApiException - if fails to make API call
      • createNotaryJurisdictions

        public NotaryJurisdiction createNotaryJurisdictions​(NotaryJurisdiction notaryJurisdiction)
                                                     throws ApiException
        Add a notary jurisdiction to the system.
        Parameters:
        notaryJurisdiction - (optional)
        Returns:
        NotaryJurisdiction
        Throws:
        ApiException - if fails to make API call
      • deleteNotaryJurisdiction

        public void deleteNotaryJurisdiction​(java.lang.String jurisdictionId)
                                      throws ApiException
        Delete a notary jurisdiction a specified user..
        Parameters:
        jurisdictionId - (required)
        Throws:
        ApiException - if fails to make API call
      • getNotaryJurisdiction

        public NotaryJurisdiction getNotaryJurisdiction​(java.lang.String jurisdictionId)
                                                 throws ApiException
        Get notary a jurisdiction for a user.
        Parameters:
        jurisdictionId - (required)
        Returns:
        NotaryJurisdiction
        Throws:
        ApiException - if fails to make API call
      • getNotaryJurisdictionSeal

        public void getNotaryJurisdictionSeal​(java.lang.String jurisdictionId)
                                       throws ApiException
        Get notary seal for a jurisdiction.
        Parameters:
        jurisdictionId - (required)
        Throws:
        ApiException - if fails to make API call
      • updateNotary

        public Notary updateNotary​(Notary notary)
                            throws ApiException
        Update a notary.
        Parameters:
        notary - (optional)
        Returns:
        Notary
        Throws:
        ApiException - if fails to make API call
      • updateNotaryJurisdiction

        public NotaryJurisdiction updateNotaryJurisdiction​(java.lang.String jurisdictionId,
                                                           NotaryJurisdiction notaryJurisdiction)
                                                    throws ApiException
        Update a notary jurisdiction.
        Parameters:
        jurisdictionId - (required)
        notaryJurisdiction - (optional)
        Returns:
        NotaryJurisdiction
        Throws:
        ApiException - if fails to make API call