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)
          Method creates a new domain record name with an given domain record values
 DomainRecord DigitalOcean.editDomainRecord(DomainRecord domainRecord)
          method edits an existing domain record of the given domain.
 DomainRecord DigitalOcean.getDomainRecordInfo(Integer domainId, Integer recordId)
          Method returns the specified domain record.
 

Methods in com.myjeeva.digitalocean that return types with arguments of type DomainRecord
 List<DomainRecord> DigitalOcean.getDomainRecords(Integer domainId)
          Method returns all of your current domain records from DNS control panel for given domain.
 

Methods in com.myjeeva.digitalocean with parameters of type DomainRecord
 DomainRecord DigitalOcean.createDomainRecord(DomainRecord domainRecord)
          Method creates a new domain record name with an given domain record values
 DomainRecord DigitalOcean.editDomainRecord(DomainRecord domainRecord)
          method edits an existing domain record of the given domain.
static Map<String,String> Utils.prepareDomainRecordParams(DomainRecord domainRecord)
           
 

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.getDomainRecordInfo(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 © 2014 myjeeva blog, 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 blog has license information.