public interface IColumnLinkCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IColumnLinkCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IColumnLinkCollectionPage |
get() |
void |
get(ICallback<IColumnLinkCollectionPage> callback) |
ColumnLink |
post(ColumnLink newColumnLink) |
void |
post(ColumnLink newColumnLink,
ICallback<ColumnLink> callback) |
IColumnLinkCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IColumnLinkCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IColumnLinkCollectionPage> callback)
IColumnLinkCollectionPage get() throws ClientException
ClientExceptionvoid post(ColumnLink newColumnLink, ICallback<ColumnLink> callback)
ColumnLink post(ColumnLink newColumnLink) throws ClientException
ClientExceptionIColumnLinkCollectionRequest expand(java.lang.String value)
value - the expand clauseIColumnLinkCollectionRequest select(java.lang.String value)
value - the select clauseIColumnLinkCollectionRequest top(int value)
value - the max number of items to return