public final class DeletedShare extends Object
| Constructor and Description |
|---|
DeletedShare() |
| Modifier and Type | Method and Description |
|---|---|
String |
deletedShareName()
Get the deletedShareName property: Required.
|
String |
deletedShareVersion()
Get the deletedShareVersion property: Required.
|
void |
validate()
Validates the instance.
|
DeletedShare |
withDeletedShareName(String deletedShareName)
Set the deletedShareName property: Required.
|
DeletedShare |
withDeletedShareVersion(String deletedShareVersion)
Set the deletedShareVersion property: Required.
|
public String deletedShareName()
public DeletedShare withDeletedShareName(String deletedShareName)
deletedShareName - the deletedShareName value to set.public String deletedShareVersion()
public DeletedShare withDeletedShareVersion(String deletedShareVersion)
deletedShareVersion - the deletedShareVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.