public interface IExtensionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IExtensionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IExtensionCollectionPage |
get() |
void |
get(ICallback<IExtensionCollectionPage> callback) |
Extension |
post(Extension newExtension) |
void |
post(Extension newExtension,
ICallback<Extension> callback) |
IExtensionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IExtensionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IExtensionCollectionPage> callback)
IExtensionCollectionPage get() throws ClientException
ClientExceptionExtension post(Extension newExtension) throws ClientException
ClientExceptionIExtensionCollectionRequest expand(java.lang.String value)
value - the expand clauseIExtensionCollectionRequest select(java.lang.String value)
value - the select clauseIExtensionCollectionRequest top(int value)
value - the max number of items to return