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