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