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