Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigNewsPanelEntry
-
Packages that use ApplicationConfigNewsPanelEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigNewsPanelEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigNewsPanelEntry Modifier and Type Method Description ApplicationConfigNewsPanelEntryApplicationConfigNewsPanelEntry. url(String url)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ApplicationConfigNewsPanelEntry Modifier and Type Method Description @Nullable List<ApplicationConfigNewsPanelEntry>ApplicationConfigNewsPanel. getEntry()Get entry@Nullable List<ApplicationConfigNewsPanelEntry>PortalNews. getEntry()Get entryMethods in net.webpdf.wsclient.openapi with parameters of type ApplicationConfigNewsPanelEntry Modifier and Type Method Description ApplicationConfigNewsPanelApplicationConfigNewsPanel. addEntryItem(ApplicationConfigNewsPanelEntry entryItem)PortalNewsPortalNews. addEntryItem(ApplicationConfigNewsPanelEntry entryItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ApplicationConfigNewsPanelEntry Modifier and Type Method Description ApplicationConfigNewsPanelApplicationConfigNewsPanel. entry(List<ApplicationConfigNewsPanelEntry> entry)PortalNewsPortalNews. entry(List<ApplicationConfigNewsPanelEntry> entry)voidApplicationConfigNewsPanel. setEntry(List<ApplicationConfigNewsPanelEntry> entry)voidPortalNews. setEntry(List<ApplicationConfigNewsPanelEntry> entry)
-