Class ProWorkspace


  • @Generated(value="org.openapitools.codegen.languages.SpringCodegen",
               date="2022-05-06T11:32:59.770935+01:00[Europe/London]")
    public class ProWorkspace
    extends Object
    ProWorkspace
    • Constructor Detail

      • ProWorkspace

        public ProWorkspace()
    • Method Detail

      • addDefaultLayoutsItem

        public ProWorkspace addDefaultLayoutsItem​(String defaultLayoutsItem)
      • getDefaultLayouts

        public List<String> getDefaultLayouts()
        The name(s) of users' default layout, corresponding to the NAME field in the LAYOUTS table of the application servers' webcentric database
        Returns:
        defaultLayouts
      • setDefaultLayouts

        public void setDefaultLayouts​(List<String> defaultLayouts)
      • getAllowEditing

        public Boolean getAllowEditing()
        Whether a user should be allowed to edit their applications workspace layout
        Returns:
        allowEditing
      • setAllowEditing

        public void setAllowEditing​(Boolean allowEditing)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object