Uses of Class
org.jclouds.dynect.v3.domain.Zone.SerialStyle

Packages that use Zone.SerialStyle
org.jclouds.dynect.v3.domain   
 

Uses of Zone.SerialStyle in org.jclouds.dynect.v3.domain
 

Methods in org.jclouds.dynect.v3.domain that return Zone.SerialStyle
static Zone.SerialStyle Zone.SerialStyle.fromValue(String serialStyle)
           
 Zone.SerialStyle Zone.getSerialStyle()
          The style of the zone's serial
 Zone.SerialStyle SOARecord.getSerialStyle()
           
 Zone.SerialStyle CreatePrimaryZone.getSerialStyle()
          The style of the zone's serial.
static Zone.SerialStyle Zone.SerialStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Zone.SerialStyle[] Zone.SerialStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.dynect.v3.domain with parameters of type Zone.SerialStyle
 Zone.Builder Zone.Builder.serialStyle(Zone.SerialStyle serialStyle)
           
 SOARecord.Builder SOARecord.Builder.serialStyle(Zone.SerialStyle serialStyle)
           
 CreatePrimaryZone.Builder CreatePrimaryZone.Builder.serialStyle(Zone.SerialStyle serialStyle)
           
 



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