DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.pojo.DomainRecord

Packages that use DomainRecord
com.myjeeva.digitalocean   
com.myjeeva.digitalocean.impl   
 

Uses of DomainRecord in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return DomainRecord
 DomainRecord DigitalOcean.createDomainRecord(DomainRecord domainRecord)
          To be release in v1.1
 DomainRecord DigitalOcean.editDomainRecord(DomainRecord domainRecord)
          To be release in v1.1
 DomainRecord DigitalOcean.getDomainRecord(Integer domainId, Integer recordId)
          To be release in v1.1
 

Methods in com.myjeeva.digitalocean that return types with arguments of type DomainRecord
 List<DomainRecord> DigitalOcean.getDomainRecords(Integer domainId)
          To be release in v1.1
 

Methods in com.myjeeva.digitalocean with parameters of type DomainRecord
 DomainRecord DigitalOcean.createDomainRecord(DomainRecord domainRecord)
          To be release in v1.1
 DomainRecord DigitalOcean.editDomainRecord(DomainRecord domainRecord)
          To be release in v1.1
 

Uses of DomainRecord in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that return DomainRecord
 DomainRecord DigitalOceanClient.createDomainRecord(DomainRecord domainRecord)
           
 DomainRecord DigitalOceanClient.editDomainRecord(DomainRecord domainRecord)
           
 DomainRecord DigitalOceanClient.getDomainRecord(Integer domainId, Integer recordId)
           
 

Methods in com.myjeeva.digitalocean.impl that return types with arguments of type DomainRecord
 List<DomainRecord> DigitalOceanClient.getDomainRecords(Integer domainId)
           
 

Methods in com.myjeeva.digitalocean.impl with parameters of type DomainRecord
 DomainRecord DigitalOceanClient.createDomainRecord(DomainRecord domainRecord)
           
 DomainRecord DigitalOceanClient.editDomainRecord(DomainRecord domainRecord)
           
 


DigitalOcean API Client in Java

Copyright © 2013 myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.