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
|
ISchemaExtensionCollectionPage |
get() |
void |
get(ICallback<ISchemaExtensionCollectionPage> callback) |
SchemaExtension |
post(SchemaExtension newSchemaExtension) |
void |
post(SchemaExtension newSchemaExtension,
ICallback<SchemaExtension> callback) |
ISchemaExtensionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISchemaExtensionCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<ISchemaExtensionCollectionPage> callback)
get in interface ISchemaExtensionCollectionRequestpublic ISchemaExtensionCollectionPage get() throws ClientException
get in interface ISchemaExtensionCollectionRequestClientExceptionpublic void post(SchemaExtension newSchemaExtension, ICallback<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 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 ISchemaExtensionCollectionPage buildFromResponse(SchemaExtensionCollectionResponse response)