public final class PurgeParameters extends Object
| Constructor and Description |
|---|
PurgeParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
contentPaths()
Get the contentPaths property: The path to the content to be purged.
|
void |
validate()
Validates the instance.
|
PurgeParameters |
withContentPaths(List<String> contentPaths)
Set the contentPaths property: The path to the content to be purged.
|
public List<String> contentPaths()
public PurgeParameters withContentPaths(List<String> contentPaths)
contentPaths - the contentPaths value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.