public class Workspace extends GenericModel
| Constructor and Description | 
|---|
Workspace()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getCreated()
Gets the created. 
 | 
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getLanguage()
Gets the language. 
 | 
java.util.Map | 
getMetadata()
Gets the metadata. 
 | 
java.lang.String | 
getName()
Gets the name. 
 | 
WorkspaceSystemSettings | 
getSystemSettings()
Gets the systemSettings. 
 | 
java.util.Date | 
getUpdated()
Gets the updated. 
 | 
java.lang.String | 
getWorkspaceId()
Gets the workspaceId. 
 | 
java.lang.Boolean | 
isLearningOptOut()
Gets the learningOptOut. 
 | 
equals, hashCode, toStringpublic java.lang.String getName()
public java.lang.String getLanguage()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getWorkspaceId()
public java.lang.String getDescription()
public java.util.Map getMetadata()
public java.lang.Boolean isLearningOptOut()
public WorkspaceSystemSettings getSystemSettings()