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.modelMethods in com.oracle.bmc.ospgateway.model that return ThirdPartyValidationType Modifier and Type Method Description static ThirdPartyValidationTypeThirdPartyValidationType. create(String key)ThirdPartyValidationTypeAddressTypeRule. getThirdPartyValidation()Third party validation.static ThirdPartyValidationTypeThirdPartyValidationType. 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.BuilderAddressTypeRule.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.
 
-