Uses of Class
com.oracle.bmc.ospgateway.model.ValueSetEntity
-
Packages that use ValueSetEntity Package Description com.oracle.bmc.ospgateway.model -
-
Uses of ValueSetEntity in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return ValueSetEntity Modifier and Type Method Description ValueSetEntity
ValueSetEntity.Builder. build()
Methods in com.oracle.bmc.ospgateway.model that return types with arguments of type ValueSetEntity Modifier and Type Method Description List<ValueSetEntity>
TaxTypeRule. getValueSet()
Label value pair for allowed values.Methods in com.oracle.bmc.ospgateway.model with parameters of type ValueSetEntity Modifier and Type Method Description ValueSetEntity.Builder
ValueSetEntity.Builder. copy(ValueSetEntity model)
Method parameters in com.oracle.bmc.ospgateway.model with type arguments of type ValueSetEntity Modifier and Type Method Description TaxTypeRule.Builder
TaxTypeRule.Builder. valueSet(List<ValueSetEntity> valueSet)
Label value pair for allowed values.
-