Package org.jclouds.docker.options
Class ListContainerOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.docker.options.ListContainerOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListContainerOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListContainerOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListContainerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContainerOptionsall(boolean all)ListContainerOptionsbefore(Integer before)ListContainerOptionslimit(Integer limit)ListContainerOptionssince(Integer since)ListContainerOptionssize(Integer size)-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Method Detail
-
all
public ListContainerOptions all(boolean all)
-
limit
public ListContainerOptions limit(Integer limit)
-
since
public ListContainerOptions since(Integer since)
-
before
public ListContainerOptions before(Integer before)
-
size
public ListContainerOptions size(Integer size)
-
-