io.sphere.sdk.products.ProductIdentifiable Maven / Gradle / Ivy
package io.sphere.sdk.products;
/**
* Special role to pass the id of a {@link Product} or {@link ProductProjection}.
*/
public interface ProductIdentifiable {
String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy