|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Fields in org.jclouds.gogrid.domain declared as ObjectType | |
|---|---|
protected ObjectType |
Job.Builder.objectType
|
| 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. |
| Methods in org.jclouds.gogrid.domain with parameters of type ObjectType | |
|---|---|
T |
Job.Builder.objectType(ObjectType objectType)
|
| 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,
Set<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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||