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

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







ChannelSectionSnippet (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class ChannelSectionSnippet

    • Constructor Detail

      • ChannelSectionSnippet

        public ChannelSectionSnippet()
    • Method Detail

      • getChannelId

        public String getChannelId()
        The ID that YouTube uses to uniquely identify the channel that published the channel section.
        Returns:
        value or null for none
      • setChannelId

        public ChannelSectionSnippet setChannelId(String channelId)
        The ID that YouTube uses to uniquely identify the channel that published the channel section.
        Parameters:
        channelId - channelId or null for none
      • getDefaultLanguage

        public String getDefaultLanguage()
        The language of the channel section's default title and description.
        Returns:
        value or null for none
      • setDefaultLanguage

        public ChannelSectionSnippet setDefaultLanguage(String defaultLanguage)
        The language of the channel section's default title and description.
        Parameters:
        defaultLanguage - defaultLanguage or null for none
      • getPosition

        public Long getPosition()
        The position of the channel section in the channel.
        Returns:
        value or null for none
      • setPosition

        public ChannelSectionSnippet setPosition(Long position)
        The position of the channel section in the channel.
        Parameters:
        position - position or null for none
      • getStyle

        public String getStyle()
        The style of the channel section.
        Returns:
        value or null for none
      • setStyle

        public ChannelSectionSnippet setStyle(String style)
        The style of the channel section.
        Parameters:
        style - style or null for none
      • getTitle

        public String getTitle()
        The channel section's title for multiple_playlists and multiple_channels.
        Returns:
        value or null for none
      • setTitle

        public ChannelSectionSnippet setTitle(String title)
        The channel section's title for multiple_playlists and multiple_channels.
        Parameters:
        title - title or null for none
      • getType

        public String getType()
        The type of the channel section.
        Returns:
        value or null for none
      • setType

        public ChannelSectionSnippet setType(String type)
        The type of the channel section.
        Parameters:
        type - type or null for none
      • clone

        public ChannelSectionSnippet 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