All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.attributes.LocalizedTextAttributeDefinition Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.attributes;

import io.sphere.sdk.models.LocalizedStrings;

public final class LocalizedTextAttributeDefinition extends TextLikeAttributeDefinition {

    public LocalizedTextAttributeDefinition(final LocalizedTextType attributeType, final String name, final LocalizedStrings label,
                                            final boolean isRequired, final AttributeConstraint attributeConstraint,
                                            final boolean isSearchable, final TextInputHint textInputHint) {
        super(attributeType, name, label, isRequired, attributeConstraint, isSearchable, textInputHint);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy