public interface IIdentityProviderCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IIdentityProviderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IIdentityProviderCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IIdentityProviderCollectionPage |
get() |
void |
get(ICallback<? super IIdentityProviderCollectionPage> callback) |
IIdentityProviderCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IdentityProvider |
post(IdentityProvider newIdentityProvider) |
void |
post(IdentityProvider newIdentityProvider,
ICallback<? super IdentityProvider> callback) |
IIdentityProviderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IIdentityProviderCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IIdentityProviderCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IIdentityProviderCollectionRequest |
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, withHttpMethod
void get(ICallback<? super IIdentityProviderCollectionPage> callback)
IIdentityProviderCollectionPage get() throws ClientException
ClientException
void post(IdentityProvider newIdentityProvider, ICallback<? super IdentityProvider> callback)
IdentityProvider post(IdentityProvider newIdentityProvider) throws ClientException
ClientException
IIdentityProviderCollectionRequest expand(java.lang.String value)
value
- the expand clauseIIdentityProviderCollectionRequest filter(java.lang.String value)
value
- the filter clauseIIdentityProviderCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIIdentityProviderCollectionRequest select(java.lang.String value)
value
- the select clauseIIdentityProviderCollectionRequest top(int value)
value
- the max number of items to returnIIdentityProviderCollectionRequest skip(int value)
value
- of the number of items to skipIIdentityProviderCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination