Package com.sforce.rest

Interface Summary
RestConnection  
 

Class Summary
DescribeGlobal This class represents a JSON response from /services/data/v{version}/sobjects It has all of the fields for a particular sobject, and metadata about those fields.
DescribeLayout This class represents a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe It has all of the fields for a particular sobject, and metadata about those fields.
DescribeLayout.ChildEntity Child Relationships.
DescribeLayout.Field This class represents part of a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe
DescribeSobject This class represents a JSON response from /services/data/v{version}/sobjects/{sobjectName}
DescribeSobject.SobjectDescribe This class represents part of a JSON response from high level resource describe calls.
QueryResult  
RestConnectionImpl RestConnection
ResultInfo  
SearchResult  
SObjectResult This is the response from the server when you perform an create, update, delete operation on a single record.
 

Enum Summary
ContentType ContentType
RestExceptionCode RestExceptionCode
 

Exception Summary
RestApiException RestApiException
 



Copyright © 2011. All Rights Reserved.