public interface IDomainCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IDomainCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDomainCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDomainCollectionPage |
get() |
void |
get(ICallback<? super IDomainCollectionPage> callback) |
IDomainCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Domain |
post(Domain newDomain) |
void |
post(Domain newDomain,
ICallback<? super Domain> callback) |
IDomainCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDomainCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDomainCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDomainCollectionRequest |
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, withHttpMethod
void get(ICallback<? super IDomainCollectionPage> callback)
IDomainCollectionPage get() throws ClientException
ClientException
Domain post(Domain newDomain) throws ClientException
ClientException
IDomainCollectionRequest expand(java.lang.String value)
value
- the expand clauseIDomainCollectionRequest filter(java.lang.String value)
value
- the filter clauseIDomainCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIDomainCollectionRequest select(java.lang.String value)
value
- the select clauseIDomainCollectionRequest top(int value)
value
- the max number of items to returnIDomainCollectionRequest skip(int value)
value
- of the number of items to skipIDomainCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination