public interface IAuthenticationMethodTargetCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationMethodTargetCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAuthenticationMethodTargetCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAuthenticationMethodTargetCollectionPage |
get() |
void |
get(ICallback<? super IAuthenticationMethodTargetCollectionPage> callback) |
IAuthenticationMethodTargetCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AuthenticationMethodTarget |
post(AuthenticationMethodTarget newAuthenticationMethodTarget) |
void |
post(AuthenticationMethodTarget newAuthenticationMethodTarget,
ICallback<? super AuthenticationMethodTarget> callback) |
IAuthenticationMethodTargetCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAuthenticationMethodTargetCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAuthenticationMethodTargetCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAuthenticationMethodTargetCollectionRequest |
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 IAuthenticationMethodTargetCollectionPage> callback)
IAuthenticationMethodTargetCollectionPage get() throws ClientException
ClientExceptionvoid post(AuthenticationMethodTarget newAuthenticationMethodTarget, ICallback<? super AuthenticationMethodTarget> callback)
AuthenticationMethodTarget post(AuthenticationMethodTarget newAuthenticationMethodTarget) throws ClientException
ClientExceptionIAuthenticationMethodTargetCollectionRequest expand(java.lang.String value)
value - the expand clauseIAuthenticationMethodTargetCollectionRequest filter(java.lang.String value)
value - the filter clauseIAuthenticationMethodTargetCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAuthenticationMethodTargetCollectionRequest select(java.lang.String value)
value - the select clauseIAuthenticationMethodTargetCollectionRequest top(int value)
value - the max number of items to returnIAuthenticationMethodTargetCollectionRequest skip(int value)
value - of the number of items to skipIAuthenticationMethodTargetCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination