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 VisibilityConditionEMPTY_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 VisibilityConditioncopy()Deep copies the fields of the this model into a new instance of this class and returns it.VisibilityConditioncopy(boolean isDeep)Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.protected VisibilityConditioncopy(VisibilityCondition nobj, boolean isDeep)Copies the fields of the this model (optionally deeply) into the given instance and returns it.booleanequals(Object o)inthashCode()StringtoString()-
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:
hashCodein classConditionalFieldConfiguration
-
toString
public String toString()
- Overrides:
toStringin classConditionalFieldConfiguration
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classConditionalFieldConfiguration
-
copy
public VisibilityCondition copy()
Deep copies the fields of the this model into a new instance of this class and returns it.- Overrides:
copyin 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:
copyin 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.
-
-