io.sphere.sdk.queries.LocalizedStringQueryModel Maven / Gradle / Ivy
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