public interface SalesforceRestClient
| Modifier and Type | Method and Description |
|---|---|
void |
apiVersion(ApiVersion apiVersion) |
List<ApiVersion> |
apiVersions() |
AuthenticationResponse |
authenticate() |
SObjectDescriptor |
describe(SObjectMetadata metadata) |
SObjectsResponse |
objects() |
void |
pushTopic(PushTopic pushTopic) |
List<PushTopic> |
pushTopics() |
AuthenticationResponse authenticate() throws IOException
IOExceptionvoid apiVersion(ApiVersion apiVersion) throws IOException
IOExceptionList<ApiVersion> apiVersions() throws IOException
IOExceptionSObjectsResponse objects() throws IOException
IOExceptionSObjectDescriptor describe(SObjectMetadata metadata) throws IOException
IOExceptionList<PushTopic> pushTopics() throws IOException
IOExceptionvoid pushTopic(PushTopic pushTopic) throws IOException
IOExceptionCopyright © 2017. All rights reserved.