Mule Salesforce Connector
Install Guide
User Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.sforce.async
com.sforce.bulk
com.sforce.rest
com.sforce.rest.pojo
com.sforce.rest.tools
com.sforce.soap.partner
com.sforce.soap.partner.fault
com.sforce.soap.partner.sobject
com.sforce.ws
com.sforce.ws.bind
com.sforce.ws.parser
com.sforce.ws.template
com.sforce.ws.tools
com.sforce.ws.transport
com.sforce.ws.types
com.sforce.ws.util
com.sforce.ws.wsdl
org.mule.modules.salesforce
org.mule.modules.salesforce.adapters
org.mule.modules.salesforce.config
org.mule.modules.salesforce.processors
org.mule.modules.salesforce.sources
org.mule.modules.salesforce.transformers
Interfaces
RestConnection
Classes
DescribeGlobal
DescribeLayout
DescribeLayout.ChildEntity
DescribeLayout.Field
DescribeSobject
DescribeSobject.SobjectDescribe
QueryResult
RestConnectionImpl
ResultInfo
SearchResult
SObjectResult
Enums
ContentType
RestExceptionCode
Exceptions
RestApiException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
SearchResult
extends Object
java.lang.Object
↳
com.sforce.rest.SearchResult
Summary
Fields
private List<
ResultInfo
>
attributes
private String
id
Public Constructors
SearchResult
()
Public Methods
List<
ResultInfo
>
getAttributes
()
String
getId
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private List<
ResultInfo
>
attributes
private String
id
Public Constructors
public
SearchResult
()
Public Methods
public List<
ResultInfo
>
getAttributes
()
public String
getId
()