Package net.webpdf.wsclient.openapi
Class ApplicationConfigNewsPanel
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigNewsPanel
-
public class ApplicationConfigNewsPanel extends Object
Defines whether the portal displays a news page and where the content is loaded from.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENT_REFRESH_INTERVALstatic StringJSON_PROPERTY_ENTRY
-
Constructor Summary
Constructors Constructor Description ApplicationConfigNewsPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigNewsPaneladdEntryItem(ApplicationConfigNewsPanelEntry entryItem)ApplicationConfigNewsPanelcontentRefreshInterval(Integer contentRefreshInterval)ApplicationConfigNewsPanelentry(List<ApplicationConfigNewsPanelEntry> entry)booleanequals(Object o)@Nullable IntegergetContentRefreshInterval()Interval in seconds at which the content should be reloaded.@Nullable List<ApplicationConfigNewsPanelEntry>getEntry()Get entryinthashCode()voidsetContentRefreshInterval(Integer contentRefreshInterval)voidsetEntry(List<ApplicationConfigNewsPanelEntry> entry)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONTENT_REFRESH_INTERVAL
public static final String JSON_PROPERTY_CONTENT_REFRESH_INTERVAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENTRY
public static final String JSON_PROPERTY_ENTRY
- See Also:
- Constant Field Values
-
-
Method Detail
-
contentRefreshInterval
public ApplicationConfigNewsPanel contentRefreshInterval(Integer contentRefreshInterval)
-
getContentRefreshInterval
@Nullable public @Nullable Integer getContentRefreshInterval()
Interval in seconds at which the content should be reloaded. minimum: 0- Returns:
- contentRefreshInterval
-
setContentRefreshInterval
public void setContentRefreshInterval(Integer contentRefreshInterval)
-
entry
public ApplicationConfigNewsPanel entry(List<ApplicationConfigNewsPanelEntry> entry)
-
addEntryItem
public ApplicationConfigNewsPanel addEntryItem(ApplicationConfigNewsPanelEntry entryItem)
-
getEntry
@Nullable public @Nullable List<ApplicationConfigNewsPanelEntry> getEntry()
Get entry- Returns:
- entry
-
setEntry
public void setEntry(List<ApplicationConfigNewsPanelEntry> entry)
-
-