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

io.sphere.sdk.queries.LocalizedStringOptionalQueryModel 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 LocalizedStringOptionalQueryModel extends LocalizedStringQueryModel, OptionalQueryModel {

    @Override
    StringQueryModel lang(final Locale locale);

    @Override
    StringQueryModel locale(final Locale locale);

    @Override
    QueryPredicate isNotPresent();

    @Override
    QueryPredicate isPresent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy