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

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

There is a newer version: 2025.3.19823.20250304T101418Z-250200
Show newest version
package com.adobe.cq.targetrecommendations.api.model;

import org.osgi.annotation.versioning.ProviderType;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy