Package | Description |
---|---|
com.oracle.bmc.ospgateway.model |
Modifier and Type | Method and Description |
---|---|
static ThirdPartyValidationType |
ThirdPartyValidationType.create(String key) |
ThirdPartyValidationType |
AddressTypeRule.getThirdPartyValidation()
Third party validation.
|
static ThirdPartyValidationType |
ThirdPartyValidationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyValidationType[] |
ThirdPartyValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AddressTypeRule.Builder |
AddressTypeRule.Builder.thirdPartyValidation(ThirdPartyValidationType thirdPartyValidation)
Third party validation.
|
Constructor and Description |
---|
AddressTypeRule(ThirdPartyValidationType thirdPartyValidation,
List<Field> fields)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.