public class JsonElementBuilder extends Object
Constructor and Description |
---|
JsonElementBuilder() |
Modifier and Type | Method and Description |
---|---|
static JsonElementBuilder |
anObjectWithProperty(String name,
String value) |
com.google.gson.JsonObject |
build() |
String |
getArrayName() |
static JsonElementBuilder |
thatReferencesObject() |
JsonElementBuilder |
withName(String name) |
JsonElementBuilder |
withPropertyAndValue(String reference,
String value) |
public JsonElementBuilder withPropertyAndValue(String reference, String value)
public static JsonElementBuilder thatReferencesObject() throws RallyException
RallyException
public static JsonElementBuilder anObjectWithProperty(String name, String value)
public JsonElementBuilder withName(String name)
public String getArrayName()
public com.google.gson.JsonObject build()
Copyright © 2016. All rights reserved.