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 Details

  • 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

      public String getName()
      Classification name
      Returns:
      Classification name
    • setName

      public void setName​(String name)
      Classification name
      Parameters:
      name - Classification name