Package glide.api.models.commands.json
Class JsonGetOptions.JsonGetOptionsBuilder
- java.lang.Object
-
- glide.api.models.commands.json.JsonGetOptions.JsonGetOptionsBuilder
-
- Enclosing class:
- JsonGetOptions
public static class JsonGetOptions.JsonGetOptionsBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonGetOptionsbuild()JsonGetOptions.JsonGetOptionsBuilderindent(java.lang.String indent)Sets an indentation string for nested levels.JsonGetOptions.JsonGetOptionsBuildernewline(java.lang.String newline)Sets a string that's printed at the end of each line.JsonGetOptions.JsonGetOptionsBuildernoescape(boolean noescape)Allowed to be present for legacy compatibility and has no other effect.JsonGetOptions.JsonGetOptionsBuilderspace(java.lang.String space)Sets a string that's put between a key and a value.java.lang.StringtoString()
-
-
-
Method Detail
-
indent
public JsonGetOptions.JsonGetOptionsBuilder indent(java.lang.String indent)
Sets an indentation string for nested levels.- Returns:
this.
-
newline
public JsonGetOptions.JsonGetOptionsBuilder newline(java.lang.String newline)
Sets a string that's printed at the end of each line.- Returns:
this.
-
space
public JsonGetOptions.JsonGetOptionsBuilder space(java.lang.String space)
Sets a string that's put between a key and a value.- Returns:
this.
-
noescape
public JsonGetOptions.JsonGetOptionsBuilder noescape(boolean noescape)
Allowed to be present for legacy compatibility and has no other effect.- Returns:
this.
-
build
public JsonGetOptions build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-