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