Uses of Class
net.webpdf.wsclient.openapi.MetadataKeyword
-
Packages that use MetadataKeyword Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataKeyword in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataKeyword Modifier and Type Method Description MetadataKeywordMetadataKeyword. keyword(String keyword)Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataKeyword Modifier and Type Method Description @Nullable List<MetadataKeyword>MetadataDescription. getKeywords()Get keywordsMethods in net.webpdf.wsclient.openapi with parameters of type MetadataKeyword Modifier and Type Method Description MetadataDescriptionMetadataDescription. addKeywordsItem(MetadataKeyword keywordsItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataKeyword Modifier and Type Method Description MetadataDescriptionMetadataDescription. keywords(List<MetadataKeyword> keywords)voidMetadataDescription. setKeywords(List<MetadataKeyword> keywords)
-