Uses of Class
net.webpdf.wsclient.openapi.OperationAttachmentFileData.SourceEnum
-
Packages that use OperationAttachmentFileData.SourceEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAttachmentFileData.SourceEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAttachmentFileData.SourceEnum Modifier and Type Method Description static OperationAttachmentFileData.SourceEnumOperationAttachmentFileData.SourceEnum. fromValue(String value)@Nullable OperationAttachmentFileData.SourceEnumOperationAttachmentFileData. getSource()Selects the data source for the hereby expressed resource.static OperationAttachmentFileData.SourceEnumOperationAttachmentFileData.SourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationAttachmentFileData.SourceEnum[]OperationAttachmentFileData.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 OperationAttachmentFileData.SourceEnum Modifier and Type Method Description voidOperationAttachmentFileData. setSource(OperationAttachmentFileData.SourceEnum source)OperationAttachmentFileDataOperationAttachmentFileData. source(OperationAttachmentFileData.SourceEnum source)
-