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