Uses of Class
com.docusign.esign.model.NotaryJurisdictionList
-
Packages that use NotaryJurisdictionList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of NotaryJurisdictionList in com.docusign.esign.api
Methods in com.docusign.esign.api that return NotaryJurisdictionList Modifier and Type Method Description NotaryJurisdictionListNotaryApi. getNotaryJurisdictions()Get notary jurisdictions for a user.Methods in com.docusign.esign.api that return types with arguments of type NotaryJurisdictionList Modifier and Type Method Description ApiResponse<NotaryJurisdictionList>NotaryApi. getNotaryJurisdictionsWithHttpInfo()Get notary jurisdictions for a user Returns a list of jurisdictions that the notary is registered in. -
Uses of NotaryJurisdictionList in com.docusign.esign.model
Methods in com.docusign.esign.model that return NotaryJurisdictionList Modifier and Type Method Description NotaryJurisdictionListNotaryJurisdictionList. addNotaryJurisdictionsItem(NotaryJurisdiction notaryJurisdictionsItem)addNotaryJurisdictionsItem.NotaryJurisdictionListNotaryJurisdictionList. endPosition(String endPosition)endPosition.NotaryJurisdictionListNotaryJurisdictionList. nextUri(String nextUri)nextUri.NotaryJurisdictionListNotaryJurisdictionList. notaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)notaryJurisdictions.NotaryJurisdictionListNotaryJurisdictionList. previousUri(String previousUri)previousUri.NotaryJurisdictionListNotaryJurisdictionList. resultSetSize(String resultSetSize)resultSetSize.NotaryJurisdictionListNotaryJurisdictionList. startPosition(String startPosition)startPosition.NotaryJurisdictionListNotaryJurisdictionList. totalSetSize(String totalSetSize)totalSetSize.
-