Uses of Class
org.jclouds.gogrid.domain.ObjectType

Packages that use ObjectType
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions.internal   
org.jclouds.gogrid.options   
 

Uses of ObjectType in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return ObjectType
static ObjectType ObjectType.fromValue(String type)
           
 ObjectType Job.getObjectType()
           
static ObjectType ObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectType[] ObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.gogrid.domain with parameters of type ObjectType
Job(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, SortedSet<JobProperties> history, Map<String,String> details)
           
 

Uses of ObjectType in org.jclouds.gogrid.functions.internal
 

Methods in org.jclouds.gogrid.functions.internal that return ObjectType
 ObjectType CustomDeserializers.ObjectTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 

Uses of ObjectType in org.jclouds.gogrid.options
 

Methods in org.jclouds.gogrid.options with parameters of type ObjectType
 GetJobListOptions GetJobListOptions.onlyForObjectType(ObjectType objectType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.