| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelStatus |
ChannelStatus.clone() |
ChannelStatus |
Channel.getStatus()
The status object encapsulates information about the privacy status of the channel.
|
ChannelStatus |
ChannelStatus.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelStatus |
ChannelStatus.setIsLinked(java.lang.Boolean isLinked)
If true, then the user is linked to either a YouTube username or G+ account.
|
ChannelStatus |
ChannelStatus.setLongUploadsStatus(java.lang.String longUploadsStatus)
The long uploads status of this channel.
|
ChannelStatus |
ChannelStatus.setMadeForKids(java.lang.Boolean madeForKids) |
ChannelStatus |
ChannelStatus.setPrivacyStatus(java.lang.String privacyStatus)
Privacy status of the channel.
|
ChannelStatus |
ChannelStatus.setSelfDeclaredMadeForKids(java.lang.Boolean selfDeclaredMadeForKids) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.setStatus(ChannelStatus status)
The status object encapsulates information about the privacy status of the channel.
|