|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationModeEnum | |
|---|---|
| net.authorize.api.contract.v1 | |
| Uses of ValidationModeEnum in net.authorize.api.contract.v1 |
|---|
| Fields in net.authorize.api.contract.v1 declared as ValidationModeEnum | |
|---|---|
protected ValidationModeEnum |
ValidateCustomerPaymentProfileRequest.validationMode
|
protected ValidationModeEnum |
UpdateCustomerPaymentProfileRequest.validationMode
|
protected ValidationModeEnum |
CreateCustomerProfileRequest.validationMode
|
protected ValidationModeEnum |
CreateCustomerPaymentProfileRequest.validationMode
|
| Methods in net.authorize.api.contract.v1 that return ValidationModeEnum | |
|---|---|
static ValidationModeEnum |
ValidationModeEnum.fromValue(String v)
|
ValidationModeEnum |
ValidateCustomerPaymentProfileRequest.getValidationMode()
Gets the value of the validationMode property. |
ValidationModeEnum |
UpdateCustomerPaymentProfileRequest.getValidationMode()
Gets the value of the validationMode property. |
ValidationModeEnum |
CreateCustomerProfileRequest.getValidationMode()
Gets the value of the validationMode property. |
ValidationModeEnum |
CreateCustomerPaymentProfileRequest.getValidationMode()
Gets the value of the validationMode property. |
static ValidationModeEnum |
ValidationModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValidationModeEnum[] |
ValidationModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.authorize.api.contract.v1 with parameters of type ValidationModeEnum | |
|---|---|
void |
ValidateCustomerPaymentProfileRequest.setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property. |
void |
UpdateCustomerPaymentProfileRequest.setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property. |
void |
CreateCustomerProfileRequest.setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property. |
void |
CreateCustomerPaymentProfileRequest.setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||