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

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

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

/**
 * Abstraction of a Target Recommendation MBox
 */
public interface RecommendationMbox extends RecommendationsEntity {
    
    /**
     * Get the name of this {@code RecommendationMbox}
     * 
     * @return a {@link String} object containing this mbox
     */
    public String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy