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