public interface IOrgContactWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super OrgContact> callback) |
IOrgContactWithReferenceRequest |
expand(java.lang.String value) |
OrgContact |
get() |
void |
get(ICallback<? super OrgContact> callback) |
OrgContact |
patch(OrgContact sourceOrgContact) |
void |
patch(OrgContact sourceOrgContact,
ICallback<? super OrgContact> callback) |
OrgContact |
post(OrgContact newOrgContact,
IJsonBackedObject payload) |
void |
post(OrgContact newOrgContact,
IJsonBackedObject payload,
ICallback<? super OrgContact> callback) |
IOrgContactWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(OrgContact newOrgContact, IJsonBackedObject payload, ICallback<? super OrgContact> callback)
OrgContact post(OrgContact newOrgContact, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super OrgContact> callback)
OrgContact get() throws ClientException
ClientExceptionvoid delete(ICallback<? super OrgContact> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(OrgContact sourceOrgContact, ICallback<? super OrgContact> callback)
OrgContact patch(OrgContact sourceOrgContact) throws ClientException
ClientExceptionIOrgContactWithReferenceRequest select(java.lang.String value)
IOrgContactWithReferenceRequest expand(java.lang.String value)