Package | Description |
---|---|
io.sphere.sdk.types |
Provides model classes and builders for types.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanFieldType
Type for custom fields which only allows
true or false as values. |
class |
DateFieldType |
class |
DateTimeFieldType |
class |
EnumFieldType |
class |
FieldTypeBase |
class |
LocalizedEnumFieldType |
class |
LocalizedStringFieldType |
class |
MoneyFieldType |
class |
NumberFieldType |
class |
ReferenceFieldType |
class |
SetFieldType |
class |
StringFieldType |
class |
TimeFieldType |
Modifier and Type | Method and Description |
---|---|
FieldType |
SetFieldType.getElementType() |
FieldType |
FieldDefinition.getType() |
Modifier and Type | Method and Description |
---|---|
static SetFieldType |
SetFieldType.of(FieldType elementType) |
static FieldDefinition |
FieldDefinition.of(FieldType type,
String name,
LocalizedString label,
Boolean required) |
static FieldDefinition |
FieldDefinition.of(FieldType type,
String name,
LocalizedString label,
Boolean required,
TextInputHint inputHint) |