public enum FeedItemType extends Enum<FeedItemType>
| Enum Constant and Description |
|---|
ActivityEvent
Enumeration : ActivityEvent
|
AdvancedTextPost
Enumeration : AdvancedTextPost
|
AnnouncementPost
Enumeration : AnnouncementPost
|
ApprovalPost
Enumeration : ApprovalPost
|
AttachArticleEvent
Enumeration : AttachArticleEvent
|
BasicTemplateFeedItem
Enumeration : BasicTemplateFeedItem
|
CallLogPost
Enumeration : CallLogPost
|
CanvasPost
Enumeration : CanvasPost
|
CaseCommentPost
Enumeration : CaseCommentPost
|
ChangeStatusPost
Enumeration : ChangeStatusPost
|
ChatTranscriptPost
Enumeration : ChatTranscriptPost
|
CollaborationGroupCreated
Enumeration : CollaborationGroupCreated
|
CollaborationGroupUnarchived
Enumeration : CollaborationGroupUnarchived
|
ContentPost
Enumeration : ContentPost
|
CreateRecordEvent
Enumeration : CreateRecordEvent
|
DashboardComponentSnapshot
Enumeration : DashboardComponentSnapshot
|
EmailMessageEvent
Enumeration : EmailMessageEvent
|
FacebookPost
Enumeration : FacebookPost
|
LinkPost
Enumeration : LinkPost
|
MilestoneEvent
Enumeration : MilestoneEvent
|
PollPost
Enumeration : PollPost
|
ProfileSkillPost
Enumeration : ProfileSkillPost
|
QuestionPost
Enumeration : QuestionPost
|
ReplyPost
Enumeration : ReplyPost
|
RypplePost
Enumeration : RypplePost
|
SocialPost
Enumeration : SocialPost
|
TextPost
Enumeration : TextPost
|
TrackedChange
Enumeration : TrackedChange
|
UserStatus
Enumeration : UserStatus
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FeedItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedItemType TrackedChange
public static final FeedItemType UserStatus
public static final FeedItemType TextPost
public static final FeedItemType AdvancedTextPost
public static final FeedItemType LinkPost
public static final FeedItemType ContentPost
public static final FeedItemType PollPost
public static final FeedItemType RypplePost
public static final FeedItemType ProfileSkillPost
public static final FeedItemType DashboardComponentSnapshot
public static final FeedItemType ApprovalPost
public static final FeedItemType CaseCommentPost
public static final FeedItemType ReplyPost
public static final FeedItemType EmailMessageEvent
public static final FeedItemType CallLogPost
public static final FeedItemType ChangeStatusPost
public static final FeedItemType AttachArticleEvent
public static final FeedItemType MilestoneEvent
public static final FeedItemType ActivityEvent
public static final FeedItemType ChatTranscriptPost
public static final FeedItemType CollaborationGroupCreated
public static final FeedItemType CollaborationGroupUnarchived
public static final FeedItemType SocialPost
public static final FeedItemType QuestionPost
public static final FeedItemType FacebookPost
public static final FeedItemType BasicTemplateFeedItem
public static final FeedItemType CreateRecordEvent
public static final FeedItemType CanvasPost
public static final FeedItemType AnnouncementPost
public static FeedItemType[] values()
for (FeedItemType c : FeedItemType.values()) System.out.println(c);
public static FeedItemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FeedItemType>Copyright © 2017. All Rights Reserved.