From 167194525c15547c5b9904a5f3efdb62b7e8c27b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 4 May 2023 11:48:50 -0700 Subject: Updated docs pt.2 --- com/pinapelz/Holodex.html | 395 ++++++++++ com/pinapelz/HolodexException.html | 191 +++++ com/pinapelz/HolodexService.html | 503 ++++++++++++ com/pinapelz/datatypes/Channel.html | 271 +++++++ com/pinapelz/datatypes/Comment.html | 194 +++++ com/pinapelz/datatypes/CommentSearchResult.html | 185 +++++ com/pinapelz/datatypes/Paginated.html | 138 ++++ com/pinapelz/datatypes/SimpleChannel.html | 225 ++++++ com/pinapelz/datatypes/SimpleCommentVideo.html | 265 +++++++ com/pinapelz/datatypes/SimpleVideo.html | 315 ++++++++ com/pinapelz/datatypes/Video.html | 244 ++++++ com/pinapelz/datatypes/VideoSearchResult.html | 185 +++++ com/pinapelz/datatypes/package-summary.html | 149 ++++ com/pinapelz/datatypes/package-tree.html | 90 +++ .../factory/VideoSearchResultConverterFactory.html | 199 +++++ com/pinapelz/factory/package-summary.html | 109 +++ com/pinapelz/factory/package-tree.html | 75 ++ com/pinapelz/package-summary.html | 125 +++ com/pinapelz/package-tree.html | 86 ++ com/pinapelz/query/ChannelQueryBuilder.html | 340 ++++++++ com/pinapelz/query/CommentSearchQueryBuilder.html | 431 +++++++++++ com/pinapelz/query/VideoByVideoIdQueryBuilder.html | 241 ++++++ com/pinapelz/query/VideoQueryBuilder.html | 511 ++++++++++++ com/pinapelz/query/VideoSearchQueryBuilder.html | 431 +++++++++++ .../query/VideosByChannelIDQueryBuilder.html | 340 ++++++++ com/pinapelz/query/package-summary.html | 133 ++++ com/pinapelz/query/package-tree.html | 76 ++ com/pinapelz/vtuber/ExtraData.html | 305 ++++++++ com/pinapelz/vtuber/Language.html | 297 +++++++ com/pinapelz/vtuber/Order.html | 249 ++++++ com/pinapelz/vtuber/Organization.html | 862 +++++++++++++++++++++ com/pinapelz/vtuber/Sort.html | 265 +++++++ com/pinapelz/vtuber/Status.html | 273 +++++++ com/pinapelz/vtuber/Type.html | 249 ++++++ com/pinapelz/vtuber/package-summary.html | 121 +++ com/pinapelz/vtuber/package-tree.html | 81 ++ index-files/index-18.html | 317 ++++++++ index-files/index-19.html | 103 +++ index-files/index-20.html | 65 ++ index-files/index-21.html | 193 +++++ index-files/index-22.html | 65 ++ index-files/index-23.html | 65 ++ index-files/index-24.html | 65 ++ 43 files changed, 10022 insertions(+) create mode 100644 com/pinapelz/Holodex.html create mode 100644 com/pinapelz/HolodexException.html create mode 100644 com/pinapelz/HolodexService.html create mode 100644 com/pinapelz/datatypes/Channel.html create mode 100644 com/pinapelz/datatypes/Comment.html create mode 100644 com/pinapelz/datatypes/CommentSearchResult.html create mode 100644 com/pinapelz/datatypes/Paginated.html create mode 100644 com/pinapelz/datatypes/SimpleChannel.html create mode 100644 com/pinapelz/datatypes/SimpleCommentVideo.html create mode 100644 com/pinapelz/datatypes/SimpleVideo.html create mode 100644 com/pinapelz/datatypes/Video.html create mode 100644 com/pinapelz/datatypes/VideoSearchResult.html create mode 100644 com/pinapelz/datatypes/package-summary.html create mode 100644 com/pinapelz/datatypes/package-tree.html create mode 100644 com/pinapelz/factory/VideoSearchResultConverterFactory.html create mode 100644 com/pinapelz/factory/package-summary.html create mode 100644 com/pinapelz/factory/package-tree.html create mode 100644 com/pinapelz/package-summary.html create mode 100644 com/pinapelz/package-tree.html create mode 100644 com/pinapelz/query/ChannelQueryBuilder.html create mode 100644 com/pinapelz/query/CommentSearchQueryBuilder.html create mode 100644 com/pinapelz/query/VideoByVideoIdQueryBuilder.html create mode 100644 com/pinapelz/query/VideoQueryBuilder.html create mode 100644 com/pinapelz/query/VideoSearchQueryBuilder.html create mode 100644 com/pinapelz/query/VideosByChannelIDQueryBuilder.html create mode 100644 com/pinapelz/query/package-summary.html create mode 100644 com/pinapelz/query/package-tree.html create mode 100644 com/pinapelz/vtuber/ExtraData.html create mode 100644 com/pinapelz/vtuber/Language.html create mode 100644 com/pinapelz/vtuber/Order.html create mode 100644 com/pinapelz/vtuber/Organization.html create mode 100644 com/pinapelz/vtuber/Sort.html create mode 100644 com/pinapelz/vtuber/Status.html create mode 100644 com/pinapelz/vtuber/Type.html create mode 100644 com/pinapelz/vtuber/package-summary.html create mode 100644 com/pinapelz/vtuber/package-tree.html create mode 100644 index-files/index-18.html create mode 100644 index-files/index-19.html create mode 100644 index-files/index-20.html create mode 100644 index-files/index-21.html create mode 100644 index-files/index-22.html create mode 100644 index-files/index-23.html create mode 100644 index-files/index-24.html diff --git a/com/pinapelz/Holodex.html b/com/pinapelz/Holodex.html new file mode 100644 index 0000000..690bc20 --- /dev/null +++ b/com/pinapelz/Holodex.html @@ -0,0 +1,395 @@ + + + + +Holodex + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package com.pinapelz
+

Class Holodex

