public enum FeedItemType extends Enum<FeedItemType>
Java class for FeedItemType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FeedItemType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="TrackedChange"/>
<enumeration value="UserStatus"/>
<enumeration value="TextPost"/>
<enumeration value="AdvancedTextPost"/>
<enumeration value="LinkPost"/>
<enumeration value="ContentPost"/>
<enumeration value="PollPost"/>
<enumeration value="RypplePost"/>
<enumeration value="ProfileSkillPost"/>
<enumeration value="DashboardComponentSnapshot"/>
<enumeration value="ApprovalPost"/>
<enumeration value="CaseCommentPost"/>
<enumeration value="ReplyPost"/>
<enumeration value="EmailMessageEvent"/>
<enumeration value="CallLogPost"/>
<enumeration value="ChangeStatusPost"/>
<enumeration value="AttachArticleEvent"/>
<enumeration value="MilestoneEvent"/>
<enumeration value="ActivityEvent"/>
<enumeration value="ChatTranscriptPost"/>
<enumeration value="CollaborationGroupCreated"/>
<enumeration value="CollaborationGroupUnarchived"/>
<enumeration value="SocialPost"/>
<enumeration value="QuestionPost"/>
<enumeration value="FacebookPost"/>
<enumeration value="BasicTemplateFeedItem"/>
<enumeration value="CreateRecordEvent"/>
<enumeration value="CanvasPost"/>
<enumeration value="AnnouncementPost"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static FeedItemType |
fromValue(String v) |
String |
value() |
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 TRACKED_CHANGE
public static final FeedItemType USER_STATUS
public static final FeedItemType TEXT_POST
public static final FeedItemType ADVANCED_TEXT_POST
public static final FeedItemType LINK_POST
public static final FeedItemType CONTENT_POST
public static final FeedItemType POLL_POST
public static final FeedItemType RYPPLE_POST
public static final FeedItemType PROFILE_SKILL_POST
public static final FeedItemType DASHBOARD_COMPONENT_SNAPSHOT
public static final FeedItemType APPROVAL_POST
public static final FeedItemType CASE_COMMENT_POST
public static final FeedItemType REPLY_POST
public static final FeedItemType EMAIL_MESSAGE_EVENT
public static final FeedItemType CALL_LOG_POST
public static final FeedItemType CHANGE_STATUS_POST
public static final FeedItemType ATTACH_ARTICLE_EVENT
public static final FeedItemType MILESTONE_EVENT
public static final FeedItemType ACTIVITY_EVENT
public static final FeedItemType CHAT_TRANSCRIPT_POST
public static final FeedItemType COLLABORATION_GROUP_CREATED
public static final FeedItemType COLLABORATION_GROUP_UNARCHIVED
public static final FeedItemType SOCIAL_POST
public static final FeedItemType QUESTION_POST
public static final FeedItemType FACEBOOK_POST
public static final FeedItemType BASIC_TEMPLATE_FEED_ITEM
public static final FeedItemType CREATE_RECORD_EVENT
public static final FeedItemType CANVAS_POST
public static final FeedItemType ANNOUNCEMENT_POST
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 value()
public static FeedItemType fromValue(String v)
Copyright © 2016. All rights reserved.