Class ClassificationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ClassificationJson
-
- All Implemented Interfaces:
Serializable
public class ClassificationJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassificationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Classification nameboolean
isOpenForAll()
Flag to indicate that files which get this classification can be viewed by all their permitted usersvoid
setName(String name)
Classification namevoid
setOpenForAll(boolean openForAll)
Flag to indicate that files which get this classification can be viewed by all their permitted users-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
isOpenForAll
public boolean isOpenForAll()
Flag to indicate that files which get this classification can be viewed by all their permitted users- Returns:
- Flag to indicate that files which get this classification can be viewed by all their permitted users
-
setOpenForAll
public void setOpenForAll(boolean openForAll)
Flag to indicate that files which get this classification can be viewed by all their permitted users- Parameters:
openForAll
- Flag to indicate that files which get this classification can be viewed by all their permitted users
-
getName
public String getName()
Classification name- Returns:
- Classification name
-
setName
public void setName(String name)
Classification name- Parameters:
name
- Classification name
-
-