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

io.sphere.sdk.reviews.expansion.ReviewExpansionModel Maven / Gradle / Ivy

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

import io.sphere.sdk.expansion.ExpansionModel;
import io.sphere.sdk.reviews.Review;

/**
  DSL class to create expansion path expressions.

 @param  the type for which the expansion path is
 */
public class ReviewExpansionModel extends ExpansionModel {
    ReviewExpansionModel() {
        super();
    }

    public static ReviewExpansionModel of() {
        return new ReviewExpansionModel<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy