public class OrganizationExchangePolicyJson extends BaseJson
Constructor and Description |
---|
OrganizationExchangePolicyJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSupportedTypes()
File types that are supported in this organization
|
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 is disabled
|
boolean |
isDisableWdSentItems()
An optional setting to disable the Watchdox sent items folder within
Watchdox's Outlook plugin.
|
boolean |
isEnableReadConfirmation()
is enable read confirmation
|
boolean |
isEnableSimpleSharing()
Whether to enable the feature of simple sharing (sharing a file that
doesn't required authentication)
|
boolean |
isProtectImagesInExchangeDocuments()
Protect images in Exchange files
|
boolean |
isReadConfirmByDefault()
is request read confirmation is the default for for the sender
|
boolean |
isSimpleSharingDefault()
If Simple Sharing is enabled, this will be the default for each file
shared
|
boolean |
isUseAutoComplete()
User auto complete
|
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 is disabled
|
void |
setDisableWdSentItems(boolean disableWdSentItems)
An optional setting to disable the Watchdox sent items folder within
Watchdox's Outlook plugin.
|
void |
setEnableReadConfirmation(boolean enableReadConfirmation)
is enable read confirmation
|
void |
setEnableSimpleSharing(boolean enableSimpleSharing)
Whether to enable the feature of simple sharing (sharing a file that
doesn't required authentication)
|
void |
setProtectImagesInExchangeDocuments(boolean protectImagesInExchangeDocuments)
Protect images in Exchange files
|
void |
setReadConfirmByDefault(boolean readConfirmByDefault)
is request read confirmation is the default for for the sender
|
void |
setSimpleSharingDefault(boolean simpleSharingDefault)
If Simple Sharing is enabled, this will be the default for each file
shared
|
void |
setSupportedTypes(Set<String> supportedTypes)
File types that are supported in this organization
|
void |
setUseAutoComplete(boolean useAutoComplete)
User auto complete
|
getObjType, setObjType, toString
public boolean isUseAutoComplete()
public void setUseAutoComplete(boolean useAutoComplete)
useAutoComplete
- User auto completepublic boolean isEnableSimpleSharing()
public void setEnableSimpleSharing(boolean enableSimpleSharing)
enableSimpleSharing
- Whether to enable the feature of simple
sharing (sharing a file that doesn't required authentication)public boolean isSimpleSharingDefault()
public void setSimpleSharingDefault(boolean simpleSharingDefault)
simpleSharingDefault
- If Simple Sharing is enabled, this will be
the default for each file sharedpublic 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 isDisableCurtain()
public void setDisableCurtain(boolean disableCurtain)
disableCurtain
- Flag indicating that curtain is disabled.public boolean isProtectImagesInExchangeDocuments()
public void setProtectImagesInExchangeDocuments(boolean protectImagesInExchangeDocuments)
protectImagesInExchangeDocuments
- Protect images in Exchange
filespublic boolean isEnableReadConfirmation()
public void setEnableReadConfirmation(boolean enableReadConfirmation)
enableReadConfirmation
- is enable read confirmationpublic boolean isDisablePasscodeLock()
public void setDisablePasscodeLock(boolean disablePasscodeLock)
disablePasscodeLock
- Flag indicating that passcode lock is
disabledpublic boolean isDisableWdSentItems()
public void setDisableWdSentItems(boolean disableWdSentItems)
disableWdSentItems
- An optional setting to disable the Watchdox
sent items folder within Watchdox's Outlook plugin.public boolean isReadConfirmByDefault()
public void setReadConfirmByDefault(boolean readConfirmByDefault)
readConfirmByDefault
- is request read confirmation is the default
for for the senderpublic boolean isAllowPrintingToPdf()
public void setAllowPrintingToPdf(boolean allowPrintingToPdf)
allowPrintingToPdf
- Flag indicating that printing to PDF is
permitted.public Set<String> getSupportedTypes()
Copyright © 2019. All rights reserved.