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