Class YoutubeChannelHelper.ChannelResponseData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String channelId
      The channel ID after all redirects.
      com.grack.nanojson.JsonObject jsonResponse
      The channel response as a JSON object, after all redirects.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jsonResponse

        @Nonnull
        public final com.grack.nanojson.JsonObject jsonResponse
        The channel response as a JSON object, after all redirects.
      • channelId

        @Nonnull
        public final java.lang.String channelId
        The channel ID after all redirects.