public abstract class ConditionalFieldConfiguration extends Object implements Serializable
Java class for ConditionalFieldConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionalFieldConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valueCondition" type="{http://www.boomi.com/connector/api/ui}ValueCondition" maxOccurs="10"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static ConditionalFieldConfiguration |
EMPTY_INSTANCE |
protected List<ValueCondition> |
valueConditions |
Constructor and Description |
---|
ConditionalFieldConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConditionalFieldConfiguration |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
abstract ConditionalFieldConfiguration |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected ConditionalFieldConfiguration |
copy(ConditionalFieldConfiguration nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
List<ValueCondition> |
getValueConditions()
Condition that is based on the value of another field.
|
int |
hashCode() |
String |
toString() |
ConditionalFieldConfiguration |
withValueConditions(Collection<? extends ValueCondition> newValues)
Adds the given newValues to the current valueConditions property List and returns this instance.
|
ConditionalFieldConfiguration |
withValueConditions(ValueCondition... newValues)
Adds the given newValues to the current valueConditions property List and returns this instance.
|
protected List<ValueCondition> valueConditions
public static final ConditionalFieldConfiguration EMPTY_INSTANCE
public List<ValueCondition> getValueConditions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the valueConditions property.
For example, to add a new item, do as follows:
getValueConditions().add(newItem);
Objects of the following type(s) are allowed in the list
ValueCondition
public ConditionalFieldConfiguration copy()
public abstract ConditionalFieldConfiguration copy(boolean isDeep)
protected ConditionalFieldConfiguration copy(ConditionalFieldConfiguration nobj, boolean isDeep)
public ConditionalFieldConfiguration withValueConditions(ValueCondition... newValues)
public ConditionalFieldConfiguration withValueConditions(Collection<? extends ValueCondition> newValues)