public final class LegalHoldInner extends Object
| Constructor and Description |
|---|
LegalHoldInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
hasLegalHold()
Get the hasLegalHold property: The hasLegalHold public property is set to true by SRP if there are at least one
existing tag.
|
List<String> |
tags()
Get the tags property: Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.
|
void |
validate()
Validates the instance.
|
LegalHoldInner |
withTags(List<String> tags)
Set the tags property: Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.
|
public Boolean hasLegalHold()
public List<String> tags()
public LegalHoldInner withTags(List<String> tags)
tags - the tags value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.