Package com.sforce.soap.partner
Interface ISearchSnippet
-
- All Known Implementing Classes:
SearchSnippet
public interface ISearchSnippetThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText()element : text of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringINameValuePair[]getWholeFields()element : wholeFields of type {urn:partner.soap.sforce.com}NameValuePair java type: com.sforce.soap.partner.NameValuePair[]voidsetText(String text)voidsetWholeFields(INameValuePair[] wholeFields)
-
-
-
Method Detail
-
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)
-
-