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

com.commercetools.sunrise.search.pagination.EntriesPerPageFormOption Maven / Gradle / Ivy

There is a newer version: 1.0.0-M10
Show newest version
package com.commercetools.sunrise.search.pagination;

import com.commercetools.sunrise.framework.viewmodels.forms.FormOption;

public interface EntriesPerPageFormOption extends FormOption {

    static EntriesPerPageFormOption of(final String fieldLabel, final String fieldValue, final Integer value, final boolean isDefault) {
        return new EntriesPerPageFormOptionImpl(fieldLabel, fieldValue, value, isDefault);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy