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

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

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






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












com.google.api.services.youtube.model

Class PlaylistImageListResponse

    • Constructor Detail

      • PlaylistImageListResponse

        public PlaylistImageListResponse()
    • Method Detail

      • getKind

        public String getKind()
        Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImageListResponse".
        Returns:
        value or null for none
      • setKind

        public PlaylistImageListResponse setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImageListResponse".
        Parameters:
        kind - kind or null for none
      • getNextPageToken

        public String getNextPageToken()
        The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
        Returns:
        value or null for none
      • setNextPageToken

        public PlaylistImageListResponse setNextPageToken(String nextPageToken)
        The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
        Parameters:
        nextPageToken - nextPageToken or null for none
      • getPageInfo

        public PageInfo getPageInfo()
        General pagination information.
        Returns:
        value or null for none
      • getPrevPageToken

        public String getPrevPageToken()
        The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
        Returns:
        value or null for none
      • setPrevPageToken

        public PlaylistImageListResponse setPrevPageToken(String prevPageToken)
        The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
        Parameters:
        prevPageToken - prevPageToken or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy