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 Details

  • 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.