public interface ISearchSnippet
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
element : text of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
INameValuePair[] |
getWholeFields()
element : wholeFields of type {urn:partner.soap.sforce.com}NameValuePair
java type: com.sforce.soap.partner.NameValuePair[]
|
void |
setText(String text) |
void |
setWholeFields(INameValuePair[] wholeFields) |
String getText()
void setText(String text)
INameValuePair[] getWholeFields()
void setWholeFields(INameValuePair[] wholeFields)
Copyright © 2015. All Rights Reserved.