Class DomainFunctions
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.functions.DomainFunctions
-
public class DomainFunctions extends Object
Functions for working with Domains.
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Function<Domain,String>
GET_DOMAIN_NAME
Take a Domain and return its name.
-
Constructor Summary
Constructors Constructor Description DomainFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Domain>
toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.
-