Uses of Class
com.globo.dnsapi.DNSAPIException

Packages that use DNSAPIException
com.globo.dnsapi   
com.globo.dnsapi.api   
 

Uses of DNSAPIException in com.globo.dnsapi
 

Methods in com.globo.dnsapi that throw DNSAPIException
protected  DNSAPIRoot<T> AbstractAPI.delete(String suffixUrl, boolean returnsList)
           
protected  DNSAPIRoot<T> AbstractAPI.get(String suffixUrl, boolean returnsList)
           
protected  void AbstractAPI.handleExceptionIfNeeded(com.google.api.client.http.HttpResponse response)
          Exception treatment for generic calls
protected  void AbstractAPI.interceptResponse(com.google.api.client.http.HttpResponse response)
          Run after each request complete (with or without success).
protected
<E> DNSAPIRoot<E>
AbstractAPI.parse(com.google.api.client.http.HttpResponse response, Type type)
           
protected
<E> DNSAPIRoot<E>
AbstractAPI.parse(String responseAsString, Type type)
          Convert an HttpResponse object to DNSAPIRoot of E object.
protected  DNSAPIRoot<T> AbstractAPI.post(String suffixUrl, Object payload, boolean returnsList)
           
protected  DNSAPIRoot<T> AbstractAPI.put(String suffixUrl, Object payload, boolean returnsList)
           
 

Uses of DNSAPIException in com.globo.dnsapi.api
 

Methods in com.globo.dnsapi.api that throw DNSAPIException
 Domain DomainAPI.createDomain(String name, Long templateId, String authorityType)
           
 Record RecordAPI.createRecord(Long domainId, String name, String content, String type)
           
 Domain DomainAPI.createReverseDomain(String name, Long templateId, String authorityType)
           
 Record RecordAPI.getById(Long recordId)
           
 Domain DomainAPI.getById(Long domainId)
           
 Domain DomainAPI.getReverseById(Long domainId)
           
 List<Domain> DomainAPI.listAll()
           
 List<Record> RecordAPI.listAll(Long domainId)
           
 List<Domain> DomainAPI.listAllReverse()
           
 List<Record> RecordAPI.listByQuery(Long domainId, String query)
           
 List<Domain> DomainAPI.listByQuery(String query)
           
 List<Domain> DomainAPI.listReverseByQuery(String query)
           
 void DomainAPI.removeDomain(Long domainId)
           
 void RecordAPI.removeRecord(Long recordId)
           
 void DomainAPI.removeReverseDomain(Long domainId)
           
 Export ExportAPI.scheduleExport()
           
 Authentication AuthAPI.signIn(String email, String password)
           
 void DomainAPI.updateDomain(Long domainId, String name, String authorityType, String ttl)
           
 void RecordAPI.updateRecord(Long recordId, Long domainId, String name, String content)
           
 void DomainAPI.updateReverseDomain(Long domainId, String name, String authorityType, String ttl)
           
 



Copyright © 2014. All rights reserved.