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 class
ListContainerOptions.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 ListContainerOptions
all(boolean all)
ListContainerOptions
before(Integer before)
ListContainerOptions
limit(Integer limit)
ListContainerOptions
since(Integer since)
ListContainerOptions
size(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)
-
-