Class OrganizationExchangePolicyJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.OrganizationExchangePolicyJson
-
- All Implemented Interfaces:
Serializable
public class OrganizationExchangePolicyJson extends BaseJson
Organization file share policy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrganizationExchangePolicyJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getSupportedTypes()
File types that are supported in this organizationboolean
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 disabledboolean
isDisableWdSentItems()
An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.boolean
isEnableReadConfirmation()
is enable read confirmationboolean
isEnableSimpleSharing()
Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)boolean
isProtectImagesInExchangeDocuments()
Protect images in Exchange filesboolean
isReadConfirmByDefault()
is request read confirmation is the default for for the senderboolean
isSimpleSharingDefault()
If Simple Sharing is enabled, this will be the default for each file sharedboolean
isUseAutoComplete()
User auto completevoid
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 disabledvoid
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 confirmationvoid
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 filesvoid
setReadConfirmByDefault(boolean readConfirmByDefault)
is request read confirmation is the default for for the sendervoid
setSimpleSharingDefault(boolean simpleSharingDefault)
If Simple Sharing is enabled, this will be the default for each file sharedvoid
setSupportedTypes(Set<String> supportedTypes)
File types that are supported in this organizationvoid
setUseAutoComplete(boolean useAutoComplete)
User auto complete-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
isUseAutoComplete
public boolean isUseAutoComplete()
User auto complete- Returns:
- User auto complete
-
setUseAutoComplete
public void setUseAutoComplete(boolean useAutoComplete)
User auto complete- Parameters:
useAutoComplete
- User auto complete
-
isAllowNonControllableFileTypes
public boolean isAllowNonControllableFileTypes()
Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.- Returns:
- Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
-
setAllowNonControllableFileTypes
public void setAllowNonControllableFileTypes(boolean allowNonControllableFileTypes)
Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.- Parameters:
allowNonControllableFileTypes
- Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
-
isSimpleSharingDefault
public boolean isSimpleSharingDefault()
If Simple Sharing is enabled, this will be the default for each file shared- Returns:
- If Simple Sharing is enabled, this will be the default for each file shared
-
setSimpleSharingDefault
public void setSimpleSharingDefault(boolean simpleSharingDefault)
If Simple Sharing is enabled, this will be the default for each file shared- Parameters:
simpleSharingDefault
- If Simple Sharing is enabled, this will be the default for each file shared
-
isEnableSimpleSharing
public boolean isEnableSimpleSharing()
Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)- Returns:
- Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)
-
setEnableSimpleSharing
public void setEnableSimpleSharing(boolean enableSimpleSharing)
Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)- Parameters:
enableSimpleSharing
- Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)
-
isDisableCurtain
public boolean isDisableCurtain()
Flag indicating that curtain is disabled.- Returns:
- Flag indicating that curtain is disabled.
-
setDisableCurtain
public void setDisableCurtain(boolean disableCurtain)
Flag indicating that curtain is disabled.- Parameters:
disableCurtain
- Flag indicating that curtain is disabled.
-
isProtectImagesInExchangeDocuments
public boolean isProtectImagesInExchangeDocuments()
Protect images in Exchange files- Returns:
- Protect images in Exchange files
-
setProtectImagesInExchangeDocuments
public void setProtectImagesInExchangeDocuments(boolean protectImagesInExchangeDocuments)
Protect images in Exchange files- Parameters:
protectImagesInExchangeDocuments
- Protect images in Exchange files
-
isEnableReadConfirmation
public boolean isEnableReadConfirmation()
is enable read confirmation- Returns:
- is enable read confirmation
-
setEnableReadConfirmation
public void setEnableReadConfirmation(boolean enableReadConfirmation)
is enable read confirmation- Parameters:
enableReadConfirmation
- is enable read confirmation
-
isDisablePasscodeLock
public boolean isDisablePasscodeLock()
Flag indicating that passcode lock is disabled- Returns:
- Flag indicating that passcode lock is disabled
-
setDisablePasscodeLock
public void setDisablePasscodeLock(boolean disablePasscodeLock)
Flag indicating that passcode lock is disabled- Parameters:
disablePasscodeLock
- Flag indicating that passcode lock is disabled
-
isDisableWdSentItems
public boolean isDisableWdSentItems()
An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.- Returns:
- An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.
-
setDisableWdSentItems
public void setDisableWdSentItems(boolean disableWdSentItems)
An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.- Parameters:
disableWdSentItems
- An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.
-
isReadConfirmByDefault
public boolean isReadConfirmByDefault()
is request read confirmation is the default for for the sender- Returns:
- is request read confirmation is the default for for the sender
-
setReadConfirmByDefault
public void setReadConfirmByDefault(boolean readConfirmByDefault)
is request read confirmation is the default for for the sender- Parameters:
readConfirmByDefault
- is request read confirmation is the default for for the sender
-
isAllowPrintingToPdf
public boolean isAllowPrintingToPdf()
Flag indicating that printing to PDF is permitted.- Returns:
- Flag indicating that printing to PDF is permitted.
-
setAllowPrintingToPdf
public void setAllowPrintingToPdf(boolean allowPrintingToPdf)
Flag indicating that printing to PDF is permitted.- Parameters:
allowPrintingToPdf
- Flag indicating that printing to PDF is permitted.
-
getSupportedTypes
public Set<String> getSupportedTypes()
File types that are supported in this organization- Returns:
- File types that are supported in this organization
-
-