public static class ReadOption.Builder extends Object
ReadOption
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReadOption |
build() |
ReadOption.Builder |
setPrefix(String prefix)
Set the prefix of the path to filter children by.
|
ReadOption.Builder |
setReadFrom(String readFrom)
Set the path where to start traversing the list of children from.
|
ReadOption.Builder |
setSkipCache(boolean skip)
Sets whether to skip caching.
|
public ReadOption.Builder setSkipCache(boolean skip)
skip
- skip or notpublic ReadOption.Builder setReadFrom(String readFrom)
readFrom
- the path where to start traversingpublic ReadOption.Builder setPrefix(String prefix)
prefix
- the path prefixpublic ReadOption build()
Copyright © 2023. All Rights Reserved.