Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.DomainChange.ChangeDetail
- 
Packages that use DomainChange.ChangeDetail Package Description org.jclouds.rackspace.clouddns.v1.domain  - 
- 
Uses of DomainChange.ChangeDetail in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return types with arguments of type DomainChange.ChangeDetail Modifier and Type Method Description List<DomainChange.ChangeDetail>DomainChange.Change. getChangeDetails()Constructor parameters in org.jclouds.rackspace.clouddns.v1.domain with type arguments of type DomainChange.ChangeDetail Constructor Description Change(String domain, String action, String targetType, int accountId, int targetId, List<DomainChange.ChangeDetail> changeDetails) 
 -