Class OrganizationCustomizationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
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)
-
-