+
+
java.lang.Object +
com.pinapelz.Holodex
+
+
+
+
public class Holodex +extends Object
+
The class for interacting with the Holodex API
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Holodex

      +
      public Holodex(String apiKey)
      +
      Instantiates a new Holodex with the default base url
      +
      +
      Parameters:
      +
      apiKey - the api key
      +
      +
      +
    • +
    • +
      +

      Holodex

      +
      public Holodex(String apiKey, + String baseUrl)
      +
      Instantiates a new Holodex with a custom base url
      +
      +
      Parameters:
      +
      apiKey - the api key
      +
      baseUrl - the base url
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLiveAndUpcomingVideos

      +
      public List<SimpleVideo> getLiveAndUpcomingVideos(VideoQueryBuilder queryBuilder) + throws HolodexException
      +
      Gets a list of upcoming and/or live SimpleVideos matching the VideoQueryBuilder attributes
      +
      +
      Parameters:
      +
      queryBuilder - the query builder
      +
      Returns:
      +
      A list of upcoming and/or live SimpleVideos
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      getVideos

      +
      public List<Video> getVideos(VideoQueryBuilder queryBuilder) + throws HolodexException
      +
      Gets a list of videos matching the VideoQueryBuilder attributes
      +
      +
      Parameters:
      +
      queryBuilder - the query builder
      +
      Returns:
      +
      list of videos
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      getChannel

      +
      public Channel getChannel(String channelId) + throws HolodexException
      +
      Gets information about a channel when given a channel id
      +
      +
      Parameters:
      +
      channelId - the channel id
      +
      Returns:
      +
      the Channel
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      getVideosByChannelId

      +
      public List<Video> getVideosByChannelId(VideosByChannelIDQueryBuilder query) + throws HolodexException
      +
      Gets a list of Videos matching the VideoByVideoIdQueryBuilder attributes for a specific channel + Used for when the channel id is known
      +
      +
      Parameters:
      +
      query - the query
      +
      Returns:
      +
      List of videos matching the query
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      getVideosFromChannels

      +
      public List<Video> getVideosFromChannels(String[] channels) + throws HolodexException
      +
      Gets upcoming and live videos from an array of channel ids + Response will contain videos from all channels together + This should be used when there is a set of channels that need to be queried
      +
      +
      Parameters:
      +
      channels - the channel ids to get videos from
      +
      Returns:
      +
      List of live and/or upcoming videos where the channel id is the author
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      getVideo

      +
      public Video getVideo(VideoByVideoIdQueryBuilder query) + throws HolodexException
      +
      Gets the video matching the VideoByVideoIdQueryBuilder attributes
      +
      +
      Parameters:
      +
      query - the query
      +
      Returns:
      +
      Video matching the query
      +
      Throws:
      +
      HolodexException - holodex exception
      +
      +
      +
    • +
    • +
      +

      getChannels

      +
      public List<Channel> getChannels(ChannelQueryBuilder query) + throws HolodexException
      +
      Gets a list of channels the match the ChannelQueryBuilder attributes
      +
      +
      Parameters:
      +
      query - the query
      +
      Returns:
      +
      List of channels matching the query
      +
      Throws:
      +
      HolodexException - the holodex exception
      +
      +
      +
    • +
    • +
      +

      searchVideo

      +
      public Object searchVideo(VideoSearchQueryBuilder query) + throws HolodexException
      +
      Sends a POST request to search for videos matching the VideoSearchQueryBuilder attributes + If the query is paginated, the response will be a VideoSearchResult object + If the query is not paginated, the response will be a list of SimpleVideo objects
      +
      +
      Parameters:
      +
      query -
      +
      Returns:
      +
      Throws:
      +
      HolodexException
      +
      +
      +
    • +
    • +
      +

      searchComment

      +
      public Object searchComment(CommentSearchQueryBuilder query) + throws HolodexException
      +
      Sends a POST request to search for comments matching the CommentSearchQueryBuilder attributes + If the query is paginated, the response will be a CommentSearchResult object + If the query is not paginated, the response will be a list of SimpleCommentVideo objects
      +
      +
      Parameters:
      +
      query -
      +
      Returns:
      +
      Throws:
      +
      HolodexException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/HolodexException.html b/com/pinapelz/HolodexException.html new file mode 100644 index 0000000..334740d --- /dev/null +++ b/com/pinapelz/HolodexException.html @@ -0,0 +1,191 @@ + + + + +HolodexException + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package com.pinapelz
+

Class HolodexException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
com.pinapelz.HolodexException
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class HolodexException +extends Exception
+
Class for Holodex related exceptions
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      HolodexException

      +
      public HolodexException(String message)
      +
      Instantiates a new Holodex exception.
      +
      +
      Parameters:
      +
      message - the message
      +
      +
      +
    • +
    • +
      +

      HolodexException

      +
      public HolodexException(String message, + Throwable cause)
      +
      Instantiates a new Holodex exception.
      +
      +
      Parameters:
      +
      message - the message
      +
      cause - the cause
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/HolodexService.html b/com/pinapelz/HolodexService.html new file mode 100644 index 0000000..5110de9 --- /dev/null +++ b/com/pinapelz/HolodexService.html @@ -0,0 +1,503 @@ + + + + +HolodexService + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package com.pinapelz
+

Interface HolodexService

+
+
+
+
public interface HolodexService
+
The interface Holodex service.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLiveVideos

      +
      @GET("/api/v2/live") +retrofit2.Call<List<SimpleVideo>> getLiveVideos(@Query("channel_id") + String channel_id, + @Query("id") + String id, + @Query("include") + String include, + @Query("lang") + String lang, + @Query("limit") + Integer limit, + @Query("maxUpcomingHours") + Integer maxUpcomingHours, + @Query("mentioned_channel_id") + String mentioned_channel_id, + @Query("offset") + Integer offset, + @Query("order") + String order, + @Query("org") + String org, + @Query("paginated") + String paginated, + @Query("sort") + String sort, + @Query("status") + String status, + @Query("topic") + String topic, + @Query("type") + String type)
      +
      /api/v2/live endpoint
      +
      +
      Parameters:
      +
      channel_id - the YouTube channel id
      +
      id - the YouTube video id
      +
      include - the include parameters
      +
      lang - a comma separated String of languages (e.g "en,ja")
      +
      limit - the limit for the number of results
      +
      maxUpcomingHours - number of maximum hours to show upcoming videos
      +
      mentioned_channel_id - the mentioned channel id of a different channel (for collabs)
      +
      offset - the offset for the number of results
      +
      order - the order (asc, desc)
      +
      org - the organization of which to get videos for (e.g. "Hololive")
      +
      paginated - paginated field
      +
      sort - sort by returned field (e.g "start_scheduled")
      +
      status - filter by video status (e.g. "upcoming")
      +
      topic - filter by type of video (e.g "stream")
      +
      type - the type
      +
      Returns:
      +
      a list of SimpleVideo objects
      +
      +
      +
    • +
    • +
      +

      getVideos

      +
      @GET("/api/v2/videos") +retrofit2.Call<List<Video>> getVideos(@Query("channel_id") + String channel_id, + @Query("id") + String id, + @Query("include") + String include, + @Query("lang") + String lang, + @Query("limit") + Integer limit, + @Query("max_upcoming_hours") + Integer max_upcoming_hours, + @Query("mentioned_channel_id") + String mentioned_channel_id, + @Query("offset") + Integer offset, + @Query("order") + String order, + @Query("org") + String org, + @Query("paginated") + String paginated, + @Query("sort") + String sort, + @Query("status") + String status, + @Query("topic") + String topic, + @Query("type") + String type)
      +
      /api/v2/video endpoint
      +
      +
      Parameters:
      +
      channel_id - the YouTube channel id
      +
      id - the YouTube video id
      +
      include - the include parameters comma seperated
      +
      lang - a comma separated String of languages (e.g "en,ja")
      +
      limit - the limit for the number of results
      +
      max_upcoming_hours - number of maximum hours to show upcoming videos
      +
      mentioned_channel_id - the mentioned channel id of a different channel (for collabs)
      +
      offset - the offset for the number of results
      +
      order - the order (asc, desc)
      +
      org - the organization of which to get videos for (e.g. "Hololive")
      +
      paginated - paginated field
      +
      sort - sort by returned field (e.g "start_scheduled")
      +
      status - filter by video status (e.g. "upcoming")
      +
      topic - filter by type of video (e.g "stream")
      +
      type - the type
      +
      Returns:
      +
      a list of Video objects
      +
      +
      +
    • +
    • +
      +

      getChannel

      +
      @GET("/api/v2/channels/{channelID}") +retrofit2.Call<Channel> getChannel(@Path("channelID") + String channelID)
      +
      /api/v2/channels endpoint
      +
      +
      Parameters:
      +
      channelID - the channel id
      +
      Returns:
      +
      the channel
      +
      +
      +
    • +
    • +
      +

      getVideosByChannelId

      +
      @GET("/api/v2/channels/{channelID}/{type}") +retrofit2.Call<List<Video>> getVideosByChannelId(@Path("channelID") + String channelID, + @Path("type") + String type, + @Query("include") + String include, + @Query("lang") + String lang, + @Query("limit") + Integer limit, + @Query("offset") + Integer offset, + @Query("paginated") + String paginated)
      +
      /api/v2/channels/{channelID}/{type} endpoint
      +
      +
      Parameters:
      +
      channelID - the YouTube channel id
      +
      type - the type of video resource ("clips", "videos", "collabs")
      +
      include - the include parameters comma seperated
      +
      lang - a comma separated String of languages (e.g "en,ja")
      +
      limit - the limit for the number of results
      +
      offset - the offset for the number of results
      +
      paginated - paginated field
      +
      Returns:
      +
      list of Videos by channel id
      +
      +
      +
    • +
    • +
      +

      getVideosFromChannels

      +
      @GET("/api/v2/users/live") +retrofit2.Call<List<Video>> getVideosFromChannels(@Query("channels") + String channels)
      +
      /api/v2/users/live endpoint
      +
      +
      Parameters:
      +
      channels - the channel ids in a comma separated String
      +
      Returns:
      +
      the videos from channels
      +
      +
      +
    • +
    • +
      +

      getVideo

      +
      @GET("/api/v2/videos/{videoID}") +retrofit2.Call<Video> getVideo(@Path("videoID") + String videoID, + @Query("lang") + String lang, + @Query("c") + String c)
      +
      /api/v2/videos/{videoID} endpoint
      +
      +
      Parameters:
      +
      videoID - the YouTube video id
      +
      lang - a comma separated String of languages (e.g "en,ja")
      +
      c - 1 will return timestamp comments for the video, 0 will not
      +
      Returns:
      +
      the video
      +
      +
      +
    • +
    • +
      +

      getChannels

      +
      @GET("/api/v2/channels") +retrofit2.Call<List<Channel>> getChannels(@Query("limit") + Integer limit, + @Query("offset") + Integer offset, + @Query("type") + String type, + @Query("lang") + String lang, + @Query("order") + String order, + @Query("org") + String org, + @Query("sort") + String sort)
      +
      /api/v2/channels endpoint
      +
      +
      Parameters:
      +
      limit - the limit for the number of results
      +
      offset - the offset for the number of results
      +
      type - the type of channel (e.g "vtuber")
      +
      lang - a comma separated String of languages (e.g "en,ja")
      +
      order - ascending or descending order (e.g "asc")
      +
      org - filter by organization (e.g "Hololive")
      +
      sort - column in which data should be sorted (default is org)
      +
      Returns:
      +
      the channels
      +
      +
      +
    • +
    • +
      +

      postVideoSearch

      +
      @POST("/api/v2/search/videoSearch") +retrofit2.Call<List<SimpleVideo>> postVideoSearch(@Body + okhttp3.RequestBody videoSearchResult)
      +
      /api/v2/search/videoSearch endpoint
      +
      +
      Parameters:
      +
      videoSearchResult -
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      postPaginatedVideoSearch

      +
      @POST("/api/v2/search/videoSearch") +retrofit2.Call<VideoSearchResult> postPaginatedVideoSearch(@Body + okhttp3.RequestBody videoSearchResult)
      +
      +
    • +
    • +
      +

      postCommentSearch

      +
      @POST("/api/v2/search/commentSearch") +retrofit2.Call<List<SimpleCommentVideo>> postCommentSearch(@Body + okhttp3.RequestBody commentSearchResult)
      +
      /api/v2/search/channelSearch endpoint
      +
      +
      Parameters:
      +
      commentSearchResult -
      +
      Returns:
      +
      +
      +
    • +
    • +
      +

      postPaginatedCommentSearch

      +
      @POST("/api/v2/search/commentSearch") +retrofit2.Call<CommentSearchResult> postPaginatedCommentSearch(@Body + okhttp3.RequestBody commentSearchResult)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/Channel.html b/com/pinapelz/datatypes/Channel.html new file mode 100644 index 0000000..c328f13 --- /dev/null +++ b/com/pinapelz/datatypes/Channel.html @@ -0,0 +1,271 @@ + + + + +Channel + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Channel

