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