public interface IDomainDnsRecordCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IDomainDnsRecordCollectionRequest |
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 IDomainDnsRecordCollectionPage> callback)
IDomainDnsRecordCollectionPage get() throws ClientException
ClientExceptionvoid post(DomainDnsRecord newDomainDnsRecord, ICallback<? super DomainDnsRecord> callback)
DomainDnsRecord post(DomainDnsRecord newDomainDnsRecord) throws ClientException
ClientExceptionIDomainDnsRecordCollectionRequest expand(java.lang.String value)
value - the expand clauseIDomainDnsRecordCollectionRequest filter(java.lang.String value)
value - the filter clauseIDomainDnsRecordCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIDomainDnsRecordCollectionRequest select(java.lang.String value)
value - the select clauseIDomainDnsRecordCollectionRequest top(int value)
value - the max number of items to returnIDomainDnsRecordCollectionRequest skip(int value)
value - of the number of items to skipIDomainDnsRecordCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination