Package net.webpdf.wsclient.openapi
Class PortalUserInterfaceResources
- java.lang.Object
-
- net.webpdf.wsclient.openapi.PortalUserInterfaceResources
-
public class PortalUserInterfaceResources extends Object
Provides information about the (file) resources used in the portal page user interface.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BACKGROUND_FILE_NAMEstatic StringJSON_PROPERTY_LOGO_FILE_NAMEstatic StringJSON_PROPERTY_THEME_FILE_NAME
-
Constructor Summary
Constructors Constructor Description PortalUserInterfaceResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortalUserInterfaceResourcesbackgroundFileName(String backgroundFileName)booleanequals(Object o)@Nullable StringgetBackgroundFileName()The file name used for the background file in the portal.@Nullable StringgetLogoFileName()The file name used for the logo file in the portal.@Nullable StringgetThemeFileName()The file name used for the CSS file to customize the theme in the portal.inthashCode()PortalUserInterfaceResourceslogoFileName(String logoFileName)voidsetBackgroundFileName(String backgroundFileName)voidsetLogoFileName(String logoFileName)voidsetThemeFileName(String themeFileName)PortalUserInterfaceResourcesthemeFileName(String themeFileName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BACKGROUND_FILE_NAME
public static final String JSON_PROPERTY_BACKGROUND_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOGO_FILE_NAME
public static final String JSON_PROPERTY_LOGO_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_THEME_FILE_NAME
public static final String JSON_PROPERTY_THEME_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
backgroundFileName
public PortalUserInterfaceResources backgroundFileName(String backgroundFileName)
-
getBackgroundFileName
@Nullable public @Nullable String getBackgroundFileName()
The file name used for the background file in the portal. If it is empty, the default background is used, otherwise a custom background was uploaded and saved under the specified name.- Returns:
- backgroundFileName
-
setBackgroundFileName
public void setBackgroundFileName(String backgroundFileName)
-
logoFileName
public PortalUserInterfaceResources logoFileName(String logoFileName)
-
getLogoFileName
@Nullable public @Nullable String getLogoFileName()
The file name used for the logo file in the portal. If it is empty, the default logo is used, otherwise a custom logo was uploaded and saved under the specified name.- Returns:
- logoFileName
-
setLogoFileName
public void setLogoFileName(String logoFileName)
-
themeFileName
public PortalUserInterfaceResources themeFileName(String themeFileName)
-
getThemeFileName
@Nullable public @Nullable String getThemeFileName()
The file name used for the CSS file to customize the theme in the portal. If it is empty, no customized theme is used, otherwise a custom CSS file was uploaded and saved under the specified name.- Returns:
- themeFileName
-
setThemeFileName
public void setThemeFileName(String themeFileName)
-
-