Class ConditionalFieldConfiguration

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    VisibilityCondition

    public abstract class ConditionalFieldConfiguration
    extends Object
    implements Serializable
    Conditions based on the state of another field.

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConditionalFieldConfiguration

        public ConditionalFieldConfiguration()
    • Method Detail

      • getValueConditions

        public List<ValueCondition> getValueConditions()
        Condition that is based on the value of another field. Currently there is a limit of 1 value condition.Gets the value of the valueConditions property.

        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

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copy

        public abstract ConditionalFieldConfiguration copy​(boolean isDeep)
        Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.