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 Summary
Constructors Constructor Description OrganizationCustomizationJson()
-
Method Summary
Modifier and Type Method Description Boolean
getAllowUserSwitchAccounts()
Flag indicating whether to allow user to switch accountsApiDocumentOrderVDR
getSicDefaultDocOrder()
Default ordering of files in SIC (relevant only if organization uses SIC)ApiDocumentOrderVDR
getVdrDefaultDocOrder()
Default ordering of files in workspace (relevant only if organization uses workspace)void
setAllowUserSwitchAccounts(Boolean allowUserSwitchAccounts)
Flag indicating whether to allow user to switch accountsvoid
setSicDefaultDocOrder(ApiDocumentOrderVDR sicDefaultDocOrder)
Default ordering of files in SIC (relevant only if organization uses SIC)void
setVdrDefaultDocOrder(ApiDocumentOrderVDR vdrDefaultDocOrder)
Default ordering of files in workspace (relevant only if organization uses workspace)Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
OrganizationCustomizationJson
public OrganizationCustomizationJson()
-
-
Method Details
-
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
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
Flag indicating whether to allow user to switch accounts- Returns:
- Flag indicating whether to allow user to switch accounts
-
setAllowUserSwitchAccounts
Flag indicating whether to allow user to switch accounts- Parameters:
allowUserSwitchAccounts
- Flag indicating whether to allow user to switch accounts
-
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
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)
-