public class GroupDeltaCollectionRequest extends BaseCollectionRequest<GroupDeltaCollectionResponse,IGroupDeltaCollectionPage> implements IGroupDeltaCollectionRequest
| Constructor and Description |
|---|
GroupDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this GroupDelta
|
| Modifier and Type | Method and Description |
|---|---|
IGroupDeltaCollectionPage |
buildFromResponse(GroupDeltaCollectionResponse response) |
IGroupDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupDeltaCollectionPage |
get() |
void |
get(ICallback<IGroupDeltaCollectionPage> callback) |
IGroupDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupDeltaCollectionRequest |
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 GroupDeltaCollectionRequest(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<IGroupDeltaCollectionPage> callback)
get in interface IGroupDeltaCollectionRequestpublic IGroupDeltaCollectionPage get() throws ClientException
get in interface IGroupDeltaCollectionRequestClientExceptionpublic IGroupDeltaCollectionPage buildFromResponse(GroupDeltaCollectionResponse response)
public IGroupDeltaCollectionRequest select(java.lang.String value)
select in interface IGroupDeltaCollectionRequestvalue - the select clausepublic IGroupDeltaCollectionRequest top(int value)
top in interface IGroupDeltaCollectionRequestvalue - the max number of items to returnpublic IGroupDeltaCollectionRequest expand(java.lang.String value)
expand in interface IGroupDeltaCollectionRequestvalue - the expand clause