Class ElementBuilder
- java.lang.Object
-
- com.lyncode.xoai.builders.dataprovider.ElementBuilder
-
-
Constructor Summary
Constructors Constructor Description ElementBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Elementbuild()ElementBuilderwithField(String name, String value)ElementBuilderwithFields(Element.Field... fields)ElementBuilderwithName(String name)ElementBuilderwithSubElements(Element... subElements)
-
-
-
Method Detail
-
withName
public ElementBuilder withName(String name)
-
withSubElements
public ElementBuilder withSubElements(Element... subElements)
-
withFields
public ElementBuilder withFields(Element.Field... fields)
-
withField
public ElementBuilder withField(String name, String value)
-
-