Uses of Class
net.webpdf.wsclient.openapi.OperationPdfPassword
-
Packages that use OperationPdfPassword Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationPdfPassword in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPdfPassword Modifier and Type Method Description @Nullable OperationPdfPasswordOperationBarcodeOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationConverterOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationOcrOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationPdfaOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationSignatureOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationToolboxOperation. getPassword()Get password@Nullable OperationPdfPasswordOperationUrlConverterOperation. getPassword()Get password@Nullable OperationPdfPasswordRestOperationData. getPassword()Returns theOperationPdfPasswordsettings set for thisRestOperationData.OperationPdfPasswordOperationPdfPassword. keyPair(OperationKeyPair keyPair)OperationPdfPasswordOperationPdfPassword. open(String open)OperationPdfPasswordOperationPdfPassword. permission(String permission)Methods in net.webpdf.wsclient.openapi with parameters of type OperationPdfPassword Modifier and Type Method Description OperationBarcodeOperationOperationBarcodeOperation. password(OperationPdfPassword password)OperationConverterOperationOperationConverterOperation. password(OperationPdfPassword password)OperationOcrOperationOperationOcrOperation. password(OperationPdfPassword password)OperationPdfaOperationOperationPdfaOperation. password(OperationPdfPassword password)OperationSignatureOperationOperationSignatureOperation. password(OperationPdfPassword password)OperationToolboxOperationOperationToolboxOperation. password(OperationPdfPassword password)OperationUrlConverterOperationOperationUrlConverterOperation. password(OperationPdfPassword password)voidOperationBarcodeOperation. setPassword(OperationPdfPassword password)voidOperationConverterOperation. setPassword(OperationPdfPassword password)voidOperationOcrOperation. setPassword(OperationPdfPassword password)voidOperationPdfaOperation. setPassword(OperationPdfPassword password)voidOperationSignatureOperation. setPassword(OperationPdfPassword password)voidOperationToolboxOperation. setPassword(OperationPdfPassword password)voidOperationUrlConverterOperation. setPassword(OperationPdfPassword password)voidRestOperationData. setPassword(@Nullable OperationPdfPassword value)Sets theOperationPdfPasswordsettings for thisRestOperationData. -
Uses of OperationPdfPassword in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return OperationPdfPassword Modifier and Type Method Description @Nullable OperationPdfPasswordBarcodeRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordConverterRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordOcrRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordPdfaRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordSignatureRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordToolboxRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.@Nullable OperationPdfPasswordUrlConverterRestWebService. getPassword()Returns theOperationPdfPasswordof the current webservice.Methods in net.webpdf.wsclient.webservice.rest with parameters of type OperationPdfPassword Modifier and Type Method Description voidBarcodeRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidConverterRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidOcrRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidPdfaRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidSignatureRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidToolboxRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.voidUrlConverterRestWebService. setPassword(@Nullable OperationPdfPassword password)Sets theOperationPdfPasswordfor the current webservice.
-