| Modifier and Type | Method and Description |
|---|---|
QuickMode |
Policy.getQuickMode()
Returns the default value for QUICK - whether it is disabled, enabled or enabled if all connections are established.
|
static QuickMode |
QuickMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuickMode[] |
QuickMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Policy(boolean showFilenames,
boolean showFilenamesChangeable,
boolean showZipContent,
boolean downloadNotification,
boolean downloadNotificationChangeable,
boolean allowConfidentialMessage,
boolean forceConfidentialMessage,
boolean allowCustomRecipientMessage,
int storageDuration,
int transferLimit,
java.util.Set<PasswordMode> allowedStandardPasswordModes,
java.util.Set<PasswordMode> allowedQuickPasswordModes,
QuickMode quickMode,
boolean quickModeChangeable,
java.util.Set<java.lang.String> failedEmailAddresses)
Constructor.
|