Package net.webpdf.wsclient.openapi
Class ApplicationConfigPortalUserInterfaceLimits
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigPortalUserInterfaceLimits
-
public class ApplicationConfigPortalUserInterfaceLimits extends Object
ApplicationConfigPortalUserInterfaceLimits
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DISPLAY_DISK_SPACEstatic StringJSON_PROPERTY_DISPLAY_MAX_FILES
-
Constructor Summary
Constructors Constructor Description ApplicationConfigPortalUserInterfaceLimits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigPortalUserInterfaceLimitsdisplayDiskSpace(Boolean displayDiskSpace)ApplicationConfigPortalUserInterfaceLimitsdisplayMaxFiles(Boolean displayMaxFiles)booleanequals(Object o)@Nullable BooleangetDisplayDiskSpace()Defines whether the portal page should display the maximum available disk space on the screen.@Nullable BooleangetDisplayMaxFiles()Specifies whether the portal page should display the maximum number of up-loadable files on the screen.inthashCode()voidsetDisplayDiskSpace(Boolean displayDiskSpace)voidsetDisplayMaxFiles(Boolean displayMaxFiles)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY_DISK_SPACE
public static final String JSON_PROPERTY_DISPLAY_DISK_SPACE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_MAX_FILES
public static final String JSON_PROPERTY_DISPLAY_MAX_FILES
- See Also:
- Constant Field Values
-
-
Method Detail
-
displayDiskSpace
public ApplicationConfigPortalUserInterfaceLimits displayDiskSpace(Boolean displayDiskSpace)
-
getDisplayDiskSpace
@Nullable public @Nullable Boolean getDisplayDiskSpace()
Defines whether the portal page should display the maximum available disk space on the screen.- Returns:
- displayDiskSpace
-
setDisplayDiskSpace
public void setDisplayDiskSpace(Boolean displayDiskSpace)
-
displayMaxFiles
public ApplicationConfigPortalUserInterfaceLimits displayMaxFiles(Boolean displayMaxFiles)
-
getDisplayMaxFiles
@Nullable public @Nullable Boolean getDisplayMaxFiles()
Specifies whether the portal page should display the maximum number of up-loadable files on the screen.- Returns:
- displayMaxFiles
-
setDisplayMaxFiles
public void setDisplayMaxFiles(Boolean displayMaxFiles)
-
-