public class Module extends NamedObject
Modifier and Type | Method and Description |
---|---|
View |
getView(java.lang.String identifier)
Retrieve a specific view.
|
java.util.List<View> |
getViews()
Retrieve a list of available views.
|
getCode, getId, getName
public java.util.List<View> getViews() throws AnaplanAPIException
AnaplanAPIException
public View getView(java.lang.String identifier) throws AnaplanAPIException
identifier
- The name, code or id for the viewAnaplanAPIException