public class IncludedPath extends Object
| Constructor and Description |
|---|
IncludedPath() |
| Modifier and Type | Method and Description |
|---|---|
List<Indexes> |
indexes()
Get list of indexes for this path.
|
String |
path()
Get the path for which the indexing behavior applies to.
|
IncludedPath |
withIndexes(List<Indexes> indexes)
Set list of indexes for this path.
|
IncludedPath |
withPath(String path)
Set the path for which the indexing behavior applies to.
|
public String path()
public IncludedPath withPath(String path)
path - the path value to setpublic List<Indexes> indexes()
public IncludedPath withIndexes(List<Indexes> indexes)
indexes - the indexes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/