io.sphere.sdk.search.model.NumberSearchModel Maven / Gradle / Ivy
package io.sphere.sdk.search.model;
import javax.annotation.Nullable;
import java.math.BigDecimal;
public class NumberSearchModel extends RangeTermModelImpl {
NumberSearchModel(@Nullable final SearchModel parent, @Nullable final String pathSegment) {
super(parent, pathSegment, TypeSerializer.ofNumber());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy