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

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

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






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












com.google.api.services.youtube.model

Class ChannelProfileDetails

    • Constructor Detail

      • ChannelProfileDetails

        public ChannelProfileDetails()
    • Method Detail

      • getChannelId

        public String getChannelId()
        The YouTube channel ID.
        Returns:
        value or null for none
      • setChannelId

        public ChannelProfileDetails setChannelId(String channelId)
        The YouTube channel ID.
        Parameters:
        channelId - channelId or null for none
      • getChannelUrl

        public String getChannelUrl()
        The channel's URL.
        Returns:
        value or null for none
      • setChannelUrl

        public ChannelProfileDetails setChannelUrl(String channelUrl)
        The channel's URL.
        Parameters:
        channelUrl - channelUrl or null for none
      • getDisplayName

        public String getDisplayName()
        The channel's display name.
        Returns:
        value or null for none
      • setDisplayName

        public ChannelProfileDetails setDisplayName(String displayName)
        The channel's display name.
        Parameters:
        displayName - displayName or null for none
      • getProfileImageUrl

        public String getProfileImageUrl()
        The channels's avatar URL.
        Returns:
        value or null for none
      • setProfileImageUrl

        public ChannelProfileDetails setProfileImageUrl(String profileImageUrl)
        The channels's avatar URL.
        Parameters:
        profileImageUrl - profileImageUrl or null for none
      • clone

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