Apex Reference Guide
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ConnectApi.MessageSegmentInput
This class is abstract and has no public constructor. You can make an instance only of a subclass.
Superclass for:
- ConnectApi.EntityLinkSegmentInput
- ConnectApi.HashtagSegmentInput
- ConnectApi.InlineImageSegmentInput
- ConnectApi.LinkSegmentInput
- ConnectApi.MarkupBeginSegmentInput
- ConnectApi.MarkupEndSegmentInput
- ConnectApi.MentionSegmentInput
- ConnectApi.TextSegmentInput
Use the ConnectApiHelper repository on GitHub to simplify many of the tasks accomplished with ConnectApi.MessageSegmentInput, such as posting with inline images, rich text, and mentions.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| type | ConnectApi.MessageSegmentType | The type of message segment. Values are:
|
Required | 23.0 |