Package org.jclouds.gogrid.options
Class GetJobListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetJobListOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class GetJobListOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetJobListOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetJobListOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description GetJobListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
GetJobListOptions
latestJobForObjectByName(String serverName)
GetJobListOptions
maxItemsNumber(Integer maxNumber)
GetJobListOptions
onlyForObjectName(String objectName)
GetJobListOptions
onlyForObjectType(ObjectType objectType)
GetJobListOptions
onlyForState(JobState jobState)
GetJobListOptions
withEndDate(Date endDate)
GetJobListOptions
withOwner(String owner)
GetJobListOptions
withStartDate(Date startDate)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final GetJobListOptions NONE
-
-
Method Detail
-
maxItemsNumber
public GetJobListOptions maxItemsNumber(Integer maxNumber)
-
withStartDate
public GetJobListOptions withStartDate(Date startDate)
-
withEndDate
public GetJobListOptions withEndDate(Date endDate)
-
withOwner
public GetJobListOptions withOwner(String owner)
-
onlyForState
public GetJobListOptions onlyForState(JobState jobState)
-
onlyForObjectType
public GetJobListOptions onlyForObjectType(ObjectType objectType)
-
onlyForObjectName
public GetJobListOptions onlyForObjectName(String objectName)
-
latestJobForObjectByName
public GetJobListOptions latestJobForObjectByName(String serverName)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBaseHttpRequestOptions
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseHttpRequestOptions
-
-