public class VisibilityCondition extends ConditionalFieldConfiguration implements Serializable
Java class for VisibilityCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VisibilityCondition">
<complexContent>
<extension base="{http://www.boomi.com/connector/api/ui}ConditionalFieldConfiguration">
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static VisibilityCondition |
EMPTY_INSTANCE |
valueConditions| Constructor and Description |
|---|
VisibilityCondition() |
| Modifier and Type | Method and Description |
|---|---|
VisibilityCondition |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
VisibilityCondition |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected VisibilityCondition |
copy(VisibilityCondition nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
copy, getValueConditions, withValueConditions, withValueConditionspublic static final VisibilityCondition EMPTY_INSTANCE
public int hashCode()
hashCode in class ConditionalFieldConfigurationpublic String toString()
toString in class ConditionalFieldConfigurationpublic boolean equals(Object o)
equals in class ConditionalFieldConfigurationpublic VisibilityCondition copy()
copy in class ConditionalFieldConfigurationpublic VisibilityCondition copy(boolean isDeep)
copy in class ConditionalFieldConfigurationprotected VisibilityCondition copy(VisibilityCondition nobj, boolean isDeep)