public class IncludedPath extends JsonSerializable
Constructor and Description |
---|
IncludedPath()
Constructor.
|
IncludedPath(String jsonString)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<Index> |
getIndexes()
Gets the paths that are chosen to be indexed by the user.
|
String |
getPath()
Gets path.
|
IncludedPath |
setIndexes(Collection<Index> indexes) |
IncludedPath |
setPath(String path)
Sets path.
|
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public IncludedPath()
public IncludedPath(String jsonString)
jsonString
- the json string that represents the included path.public String getPath()
public IncludedPath setPath(String path)
path
- the path.public Collection<Index> getIndexes()
public IncludedPath setIndexes(Collection<Index> indexes)
Copyright © 2020 Microsoft Corporation. All rights reserved.