| Package | Description |
|---|---|
| com.google.gdata.data.youtube |
| Modifier and Type | Method and Description |
|---|---|
static UserEventEntry.Type |
UserEventEntry.Type.fromTerm(String term)
Given a term of a category with scheme
YouTubeNamespace.KIND_USER_EVENT, look for
the corresponding Type enum value. |
UserEventEntry.Type |
UserEventEntry.getUserEventType()
Returns the type of the user event, if it is of a known type.
|
static UserEventEntry.Type |
UserEventEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserEventEntry.Type[] |
UserEventEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserEventEntry.setEventType(UserEventEntry.Type type)
Sets the type category of this entry.
|
Copyright © 2012. All Rights Reserved.