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