public class Workspace extends AnaplanApiClientObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the identifier of the workspace.
|
Model |
getModel(java.lang.String modelId)
Retrieve a specific model by identifier.
|
java.util.List<Model> |
getModels()
Retrieve the list of available models.
|
java.lang.String |
getName()
Get the name of the workspace.
|
public java.lang.String getId()
public java.lang.String getName()
public java.util.List<Model> getModels() throws AnaplanAPIException
AnaplanAPIException
public Model getModel(java.lang.String modelId) throws AnaplanAPIException
modelId
- The GUID or name of the modelAnaplanAPIException