Class PickListValue

java.lang.Object
org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
org.apache.camel.component.salesforce.api.dto.PickListValue

public class PickListValue extends AbstractDTOBase
Salesforce DTO for picklist value.
  • Constructor Details

    • PickListValue

      public PickListValue()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getDefaultValue

      public Boolean getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Boolean defaultValue)
    • getValidFor

      public byte[] getValidFor()
    • setValidFor

      public void setValidFor(byte[] validFor)