+
+
java.lang.Object +
com.pinapelz.datatypes.SimpleChannel +
com.pinapelz.datatypes.Channel
+
+
+
+
+
public class Channel +extends SimpleChannel
+
Channel object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      suborg

      +
      public String suborg
      +
      +
    • +
    • + +
    • +
    • +
      +

      twitter

      +
      public String twitter
      +
      +
    • +
    • +
      +

      video_count

      +
      public String video_count
      +
      +
    • +
    • +
      +

      subscriber_count

      +
      public String subscriber_count
      +
      +
    • +
    • +
      +

      view_count

      +
      public String view_count
      +
      +
    • +
    • +
      +

      clip_count

      +
      public String clip_count
      +
      +
    • +
    • +
      +

      lang

      +
      public String lang
      +
      +
    • +
    • +
      +

      published_at

      +
      public String published_at
      +
      +
    • +
    • +
      +

      inactive

      +
      public boolean inactive
      +
      +
    • +
    • +
      +

      description

      +
      public String description
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Channel

      +
      public Channel()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/Comment.html b/com/pinapelz/datatypes/Comment.html new file mode 100644 index 0000000..31287b4 --- /dev/null +++ b/com/pinapelz/datatypes/Comment.html @@ -0,0 +1,194 @@ + + + + +Comment + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Comment

+
+
java.lang.Object +
com.pinapelz.datatypes.Comment
+
+
+
+
public class Comment +extends Object
+
Comment object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      comment_key

      +
      public String comment_key
      +
      +
    • +
    • +
      +

      video_id

      +
      public String video_id
      +
      +
    • +
    • +
      +

      message

      +
      public String message
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Comment

      +
      public Comment()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/CommentSearchResult.html b/com/pinapelz/datatypes/CommentSearchResult.html new file mode 100644 index 0000000..4cdad23 --- /dev/null +++ b/com/pinapelz/datatypes/CommentSearchResult.html @@ -0,0 +1,185 @@ + + + + +CommentSearchResult + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommentSearchResult

+
+
java.lang.Object +
com.pinapelz.datatypes.CommentSearchResult
+
+
+
+
public class CommentSearchResult +extends Object
+
Result object for a paginated comment search
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommentSearchResult

      +
      public CommentSearchResult()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/Paginated.html b/com/pinapelz/datatypes/Paginated.html new file mode 100644 index 0000000..3873d13 --- /dev/null +++ b/com/pinapelz/datatypes/Paginated.html @@ -0,0 +1,138 @@ + + + + +Paginated + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Paginated

+
+
+
+
@Retention(RUNTIME) +@Target(METHOD) +public @interface Paginated
+
Annotation for paginated queries
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    +
    boolean
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      boolean value
      +
      +
      Default:
      +
      true
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/SimpleChannel.html b/com/pinapelz/datatypes/SimpleChannel.html new file mode 100644 index 0000000..628e85c --- /dev/null +++ b/com/pinapelz/datatypes/SimpleChannel.html @@ -0,0 +1,225 @@ + + + + +SimpleChannel + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SimpleChannel

+
+
java.lang.Object +
com.pinapelz.datatypes.SimpleChannel
+
+
+
+
Direct Known Subclasses:
+
Channel
+
+
+
public class SimpleChannel +extends Object
+
Simple channel object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public String id
      +
      +
    • +
    • +
      +

      name

      +
      public String name
      +
      +
    • +
    • +
      +

      english_name

      +
      public String english_name
      +
      +
    • +
    • +
      +

      type

      +
      public String type
      +
      +
    • +
    • +
      +

      photo

      +
      public String photo
      +
      +
    • +
    • +
      +

      org

      +
      public String org
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SimpleChannel

      +
      public SimpleChannel()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/SimpleCommentVideo.html b/com/pinapelz/datatypes/SimpleCommentVideo.html new file mode 100644 index 0000000..2cca56b --- /dev/null +++ b/com/pinapelz/datatypes/SimpleCommentVideo.html @@ -0,0 +1,265 @@ + + + + +SimpleCommentVideo + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SimpleCommentVideo

