Package net.webpdf.wsclient.openapi
Class ApplicationConfigPortal
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigPortal
-
public class ApplicationConfigPortal extends Object
The portal element defines settings for the portal page of the server.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AUTHstatic StringJSON_PROPERTY_FUNCTIONSstatic StringJSON_PROPERTY_NEWS_PANELstatic StringJSON_PROPERTY_SETTINGSstatic StringJSON_PROPERTY_USER_INTERFACE
-
Constructor Summary
Constructors Constructor Description ApplicationConfigPortal()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_AUTH
public static final String JSON_PROPERTY_AUTH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FUNCTIONS
public static final String JSON_PROPERTY_FUNCTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NEWS_PANEL
public static final String JSON_PROPERTY_NEWS_PANEL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_SETTINGS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USER_INTERFACE
public static final String JSON_PROPERTY_USER_INTERFACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
auth
public ApplicationConfigPortal auth(ApplicationConfigPortalAuth auth)
-
getAuth
@Nullable public @Nullable ApplicationConfigPortalAuth getAuth()
Get auth- Returns:
- auth
-
setAuth
public void setAuth(ApplicationConfigPortalAuth auth)
-
functions
public ApplicationConfigPortal functions(ApplicationConfigPortalFunctions functions)
-
getFunctions
@Nullable public @Nullable ApplicationConfigPortalFunctions getFunctions()
Get functions- Returns:
- functions
-
setFunctions
public void setFunctions(ApplicationConfigPortalFunctions functions)
-
newsPanel
public ApplicationConfigPortal newsPanel(ApplicationConfigNewsPanel newsPanel)
-
getNewsPanel
@Nullable public @Nullable ApplicationConfigNewsPanel getNewsPanel()
Get newsPanel- Returns:
- newsPanel
-
setNewsPanel
public void setNewsPanel(ApplicationConfigNewsPanel newsPanel)
-
settings
public ApplicationConfigPortal settings(ApplicationConfigPortalSettings settings)
-
getSettings
@Nullable public @Nullable ApplicationConfigPortalSettings getSettings()
Get settings- Returns:
- settings
-
setSettings
public void setSettings(ApplicationConfigPortalSettings settings)
-
userInterface
public ApplicationConfigPortal userInterface(ApplicationConfigPortalUserInterface userInterface)
-
getUserInterface
@Nullable public @Nullable ApplicationConfigPortalUserInterface getUserInterface()
Get userInterface- Returns:
- userInterface
-
setUserInterface
public void setUserInterface(ApplicationConfigPortalUserInterface userInterface)
-
-