public interface IServicePrincipalCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IServicePrincipalCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IServicePrincipalCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IServicePrincipalCollectionPage |
get() |
void |
get(ICallback<? super IServicePrincipalCollectionPage> callback) |
IServicePrincipalCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ServicePrincipal |
post(ServicePrincipal newServicePrincipal) |
void |
post(ServicePrincipal newServicePrincipal,
ICallback<? super ServicePrincipal> callback) |
IServicePrincipalCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IServicePrincipalCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IServicePrincipalCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IServicePrincipalCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IServicePrincipalCollectionPage> callback)
IServicePrincipalCollectionPage get() throws ClientException
ClientExceptionvoid post(ServicePrincipal newServicePrincipal, ICallback<? super ServicePrincipal> callback)
ServicePrincipal post(ServicePrincipal newServicePrincipal) throws ClientException
ClientExceptionIServicePrincipalCollectionRequest expand(java.lang.String value)
value - the expand clauseIServicePrincipalCollectionRequest filter(java.lang.String value)
value - the filter clauseIServicePrincipalCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIServicePrincipalCollectionRequest select(java.lang.String value)
value - the select clauseIServicePrincipalCollectionRequest top(int value)
value - the max number of items to returnIServicePrincipalCollectionRequest skip(int value)
value - of the number of items to skipIServicePrincipalCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination