public class DomainDnsRecordCollectionRequest extends BaseCollectionRequest<DomainDnsRecordCollectionResponse,IDomainDnsRecordCollectionPage> implements IDomainDnsRecordCollectionRequest
| Constructor and Description |
|---|
DomainDnsRecordCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DomainDnsRecord
|
| Modifier and Type | Method and Description |
|---|---|
IDomainDnsRecordCollectionPage |
buildFromResponse(DomainDnsRecordCollectionResponse response) |
IDomainDnsRecordCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDomainDnsRecordCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDomainDnsRecordCollectionPage |
get() |
void |
get(ICallback<? super IDomainDnsRecordCollectionPage> callback) |
IDomainDnsRecordCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
DomainDnsRecord |
post(DomainDnsRecord newDomainDnsRecord) |
void |
post(DomainDnsRecord newDomainDnsRecord,
ICallback<? super DomainDnsRecord> callback) |
IDomainDnsRecordCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDomainDnsRecordCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDomainDnsRecordCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IDomainDnsRecordCollectionRequest |
top(int value)
Sets the top value for the request
|
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 DomainDnsRecordCollectionRequest(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 IDomainDnsRecordCollectionPage> callback)
get in interface IDomainDnsRecordCollectionRequestpublic IDomainDnsRecordCollectionPage get() throws ClientException
get in interface IDomainDnsRecordCollectionRequestClientExceptionpublic void post(DomainDnsRecord newDomainDnsRecord, ICallback<? super DomainDnsRecord> callback)
post in interface IDomainDnsRecordCollectionRequestpublic DomainDnsRecord post(DomainDnsRecord newDomainDnsRecord) throws ClientException
post in interface IDomainDnsRecordCollectionRequestClientExceptionpublic IDomainDnsRecordCollectionRequest expand(java.lang.String value)
expand in interface IDomainDnsRecordCollectionRequestvalue - the expand clausepublic IDomainDnsRecordCollectionRequest filter(java.lang.String value)
filter in interface IDomainDnsRecordCollectionRequestvalue - the filter clausepublic IDomainDnsRecordCollectionRequest orderBy(java.lang.String value)
orderBy in interface IDomainDnsRecordCollectionRequestvalue - the order by clausepublic IDomainDnsRecordCollectionRequest select(java.lang.String value)
select in interface IDomainDnsRecordCollectionRequestvalue - the select clausepublic IDomainDnsRecordCollectionRequest top(int value)
top in interface IDomainDnsRecordCollectionRequestvalue - the max number of items to returnpublic IDomainDnsRecordCollectionRequest skip(int value)
skip in interface IDomainDnsRecordCollectionRequestvalue - of the number of items to skippublic IDomainDnsRecordCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDomainDnsRecordCollectionRequestskipToken - - Token for paginationpublic IDomainDnsRecordCollectionPage buildFromResponse(DomainDnsRecordCollectionResponse response)