Package com.boomi.connector.api.ui
Class VisibilityCondition
- java.lang.Object
-
- com.boomi.connector.api.ui.ConditionalFieldConfiguration
-
- com.boomi.connector.api.ui.VisibilityCondition
-
- All Implemented Interfaces:
Serializable
public class VisibilityCondition extends ConditionalFieldConfiguration implements Serializable
A condition that will drive the visibility of a field if the value(s) match. Otherwise the field is not visible.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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static VisibilityCondition
EMPTY_INSTANCE
-
Fields inherited from class com.boomi.connector.api.ui.ConditionalFieldConfiguration
valueConditions
-
-
Constructor Summary
Constructors Constructor Description VisibilityCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class com.boomi.connector.api.ui.ConditionalFieldConfiguration
copy, getValueConditions, withValueConditions, withValueConditions
-
-
-
-
Field Detail
-
EMPTY_INSTANCE
public static final VisibilityCondition EMPTY_INSTANCE
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classConditionalFieldConfiguration
-
toString
public String toString()
- Overrides:
toString
in classConditionalFieldConfiguration
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classConditionalFieldConfiguration
-
copy
public VisibilityCondition copy()
Deep copies the fields of the this model into a new instance of this class and returns it.- Overrides:
copy
in classConditionalFieldConfiguration
-
copy
public VisibilityCondition copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.- Specified by:
copy
in classConditionalFieldConfiguration
-
copy
protected VisibilityCondition copy(VisibilityCondition nobj, boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
-
-