Uses of Class
com.globo.dnsapi.model.Record

Packages that use Record
com.globo.dnsapi.api   
 

Uses of Record in com.globo.dnsapi.api
 

Methods in com.globo.dnsapi.api that return Record
 Record RecordAPI.createRecord(Long domainId, String name, String content, String type)
           
 Record RecordAPI.getById(Long recordId)
           
 

Methods in com.globo.dnsapi.api that return types with arguments of type Record
 List<Record> RecordAPI.listAll(Long domainId)
           
 List<Record> RecordAPI.listByQuery(Long domainId, String query)
           
 



Copyright © 2014. All rights reserved.