+
+
java.lang.Object +
com.pinapelz.datatypes.SimpleCommentVideo
+
+
+
+
public class SimpleCommentVideo +extends Object
+
The same as SimpleVideo, but with comments
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public String id
      +
      +
    • +
    • +
      +

      title

      +
      public String title
      +
      +
    • +
    • +
      +

      type

      +
      public String type
      +
      +
    • +
    • +
      +

      published_at

      +
      public String published_at
      +
      +
    • +
    • +
      +

      available_at

      +
      public String available_at
      +
      +
    • +
    • +
      +

      duration

      +
      public int duration
      +
      +
    • +
    • +
      +

      status

      +
      public String status
      +
      +
    • +
    • +
      +

      songcount

      +
      public int songcount
      +
      +
    • +
    • +
      +

      channel

      +
      public SimpleChannel channel
      +
      +
    • +
    • +
      +

      comments

      +
      public List<Comment> comments
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SimpleCommentVideo

      +
      public SimpleCommentVideo()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/SimpleVideo.html b/com/pinapelz/datatypes/SimpleVideo.html new file mode 100644 index 0000000..8d783d9 --- /dev/null +++ b/com/pinapelz/datatypes/SimpleVideo.html @@ -0,0 +1,315 @@ + + + + +SimpleVideo + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SimpleVideo

+
+
java.lang.Object +
com.pinapelz.datatypes.SimpleVideo
+
+
+
+
Direct Known Subclasses:
+
Video
+
+
+
public class SimpleVideo +extends Object
+
Simple video object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public String id
      +
      +
    • +
    • +
      +

      title

      +
      public String title
      +
      +
    • +
    • +
      +

      type

      +
      public String type
      +
      +
    • +
    • +
      +

      topic_id

      +
      public String topic_id
      +
      +
    • +
    • +
      +

      published_at

      +
      public String published_at
      +
      +
    • +
    • +
      +

      available_at

      +
      public String available_at
      +
      +
    • +
    • +
      +

      duration

      +
      public int duration
      +
      +
    • +
    • +
      +

      status

      +
      public String status
      +
      +
    • +
    • +
      +

      start_scheduled

      +
      public String start_scheduled
      +
      +
    • +
    • +
      +

      start_actual

      +
      public String start_actual
      +
      +
    • +
    • +
      +

      end_actual

      +
      public String end_actual
      +
      +
    • +
    • +
      +

      live_viewers

      +
      public int live_viewers
      +
      +
    • +
    • +
      +

      description

      +
      public String description
      +
      +
    • +
    • +
      +

      songcount

      +
      public int songcount
      +
      +
    • +
    • +
      +

      channel_id

      +
      public String channel_id
      +
      +
    • +
    • +
      +

      channel

      +
      public Channel channel
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SimpleVideo

      +
      public SimpleVideo()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/Video.html b/com/pinapelz/datatypes/Video.html new file mode 100644 index 0000000..2510e35 --- /dev/null +++ b/com/pinapelz/datatypes/Video.html @@ -0,0 +1,244 @@ + + + + +Video + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Video

+
+
java.lang.Object +
com.pinapelz.datatypes.SimpleVideo +
com.pinapelz.datatypes.Video
+
+
+
+
+
public class Video +extends SimpleVideo
+
Video object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      clips

      +
      public List<Video> clips
      +
      +
    • +
    • +
      +

      sources

      +
      public List<Video> sources
      +
      +
    • +
    • +
      +

      refers

      +
      public List<Video> refers
      +
      +
    • +
    • +
      +

      simulcasts

      +
      public List<Video> simulcasts
      +
      +
    • +
    • +
      +

      mentions

      +
      public List<SimpleChannel> mentions
      +
      +
    • +
    • +
      +

      thumbnail

      +
      public String thumbnail
      +
      +
    • +
    • +
      +

      reccomendations

      +
      public List<Video> reccomendations
      +
      +
    • +
    • +
      +

      comments

      +
      public List<Comment> comments
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Video

      +
      public Video()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/VideoSearchResult.html b/com/pinapelz/datatypes/VideoSearchResult.html new file mode 100644 index 0000000..c9ac0cd --- /dev/null +++ b/com/pinapelz/datatypes/VideoSearchResult.html @@ -0,0 +1,185 @@ + + + + +VideoSearchResult + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideoSearchResult

+
+
java.lang.Object +
com.pinapelz.datatypes.VideoSearchResult
+
+
+
+
public class VideoSearchResult +extends Object
+
Result object for a paginated video search
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      total

      +
      public int total
      +
      +
    • +
    • +
      +

      items

      +
      public List<SimpleVideo> items
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      VideoSearchResult

      +
      public VideoSearchResult()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/datatypes/package-summary.html b/com/pinapelz/datatypes/package-summary.html new file mode 100644 index 0000000..2537b63 --- /dev/null +++ b/com/pinapelz/datatypes/package-summary.html @@ -0,0 +1,149 @@ + + + + +com.pinapelz.datatypes + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz.datatypes

+
+
+
package com.pinapelz.datatypes
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/datatypes/package-tree.html b/com/pinapelz/datatypes/package-tree.html new file mode 100644 index 0000000..546a5e4 --- /dev/null +++ b/com/pinapelz/datatypes/package-tree.html @@ -0,0 +1,90 @@ + + + + +com.pinapelz.datatypes Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz.datatypes

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/com/pinapelz/factory/VideoSearchResultConverterFactory.html b/com/pinapelz/factory/VideoSearchResultConverterFactory.html new file mode 100644 index 0000000..89b6ed6 --- /dev/null +++ b/com/pinapelz/factory/VideoSearchResultConverterFactory.html @@ -0,0 +1,199 @@ + + + + +VideoSearchResultConverterFactory + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideoSearchResultConverterFactory

+
+
java.lang.Object +
retrofit2.Converter.Factory +
com.pinapelz.factory.VideoSearchResultConverterFactory
+
+
+
+
+
public class VideoSearchResultConverterFactory +extends retrofit2.Converter.Factory
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      VideoSearchResultConverterFactory

      +
      public VideoSearchResultConverterFactory()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static VideoSearchResultConverterFactory create()
      +
      +
    • +
    • +
      +

      responseBodyConverter

      +
      public retrofit2.Converter<okhttp3.ResponseBody,?> responseBodyConverter(Type type, + Annotation[] annotations, + retrofit2.Retrofit retrofit)
      +
      +
      Overrides:
      +
      responseBodyConverter in class retrofit2.Converter.Factory
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/factory/package-summary.html b/com/pinapelz/factory/package-summary.html new file mode 100644 index 0000000..eaed8c5 --- /dev/null +++ b/com/pinapelz/factory/package-summary.html @@ -0,0 +1,109 @@ + + + + +com.pinapelz.factory + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz.factory

+
+
+
package com.pinapelz.factory
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/factory/package-tree.html b/com/pinapelz/factory/package-tree.html new file mode 100644 index 0000000..6098dcd --- /dev/null +++ b/com/pinapelz/factory/package-tree.html @@ -0,0 +1,75 @@ + + + + +com.pinapelz.factory Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz.factory

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/com/pinapelz/package-summary.html b/com/pinapelz/package-summary.html new file mode 100644 index 0000000..e097a41 --- /dev/null +++ b/com/pinapelz/package-summary.html @@ -0,0 +1,125 @@ + + + + +com.pinapelz + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz

