Uses of Interface
org.openstack4j.model.common.DLPayload
-
-
Uses of DLPayload in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return DLPayload Modifier and Type Method Description DLPayloadObjectStorageObjectService. download(String containerName, String name)Retrieves the Payload for the data backing the givencontainerNameandnameDLPayloadObjectStorageObjectService. download(String containerName, String name, DownloadOptions options)Retrieves the Payload for the data backing the givencontainerNameandnameDLPayloadObjectStorageObjectService. download(ObjectLocation location, DownloadOptions options)Retrieves the Payload for the data backing the givenlocation -
Uses of DLPayload in org.openstack4j.model.storage.object
Methods in org.openstack4j.model.storage.object that return DLPayload Modifier and Type Method Description DLPayloadSwiftObject. download()Retrieves the Payload for the data backing the current objectDLPayloadSwiftObject. download(DownloadOptions options)Retrieves the Payload for the data backing the current object -
Uses of DLPayload in org.openstack4j.openstack.common
Classes in org.openstack4j.openstack.common that implement DLPayload Modifier and Type Class Description classDLPayloadEntityA Payload which encapsulates downstream data -
Uses of DLPayload in org.openstack4j.openstack.storage.object.domain
Methods in org.openstack4j.openstack.storage.object.domain that return DLPayload Modifier and Type Method Description DLPayloadSwiftObjectImpl. download()DLPayloadSwiftObjectImpl. download(DownloadOptions options) -
Uses of DLPayload in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal that return DLPayload Modifier and Type Method Description DLPayloadObjectStorageObjectServiceImpl. download(String containerName, String name)DLPayloadObjectStorageObjectServiceImpl. download(String containerName, String name, DownloadOptions options)DLPayloadObjectStorageObjectServiceImpl. download(ObjectLocation location, DownloadOptions options)
-