Uses of Class
com.oracle.bmc.ospgateway.model.AddressQualityType
-
Packages that use AddressQualityType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of AddressQualityType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return AddressQualityType Modifier and Type Method Description static AddressQualityTypeAddressQualityType. create(String key)AddressQualityTypeVerifyAddressReceipt. getQuality()Address quality type.static AddressQualityTypeAddressQualityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressQualityType[]AddressQualityType. 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 AddressQualityType Modifier and Type Method Description VerifyAddressReceipt.BuilderVerifyAddressReceipt.Builder. quality(AddressQualityType quality)Address quality type.Constructors in com.oracle.bmc.ospgateway.model with parameters of type AddressQualityType Constructor Description VerifyAddressReceipt(Address address, AddressQualityType quality, AddressVerificationCode verificationCode)Deprecated.
-