+
+
+
package com.pinapelz
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/package-tree.html b/com/pinapelz/package-tree.html new file mode 100644 index 0000000..fb3a4da --- /dev/null +++ b/com/pinapelz/package-tree.html @@ -0,0 +1,86 @@ + + + + +com.pinapelz Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/com/pinapelz/query/ChannelQueryBuilder.html b/com/pinapelz/query/ChannelQueryBuilder.html new file mode 100644 index 0000000..af8f155 --- /dev/null +++ b/com/pinapelz/query/ChannelQueryBuilder.html @@ -0,0 +1,340 @@ + + + + +ChannelQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChannelQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.ChannelQueryBuilder
+
+
+
+
public class ChannelQueryBuilder +extends Object
+
Query builder for getting a list of Channels matching the given parameters
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/CommentSearchQueryBuilder.html b/com/pinapelz/query/CommentSearchQueryBuilder.html new file mode 100644 index 0000000..2897a7d --- /dev/null +++ b/com/pinapelz/query/CommentSearchQueryBuilder.html @@ -0,0 +1,431 @@ + + + + +CommentSearchQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CommentSearchQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.CommentSearchQueryBuilder
+
+
+
+
public class CommentSearchQueryBuilder +extends Object
+
Builder for a comment search query + Default values set in constructor
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/VideoByVideoIdQueryBuilder.html b/com/pinapelz/query/VideoByVideoIdQueryBuilder.html new file mode 100644 index 0000000..8d5f27b --- /dev/null +++ b/com/pinapelz/query/VideoByVideoIdQueryBuilder.html @@ -0,0 +1,241 @@ + + + + +VideoByVideoIdQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideoByVideoIdQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.VideoByVideoIdQueryBuilder
+
+
+
+
public class VideoByVideoIdQueryBuilder +extends Object
+
Query builder for getting a video by video id
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/VideoQueryBuilder.html b/com/pinapelz/query/VideoQueryBuilder.html new file mode 100644 index 0000000..f53b3a2 --- /dev/null +++ b/com/pinapelz/query/VideoQueryBuilder.html @@ -0,0 +1,511 @@ + + + + +VideoQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideoQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.VideoQueryBuilder
+
+
+
+
public class VideoQueryBuilder +extends Object
+
Query builder for getting a set of videos matching the given parameters
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/VideoSearchQueryBuilder.html b/com/pinapelz/query/VideoSearchQueryBuilder.html new file mode 100644 index 0000000..2423acb --- /dev/null +++ b/com/pinapelz/query/VideoSearchQueryBuilder.html @@ -0,0 +1,431 @@ + + + + +VideoSearchQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideoSearchQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.VideoSearchQueryBuilder
+
+
+
+
public class VideoSearchQueryBuilder +extends Object
+
Builder for a video search query + Default values set in constructor
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/VideosByChannelIDQueryBuilder.html b/com/pinapelz/query/VideosByChannelIDQueryBuilder.html new file mode 100644 index 0000000..c0cc01d --- /dev/null +++ b/com/pinapelz/query/VideosByChannelIDQueryBuilder.html @@ -0,0 +1,340 @@ + + + + +VideosByChannelIDQueryBuilder + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class VideosByChannelIDQueryBuilder

+
+
java.lang.Object +
com.pinapelz.query.VideosByChannelIDQueryBuilder
+
+
+
+
public class VideosByChannelIDQueryBuilder +extends Object
+
Query builder for getting videos by a given channel id
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/com/pinapelz/query/package-summary.html b/com/pinapelz/query/package-summary.html new file mode 100644 index 0000000..718bda9 --- /dev/null +++ b/com/pinapelz/query/package-summary.html @@ -0,0 +1,133 @@ + + + + +com.pinapelz.query + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz.query

+
+
+
package com.pinapelz.query
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/query/package-tree.html b/com/pinapelz/query/package-tree.html new file mode 100644 index 0000000..098ea3c --- /dev/null +++ b/com/pinapelz/query/package-tree.html @@ -0,0 +1,76 @@ + + + + +com.pinapelz.query Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz.query

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/com/pinapelz/vtuber/ExtraData.html b/com/pinapelz/vtuber/ExtraData.html new file mode 100644 index 0000000..dfcaf3c --- /dev/null +++ b/com/pinapelz/vtuber/ExtraData.html @@ -0,0 +1,305 @@ + + + + +ExtraData + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ExtraData

