Uses of Class
net.webpdf.wsclient.openapi.MetadataField
-
Packages that use MetadataField Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataField in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataField Modifier and Type Method Description @Nullable List<MetadataField>MetadataFormDocument. getField()Get fieldMethods in net.webpdf.wsclient.openapi with parameters of type MetadataField Modifier and Type Method Description MetadataFormDocumentMetadataFormDocument. addFieldItem(MetadataField fieldItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataField Modifier and Type Method Description MetadataFormDocumentMetadataFormDocument. field(List<MetadataField> field)voidMetadataFormDocument. setField(List<MetadataField> field)
-