Class OrganizationCustomizationJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.OrganizationCustomizationJson
All Implemented Interfaces:
Serializable

public class OrganizationCustomizationJson
extends BaseJson
Details about organization customization
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getVdrDefaultDocOrder

      public ApiDocumentOrderVDR getVdrDefaultDocOrder()
      Default ordering of files in workspace (relevant only if organization uses workspace)
      Returns:
      Default ordering of files in workspace (relevant only if organization uses workspace)
    • setVdrDefaultDocOrder

      public void setVdrDefaultDocOrder​(ApiDocumentOrderVDR vdrDefaultDocOrder)
      Default ordering of files in workspace (relevant only if organization uses workspace)
      Parameters:
      vdrDefaultDocOrder - Default ordering of files in workspace (relevant only if organization uses workspace)
    • getAllowUserSwitchAccounts

      public Boolean getAllowUserSwitchAccounts()
      Flag indicating whether to allow user to switch accounts
      Returns:
      Flag indicating whether to allow user to switch accounts
    • setAllowUserSwitchAccounts

      public void setAllowUserSwitchAccounts​(Boolean allowUserSwitchAccounts)
      Flag indicating whether to allow user to switch accounts
      Parameters:
      allowUserSwitchAccounts - Flag indicating whether to allow user to switch accounts
    • getSicDefaultDocOrder

      public ApiDocumentOrderVDR getSicDefaultDocOrder()
      Default ordering of files in SIC (relevant only if organization uses SIC)
      Returns:
      Default ordering of files in SIC (relevant only if organization uses SIC)
    • setSicDefaultDocOrder

      public void setSicDefaultDocOrder​(ApiDocumentOrderVDR sicDefaultDocOrder)
      Default ordering of files in SIC (relevant only if organization uses SIC)
      Parameters:
      sicDefaultDocOrder - Default ordering of files in SIC (relevant only if organization uses SIC)