com.google.gdata.data.youtube
Class YouTubeMediaCredit
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.media.mediarss.MediaCredit
com.google.gdata.data.youtube.YouTubeMediaCredit
- All Implemented Interfaces:
- Extension
public class YouTubeMediaCredit
- extends MediaCredit
Adds attributes to media:credit
.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YouTubeMediaCredit
public YouTubeMediaCredit()
getType
public YouTubeMediaCredit.Type getType()
- Returns the type as an enum.
- Returns:
- a type or
null
if no type was set or if the
type is unknown
setType
public void setType(YouTubeMediaCredit.Type type)
- Sets the type as an enum.
getTypeString
public java.lang.String getTypeString()
- Returns the type as a string.
setTypeString
public void setTypeString(java.lang.String typeString)
- Sets the type as a string.
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)