Uses of Class
org.jclouds.ultradns.ws.domain.Zone.Type

Packages that use Zone.Type
org.jclouds.ultradns.ws.domain   
org.jclouds.ultradns.ws.features   
org.jclouds.ultradns.ws.predicates   
 

Uses of Zone.Type in org.jclouds.ultradns.ws.domain
 

Methods in org.jclouds.ultradns.ws.domain that return Zone.Type
static Zone.Type Zone.Type.fromValue(int code)
           
static Zone.Type Zone.Type.fromValue(String type)
           
 Zone.Type ZoneProperties.getType()
          The type of the zone
 Zone.Type Zone.getType()
          The type of the zone
static Zone.Type Zone.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Zone.Type[] Zone.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.ultradns.ws.domain with parameters of type Zone.Type
 ZoneProperties.Builder ZoneProperties.Builder.type(Zone.Type type)
           
 Zone.Builder Zone.Builder.type(Zone.Type type)
           
 

Uses of Zone.Type in org.jclouds.ultradns.ws.features
 

Methods in org.jclouds.ultradns.ws.features with parameters of type Zone.Type
 com.google.common.collect.FluentIterable<Zone> ZoneApi.listByAccountAndType(String accountId, Zone.Type type)
          Lists all zones in the specified account of type
 

Uses of Zone.Type in org.jclouds.ultradns.ws.predicates
 

Methods in org.jclouds.ultradns.ws.predicates with parameters of type Zone.Type
static com.google.common.base.Predicate<Zone> ZonePredicates.typeEqualTo(Zone.Type type)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.