RecommendationsEntity.java 281 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.targetrecommendations.api.model;

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

public interface RecommendationsEntity {
    public String toJson() throws TargetRecommendationsException;
}