Uses of Class
net.webpdf.wsclient.openapi.OperationPrivateKeyFileData.SourceEnum
-
Packages that use OperationPrivateKeyFileData.SourceEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationPrivateKeyFileData.SourceEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPrivateKeyFileData.SourceEnum Modifier and Type Method Description static OperationPrivateKeyFileData.SourceEnumOperationPrivateKeyFileData.SourceEnum. fromValue(String value)@Nullable OperationPrivateKeyFileData.SourceEnumOperationPrivateKeyFileData. getSource()Selects the data source for the hereby expressed resource.static OperationPrivateKeyFileData.SourceEnumOperationPrivateKeyFileData.SourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationPrivateKeyFileData.SourceEnum[]OperationPrivateKeyFileData.SourceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationPrivateKeyFileData.SourceEnum Modifier and Type Method Description voidOperationPrivateKeyFileData. setSource(OperationPrivateKeyFileData.SourceEnum source)OperationPrivateKeyFileDataOperationPrivateKeyFileData. source(OperationPrivateKeyFileData.SourceEnum source)
-