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