Package com.docusign.esign.api
Class NotaryApi
- java.lang.Object
-
- com.docusign.esign.api.NotaryApi
-
public class NotaryApi extends java.lang.ObjectNotaryApi class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNotaryApi.GetNotaryOptionsGetNotaryOptions Class.classNotaryApi.ListNotaryJournalsOptionsListNotaryJournalsOptions Class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotarycreateNotary(Notary notary)Add a notary to the system.NotaryJurisdictioncreateNotaryJurisdictions(NotaryJurisdiction notaryJurisdiction)Add a notary jurisdiction to the system.voiddeleteNotaryJurisdiction(java.lang.String jurisdictionId)Delete a notary jurisdiction a specified user..ApiClientgetApiClient()getApiClient Method.NotaryResultgetNotary()Get notary settings for a user.NotaryResultgetNotary(NotaryApi.GetNotaryOptions options)Get notary settings for a user.NotaryJurisdictiongetNotaryJurisdiction(java.lang.String jurisdictionId)Get notary a jurisdiction for a user.NotaryJurisdictionListgetNotaryJurisdictions()Get notary jurisdictions for a user.voidgetNotaryJurisdictionSeal(java.lang.String jurisdictionId)Get notary seal for a jurisdiction.NotaryJournalListlistNotaryJournals()Get notary jurisdictions for a user.NotaryJournalListlistNotaryJournals(NotaryApi.ListNotaryJournalsOptions options)Get notary jurisdictions for a user.voidsetApiClient(ApiClient apiClient)setApiClient Method.NotaryupdateNotary(Notary notary)Update a notary.NotaryJurisdictionupdateNotaryJurisdiction(java.lang.String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction.
-
-
-
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 ApiExceptionDelete a notary jurisdiction a specified user..- Parameters:
jurisdictionId- (required)- Throws:
ApiException- if fails to make API call
-
getNotary
public NotaryResult getNotary() throws ApiException
Get notary settings for a user.- Returns:
- NotaryResult
- Throws:
ApiException
-
getNotary
public NotaryResult getNotary(NotaryApi.GetNotaryOptions options) throws ApiException
Get notary settings for a user.- Parameters:
options- for modifying the method behavior.- Returns:
- NotaryResult
- 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 ApiExceptionGet notary seal for a jurisdiction.- Parameters:
jurisdictionId- (required)- Throws:
ApiException- if fails to make API call
-
getNotaryJurisdictions
public NotaryJurisdictionList getNotaryJurisdictions() throws ApiException
Get notary jurisdictions for a user.- Returns:
- NotaryJurisdictionList
- Throws:
ApiException- if fails to make API call
-
listNotaryJournals
public NotaryJournalList listNotaryJournals() throws ApiException
Get notary jurisdictions for a user.- Returns:
- NotaryJournalList
- Throws:
ApiException
-
listNotaryJournals
public NotaryJournalList listNotaryJournals(NotaryApi.ListNotaryJournalsOptions options) throws ApiException
Get notary jurisdictions for a user.- Parameters:
options- for modifying the method behavior.- Returns:
- NotaryJournalList
- 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
-
-