public interface IFido2AuthenticationMethodCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IFido2AuthenticationMethodCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IFido2AuthenticationMethodCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IFido2AuthenticationMethodCollectionPage |
get() |
void |
get(ICallback<? super IFido2AuthenticationMethodCollectionPage> callback) |
IFido2AuthenticationMethodCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Fido2AuthenticationMethod |
post(Fido2AuthenticationMethod newFido2AuthenticationMethod) |
void |
post(Fido2AuthenticationMethod newFido2AuthenticationMethod,
ICallback<? super Fido2AuthenticationMethod> callback) |
IFido2AuthenticationMethodCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IFido2AuthenticationMethodCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IFido2AuthenticationMethodCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IFido2AuthenticationMethodCollectionRequest |
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 IFido2AuthenticationMethodCollectionPage> callback)
IFido2AuthenticationMethodCollectionPage get() throws ClientException
ClientExceptionvoid post(Fido2AuthenticationMethod newFido2AuthenticationMethod, ICallback<? super Fido2AuthenticationMethod> callback)
Fido2AuthenticationMethod post(Fido2AuthenticationMethod newFido2AuthenticationMethod) throws ClientException
ClientExceptionIFido2AuthenticationMethodCollectionRequest expand(java.lang.String value)
value - the expand clauseIFido2AuthenticationMethodCollectionRequest filter(java.lang.String value)
value - the filter clauseIFido2AuthenticationMethodCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIFido2AuthenticationMethodCollectionRequest select(java.lang.String value)
value - the select clauseIFido2AuthenticationMethodCollectionRequest top(int value)
value - the max number of items to returnIFido2AuthenticationMethodCollectionRequest skip(int value)
value - of the number of items to skipIFido2AuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination