| Package | Description |
|---|---|
| io.sphere.sdk.types |
Provides model classes and builders for types.
|
| io.sphere.sdk.types.commands.updateactions |
Provides the possible operations which can be performed on update commands for types.
|
| Modifier and Type | Method and Description |
|---|---|
default FieldDefinition |
Type.getFieldDefinitionByName(String name) |
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) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDefinition> |
TypeDraft.getFieldDefinitions() |
List<FieldDefinition> |
Type.getFieldDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
AddFieldDefinition.getFieldDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static AddFieldDefinition |
AddFieldDefinition.of(FieldDefinition fieldDefinition) |