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

io.sphere.sdk.search.ResourceSearch Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
package io.sphere.sdk.search;

import io.sphere.sdk.models.LocalizedStringEntry;

import javax.annotation.Nullable;

public interface ResourceSearch extends Search {

    @Nullable
    LocalizedStringEntry text();

    @Nullable
    Boolean isFuzzy();

    @Nullable
    Long limit();

    @Nullable
    Long offset();

    String endpoint();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy