public static final enum

UserEvent.EventType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.twitter.UserEvent.EventType

Summary

Enum Values
UserEvent.EventType  BLOCK   
UserEvent.EventType  FOLLOW   
UserEvent.EventType  LIST_CREATION   
UserEvent.EventType  LIST_DELETION   
UserEvent.EventType  LIST_MEMBER_ADDITION   
UserEvent.EventType  LIST_MEMBER_DELETION   
UserEvent.EventType  LIST_SUBSCRIPTION   
UserEvent.EventType  LIST_UNSUBSCRIPTION   
UserEvent.EventType  LIST_UPDATE   
UserEvent.EventType  NEW_STATUS   
UserEvent.EventType  PROFILE_UPDATE   
UserEvent.EventType  RETWEET   
UserEvent.EventType  UNBLOCK   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static UserEvent.EventType valueOf(String name)
final static EventType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final UserEvent.EventType BLOCK

public static final UserEvent.EventType FOLLOW

public static final UserEvent.EventType LIST_CREATION

public static final UserEvent.EventType LIST_DELETION

public static final UserEvent.EventType LIST_MEMBER_ADDITION

public static final UserEvent.EventType LIST_MEMBER_DELETION

public static final UserEvent.EventType LIST_SUBSCRIPTION

public static final UserEvent.EventType LIST_UNSUBSCRIPTION

public static final UserEvent.EventType LIST_UPDATE

public static final UserEvent.EventType NEW_STATUS

public static final UserEvent.EventType PROFILE_UPDATE

public static final UserEvent.EventType RETWEET

public static final UserEvent.EventType UNBLOCK

Public Methods

public static UserEvent.EventType valueOf (String name)

Parameters
name

public static final EventType[] values ()