Package com.azure.storage.blob.models
Class BlobDownloadResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<BlobDownloadHeaders,Void>
com.azure.storage.blob.models.BlobDownloadResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<Void>
public final class BlobDownloadResponse
extends com.azure.core.http.rest.ResponseBase<BlobDownloadHeaders,Void>
This class contains the response information return from the server when downloading a blob.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode, getValue
-
Constructor Details
-
BlobDownloadResponse
Constructs aBlobDownloadResponse
.- Parameters:
response
- Response returned from the service.
-