public class ServicePrincipalCollectionWithReferencesRequest extends BaseCollectionRequest<ServicePrincipalCollectionResponse,IServicePrincipalCollectionPage> implements IServicePrincipalCollectionWithReferencesRequest
| Constructor and Description |
|---|
ServicePrincipalCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ServicePrincipal
|
| Modifier and Type | Method and Description |
|---|---|
IServicePrincipalCollectionWithReferencesPage |
buildFromResponse(ServicePrincipalCollectionResponse response) |
IServicePrincipalCollectionWithReferencesRequest |
expand(java.lang.String value) |
IServicePrincipalCollectionWithReferencesRequest |
filter(java.lang.String value) |
IServicePrincipalCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IServicePrincipalCollectionWithReferencesPage> callback) |
IServicePrincipalCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IServicePrincipalCollectionWithReferencesRequest |
select(java.lang.String value) |
IServicePrincipalCollectionWithReferencesRequest |
top(int value) |
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 ServicePrincipalCollectionWithReferencesRequest(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 IServicePrincipalCollectionWithReferencesPage> callback)
get in interface IServicePrincipalCollectionWithReferencesRequestpublic IServicePrincipalCollectionWithReferencesPage get() throws ClientException
get in interface IServicePrincipalCollectionWithReferencesRequestClientExceptionpublic IServicePrincipalCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IServicePrincipalCollectionWithReferencesRequestpublic IServicePrincipalCollectionWithReferencesRequest filter(java.lang.String value)
public IServicePrincipalCollectionWithReferencesRequest orderBy(java.lang.String value)
public IServicePrincipalCollectionWithReferencesRequest select(java.lang.String value)
select in interface IServicePrincipalCollectionWithReferencesRequestpublic IServicePrincipalCollectionWithReferencesRequest top(int value)
top in interface IServicePrincipalCollectionWithReferencesRequestpublic IServicePrincipalCollectionWithReferencesPage buildFromResponse(ServicePrincipalCollectionResponse response)