public interface ISchemaExtensionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISchemaExtensionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISchemaExtensionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISchemaExtensionCollectionPage |
get() |
void |
get(ICallback<? super ISchemaExtensionCollectionPage> callback) |
ISchemaExtensionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SchemaExtension |
post(SchemaExtension newSchemaExtension) |
void |
post(SchemaExtension newSchemaExtension,
ICallback<? super SchemaExtension> callback) |
ISchemaExtensionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISchemaExtensionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISchemaExtensionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISchemaExtensionCollectionRequest |
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 ISchemaExtensionCollectionPage> callback)
ISchemaExtensionCollectionPage get() throws ClientException
ClientExceptionvoid post(SchemaExtension newSchemaExtension, ICallback<? super SchemaExtension> callback)
SchemaExtension post(SchemaExtension newSchemaExtension) throws ClientException
ClientExceptionISchemaExtensionCollectionRequest expand(java.lang.String value)
value - the expand clauseISchemaExtensionCollectionRequest filter(java.lang.String value)
value - the filter clauseISchemaExtensionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISchemaExtensionCollectionRequest select(java.lang.String value)
value - the select clauseISchemaExtensionCollectionRequest top(int value)
value - the max number of items to returnISchemaExtensionCollectionRequest skip(int value)
value - of the number of items to skipISchemaExtensionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination