Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseResponse.headers() |
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withETag(String eTag)
Set the eTag value.
|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withLeaseTime(Integer leaseTime)
Set the leaseTime value.
|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobsBreakLeaseHeaders |
BlobsBreakLeaseHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobsBreakLeaseResponse(int statusCode,
BlobsBreakLeaseHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobsBreakLeaseResponse.
|
Copyright © 2018. All rights reserved.