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

io.sphere.sdk.queries.LocalizedStringQueryModel Maven / Gradle / Ivy

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

import java.util.Locale;

public interface LocalizedStringQueryModel extends QueryModel {
    /**
     * Alias for {@link #locale(Locale)}.
     *
     * @param locale the locale to query for
     * @return string model for the specified locale
     */
    StringQueryModel lang(final Locale locale);

    StringQueryModel locale(final Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy