All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.ChannelStatus.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






ChannelStatus (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class ChannelStatus

    • Constructor Detail

      • ChannelStatus

        public ChannelStatus()
    • Method Detail

      • getIsLinked

        public Boolean getIsLinked()
        If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
        Returns:
        value or null for none
      • setIsLinked

        public ChannelStatus setIsLinked(Boolean isLinked)
        If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
        Parameters:
        isLinked - isLinked or null for none
      • getLongUploadsStatus

        public String getLongUploadsStatus()
        The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
        Returns:
        value or null for none
      • setLongUploadsStatus

        public ChannelStatus setLongUploadsStatus(String longUploadsStatus)
        The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
        Parameters:
        longUploadsStatus - longUploadsStatus or null for none
      • getMadeForKids

        public Boolean getMadeForKids()
        Returns:
        value or null for none
      • setMadeForKids

        public ChannelStatus setMadeForKids(Boolean madeForKids)
        Parameters:
        madeForKids - madeForKids or null for none
      • getPrivacyStatus

        public String getPrivacyStatus()
        Privacy status of the channel.
        Returns:
        value or null for none
      • setPrivacyStatus

        public ChannelStatus setPrivacyStatus(String privacyStatus)
        Privacy status of the channel.
        Parameters:
        privacyStatus - privacyStatus or null for none
      • getSelfDeclaredMadeForKids

        public Boolean getSelfDeclaredMadeForKids()
        Returns:
        value or null for none
      • setSelfDeclaredMadeForKids

        public ChannelStatus setSelfDeclaredMadeForKids(Boolean selfDeclaredMadeForKids)
        Parameters:
        selfDeclaredMadeForKids - selfDeclaredMadeForKids or null for none
      • set

        public ChannelStatus set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public ChannelStatus clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy