public final class BlobRestoreRange extends Object
| Constructor and Description |
|---|
BlobRestoreRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
endRange()
Get the endRange property: Blob end range.
|
String |
startRange()
Get the startRange property: Blob start range.
|
void |
validate()
Validates the instance.
|
BlobRestoreRange |
withEndRange(String endRange)
Set the endRange property: Blob end range.
|
BlobRestoreRange |
withStartRange(String startRange)
Set the startRange property: Blob start range.
|
public String startRange()
public BlobRestoreRange withStartRange(String startRange)
startRange - the startRange value to set.public String endRange()
public BlobRestoreRange withEndRange(String endRange)
endRange - the endRange value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.