public interface IAuthenticationMethodConfigurationCollectionRequest extends IHttpRequest
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IAuthenticationMethodConfigurationCollectionPage> callback)
IAuthenticationMethodConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(AuthenticationMethodConfiguration newAuthenticationMethodConfiguration, ICallback<? super AuthenticationMethodConfiguration> callback)
AuthenticationMethodConfiguration post(AuthenticationMethodConfiguration newAuthenticationMethodConfiguration) throws ClientException
ClientExceptionIAuthenticationMethodConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIAuthenticationMethodConfigurationCollectionRequest filter(java.lang.String value)
value - the filter clauseIAuthenticationMethodConfigurationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAuthenticationMethodConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIAuthenticationMethodConfigurationCollectionRequest top(int value)
value - the max number of items to returnIAuthenticationMethodConfigurationCollectionRequest skip(int value)
value - of the number of items to skipIAuthenticationMethodConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination