Package org.jclouds.gogrid.options
Class GetJobListOptions.Builder
- java.lang.Object
-
- org.jclouds.gogrid.options.GetJobListOptions.Builder
-
- Enclosing class:
- GetJobListOptions
public static class GetJobListOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetJobListOptions
latestJobForObjectByName(String serverName)
static GetJobListOptions
maxItems(int maxNumber)
static GetJobListOptions
startDate(Date startDate)
-
-
-
Method Detail
-
maxItems
public static GetJobListOptions maxItems(int maxNumber)
-
startDate
public static GetJobListOptions startDate(Date startDate)
-
latestJobForObjectByName
public static GetJobListOptions latestJobForObjectByName(String serverName)
-
-