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<IIdentityProviderCollectionPage> callback) |
IdentityProvider |
post(IdentityProvider newIdentityProvider) |
void |
post(IdentityProvider newIdentityProvider,
ICallback<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, withHttpMethodvoid get(ICallback<IIdentityProviderCollectionPage> callback)
IIdentityProviderCollectionPage get() throws ClientException
ClientExceptionvoid post(IdentityProvider newIdentityProvider, ICallback<IdentityProvider> callback)
IdentityProvider post(IdentityProvider newIdentityProvider) throws ClientException
ClientExceptionIIdentityProviderCollectionRequest expand(java.lang.String value)
value - the expand clauseIIdentityProviderCollectionRequest filter(java.lang.String value)
value - the filter 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