Class ListContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.openstack.swift.v1.options.ListContainerOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for listing containers.
- See Also:
-
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 TypeMethodDescriptiondelimiter
(char delimiter) object names nested in the container are returned.object names less in value than the specified marker are returned.limit
(int limit) list operation returns no more than this amount.object names greater in value than the specified marker are returned.object names nested in the pseudo path are returned.object names beginning with this substring are returned.Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListContainerOptions
public ListContainerOptions()
-
-
Method Details
-
limit
list operation returns no more than this amount. -
marker
object names greater in value than the specified marker are returned. -
endMarker
object names less in value than the specified marker are returned. -
prefix
object names beginning with this substring are returned. -
delimiter
object names nested in the container are returned. -
path
object names nested in the pseudo path are returned.
-