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