
com.adobe.cq.targetrecommendations.api.model.RecommendationsEntity Maven / Gradle / Ivy
package com.adobe.cq.targetrecommendations.api.model;
import org.osgi.annotation.versioning.ProviderType;
import com.adobe.cq.targetrecommendations.api.TargetRecommendationsException;
@ProviderType
public interface RecommendationsEntity {
public String toJson() throws TargetRecommendationsException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy