public interface IBaseShareRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
Share |
create(Share newShare)
Deprecated.
As of release 1.1.3, replaced by
post(Share) |
void |
create(Share newShare,
ICallback<Share> callback)
Deprecated.
As of release 1.1.3, replaced by
post(Share, ICallback) |
void |
delete() |
void |
delete(ICallback<java.lang.Void> callback) |
IBaseShareRequest |
expand(java.lang.String value) |
Share |
get() |
void |
get(ICallback<Share> callback) |
Share |
patch(Share sourceShare) |
void |
patch(Share sourceShare,
ICallback<Share> callback) |
Share |
post(Share newShare) |
void |
post(Share newShare,
ICallback<Share> callback) |
IBaseShareRequest |
select(java.lang.String value) |
IBaseShareRequest |
top(int value) |
Share |
update(Share sourceShare)
Deprecated.
As of release 1.1.3, replaced by
patch(Share) |
void |
update(Share sourceShare,
ICallback<Share> callback)
Deprecated.
As of release 1.1.3, replaced by
patch(Share, ICallback) |
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrlShare get() throws ClientException
ClientException@Deprecated void update(Share sourceShare, ICallback<Share> callback)
patch(Share, ICallback)@Deprecated Share update(Share sourceShare) throws ClientException
patch(Share)ClientExceptionShare patch(Share sourceShare) throws ClientException
ClientExceptionvoid delete(ICallback<java.lang.Void> callback)
void delete()
throws ClientException
ClientException@Deprecated void create(Share newShare, ICallback<Share> callback)
post(Share, ICallback)@Deprecated Share create(Share newShare) throws ClientException
post(Share)ClientExceptionShare post(Share newShare) throws ClientException
ClientExceptionIBaseShareRequest select(java.lang.String value)
IBaseShareRequest top(int value)
IBaseShareRequest expand(java.lang.String value)