public class YouTubeMediaCredit extends MediaCredit
media:credit
.Modifier and Type | Class and Description |
---|---|
static class |
YouTubeMediaCredit.Type
Partner type.
|
DEFAULT_SCHEME
Constructor and Description |
---|
YouTubeMediaCredit() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent() |
YouTubeMediaCredit.Type |
getType()
Returns the type as an enum.
|
java.lang.String |
getTypeString()
Returns the type as a string.
|
void |
setContent(java.lang.String content) |
void |
setType(YouTubeMediaCredit.Type type)
Sets the type as an enum.
|
void |
setTypeString(java.lang.String typeString)
Sets the type as a string.
|
getRole, getScheme, setRole, setScheme
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
public YouTubeMediaCredit.Type getType()
null
if no type was set or if the
type is unknownpublic void setType(YouTubeMediaCredit.Type type)
public java.lang.String getTypeString()
public void setTypeString(java.lang.String typeString)
public java.lang.String getContent()
public void setContent(java.lang.String content)