Class RoomExplicitJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.RoomExplicitJson
-
- All Implemented Interfaces:
Serializable
public class RoomExplicitJson extends BaseJson
Used when marking a workspace explicit- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoomExplicitJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isExplicit()
Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.void
setExplicit(boolean explicit)
Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
isExplicit
public boolean isExplicit()
Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.- Returns:
- Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.
-
setExplicit
public void setExplicit(boolean explicit)
Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.- Parameters:
explicit
- Flag indicating the entity is 'explicit' (not hidden) and should appear in lists.
-
-