public class MicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest extends BaseCollectionRequest<MicrosoftAuthenticatorAuthenticationMethodTargetCollectionResponse,IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage> implements IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest
| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MicrosoftAuthenticatorAuthenticationMethodTarget
|
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 MicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest(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 IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage> callback)
get in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestpublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage get() throws ClientException
get in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestClientExceptionpublic void post(MicrosoftAuthenticatorAuthenticationMethodTarget newMicrosoftAuthenticatorAuthenticationMethodTarget, ICallback<? super MicrosoftAuthenticatorAuthenticationMethodTarget> callback)
post in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestpublic MicrosoftAuthenticatorAuthenticationMethodTarget post(MicrosoftAuthenticatorAuthenticationMethodTarget newMicrosoftAuthenticatorAuthenticationMethodTarget) throws ClientException
post in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestClientExceptionpublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest expand(java.lang.String value)
expand in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - the expand clausepublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest filter(java.lang.String value)
filter in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - the filter clausepublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest orderBy(java.lang.String value)
orderBy in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - the order by clausepublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest select(java.lang.String value)
select in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - the select clausepublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest top(int value)
top in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - the max number of items to returnpublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest skip(int value)
skip in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestvalue - of the number of items to skippublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionRequestskipToken - - Token for paginationpublic IMicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage buildFromResponse(MicrosoftAuthenticatorAuthenticationMethodTargetCollectionResponse response)