| Package | Description |
|---|---|
| com.force.api |
| Modifier and Type | Method and Description |
|---|---|
ResourceRepresentation |
ForceApi.delete(String path)
sends a custom REST API DELETE request
|
ResourceRepresentation |
ForceApi.get(String path) |
ResourceRepresentation |
ForceApi.getSObject(String type,
String id) |
ResourceRepresentation |
ForceApi.patch(String path,
Object input)
sends a custom REST API PATCH request
|
ResourceRepresentation |
ForceApi.post(String path,
Object input)
sends a custom REST API POST request
|
ResourceRepresentation |
ForceApi.put(String path,
Object input)
sends a custom REST API PUT request (no test for this method yet).
|
ResourceRepresentation |
ForceApi.request(String method,
String path,
Object input) |
Copyright © 2017. All rights reserved.