public interface IAuthenticationMethodCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationMethodCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAuthenticationMethodCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAuthenticationMethodCollectionPage |
get() |
void |
get(ICallback<? super IAuthenticationMethodCollectionPage> callback) |
IAuthenticationMethodCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AuthenticationMethod |
post(AuthenticationMethod newAuthenticationMethod) |
void |
post(AuthenticationMethod newAuthenticationMethod,
ICallback<? super AuthenticationMethod> callback) |
IAuthenticationMethodCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAuthenticationMethodCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAuthenticationMethodCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAuthenticationMethodCollectionRequest |
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 IAuthenticationMethodCollectionPage> callback)
IAuthenticationMethodCollectionPage get() throws ClientException
ClientExceptionvoid post(AuthenticationMethod newAuthenticationMethod, ICallback<? super AuthenticationMethod> callback)
AuthenticationMethod post(AuthenticationMethod newAuthenticationMethod) throws ClientException
ClientExceptionIAuthenticationMethodCollectionRequest expand(java.lang.String value)
value - the expand clauseIAuthenticationMethodCollectionRequest filter(java.lang.String value)
value - the filter clauseIAuthenticationMethodCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAuthenticationMethodCollectionRequest select(java.lang.String value)
value - the select clauseIAuthenticationMethodCollectionRequest top(int value)
value - the max number of items to returnIAuthenticationMethodCollectionRequest skip(int value)
value - of the number of items to skipIAuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination