Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseResponse.headers() |
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withETag(String eTag)
Set the eTag value.
|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withLeaseId(String leaseId)
Set the leaseId value.
|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobAcquireLeaseHeaders |
BlobAcquireLeaseHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobAcquireLeaseResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlobAcquireLeaseHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobAcquireLeaseResponse.
|
This documentation was released into the public domain.