| Modifier and Type | Method and Description |
|---|---|
EmailServicesErrorAction |
EmailServicesFunction.getAuthenticationFailureAction() |
EmailServicesErrorAction |
EmailServicesFunction.getAuthorizationFailureAction() |
EmailServicesErrorAction |
EmailServicesFunction.getFunctionInactiveAction() |
EmailServicesErrorAction |
EmailServicesFunction.getOverLimitAction() |
static EmailServicesErrorAction |
EmailServicesErrorAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmailServicesErrorAction[] |
EmailServicesErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailServicesFunction.setAuthenticationFailureAction(EmailServicesErrorAction authenticationFailureAction) |
void |
EmailServicesFunction.setAuthorizationFailureAction(EmailServicesErrorAction authorizationFailureAction) |
void |
EmailServicesFunction.setFunctionInactiveAction(EmailServicesErrorAction functionInactiveAction) |
void |
EmailServicesFunction.setOverLimitAction(EmailServicesErrorAction overLimitAction) |
Copyright © 2020. All Rights Reserved.