+
+
java.lang.Object +
java.lang.Enum<ExtraData> +
com.pinapelz.vtuber.ExtraData
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ExtraData>, Constable
+
+
+
public enum ExtraData +extends Enum<ExtraData>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      CLIPS

      +
      public static final ExtraData CLIPS
      +
      +
    • +
    • +
      +

      REFERS

      +
      public static final ExtraData REFERS
      +
      +
    • +
    • +
      +

      SOURCES

      +
      public static final ExtraData SOURCES
      +
      +
    • +
    • +
      +

      SIMULCASTS

      +
      public static final ExtraData SIMULCASTS
      +
      +
    • +
    • +
      +

      MENTIONS

      +
      public static final ExtraData MENTIONS
      +
      +
    • +
    • +
      +

      DESCRIPTION

      +
      public static final ExtraData DESCRIPTION
      +
      +
    • +
    • +
      +

      LIVE_INFO

      +
      public static final ExtraData LIVE_INFO
      +
      +
    • +
    • +
      +

      CHANNEL_STATS

      +
      public static final ExtraData CHANNEL_STATS
      +
      +
    • +
    • +
      +

      SONGS

      +
      public static final ExtraData SONGS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ExtraData[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ExtraData valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<ExtraData>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Language.html b/com/pinapelz/vtuber/Language.html new file mode 100644 index 0000000..dc45ecd --- /dev/null +++ b/com/pinapelz/vtuber/Language.html @@ -0,0 +1,297 @@ + + + + +Language + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Language

+
+
java.lang.Object +
java.lang.Enum<Language> +
com.pinapelz.vtuber.Language
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Language>, Constable
+
+
+
public enum Language +extends Enum<Language>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      ENGLISH

      +
      public static final Language ENGLISH
      +
      +
    • +
    • +
      +

      JAPANESE

      +
      public static final Language JAPANESE
      +
      +
    • +
    • +
      +

      SPANISH

      +
      public static final Language SPANISH
      +
      +
    • +
    • +
      +

      CHINESE

      +
      public static final Language CHINESE
      +
      +
    • +
    • +
      +

      KOREAN

      +
      public static final Language KOREAN
      +
      +
    • +
    • +
      +

      FRENCH

      +
      public static final Language FRENCH
      +
      +
    • +
    • +
      +

      INDONESIAN

      +
      public static final Language INDONESIAN
      +
      +
    • +
    • +
      +

      RUSSIAN

      +
      public static final Language RUSSIAN
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Language[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Language valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Language>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Order.html b/com/pinapelz/vtuber/Order.html new file mode 100644 index 0000000..1ed3b15 --- /dev/null +++ b/com/pinapelz/vtuber/Order.html @@ -0,0 +1,249 @@ + + + + +Order + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Order

+
+
java.lang.Object +
java.lang.Enum<Order> +
com.pinapelz.vtuber.Order
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Order>, Constable
+
+
+
public enum Order +extends Enum<Order>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      ASC

      +
      public static final Order ASC
      +
      +
    • +
    • +
      +

      DESC

      +
      public static final Order DESC
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Order[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Order valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Order>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Organization.html b/com/pinapelz/vtuber/Organization.html new file mode 100644 index 0000000..e2dd3e4 --- /dev/null +++ b/com/pinapelz/vtuber/Organization.html @@ -0,0 +1,862 @@ + + + + +Organization + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Organization

+
+
java.lang.Object +
java.lang.Enum<Organization> +
com.pinapelz.vtuber.Organization
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Organization>, Constable
+
+
+
public enum Organization +extends Enum<Organization>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      HOLOLIVE

      +
      public static final Organization HOLOLIVE
      +
      +
    • +
    • +
      +

      NIJISANJI

      +
      public static final Organization NIJISANJI
      +
      +
    • +
    • +
      +

      INDEPENDENT

      +
      public static final Organization INDEPENDENT
      +
      +
    • +
    • +
      +

      DOT_LIVE

      +
      public static final Organization DOT_LIVE
      +
      +
    • +
    • +
      +

      INC_774

      +
      public static final Organization INC_774
      +
      +
    • +
    • +
      +

      AOGIRI_HIGHSCHOOL

      +
      public static final Organization AOGIRI_HIGHSCHOOL
      +
      +
    • +
    • +
      +

      ATELIER_LIVE

      +
      public static final Organization ATELIER_LIVE
      +
      +
    • +
    • +
      +

      AXEL_V

      +
      public static final Organization AXEL_V
      +
      +
    • +
    • +
      +

      AETHERIA

      +
      public static final Organization AETHERIA
      +
      +
    • +
    • +
      +

      AKIO_AIR

      +
      public static final Organization AKIO_AIR
      +
      +
    • +
    • +
      +

      CHUKORARA

      +
      public static final Organization CHUKORARA
      +
      +
    • +
    • +
      +

      CLOUD_HORIZON

      +
      public static final Organization CLOUD_HORIZON
      +
      +
    • +
    • +
      +

      CONNECTOPIA

      +
      public static final Organization CONNECTOPIA
      +
      +
    • +
    • +
      +

      EILENE_FAMILY

      +
      public static final Organization EILENE_FAMILY
      +
      +
    • +
    • +
      +

      EMOECHI

      +
      public static final Organization EMOECHI
      +
      +
    • +
    • +
      +

      EIEN_PROJECT

      +
      public static final Organization EIEN_PROJECT
      +
      +
    • +
    • +
      +

      GUILD_CQ

      +
      public static final Organization GUILD_CQ
      +
      +
    • +
    • +
      +

      HOSHIMEGURI_GAKUEN

      +
      public static final Organization HOSHIMEGURI_GAKUEN
      +
      +
    • +
    • +
      +

      HDOT_LIVE

      +
      public static final Organization HDOT_LIVE
      +
      +
    • +
    • +
      +

      IRIDORI

      +
      public static final Organization IRIDORI
      +
      +
    • +
    • +
      +

      IDOL_CORP

      +
      public static final Organization IDOL_CORP
      +
      +
    • +
    • +
      +

      KAMITSUBAKI

      +
      public static final Organization KAMITSUBAKI
      +
      +
    • +
    • +
      +

      KIZUNA_AI

      +
      public static final Organization KIZUNA_AI
      +
      +
    • +
    • +
      +

      KAWAII_MUSIC

      +
      public static final Organization KAWAII_MUSIC
      +
      +
    • +
    • +
      +

      KEMOMIMI_REFLEX

      +
      public static final Organization KEMOMIMI_REFLEX
      +
      +
    • +
    • +
      +

      KEMONO_FRIENDS

      +
      public static final Organization KEMONO_FRIENDS
      +
      +
    • +
    • +
      +

      LA_PECHE_PARTY

      +
      public static final Organization LA_PECHE_PARTY
      +
      +
    • +
    • +
      +

      MARBL_S

      +
      public static final Organization MARBL_S
      +
      +
    • +
    • +
      +

      MASQUERADE

      +
      public static final Organization MASQUERADE
      +
      +
    • +
    • +
      +

      MAHA5

      +
      public static final Organization MAHA5
      +
      +
    • +
    • +
      +

      MYHOLO_TV

      +
      public static final Organization MYHOLO_TV
      +
      +
    • +
    • +
      +

      MERIDIAN_PROJECT

      +
      public static final Organization MERIDIAN_PROJECT
      +
      +
    • +
    • +
      +

      NORI_PRO

      +
      public static final Organization NORI_PRO
      +
      +
    • +
    • +
      +

      NIJIGEN

      +
      public static final Organization NIJIGEN
      +
      +
    • +
    • +
      +

      NEO_PORTE

      +
      public static final Organization NEO_PORTE
      +
      +
    • +
    • +
      +

      NKSHOUJO

      +
      public static final Organization NKSHOUJO
      +
      +
    • +
    • +
      +

      NANAHOLIC

      +
      public static final Organization NANAHOLIC
      +
      +
    • +
    • +
      +

      PRODUCTION_KAWAII

      +
      public static final Organization PRODUCTION_KAWAII
      +
      +
    • +
    • +
      +

      POLYGON

      +
      public static final Organization POLYGON
      +
      +
    • +
    • +
      +

      PHASE_CONNECT

      +
      public static final Organization PHASE_CONNECT
      +
      +
    • +
    • +
      +

      PIXELA_PROJECT

      +
      public static final Organization PIXELA_PROJECT
      +
      +
    • +
    • +
      +

      PRISM

      +
      public static final Organization PRISM
      +
      +
    • +
    • +
      +

      PROPRO

      +
      public static final Organization PROPRO
      +
      +
    • +
    • +
      +

      PINK_PUNK_PRO

      +
      public static final Organization PINK_PUNK_PRO
      +
      +
    • +
    • +
      +

      RIOT_MUSIC

      +
      public static final Organization RIOT_MUSIC
      +
      +
    • +
    • +
      +

      REACT

      +
      public static final Organization REACT
      +
      +
    • +
    • +
      +

      REMEMORIES

      +
      public static final Organization REMEMORIES
      +
      +
    • +
    • +
      +

      REVOLUTION_HEART

      +
      public static final Organization REVOLUTION_HEART
      +
      +
    • +
    • +
      +

      RENEW_LIVE

      +
      public static final Organization RENEW_LIVE
      +
      +
    • +
    • +
      +

      SLEEP_MONSTER

      +
      public static final Organization SLEEP_MONSTER
      +
      +
    • +
    • +
      +

      SQUARE_LIVE

      +
      public static final Organization SQUARE_LIVE
      +
      +
    • +
    • +
      +

      SNACKNILIVE

      +
      public static final Organization SNACKNILIVE
      +
      +
    • +
    • +
      +

      SHINSOGUMI

      +
      public static final Organization SHINSOGUMI
      +
      +
    • +
    • +
      +

      SHEERMUSICV

      +
      public static final Organization SHEERMUSICV
      +
      +
    • +
    • +
      +

      SEDAI_ONE

      +
      public static final Organization SEDAI_ONE
      +
      +
    • +
    • +
      +

      TSUNDERIA

      +
      public static final Organization TSUNDERIA
      +
      +
    • +
    • +
      +

      TWITCH_INDEPENDENTS

      +
      public static final Organization TWITCH_INDEPENDENTS
      +
      +
    • +
    • +
      +

      THE_BOX

      +
      public static final Organization THE_BOX
      +
      +
    • +
    • +
      +

      UNREAL_NIGHT_GIRLS

      +
      public static final Organization UNREAL_NIGHT_GIRLS
      +
      +
    • +
    • +
      +

      V_DIMENSION_DOT_CREATORS

      +
      public static final Organization V_DIMENSION_DOT_CREATORS
      +
      +
    • +
    • +
      +

      VOICE_ORE

      +
      public static final Organization VOICE_ORE
      +
      +
    • +
    • +
      +

      V_AND_U

      +
      public static final Organization V_AND_U
      +
      +
    • +
    • +
      +

      VIVID

      +
      public static final Organization VIVID
      +
      +
    • +
    • +
      +

      VOMS

      +
      public static final Organization VOMS
      +
      +
    • +
    • +
      +

      VSHOJO

      +
      public static final Organization VSHOJO
      +
      +
    • +
    • +
      +

      VSPO

      +
      public static final Organization VSPO
      +
      +
    • +
    • +
      +

      VARIUM

      +
      public static final Organization VARIUM
      +
      +
    • +
    • +
      +

      VREVERIE

      +
      public static final Organization VREVERIE
      +
      +
    • +
    • +
      +

      VEE

      +
      public static final Organization VEE
      +
      +
    • +
    • +
      +

      WACTOR

      +
      public static final Organization WACTOR
      +
      +
    • +
    • +
      +

      WAK_ENTERTAINMENT

      +
      public static final Organization WAK_ENTERTAINMENT
      +
      +
    • +
    • +
      +

      X_ENCOUNT

      +
      public static final Organization X_ENCOUNT
      +
      +
    • +
    • +
      +

      XTREME_DEEP_FIELD_PROJECT

      +
      public static final Organization XTREME_DEEP_FIELD_PROJECT
      +
      +
    • +
    • +
      +

      YUNI_CREATE

      +
      public static final Organization YUNI_CREATE
      +
      +
    • +
    • +
      +

      YUMELIVE

      +
      public static final Organization YUMELIVE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      public final String name
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Organization[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Organization valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Organization>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Sort.html b/com/pinapelz/vtuber/Sort.html new file mode 100644 index 0000000..4cffaa7 --- /dev/null +++ b/com/pinapelz/vtuber/Sort.html @@ -0,0 +1,265 @@ + + + + +Sort + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Sort

+
+
java.lang.Object +
java.lang.Enum<Sort> +
com.pinapelz.vtuber.Sort
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Sort>, Constable
+
+
+
public enum Sort +extends Enum<Sort>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      NEWEST

      +
      public static final Sort NEWEST
      +
      +
    • +
    • +
      +

      START_SCHEDULED

      +
      public static final Sort START_SCHEDULED
      +
      +
    • +
    • +
      +

      START_ACTUAL

      +
      public static final Sort START_ACTUAL
      +
      +
    • +
    • +
      +

      END_ACTUAL

      +
      public static final Sort END_ACTUAL
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Sort[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Sort valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Sort>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Status.html b/com/pinapelz/vtuber/Status.html new file mode 100644 index 0000000..0745f57 --- /dev/null +++ b/com/pinapelz/vtuber/Status.html @@ -0,0 +1,273 @@ + + + + +Status + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Status

+
+
java.lang.Object +
java.lang.Enum<Status> +
com.pinapelz.vtuber.Status
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Status>, Constable
+
+
+
public enum Status +extends Enum<Status>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      LIVE

      +
      public static final Status LIVE
      +
      +
    • +
    • +
      +

      UPCOMING

      +
      public static final Status UPCOMING
      +
      +
    • +
    • +
      +

      PAST

      +
      public static final Status PAST
      +
      +
    • +
    • +
      +

      MISSING

      +
      public static final Status MISSING
      +
      +
    • +
    • +
      +

      ALL

      +
      public static final Status ALL
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Status[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Status valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Status>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Type.html b/com/pinapelz/vtuber/Type.html new file mode 100644 index 0000000..75ecb6c --- /dev/null +++ b/com/pinapelz/vtuber/Type.html @@ -0,0 +1,249 @@ + + + + +Type + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Type

+
+
java.lang.Object +
java.lang.Enum<Type> +
com.pinapelz.vtuber.Type
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Type>, Constable
+
+
+
public enum Type +extends Enum<Type>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      STREAM

      +
      public static final Type STREAM
      +
      +
    • +
    • +
      +

      CLIP

      +
      public static final Type CLIP
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Type[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Type valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Type>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/package-summary.html b/com/pinapelz/vtuber/package-summary.html new file mode 100644 index 0000000..7cc5ac0 --- /dev/null +++ b/com/pinapelz/vtuber/package-summary.html @@ -0,0 +1,121 @@ + + + + +com.pinapelz.vtuber + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz.vtuber

+
+
+
package com.pinapelz.vtuber
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/vtuber/package-tree.html b/com/pinapelz/vtuber/package-tree.html new file mode 100644 index 0000000..28fd8e5 --- /dev/null +++ b/com/pinapelz/vtuber/package-tree.html @@ -0,0 +1,81 @@ + + + + +com.pinapelz.vtuber Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz.vtuber

+Package Hierarchies: + +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/index-files/index-18.html b/index-files/index-18.html new file mode 100644 index 0000000..eeb7565 --- /dev/null +++ b/index-files/index-18.html @@ -0,0 +1,317 @@ + + + + +S-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

S

+
+
searchComment(CommentSearchQueryBuilder) - Method in class com.pinapelz.Holodex
+
+
Sends a POST request to search for comments matching the CommentSearchQueryBuilder attributes + If the query is paginated, the response will be a CommentSearchResult object + If the query is not paginated, the response will be a list of SimpleCommentVideo objects
+
+
searchVideo(VideoSearchQueryBuilder) - Method in class com.pinapelz.Holodex
+
+
Sends a POST request to search for videos matching the VideoSearchQueryBuilder attributes + If the query is paginated, the response will be a VideoSearchResult object + If the query is not paginated, the response will be a list of SimpleVideo objects
+
+
SEDAI_ONE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
setC(String) - Method in class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
setChannelId(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setChannelId(String) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setComment(List<String>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setComment(List<String>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setConditions(List<String>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setConditions(List<String>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setId(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setInclude(ExtraData) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setInclude(ExtraData) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setInclude(ExtraData[]) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setInclude(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setInclude(String) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setInclude(String[]) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setInclude(List<ExtraData>) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setLang(Language) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setLang(Language[]) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setLang(String) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setLang(List<Language>) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setLang(List<Language>) - Method in class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
setLang(List<Language>) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setLang(List<Language>) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setLang(List<String>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setLimit(int) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setLimit(int) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setLimit(Integer) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setLimit(Integer) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setLimit(Integer) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setMaxUpcomingHours(Integer) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setMentionedChannelId(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOffset(int) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setOffset(int) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setOffset(Integer) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setOffset(Integer) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOffset(Integer) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setOrder(Order) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setOrder(Order) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOrder(String) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setOrder(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOrg(Organization) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setOrg(Organization) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setOrg(Organization) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOrg(Organization) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setOrg(String) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setOrg(String) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setOrg(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setOrg(String) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setOrg(List<Organization>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setOrg(List<Organization>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setPaginated(boolean) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setPaginated(boolean) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setPaginated(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setPaginated(String) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setSort(Sort) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setSort(Sort) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setSort(Sort) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setSort(Sort) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setSort(String) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setSort(String) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setSort(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setSort(String) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setStatus(Status) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setStatus(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setTarget(Type) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setTarget(Type) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setTarget(String) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setTarget(String) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setTarget(List<Type>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setTarget(List<Type>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setTopic(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setTopic(List<String>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setTopic(List<String>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setType(String) - Method in class com.pinapelz.query.ChannelQueryBuilder
+
 
+
setType(String) - Method in class com.pinapelz.query.VideoQueryBuilder
+
 
+
setType(String) - Method in class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
setVch(List<String>) - Method in class com.pinapelz.query.CommentSearchQueryBuilder
+
 
+
setVch(List<String>) - Method in class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
setVideoId(String) - Method in class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
SHEERMUSICV - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
SHINSOGUMI - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
SimpleChannel - Class in com.pinapelz.datatypes
+
+
Simple channel object
+
+
SimpleChannel() - Constructor for class com.pinapelz.datatypes.SimpleChannel
+
 
+
SimpleCommentVideo - Class in com.pinapelz.datatypes
+
+
The same as SimpleVideo, but with comments
+
+
SimpleCommentVideo() - Constructor for class com.pinapelz.datatypes.SimpleCommentVideo
+
 
+
SimpleVideo - Class in com.pinapelz.datatypes
+
+
Simple video object
+
+
SimpleVideo() - Constructor for class com.pinapelz.datatypes.SimpleVideo
+
 
+
simulcasts - Variable in class com.pinapelz.datatypes.Video
+
 
+
SIMULCASTS - Enum constant in enum class com.pinapelz.vtuber.ExtraData
+
 
+
SLEEP_MONSTER - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
SNACKNILIVE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
songcount - Variable in class com.pinapelz.datatypes.SimpleCommentVideo
+
 
+
songcount - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
SONGS - Enum constant in enum class com.pinapelz.vtuber.ExtraData
+
 
+
Sort - Enum Class in com.pinapelz.vtuber
+
 
+
sources - Variable in class com.pinapelz.datatypes.Video
+
 
+
SOURCES - Enum constant in enum class com.pinapelz.vtuber.ExtraData
+
 
+
SPANISH - Enum constant in enum class com.pinapelz.vtuber.Language
+
 
+
SQUARE_LIVE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
start_actual - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
START_ACTUAL - Enum constant in enum class com.pinapelz.vtuber.Sort
+
 
+
start_scheduled - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
START_SCHEDULED - Enum constant in enum class com.pinapelz.vtuber.Sort
+
 
+
status - Variable in class com.pinapelz.datatypes.SimpleCommentVideo
+
 
+
status - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
Status - Enum Class in com.pinapelz.vtuber
+
 
+
STREAM - Enum constant in enum class com.pinapelz.vtuber.Type
+
 
+
suborg - Variable in class com.pinapelz.datatypes.Channel
+
 
+
subscriber_count - Variable in class com.pinapelz.datatypes.Channel
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-19.html b/index-files/index-19.html new file mode 100644 index 0000000..478f08a --- /dev/null +++ b/index-files/index-19.html @@ -0,0 +1,103 @@ + + + + +T-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

T

+
+
THE_BOX - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
thumbnail - Variable in class com.pinapelz.datatypes.Video
+
 
+
title - Variable in class com.pinapelz.datatypes.SimpleCommentVideo
+
 
+
title - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
topic_id - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.ExtraData
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Language
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Order
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Organization
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Sort
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Status
+
 
+
toString() - Method in enum class com.pinapelz.vtuber.Type
+
 
+
total - Variable in class com.pinapelz.datatypes.CommentSearchResult
+
 
+
total - Variable in class com.pinapelz.datatypes.VideoSearchResult
+
 
+
TSUNDERIA - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
TWITCH_INDEPENDENTS - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
twitter - Variable in class com.pinapelz.datatypes.Channel
+
 
+
type - Variable in class com.pinapelz.datatypes.SimpleChannel
+
 
+
type - Variable in class com.pinapelz.datatypes.SimpleCommentVideo
+
 
+
type - Variable in class com.pinapelz.datatypes.SimpleVideo
+
 
+
Type - Enum Class in com.pinapelz.vtuber
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-20.html b/index-files/index-20.html new file mode 100644 index 0000000..69ef779 --- /dev/null +++ b/index-files/index-20.html @@ -0,0 +1,65 @@ + + + + +U-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

U

+
+
UNREAL_NIGHT_GIRLS - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
UPCOMING - Enum constant in enum class com.pinapelz.vtuber.Status
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-21.html b/index-files/index-21.html new file mode 100644 index 0000000..83eb577 --- /dev/null +++ b/index-files/index-21.html @@ -0,0 +1,193 @@ + + + + +V-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

V

+
+
V_AND_U - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
V_DIMENSION_DOT_CREATORS - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
value() - Element in annotation interface com.pinapelz.datatypes.Paginated
+
 
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.ExtraData
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Language
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Order
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Organization
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Sort
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Status
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class com.pinapelz.vtuber.Type
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class com.pinapelz.vtuber.ExtraData
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Language
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Order
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Organization
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Sort
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Status
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class com.pinapelz.vtuber.Type
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
VARIUM - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VEE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
Video - Class in com.pinapelz.datatypes
+
+
Video object
+
+
Video() - Constructor for class com.pinapelz.datatypes.Video
+
 
+
video_count - Variable in class com.pinapelz.datatypes.Channel
+
 
+
video_id - Variable in class com.pinapelz.datatypes.Comment
+
 
+
VideoByVideoIdQueryBuilder - Class in com.pinapelz.query
+
+
Query builder for getting a video by video id
+
+
VideoByVideoIdQueryBuilder() - Constructor for class com.pinapelz.query.VideoByVideoIdQueryBuilder
+
 
+
VideoQueryBuilder - Class in com.pinapelz.query
+
+
Query builder for getting a set of videos matching the given parameters
+
+
VideoQueryBuilder() - Constructor for class com.pinapelz.query.VideoQueryBuilder
+
 
+
VideosByChannelIDQueryBuilder - Class in com.pinapelz.query
+
+
Query builder for getting videos by a given channel id
+
+
VideosByChannelIDQueryBuilder() - Constructor for class com.pinapelz.query.VideosByChannelIDQueryBuilder
+
 
+
VideoSearchQueryBuilder - Class in com.pinapelz.query
+
+
Builder for a video search query + Default values set in constructor
+
+
VideoSearchQueryBuilder() - Constructor for class com.pinapelz.query.VideoSearchQueryBuilder
+
 
+
VideoSearchResult - Class in com.pinapelz.datatypes
+
+
Result object for a paginated video search
+
+
VideoSearchResult() - Constructor for class com.pinapelz.datatypes.VideoSearchResult
+
 
+
VideoSearchResultConverterFactory - Class in com.pinapelz.factory
+
 
+
VideoSearchResultConverterFactory() - Constructor for class com.pinapelz.factory.VideoSearchResultConverterFactory
+
 
+
view_count - Variable in class com.pinapelz.datatypes.Channel
+
 
+
VIVID - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VOICE_ORE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VOMS - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VREVERIE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VSHOJO - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
VSPO - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-22.html b/index-files/index-22.html new file mode 100644 index 0000000..f28e128 --- /dev/null +++ b/index-files/index-22.html @@ -0,0 +1,65 @@ + + + + +W-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

W

+
+
WACTOR - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
WAK_ENTERTAINMENT - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-23.html b/index-files/index-23.html new file mode 100644 index 0000000..d286a80 --- /dev/null +++ b/index-files/index-23.html @@ -0,0 +1,65 @@ + + + + +X-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

X

+
+
X_ENCOUNT - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
XTREME_DEEP_FIELD_PROJECT - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/index-files/index-24.html b/index-files/index-24.html new file mode 100644 index 0000000..85d736e --- /dev/null +++ b/index-files/index-24.html @@ -0,0 +1,65 @@ + + + + +Y-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form +

Y

+
+
YUMELIVE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
YUNI_CREATE - Enum constant in enum class com.pinapelz.vtuber.Organization
+
 
+
+A B C D E F G H I J K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + -- cgit v1.2.3