io.sphere.sdk.reviews.queries.ReviewByKeyGet Maven / Gradle / Ivy
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasByKeyGetEndpointAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasByKeyGetEndpoint.
in the source class io.sphere.sdk.reviews.Review.
To render this class the handlebars template 'queries/byFieldGetInterface.hbs' has been used.
*/
package io.sphere.sdk.reviews.queries;
import io.sphere.sdk.expansion.ExpansionPath;
import io.sphere.sdk.queries.MetaModelGetDsl;
import io.sphere.sdk.reviews.Review;
import io.sphere.sdk.reviews.expansion.ReviewExpansionModel;
import io.sphere.sdk.models.Identifiable;
import java.util.List;
/**
*
*/
public interface ReviewByKeyGet extends MetaModelGetDsl> {
static ReviewByKeyGet of(final String key) {
return new ReviewByKeyGetImpl(key);
}
@Override
List> expansionPaths();
@Override
ReviewByKeyGet plusExpansionPaths(final ExpansionPath expansionPath);
@Override
ReviewByKeyGet withExpansionPaths(final ExpansionPath expansionPath);
@Override
ReviewByKeyGet withExpansionPaths(final List> expansionPaths);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy