ConnectApi.EntityRecommendation Class

Represents a recommendation, including file, group, record, user, and custom recommendations.

Subclass of ConnectApi.AbstractRecommendation Class.

Property Name Type Description Available Version
actOnUrl String For user, file, group, and record entity types, use this Chatter REST URL with a POST request to take action on the recommendation.

For ConnectApi.RecommendedObject entity types, such as custom recommendations, use the actionUrl property of the ConnectApi.PlatformAction Class to take action on the recommendation.

32.0
action ConnectApi.​Recommendation​ActionType Specifies the action to take on a recommendation.
  • follow—Follow a file, record, or user.
  • join—Join a group.
  • view—View a file, group, record, user, custom, or static recommendation.
32.0
entity ConnectApi.Actor The entity with which the receiver is recommended to take action. 32.0
Previous
Next