Uses of Class
org.openstack4j.model.storage.object.options.ObjectListOptions
-
Packages that use ObjectListOptions Package Description org.openstack4j.api.storage org.openstack4j.model.storage.object.options org.openstack4j.openstack.storage.object.internal -
-
Uses of ObjectListOptions in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type ObjectListOptions Modifier and Type Method Description List<? extends SwiftObject>ObjectStorageObjectService. list(String containerName, ObjectListOptions options)Lists all objects for the given container name and list options -
Uses of ObjectListOptions in org.openstack4j.model.storage.object.options
Methods in org.openstack4j.model.storage.object.options that return ObjectListOptions Modifier and Type Method Description static ObjectListOptionsObjectListOptions. create()ObjectListOptionsObjectListOptions. delimiter(char delimiter)Objects nested in the container are returned.ObjectListOptionsObjectListOptions. endMarker(String endMarker)Objects less in value than the specified marker are returned.ObjectListOptionsObjectListOptions. limit(int limit)list operation returns no more than this amount.ObjectListOptionsObjectListOptions. marker(String marker)Objects greater in value than the specified marker are returned.ObjectListOptionsObjectListOptions. path(String path)Objects nested in the pseudo path are returned.ObjectListOptionsObjectListOptions. startsWith(String prefix)Objects beginning with this substring are returned. -
Uses of ObjectListOptions in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type ObjectListOptions Modifier and Type Method Description List<? extends SwiftObject>ObjectStorageObjectServiceImpl. list(String containerName, ObjectListOptions options)
-