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 setCopyright © 2019. All rights reserved.