public interface IExtensionPropertyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IExtensionPropertyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IExtensionPropertyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IExtensionPropertyCollectionPage |
get() |
void |
get(ICallback<? super IExtensionPropertyCollectionPage> callback) |
IExtensionPropertyCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ExtensionProperty |
post(ExtensionProperty newExtensionProperty) |
void |
post(ExtensionProperty newExtensionProperty,
ICallback<? super ExtensionProperty> callback) |
IExtensionPropertyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IExtensionPropertyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IExtensionPropertyCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IExtensionPropertyCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IExtensionPropertyCollectionPage> callback)
IExtensionPropertyCollectionPage get() throws ClientException
ClientExceptionvoid post(ExtensionProperty newExtensionProperty, ICallback<? super ExtensionProperty> callback)
ExtensionProperty post(ExtensionProperty newExtensionProperty) throws ClientException
ClientExceptionIExtensionPropertyCollectionRequest expand(java.lang.String value)
value - the expand clauseIExtensionPropertyCollectionRequest filter(java.lang.String value)
value - the filter clauseIExtensionPropertyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIExtensionPropertyCollectionRequest select(java.lang.String value)
value - the select clauseIExtensionPropertyCollectionRequest top(int value)
value - the max number of items to returnIExtensionPropertyCollectionRequest skip(int value)
value - of the number of items to skipIExtensionPropertyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination