
com.adobe.cq.targetrecommendations.api.model.RecommendationMbox Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
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