Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobsUndeleteHeaders |
BlobsUndeleteResponse.headers() |
BlobsUndeleteHeaders |
BlobsUndeleteHeaders.withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsUndeleteHeaders |
BlobsUndeleteHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobsUndeleteHeaders |
BlobsUndeleteHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobsUndeleteResponse(int statusCode,
BlobsUndeleteHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobsUndeleteResponse.
|
Copyright © 2018. All rights reserved.