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, withValueConditions
public static final VisibilityCondition EMPTY_INSTANCE
public int hashCode()
hashCode
in class ConditionalFieldConfiguration
public String toString()
toString
in class ConditionalFieldConfiguration
public boolean equals(Object o)
equals
in class ConditionalFieldConfiguration
public VisibilityCondition copy()
copy
in class ConditionalFieldConfiguration
public VisibilityCondition copy(boolean isDeep)
copy
in class ConditionalFieldConfiguration
protected VisibilityCondition copy(VisibilityCondition nobj, boolean isDeep)