Uses of Class
org.jclouds.openstack.glance.v1_0.options.ImageField

Packages that use ImageField
org.jclouds.openstack.glance.v1_0.options   
 

Uses of ImageField in org.jclouds.openstack.glance.v1_0.options
 

Methods in org.jclouds.openstack.glance.v1_0.options that return ImageField
static ImageField ImageField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageField[] ImageField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.openstack.glance.v1_0.options with parameters of type ImageField
 ListImageOptions ListImageOptions.sortBy(ImageField key)
          Results will be ordered by the specified image attribute.
static ListImageOptions ListImageOptions.Builder.sortBy(ImageField sortKey)
           
 



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