public class SchemaExtensionCollectionRequest extends BaseCollectionRequest<SchemaExtensionCollectionResponse,ISchemaExtensionCollectionPage> implements ISchemaExtensionCollectionRequest
| Constructor and Description |
|---|
SchemaExtensionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SchemaExtension
|
| Modifier and Type | Method and Description |
|---|---|
ISchemaExtensionCollectionPage |
buildFromResponse(SchemaExtensionCollectionResponse response) |
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)
Add Skip token for pagination
|
ISchemaExtensionCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic SchemaExtensionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ISchemaExtensionCollectionPage> callback)
get in interface ISchemaExtensionCollectionRequestpublic ISchemaExtensionCollectionPage get() throws ClientException
get in interface ISchemaExtensionCollectionRequestClientExceptionpublic void post(SchemaExtension newSchemaExtension, ICallback<? super SchemaExtension> callback)
post in interface ISchemaExtensionCollectionRequestpublic SchemaExtension post(SchemaExtension newSchemaExtension) throws ClientException
post in interface ISchemaExtensionCollectionRequestClientExceptionpublic ISchemaExtensionCollectionRequest expand(java.lang.String value)
expand in interface ISchemaExtensionCollectionRequestvalue - the expand clausepublic ISchemaExtensionCollectionRequest filter(java.lang.String value)
filter in interface ISchemaExtensionCollectionRequestvalue - the filter clausepublic ISchemaExtensionCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISchemaExtensionCollectionRequestvalue - the order by clausepublic ISchemaExtensionCollectionRequest select(java.lang.String value)
select in interface ISchemaExtensionCollectionRequestvalue - the select clausepublic ISchemaExtensionCollectionRequest top(int value)
top in interface ISchemaExtensionCollectionRequestvalue - the max number of items to returnpublic ISchemaExtensionCollectionRequest skip(int value)
skip in interface ISchemaExtensionCollectionRequestvalue - of the number of items to skippublic ISchemaExtensionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISchemaExtensionCollectionRequestskipToken - - Token for paginationpublic ISchemaExtensionCollectionPage buildFromResponse(SchemaExtensionCollectionResponse response)