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 classGetJobListOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetJobListOptionsNONE-
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 booleanequals(Object o)inthashCode()GetJobListOptionslatestJobForObjectByName(String serverName)GetJobListOptionsmaxItemsNumber(Integer maxNumber)GetJobListOptionsonlyForObjectName(String objectName)GetJobListOptionsonlyForObjectType(ObjectType objectType)GetJobListOptionsonlyForState(JobState jobState)GetJobListOptionswithEndDate(Date endDate)GetJobListOptionswithOwner(String owner)GetJobListOptionswithStartDate(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:
equalsin classBaseHttpRequestOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseHttpRequestOptions
-
-