public static final enum

UserEventEntry.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.youtube.UserEventEntry.Type

Class Overview

User event types. More types will appear over time.

Summary

Enum Values
UserEventEntry.Type  FRIEND_ADDED   
UserEventEntry.Type  USER_SUBSCRIPTION_ADDED   
UserEventEntry.Type  VIDEO_COMMENTED   
UserEventEntry.Type  VIDEO_FAVORITED   
UserEventEntry.Type  VIDEO_RATED   
UserEventEntry.Type  VIDEO_SHARED   
UserEventEntry.Type  VIDEO_UPLOADED   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static UserEventEntry.Type fromTerm(String term)
Given a term of a category with scheme KIND_USER_EVENT, look for the corresponding Type enum value.
String getTerm()
Gets the category term corresponding to this user event type
static UserEventEntry.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final UserEventEntry.Type FRIEND_ADDED

public static final UserEventEntry.Type USER_SUBSCRIPTION_ADDED

public static final UserEventEntry.Type VIDEO_COMMENTED

public static final UserEventEntry.Type VIDEO_FAVORITED

public static final UserEventEntry.Type VIDEO_RATED

public static final UserEventEntry.Type VIDEO_SHARED

public static final UserEventEntry.Type VIDEO_UPLOADED

Public Methods

public static UserEventEntry.Type fromTerm (String term)

Given a term of a category with scheme KIND_USER_EVENT, look for the corresponding Type enum value.

Parameters
term
Returns
  • corresponding enum value or null if none exists

public String getTerm ()

Gets the category term corresponding to this user event type

Returns
  • category term

public static UserEventEntry.Type valueOf (String name)

Parameters
name

public static final Type[] values ()