Uses of Class
org.jclouds.googlecomputeengine.domain.Resource.Kind

Packages that use Resource.Kind
org.jclouds.googlecomputeengine.domain   
 

Uses of Resource.Kind in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain declared as Resource.Kind
protected  Resource.Kind Resource.kind
           
protected  Resource.Kind Resource.Builder.kind
           
 

Methods in org.jclouds.googlecomputeengine.domain that return Resource.Kind
static Resource.Kind Resource.Kind.fromValue(String kind)
           
 Resource.Kind Resource.getKind()
           
 Resource.Kind ListPage.getKind()
           
static Resource.Kind Resource.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Resource.Kind[] Resource.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Resource.Kind
protected  T Resource.Builder.kind(Resource.Kind kind)
           
 ListPage.Builder<T> ListPage.Builder.kind(Resource.Kind kind)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Resource.Kind
AbstractDisk(Resource.Kind kind, String id, Date creationTimestamp, URI selfLink, String name, String description, Integer sizeGb, String status)
           
ListPage(Resource.Kind kind, String id, URI selfLink, String nextPageToken, Iterable<T> items)
           
Resource(Resource.Kind kind, String id, Date creationTimestamp, URI selfLink, String name, String description)
           
 



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