Class ClassificationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ClassificationJson
- All Implemented Interfaces:
Serializable
public class ClassificationJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClassificationJson()
-
Method Summary
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 usersMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ClassificationJson
public ClassificationJson()
-
-
Method Details
-
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
Classification name- Returns:
- Classification name
-
setName
Classification name- Parameters:
name
- Classification name
-