Class DecisionScope
-
- All Implemented Interfaces:
public class DecisionScopeDecisionScopeclass represents a scope used to fetch personalized offers from the Experience Edge network.
-
-
Constructor Summary
Constructors Constructor Description DecisionScope(String name)Constructor creates a DecisionScopeusing the providedname.DecisionScope(String activityId, String placementId)Constructor creates a DecisionScopeusing the providedactivityIdandplacementId.DecisionScope(String activityId, String placementId, int itemCount)Constructor creates a DecisionScopeusing the providedactivityId,placementIdanditemCount.
-
Method Summary
-
-
Constructor Detail
-
DecisionScope
DecisionScope(String name)
Constructor creates aDecisionScopeusing the providedname.- Parameters:
name- String containing scope name.
-
DecisionScope
DecisionScope(String activityId, String placementId)
Constructor creates aDecisionScopeusing the providedactivityIdandplacementId.- Parameters:
activityId- String containing activity identifier for the given scope.placementId-Stringcontaining placement identifier for the given scope.
-
DecisionScope
DecisionScope(String activityId, String placementId, int itemCount)
Constructor creates aDecisionScopeusing the providedactivityId,placementIdanditemCount.- Parameters:
activityId- String containing activity identifier for the given scope.placementId-Stringcontaining placement identifier for the given scope.itemCount-Stringcontaining number of items to be returned for the given scope.
-
-
-
-