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

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

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

import io.sphere.sdk.models.LocalizedStrings;

public class TimeAttributeDefinition extends AttributeDefinitionBase {
    TimeAttributeDefinition(final TimeType attributeType, final String name, final LocalizedStrings label, final boolean isRequired, final AttributeConstraint attributeConstraint, final boolean isSearchable) {
        super(attributeType, name, label, isRequired, attributeConstraint, isSearchable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy