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

com.adobe.cq.targetrecommendations.api.model.RecommendationsEntity Maven / Gradle / Ivy

package com.adobe.cq.targetrecommendations.api.model;

import com.adobe.cq.targetrecommendations.api.TargetRecommendationsException;

public interface RecommendationsEntity {

    public String toJson() throws TargetRecommendationsException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy