public class OrganizationWorkspacesPolicyJson extends BaseJson
Constructor and Description |
---|
OrganizationWorkspacesPolicyJson() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowEditDescription()
Deprecated.
|
boolean |
getLogAccessActionsToFiles()
Deprecated.
|
Set<String> |
getSupportedTypes()
File types that are supported in this organization
|
boolean |
isAllowEditDescription()
Allow edit description
|
boolean |
isAllowNonControllableFileTypes()
Flag indicating that non-controllable file types are permitted.
|
boolean |
isAllowPrintingToPdf()
Flag indicating that printing to PDF is permitted
|
boolean |
isDisableCurtain()
Flag indicating that curtain is disabled.
|
boolean |
isDisablePasscodeLock()
Flag indicating that passcode lock on disabled.
|
boolean |
isEnableReadConfirmation()
is enable read confirmation
|
boolean |
isLogAccessActionsToFiles()
Log access actions to files
|
boolean |
isProtectImagesInWorkspaces()
Protect images in workspaces
|
boolean |
isReadConfirmByDefault()
is request read confirmation is the default for for the sender
|
boolean |
isUseAutoComplete()
Use auto complete
|
void |
setAllowEditDescription(boolean allowEditDescription)
Allow edit description
|
void |
setAllowNonControllableFileTypes(boolean allowNonControllableFileTypes)
Flag indicating that non-controllable file types are permitted.
|
void |
setAllowPrintingToPdf(boolean allowPrintingToPdf)
Flag indicating that printing to PDF is permitted
|
void |
setDisableCurtain(boolean disableCurtain)
Flag indicating that curtain is disabled.
|
void |
setDisablePasscodeLock(boolean disablePasscodeLock)
Flag indicating that passcode lock on disabled.
|
void |
setEnableReadConfirmation(boolean enableReadConfirmation)
is enable read confirmation
|
void |
setLogAccessActionsToFiles(boolean logAccessActionsToFiles)
Log access actions to files
|
void |
setProtectImagesInWorkspaces(boolean protectImagesInWorkspaces)
Protect images in workspaces
|
void |
setReadConfirmByDefault(boolean readConfirmByDefault)
is request read confirmation is the default for for the sender
|
void |
setSupportedTypes(Set<String> supportedTypes)
File types that are supported in this organization
|
void |
setUseAutoComplete(boolean useAutoComplete)
Use auto complete
|
getObjType, setObjType, toString
public boolean isUseAutoComplete()
public void setUseAutoComplete(boolean useAutoComplete)
useAutoComplete
- Use auto completepublic boolean isProtectImagesInWorkspaces()
public void setProtectImagesInWorkspaces(boolean protectImagesInWorkspaces)
protectImagesInWorkspaces
- Protect images in workspacespublic boolean isDisablePasscodeLock()
public void setDisablePasscodeLock(boolean disablePasscodeLock)
disablePasscodeLock
- Flag indicating that passcode lock on
disabled.public boolean isAllowNonControllableFileTypes()
public void setAllowNonControllableFileTypes(boolean allowNonControllableFileTypes)
allowNonControllableFileTypes
- Flag indicating that
non-controllable file types are permitted. These are files that are not
Word, Excel or PDF.public boolean isLogAccessActionsToFiles()
@Deprecated public boolean getLogAccessActionsToFiles()
public void setLogAccessActionsToFiles(boolean logAccessActionsToFiles)
logAccessActionsToFiles
- Log access actions to filespublic boolean isReadConfirmByDefault()
public void setReadConfirmByDefault(boolean readConfirmByDefault)
readConfirmByDefault
- is request read confirmation is the default
for for the senderpublic boolean isDisableCurtain()
public void setDisableCurtain(boolean disableCurtain)
disableCurtain
- Flag indicating that curtain is disabled.public boolean isAllowPrintingToPdf()
public void setAllowPrintingToPdf(boolean allowPrintingToPdf)
allowPrintingToPdf
- Flag indicating that printing to PDF is
permittedpublic Set<String> getSupportedTypes()
public void setSupportedTypes(Set<String> supportedTypes)
supportedTypes
- File types that are supported in this
organizationpublic boolean isEnableReadConfirmation()
public void setEnableReadConfirmation(boolean enableReadConfirmation)
enableReadConfirmation
- is enable read confirmationpublic boolean isAllowEditDescription()
@Deprecated public boolean getAllowEditDescription()
public void setAllowEditDescription(boolean allowEditDescription)
allowEditDescription
- Allow edit descriptionCopyright © 2019. All rights reserved.