public interface TargetRecommendation extends RecommendationsEntity
Modifier and Type | Interface and Description |
---|---|
static class |
TargetRecommendation.RecommendationState
Enumeration of the possible states of a Target Recommendations
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getAlgorithmIds()
Get the list of algorithms used by this recommendation
|
int |
getCatalogId()
Get the Id of the product catalog used by this recommendation
|
int |
getDefaultContentId()
The default content id for this recommendations
|
java.lang.String |
getEndDate()
Gets the end date of this recommendation
|
int |
getId()
Uniquely identifies a
TargetRecommendation |
java.lang.String |
getLocationDisplayMbox()
Gets the name of the MBox where this recommendation is targeted
|
java.lang.String |
getName()
Get the name of this
TargetRecommendation |
java.lang.String |
getStartDate()
Gets the start date of this recommendation
|
TargetRecommendation.RecommendationState |
getState()
Get the state of this recommendation
|
java.util.List<java.lang.String> |
getTemplateNames()
Get the list of template names used by this recommendation
|
toJson
int getId()
TargetRecommendation
Integer
value identifying this TargetRecommendation
java.lang.String getName()
TargetRecommendation
String
object containing this recommendation's nameint getCatalogId()
java.util.List<java.lang.String> getTemplateNames()
List
containing the template namesTargetRecommendation.RecommendationState getState()
RecommendationState
enum value with the state of this recommendationjava.util.List<java.lang.Integer> getAlgorithmIds()
List
containing the ids of the used algorithmsjava.lang.String getLocationDisplayMbox()
String
object containing the MBox nameint getDefaultContentId()
java.lang.String getStartDate()
String
containing the recommendation campaign start datejava.lang.String getEndDate()
String
containing the recommendation campaign end date"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"