Package net.webpdf.wsclient.openapi
Class PortalUserInterface
- java.lang.Object
-
- net.webpdf.wsclient.openapi.PortalUserInterface
-
public class PortalUserInterface extends Object
Provides information for the user interface of the portal page.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LIMITSstatic StringJSON_PROPERTY_RESOURCESstatic StringJSON_PROPERTY_TOOLTIPS
-
Constructor Summary
Constructors Constructor Description PortalUserInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable ApplicationConfigPortalUserInterfaceLimitsgetLimits()Get limits@Nullable PortalUserInterfaceResourcesgetResources()Get resources@Nullable ApplicationConfigPortalUserInterfaceTooltipsgetTooltips()Get tooltipsinthashCode()PortalUserInterfacelimits(ApplicationConfigPortalUserInterfaceLimits limits)PortalUserInterfaceresources(PortalUserInterfaceResources resources)voidsetLimits(ApplicationConfigPortalUserInterfaceLimits limits)voidsetResources(PortalUserInterfaceResources resources)voidsetTooltips(ApplicationConfigPortalUserInterfaceTooltips tooltips)PortalUserInterfacetooltips(ApplicationConfigPortalUserInterfaceTooltips tooltips)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LIMITS
public static final String JSON_PROPERTY_LIMITS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_RESOURCES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOOLTIPS
public static final String JSON_PROPERTY_TOOLTIPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
limits
public PortalUserInterface limits(ApplicationConfigPortalUserInterfaceLimits limits)
-
getLimits
@Nullable public @Nullable ApplicationConfigPortalUserInterfaceLimits getLimits()
Get limits- Returns:
- limits
-
setLimits
public void setLimits(ApplicationConfigPortalUserInterfaceLimits limits)
-
resources
public PortalUserInterface resources(PortalUserInterfaceResources resources)
-
getResources
@Nullable public @Nullable PortalUserInterfaceResources getResources()
Get resources- Returns:
- resources
-
setResources
public void setResources(PortalUserInterfaceResources resources)
-
tooltips
public PortalUserInterface tooltips(ApplicationConfigPortalUserInterfaceTooltips tooltips)
-
getTooltips
@Nullable public @Nullable ApplicationConfigPortalUserInterfaceTooltips getTooltips()
Get tooltips- Returns:
- tooltips
-
setTooltips
public void setTooltips(ApplicationConfigPortalUserInterfaceTooltips tooltips)
-
-