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

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







SearchListResponse (YouTube Data API v3 v3-rev20210410-1.31.0)












com.google.api.services.youtube.model

Class SearchListResponse

    • Constructor Detail

      • SearchListResponse

        public SearchListResponse()
    • Method Detail

      • getEtag

        public String getEtag()
        Etag of this resource.
        Returns:
        value or null for none
      • setEtag

        public SearchListResponse setEtag(String etag)
        Etag of this resource.
        Parameters:
        etag - etag or null for none
      • getEventId

        public String getEventId()
        Serialized EventId of the request which produced this response.
        Returns:
        value or null for none
      • setEventId

        public SearchListResponse setEventId(String eventId)
        Serialized EventId of the request which produced this response.
        Parameters:
        eventId - eventId or null for none
      • getItems

        public List<SearchResult> getItems()
        Pagination information for token pagination.
        Returns:
        value or null for none
      • getKind

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

        public SearchListResponse setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string "youtube#searchListResponse".
        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 SearchListResponse 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
      • setPageInfo

        public SearchListResponse setPageInfo(PageInfo pageInfo)
        General pagination information.
        Parameters:
        pageInfo - pageInfo 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 SearchListResponse 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
      • getRegionCode

        public String getRegionCode()
        Returns:
        value or null for none
      • setRegionCode

        public SearchListResponse setRegionCode(String regionCode)
        Parameters:
        regionCode - regionCode or null for none
      • getTokenPagination

        public TokenPagination getTokenPagination()
        Returns:
        value or null for none
      • getVisitorId

        public String getVisitorId()
        The visitorId identifies the visitor.
        Returns:
        value or null for none
      • setVisitorId

        public SearchListResponse setVisitorId(String visitorId)
        The visitorId identifies the visitor.
        Parameters:
        visitorId - visitorId or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy