Class ProWorkspace
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.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 Summary
Constructors Constructor Description ProWorkspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProWorkspace
addDefaultLayoutsItem(String defaultLayoutsItem)
ProWorkspace
allowEditing(Boolean allowEditing)
ProWorkspace
defaultLayouts(List<String> defaultLayouts)
boolean
equals(Object o)
Boolean
getAllowEditing()
Whether a user should be allowed to edit their applications workspace layoutList<String>
getDefaultLayouts()
The name(s) of users' default layout, corresponding to the NAME field in the LAYOUTS table of the application servers' webcentric databaseint
hashCode()
void
setAllowEditing(Boolean allowEditing)
void
setDefaultLayouts(List<String> defaultLayouts)
String
toString()
-
-
-
Method Detail
-
defaultLayouts
public ProWorkspace defaultLayouts(List<String> defaultLayouts)
-
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
-
allowEditing
public ProWorkspace allowEditing(Boolean allowEditing)
-
getAllowEditing
public Boolean getAllowEditing()
Whether a user should be allowed to edit their applications workspace layout- Returns:
- allowEditing
-
setAllowEditing
public void setAllowEditing(Boolean allowEditing)
-
-