public class OrganizationCustomizationJson extends BaseJson
Constructor and Description |
---|
OrganizationCustomizationJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowUserSwitchAccounts()
Flag indicating whether to allow user to switch accounts
|
ApiDocumentOrderVDR |
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 accounts
|
void |
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)
|
getObjType, setObjType, toString
public ApiDocumentOrderVDR getVdrDefaultDocOrder()
public void setVdrDefaultDocOrder(ApiDocumentOrderVDR vdrDefaultDocOrder)
vdrDefaultDocOrder
- Default ordering of files in workspace
(relevant only if organization uses workspace)public Boolean getAllowUserSwitchAccounts()
public void setAllowUserSwitchAccounts(Boolean allowUserSwitchAccounts)
allowUserSwitchAccounts
- Flag indicating whether to allow user to
switch accountspublic ApiDocumentOrderVDR getSicDefaultDocOrder()
public void setSicDefaultDocOrder(ApiDocumentOrderVDR sicDefaultDocOrder)
sicDefaultDocOrder
- Default ordering of files in SIC (relevant
only if organization uses SIC)Copyright © 2019. All rights reserved.