public class ServicePrincipalDeltaCollectionRequest extends BaseCollectionRequest<ServicePrincipalDeltaCollectionResponse,IServicePrincipalDeltaCollectionPage> implements IServicePrincipalDeltaCollectionRequest
| Constructor and Description |
|---|
ServicePrincipalDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this ServicePrincipalDelta
|
| Modifier and Type | Method and Description |
|---|---|
IServicePrincipalDeltaCollectionPage |
buildFromResponse(ServicePrincipalDeltaCollectionResponse response) |
IServicePrincipalDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IServicePrincipalDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IServicePrincipalDeltaCollectionPage |
get() |
void |
get(ICallback<? super IServicePrincipalDeltaCollectionPage> callback) |
IServicePrincipalDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IServicePrincipalDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IServicePrincipalDeltaCollectionRequest |
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 ServicePrincipalDeltaCollectionRequest(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 IServicePrincipalDeltaCollectionPage> callback)
get in interface IServicePrincipalDeltaCollectionRequestpublic IServicePrincipalDeltaCollectionPage get() throws ClientException
get in interface IServicePrincipalDeltaCollectionRequestClientExceptionpublic IServicePrincipalDeltaCollectionPage buildFromResponse(ServicePrincipalDeltaCollectionResponse response)
public IServicePrincipalDeltaCollectionRequest select(java.lang.String value)
select in interface IServicePrincipalDeltaCollectionRequestvalue - the select clausepublic IServicePrincipalDeltaCollectionRequest top(int value)
top in interface IServicePrincipalDeltaCollectionRequestvalue - the max number of items to returnpublic IServicePrincipalDeltaCollectionRequest expand(java.lang.String value)
expand in interface IServicePrincipalDeltaCollectionRequestvalue - the expand clausepublic IServicePrincipalDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IServicePrincipalDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause