Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.products.attributes |
Provides model classes for product type attributes.
|
io.sphere.sdk.producttypes.commands.updateactions |
Provides the possible operations which can be performed on update commands for product types.
|
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 |
---|---|
static TextInputHint |
TextInputHint.ofSphereValue(String value) |
static TextInputHint |
TextInputHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextInputHint[] |
TextInputHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextInputHint |
AttributeDefinitionDraft.getInputHint() |
TextInputHint |
AttributeDefinition.getInputHint() |
TextInputHint |
AttributeDefinitionBuilder.getInputHint() |
TextInputHint |
AttributeDefinitionDraftDsl.getInputHint() |
Modifier and Type | Method and Description |
---|---|
AttributeDefinitionBuilder |
AttributeDefinitionBuilder.inputHint(TextInputHint inputHint) |
AttributeDefinitionDraftDsl |
AttributeDefinitionDraftDsl.withInputHint(TextInputHint inputHint) |
Modifier and Type | Method and Description |
---|---|
TextInputHint |
ChangeInputHint.getNewValue() |
Modifier and Type | Method and Description |
---|---|
static ChangeInputHint |
ChangeInputHint.of(String attributeName,
TextInputHint newValue) |
Constructor and Description |
---|
ChangeInputHint(String attributeName,
TextInputHint newValue) |
Modifier and Type | Method and Description |
---|---|
TextInputHint |
FieldDefinition.getInputHint() |
Modifier and Type | Method and Description |
---|---|
static FieldDefinition |
FieldDefinition.of(FieldType type,
String name,
LocalizedString label,
Boolean required,
TextInputHint inputHint) |
Modifier and Type | Method and Description |
---|---|
TextInputHint |
ChangeInputHint.getInputHint() |
Modifier and Type | Method and Description |
---|---|
static ChangeInputHint |
ChangeInputHint.of(String fieldName,
TextInputHint inputHint) |