oracle.dmt.op.re.reapi.rt
Class RecommendationContent
java.lang.Object
|
+--oracle.dmt.op.re.reapi.rt.RecommendationContent
- public class RecommendationContent
- extends Object
Defines the attributes and the sort order of the recommendations
- Since:
- 9.0.0
RecommendationContent
public RecommendationContent(Enum.SortingType sorting)
RecommendationContent
public RecommendationContent(Enum.SortingType sortingForType,
Enum.SortingType sortingForID,
Enum.SortingType sortingForPrediction)
throws NullParameterException
- Creates a new
RecommendatioContent
object and sets the
sorting order for all attributes.
- Parameters:
sortingForType
- sort order for typesortingForID
- sort order for IDsortingForPrediction
- sort order for prediction- Throws:
NullParameterException
- if any sorting order is null
getContentItems
public ContentItem[] getContentItems()
getPredictionSortOrder
public Enum.SortingType getPredictionSortOrder()