Class ProWorkspace
java.lang.Object
com.caplin.motif.config.definitions.client.ProWorkspace
@Generated("org.openapitools.codegen.languages.SpringCodegen")
public class ProWorkspace
extends Object
ProWorkspace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDefaultLayoutsItem
(String defaultLayoutsItem) allowEditing
(Boolean allowEditing) defaultLayouts
(List<String> defaultLayouts) boolean
Whether a user should be allowed to edit their applications workspace layoutThe 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) toString()
-
Constructor Details
-
ProWorkspace
public ProWorkspace()
-
-
Method Details
-
defaultLayouts
-
addDefaultLayoutsItem
-
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
-
allowEditing
-
getAllowEditing
Whether a user should be allowed to edit their applications workspace layout- Returns:
- allowEditing
-
setAllowEditing
-
equals
-
hashCode
public int hashCode() -
toString
-