public interface IDomainDnsSrvRecordRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<DomainDnsSrvRecord> callback)
Delete this item from the service
|
IDomainDnsSrvRecordRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DomainDnsSrvRecord |
get()
Gets the DomainDnsSrvRecord from the service
|
void |
get(ICallback<DomainDnsSrvRecord> callback)
Gets the DomainDnsSrvRecord from the service
|
DomainDnsSrvRecord |
patch(DomainDnsSrvRecord sourceDomainDnsSrvRecord)
Patches this DomainDnsSrvRecord with a source
|
void |
patch(DomainDnsSrvRecord sourceDomainDnsSrvRecord,
ICallback<DomainDnsSrvRecord> callback)
Patches this DomainDnsSrvRecord with a source
|
DomainDnsSrvRecord |
post(DomainDnsSrvRecord newDomainDnsSrvRecord)
Posts a DomainDnsSrvRecord with a new object
|
void |
post(DomainDnsSrvRecord newDomainDnsSrvRecord,
ICallback<DomainDnsSrvRecord> callback)
Posts a DomainDnsSrvRecord with a new object
|
IDomainDnsSrvRecordRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<DomainDnsSrvRecord> callback)
callback - the callback to be called after success or failureDomainDnsSrvRecord get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<DomainDnsSrvRecord> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DomainDnsSrvRecord sourceDomainDnsSrvRecord, ICallback<DomainDnsSrvRecord> callback)
sourceDomainDnsSrvRecord - the source object with updatescallback - the callback to be called after success or failureDomainDnsSrvRecord patch(DomainDnsSrvRecord sourceDomainDnsSrvRecord) throws ClientException
sourceDomainDnsSrvRecord - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DomainDnsSrvRecord newDomainDnsSrvRecord, ICallback<DomainDnsSrvRecord> callback)
newDomainDnsSrvRecord - the new object to createcallback - the callback to be called after success or failureDomainDnsSrvRecord post(DomainDnsSrvRecord newDomainDnsSrvRecord) throws ClientException
newDomainDnsSrvRecord - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIDomainDnsSrvRecordRequest select(java.lang.String value)
value - the select clauseIDomainDnsSrvRecordRequest expand(java.lang.String value)
value - the expand clause