Uses of Class
net.webpdf.wsclient.openapi.OperationBilling
-
Packages that use OperationBilling Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationBilling in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationBilling Modifier and Type Method Description OperationBillingOperationBilling. applicationName(String applicationName)OperationBillingOperationBilling. customerCode(String customerCode)@Nullable OperationBillingOperationBarcodeOperation. getBilling()Get billing@Nullable OperationBillingOperationConverterOperation. getBilling()Get billing@Nullable OperationBillingOperationOcrOperation. getBilling()Get billing@Nullable OperationBillingOperationPdfaOperation. getBilling()Get billing@Nullable OperationBillingOperationSignatureOperation. getBilling()Get billing@Nullable OperationBillingOperationToolboxOperation. getBilling()Get billing@Nullable OperationBillingOperationUrlConverterOperation. getBilling()Get billing@Nullable OperationBillingRestOperationData. getBilling()Returns theOperationBillingsettings set for thisRestOperationData.OperationBillingOperationBilling. userName(String userName)Methods in net.webpdf.wsclient.openapi with parameters of type OperationBilling Modifier and Type Method Description OperationBarcodeOperationOperationBarcodeOperation. billing(OperationBilling billing)OperationConverterOperationOperationConverterOperation. billing(OperationBilling billing)OperationOcrOperationOperationOcrOperation. billing(OperationBilling billing)OperationPdfaOperationOperationPdfaOperation. billing(OperationBilling billing)OperationSignatureOperationOperationSignatureOperation. billing(OperationBilling billing)OperationToolboxOperationOperationToolboxOperation. billing(OperationBilling billing)OperationUrlConverterOperationOperationUrlConverterOperation. billing(OperationBilling billing)voidOperationBarcodeOperation. setBilling(OperationBilling billing)voidOperationConverterOperation. setBilling(OperationBilling billing)voidOperationOcrOperation. setBilling(OperationBilling billing)voidOperationPdfaOperation. setBilling(OperationBilling billing)voidOperationSignatureOperation. setBilling(OperationBilling billing)voidOperationToolboxOperation. setBilling(OperationBilling billing)voidOperationUrlConverterOperation. setBilling(OperationBilling billing)voidRestOperationData. setBilling(@Nullable OperationBilling value)Sets theOperationBillingsettings for thisRestOperationData. -
Uses of OperationBilling in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return OperationBilling Modifier and Type Method Description @Nullable OperationBillingBarcodeRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingConverterRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingOcrRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingPdfaRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingSignatureRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingToolboxRestWebService. getBilling()Returns theOperationBillingof the current webservice.@Nullable OperationBillingUrlConverterRestWebService. getBilling()Returns theOperationBillingof the current webservice.Methods in net.webpdf.wsclient.webservice.rest with parameters of type OperationBilling Modifier and Type Method Description voidBarcodeRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidConverterRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidOcrRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidPdfaRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidSignatureRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidToolboxRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.voidUrlConverterRestWebService. setBilling(@Nullable OperationBilling billing)Sets theOperationBillingfor the current webservice.
-