Class FieldElementType.Builder (2.38.2)

public abstract static class FieldElementType.Builder

Inheritance

java.lang.Object > FieldElementType.Builder

Constructors

Builder()

public Builder()

Methods

build()

public abstract FieldElementType build()
Returns
TypeDescription
FieldElementType

setType(String type)

public abstract FieldElementType.Builder setType(String type)
Parameter
NameDescription
typeString
Returns
TypeDescription
FieldElementType.Builder