Interface ISearchLayoutFieldsDisplayed

All Known Implementing Classes:
SearchLayoutFieldsDisplayed

public interface ISearchLayoutFieldsDisplayed
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : fields of type {urn:partner.soap.sforce.com}SearchLayoutField java type: com.sforce.soap.partner.SearchLayoutField[]
    boolean
     
    void
    setApplicable(boolean applicable)
     
    void
     
  • Method Details

    • getApplicable

      boolean getApplicable()
      element : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isApplicable

      boolean isApplicable()
    • setApplicable

      void setApplicable(boolean applicable)
    • getFields

      ISearchLayoutField[] getFields()
      element : fields of type {urn:partner.soap.sforce.com}SearchLayoutField java type: com.sforce.soap.partner.SearchLayoutField[]
    • setFields

      void setFields(ISearchLayoutField[] fields)