
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