Uses of Class
net.webpdf.wsclient.openapi.MetadataCustomDescription
-
Packages that use MetadataCustomDescription Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataCustomDescription in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataCustomDescription Modifier and Type Method Description MetadataCustomDescriptionMetadataCustomDescription. key(String key)MetadataCustomDescriptionMetadataCustomDescription. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataCustomDescription Modifier and Type Method Description @Nullable List<MetadataCustomDescription>MetadataDescription. getCustom()Get customMethods in net.webpdf.wsclient.openapi with parameters of type MetadataCustomDescription Modifier and Type Method Description MetadataDescriptionMetadataDescription. addCustomItem(MetadataCustomDescription customItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataCustomDescription Modifier and Type Method Description MetadataDescriptionMetadataDescription. custom(List<MetadataCustomDescription> custom)voidMetadataDescription. setCustom(List<MetadataCustomDescription> custom)
-