Uses of Class
com.docusign.esign.model.ServiceVersion
-
Packages that use ServiceVersion Package Description com.docusign.esign.model -
-
Uses of ServiceVersion in com.docusign.esign.model
Methods in com.docusign.esign.model that return ServiceVersion Modifier and Type Method Description ServiceVersionServiceVersion. version(String version)version.ServiceVersionServiceVersion. versionUrl(String versionUrl)versionUrl.Methods in com.docusign.esign.model that return types with arguments of type ServiceVersion Modifier and Type Method Description List<ServiceVersion>ServiceInformation. getServiceVersions().Methods in com.docusign.esign.model with parameters of type ServiceVersion Modifier and Type Method Description ServiceInformationServiceInformation. addServiceVersionsItem(ServiceVersion serviceVersionsItem)addServiceVersionsItem.Method parameters in com.docusign.esign.model with type arguments of type ServiceVersion Modifier and Type Method Description ServiceInformationServiceInformation. serviceVersions(List<ServiceVersion> serviceVersions)serviceVersions.voidServiceInformation. setServiceVersions(List<ServiceVersion> serviceVersions)setServiceVersions.
-