Uses of Class
com.docusign.esign.model.NotaryJurisdiction
-
Packages that use NotaryJurisdiction Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of NotaryJurisdiction in com.docusign.esign.api
Methods in com.docusign.esign.api that return NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionNotaryApi. createNotaryJurisdictions(NotaryJurisdiction notaryJurisdiction)Add a notary jurisdiction to the system.NotaryJurisdictionNotaryApi. getNotaryJurisdiction(String jurisdictionId)Get notary a jurisdiction for a user.NotaryJurisdictionNotaryApi. updateNotaryJurisdiction(String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction.Methods in com.docusign.esign.api that return types with arguments of type NotaryJurisdiction Modifier and Type Method Description ApiResponse<NotaryJurisdiction>NotaryApi. createNotaryJurisdictionsWithHttpInfo(NotaryJurisdiction notaryJurisdiction)Add a notary jurisdiction to the system Creates a jurisdiction object.ApiResponse<NotaryJurisdiction>NotaryApi. getNotaryJurisdictionWithHttpInfo(String jurisdictionId)Get notary a jurisdiction for a user Gets a jurisdiction object for the current user.ApiResponse<NotaryJurisdiction>NotaryApi. updateNotaryJurisdictionWithHttpInfo(String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction Updates the jurisdiction information about a notary.Methods in com.docusign.esign.api with parameters of type NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionNotaryApi. createNotaryJurisdictions(NotaryJurisdiction notaryJurisdiction)Add a notary jurisdiction to the system.ApiResponse<NotaryJurisdiction>NotaryApi. createNotaryJurisdictionsWithHttpInfo(NotaryJurisdiction notaryJurisdiction)Add a notary jurisdiction to the system Creates a jurisdiction object.NotaryJurisdictionNotaryApi. updateNotaryJurisdiction(String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction.ApiResponse<NotaryJurisdiction>NotaryApi. updateNotaryJurisdictionWithHttpInfo(String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction Updates the jurisdiction information about a notary. -
Uses of NotaryJurisdiction in com.docusign.esign.model
Methods in com.docusign.esign.model that return NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionNotaryJurisdiction. commissionExpiration(String commissionExpiration)commissionExpiration.NotaryJurisdictionNotaryJurisdiction. commissionId(String commissionId)commissionId.NotaryJurisdictionNotaryJurisdiction. county(String county)county.NotaryJurisdictionNotaryJurisdiction. errorDetails(ErrorDetails errorDetails)errorDetails.NotaryJurisdictionNotaryJurisdiction. jurisdiction(Jurisdiction jurisdiction)jurisdiction.NotaryJurisdictionNotaryJurisdiction. registeredName(String registeredName)registeredName.NotaryJurisdictionNotaryJurisdiction. sealType(String sealType)sealType.Methods in com.docusign.esign.model that return types with arguments of type NotaryJurisdiction Modifier and Type Method Description List<NotaryJurisdiction>NotaryJurisdictionList. getNotaryJurisdictions().Methods in com.docusign.esign.model with parameters of type NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionListNotaryJurisdictionList. addNotaryJurisdictionsItem(NotaryJurisdiction notaryJurisdictionsItem)addNotaryJurisdictionsItem.Method parameters in com.docusign.esign.model with type arguments of type NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionListNotaryJurisdictionList. notaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)notaryJurisdictions.voidNotaryJurisdictionList. setNotaryJurisdictions(List<NotaryJurisdiction> notaryJurisdictions)setNotaryJurisdictions.
-