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(java.lang.String jurisdictionId)Get notary a jurisdiction for a user.NotaryJurisdictionNotaryApi. updateNotaryJurisdiction(java.lang.String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction.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.NotaryJurisdictionNotaryApi. updateNotaryJurisdiction(java.lang.String jurisdictionId, NotaryJurisdiction notaryJurisdiction)Update a notary jurisdiction. -
Uses of NotaryJurisdiction in com.docusign.esign.model
Methods in com.docusign.esign.model that return NotaryJurisdiction Modifier and Type Method Description NotaryJurisdictionNotaryJurisdiction. commissionExpiration(java.lang.String commissionExpiration)commissionExpiration.NotaryJurisdictionNotaryJurisdiction. commissionId(java.lang.String commissionId)commissionId.NotaryJurisdictionNotaryJurisdiction. county(java.lang.String county)county.NotaryJurisdictionNotaryJurisdiction. errorDetails(ErrorDetails errorDetails)errorDetails.NotaryJurisdictionNotaryJurisdiction. jurisdiction(Jurisdiction jurisdiction)jurisdiction.NotaryJurisdictionNotaryJurisdiction. registeredName(java.lang.String registeredName)registeredName.NotaryJurisdictionNotaryJurisdiction. sealType(java.lang.String sealType)sealType.Methods in com.docusign.esign.model that return types with arguments of type NotaryJurisdiction Modifier and Type Method Description java.util.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(java.util.List<NotaryJurisdiction> notaryJurisdictions)notaryJurisdictions.voidNotaryJurisdictionList. setNotaryJurisdictions(java.util.List<NotaryJurisdiction> notaryJurisdictions)setNotaryJurisdictions.
-