public interface IDomainDnsRecordCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDomainDnsRecordCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDomainDnsRecordCollectionPage |
get() |
void |
get(ICallback<IDomainDnsRecordCollectionPage> callback) |
DomainDnsRecord |
post(DomainDnsRecord newDomainDnsRecord) |
void |
post(DomainDnsRecord newDomainDnsRecord,
ICallback<DomainDnsRecord> callback) |
IDomainDnsRecordCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDomainDnsRecordCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDomainDnsRecordCollectionPage> callback)
IDomainDnsRecordCollectionPage get() throws ClientException
ClientExceptionvoid post(DomainDnsRecord newDomainDnsRecord, ICallback<DomainDnsRecord> callback)
DomainDnsRecord post(DomainDnsRecord newDomainDnsRecord) throws ClientException
ClientExceptionIDomainDnsRecordCollectionRequest expand(java.lang.String value)
value - the expand clauseIDomainDnsRecordCollectionRequest select(java.lang.String value)
value - the select clauseIDomainDnsRecordCollectionRequest top(int value)
value - the max number of items to return