public class NotaryApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
NotaryApi.GetNotaryOptions |
class |
NotaryApi.ListNotaryJournalsOptions |
| Constructor and Description |
|---|
NotaryApi() |
NotaryApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Notary |
createNotary(Notary notary)
Add a notary to the system
|
NotaryJurisdiction |
createNotaryJurisdictions(NotaryJurisdiction notaryJurisdiction)
Add a notary jurisdiction to the system
|
void |
deleteNotaryJurisdiction(String jurisdictionId)
Delete a notary jurisdiction a specified user.
|
ApiClient |
getApiClient() |
NotaryResult |
getNotary()
Get notary settings for a user
|
NotaryResult |
getNotary(NotaryApi.GetNotaryOptions options)
Get notary settings for a user
|
NotaryJurisdiction |
getNotaryJurisdiction(String jurisdictionId)
Get notary a jurisdiction for a user
|
NotaryJurisdictionList |
getNotaryJurisdictions()
Get notary jurisdictions for a user
|
void |
getNotaryJurisdictionSeal(String jurisdictionId)
Get notary seal for a jurisdiction
|
NotaryJournalList |
listNotaryJournals()
Get notary jurisdictions for a user
|
NotaryJournalList |
listNotaryJournals(NotaryApi.ListNotaryJournalsOptions options)
Get notary jurisdictions for a user
|
void |
setApiClient(ApiClient apiClient) |
Notary |
updateNotary(Notary notary)
Update a notary
|
NotaryJurisdiction |
updateNotaryJurisdiction(String jurisdictionId,
NotaryJurisdiction notaryJurisdiction)
Update a notary jurisdiction
|
public NotaryApi()
public NotaryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Notary createNotary(Notary notary) throws ApiException
notary - (optional)ApiException - if fails to make API callpublic NotaryJurisdiction createNotaryJurisdictions(NotaryJurisdiction notaryJurisdiction) throws ApiException
notaryJurisdiction - (optional)ApiException - if fails to make API callpublic void deleteNotaryJurisdiction(String jurisdictionId) throws ApiException
jurisdictionId - (required)ApiException - if fails to make API callpublic NotaryResult getNotary() throws ApiException
ApiExceptionpublic NotaryResult getNotary(NotaryApi.GetNotaryOptions options) throws ApiException
options - for modifying the method behavior.ApiException - if fails to make API callpublic NotaryJurisdiction getNotaryJurisdiction(String jurisdictionId) throws ApiException
jurisdictionId - (required)ApiException - if fails to make API callpublic void getNotaryJurisdictionSeal(String jurisdictionId) throws ApiException
jurisdictionId - (required)ApiException - if fails to make API callpublic NotaryJurisdictionList getNotaryJurisdictions() throws ApiException
ApiException - if fails to make API callpublic NotaryJournalList listNotaryJournals() throws ApiException
ApiExceptionpublic NotaryJournalList listNotaryJournals(NotaryApi.ListNotaryJournalsOptions options) throws ApiException
options - for modifying the method behavior.ApiException - if fails to make API callpublic Notary updateNotary(Notary notary) throws ApiException
notary - (optional)ApiException - if fails to make API callpublic NotaryJurisdiction updateNotaryJurisdiction(String jurisdictionId, NotaryJurisdiction notaryJurisdiction) throws ApiException
jurisdictionId - (required)notaryJurisdiction - (optional)ApiException - if fails to make API callCopyright © 2020. All rights reserved.