public class AuthenticationMethodTargetCollectionRequest extends BaseCollectionRequest<AuthenticationMethodTargetCollectionResponse,IAuthenticationMethodTargetCollectionPage> implements IAuthenticationMethodTargetCollectionRequest
| Constructor and Description |
|---|
AuthenticationMethodTargetCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AuthenticationMethodTarget
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AuthenticationMethodTargetCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IAuthenticationMethodTargetCollectionPage> callback)
get in interface IAuthenticationMethodTargetCollectionRequestpublic IAuthenticationMethodTargetCollectionPage get() throws ClientException
get in interface IAuthenticationMethodTargetCollectionRequestClientExceptionpublic void post(AuthenticationMethodTarget newAuthenticationMethodTarget, ICallback<? super AuthenticationMethodTarget> callback)
post in interface IAuthenticationMethodTargetCollectionRequestpublic AuthenticationMethodTarget post(AuthenticationMethodTarget newAuthenticationMethodTarget) throws ClientException
post in interface IAuthenticationMethodTargetCollectionRequestClientExceptionpublic IAuthenticationMethodTargetCollectionRequest expand(java.lang.String value)
expand in interface IAuthenticationMethodTargetCollectionRequestvalue - the expand clausepublic IAuthenticationMethodTargetCollectionRequest filter(java.lang.String value)
filter in interface IAuthenticationMethodTargetCollectionRequestvalue - the filter clausepublic IAuthenticationMethodTargetCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAuthenticationMethodTargetCollectionRequestvalue - the order by clausepublic IAuthenticationMethodTargetCollectionRequest select(java.lang.String value)
select in interface IAuthenticationMethodTargetCollectionRequestvalue - the select clausepublic IAuthenticationMethodTargetCollectionRequest top(int value)
top in interface IAuthenticationMethodTargetCollectionRequestvalue - the max number of items to returnpublic IAuthenticationMethodTargetCollectionRequest skip(int value)
skip in interface IAuthenticationMethodTargetCollectionRequestvalue - of the number of items to skippublic IAuthenticationMethodTargetCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAuthenticationMethodTargetCollectionRequestskipToken - - Token for paginationpublic IAuthenticationMethodTargetCollectionPage buildFromResponse(AuthenticationMethodTargetCollectionResponse response)