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/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 +++++++ 11 files changed, 2261 insertions(+) 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 (limited to 'com/pinapelz/datatypes') 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

+ +
+
+
+
+ + -- cgit v1.2.3