Class FieldElementType (2.38.2)

public abstract class FieldElementType implements Serializable

Inheritance

java.lang.Object > FieldElementType

Implements

Serializable

Static Methods

newBuilder()

public static FieldElementType.Builder newBuilder()
Returns
TypeDescription
FieldElementType.Builder

Constructors

FieldElementType()

public FieldElementType()

Methods

getType()

public abstract String getType()

The subtype of the RANGE, if the field type is RANGE.

Returns
TypeDescription
String

value or null for none

toBuilder()

public abstract FieldElementType.Builder toBuilder()
Returns
TypeDescription
FieldElementType.Builder