public interface IBaseCreateLinkRequest
| Modifier and Type | Method and Description |
|---|---|
Permission |
create()
Deprecated.
As of release 1.1.3, replaced by
post() |
void |
create(ICallback<Permission> callback)
Deprecated.
As of release 1.1.3, replaced by
post(ICallback) |
ICreateLinkRequest |
expand(java.lang.String value) |
Permission |
post() |
void |
post(ICallback<Permission> callback) |
ICreateLinkRequest |
select(java.lang.String value) |
ICreateLinkRequest |
top(int value) |
@Deprecated void create(ICallback<Permission> callback)
post(ICallback)@Deprecated Permission create() throws ClientException
post()ClientExceptionvoid post(ICallback<Permission> callback)
Permission post() throws ClientException
ClientExceptionICreateLinkRequest select(java.lang.String value)
ICreateLinkRequest top(int value)
ICreateLinkRequest expand(java.lang.String value)