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

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

There is a newer version: 1.0.0-M7
Show newest version
package io.sphere.sdk.attributes;

import io.sphere.sdk.models.LocalizedString;

public class DateAttributeDefinition extends AttributeDefinitionBase {
    DateAttributeDefinition(final DateType attributeType, final String name, final LocalizedString label, final boolean isRequired, final AttributeConstraint attributeConstraint, final boolean isSearchable) {
        super(attributeType, name, label, isRequired, attributeConstraint, isSearchable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy