Class RoomExplicitJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RoomExplicitJson
public RoomExplicitJson()
-
-
Method Details
-
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.
-