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

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







I18nLanguageListResponse (YouTube Data API v3 v3-rev20220612-1.32.1)












com.google.api.services.youtube.model

Class I18nLanguageListResponse

    • Constructor Detail

      • I18nLanguageListResponse

        public I18nLanguageListResponse()
    • Method Detail

      • getEtag

        public String getEtag()
        Etag of this resource.
        Returns:
        value 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 I18nLanguageListResponse setEventId(String eventId)
        Serialized EventId of the request which produced this response.
        Parameters:
        eventId - eventId or null for none
      • getItems

        public List<I18nLanguage> getItems()
        A list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
        Returns:
        value or null for none
      • setItems

        public I18nLanguageListResponse setItems(List<I18nLanguage> items)
        A list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
        Parameters:
        items - items or null for none
      • getKind

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

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

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

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

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy