Interface ISearchSnippet

All Known Implementing Classes:
SearchSnippet

public interface ISearchSnippet
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
    element : text of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : wholeFields of type {urn:partner.soap.sforce.com}NameValuePair java type: com.sforce.soap.partner.NameValuePair[]
    void
     
    void
     
  • Method Details

    • getText

      String getText()
      element : text of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setText

      void setText(String text)
    • getWholeFields

      INameValuePair[] getWholeFields()
      element : wholeFields of type {urn:partner.soap.sforce.com}NameValuePair java type: com.sforce.soap.partner.NameValuePair[]
    • setWholeFields

      void setWholeFields(INameValuePair[] wholeFields)