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