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

io.sphere.sdk.search.model.ReferenceFacetedSearchSearchModel Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.search.model;

import javax.annotation.Nullable;

public final class ReferenceFacetedSearchSearchModel extends SearchModelImpl {

    ReferenceFacetedSearchSearchModel(@Nullable final SearchModel parent, @Nullable final String pathSegment) {
        super(parent, pathSegment);
    }

    public TermFacetedSearchSearchModel id() {
        return new StringSearchModel<>(this, "id").facetedAndFiltered();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy