Uses of Class
com.oracle.bmc.ospgateway.model.ThirdPartyValidationType
-
Packages that use ThirdPartyValidationType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of ThirdPartyValidationType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return ThirdPartyValidationType Modifier and Type Method 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.Methods in com.oracle.bmc.ospgateway.model with parameters of type ThirdPartyValidationType Modifier and Type Method Description AddressTypeRule.Builder
AddressTypeRule.Builder. thirdPartyValidation(ThirdPartyValidationType thirdPartyValidation)
Third party validation.Constructors in com.oracle.bmc.ospgateway.model with parameters of type ThirdPartyValidationType Constructor Description AddressTypeRule(ThirdPartyValidationType thirdPartyValidation, List<Field> fields)
Deprecated.
-