public final class ExcludedPath extends Object
| Constructor and Description |
|---|
ExcludedPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
path()
Get the path property: The path for which the indexing behavior applies to.
|
void |
validate()
Validates the instance.
|
ExcludedPath |
withPath(String path)
Set the path property: The path for which the indexing behavior applies to.
|
public String path()
public ExcludedPath withPath(String path)
path - the path value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.