| Package | Description |
|---|---|
| com.google.gdata.data.youtube |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionEntry.Type |
SubscriptionEntry.Type.fromTerm(String term)
Given a term of a category with scheme
YouTubeNamespace.KIND_SUBSCRIPTION, look for
the corresponding Type enum value. |
SubscriptionEntry.Type |
SubscriptionEntry.getSubscriptionType()
Gets the type of the subscription, if it is of a known type.
|
static SubscriptionEntry.Type |
SubscriptionEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionEntry.Type[] |
SubscriptionEntry.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 |
SubscriptionEntry.addSubscriptionType(SubscriptionEntry.Type type)
Adds a type category to this entry.
|
void |
SubscriptionEntry.setSubscriptionType(SubscriptionEntry.Type type)
Sets the type category of this entry.
|
Copyright © 2012. All Rights Reserved.