From 64e166116c2da46ff325f5f78e0c6985ca6a6ac0 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 7 Apr 2023 00:29:36 -0700 Subject: Add files via upload --- App.html | 2 +- allclasses-index.html | 52 ++++---- allpackages-index.html | 10 +- com/pina/Holodex.html | 18 +-- com/pina/HolodexException.html | 2 +- com/pina/HolodexService.html | 2 +- com/pina/datatypes/Channel.html | 2 +- com/pina/datatypes/Comment.html | 2 +- com/pina/datatypes/SimpleChannel.html | 2 +- com/pina/datatypes/SimpleVideo.html | 2 +- com/pina/datatypes/Video.html | 2 +- com/pina/datatypes/package-summary.html | 2 +- com/pina/datatypes/package-tree.html | 2 +- com/pina/package-summary.html | 2 +- com/pina/package-tree.html | 2 +- com/pina/query/ChannelQueryBuilder.html | 142 +++------------------- com/pina/query/VideoByVideoIdQueryBuilder.html | 2 +- com/pina/query/VideoQueryBuilder.html | 2 +- com/pina/query/VideosByChannelIDQueryBuilder.html | 2 +- com/pina/query/package-summary.html | 2 +- com/pina/query/package-tree.html | 2 +- element-list | 1 + help-doc.html | 2 +- index-files/index-1.html | 6 +- index-files/index-10.html | 4 +- index-files/index-11.html | 2 +- index-files/index-12.html | 2 +- index-files/index-13.html | 2 +- index-files/index-14.html | 2 +- index-files/index-15.html | 30 ++--- index-files/index-16.html | 2 +- index-files/index-17.html | 2 +- index-files/index-2.html | 2 +- index-files/index-3.html | 2 +- index-files/index-4.html | 2 +- index-files/index-5.html | 2 +- index-files/index-6.html | 30 ++--- index-files/index-7.html | 2 +- index-files/index-8.html | 2 +- index-files/index-9.html | 2 +- index.html | 11 +- member-search-index.js | 2 +- overview-summary.html | 2 +- overview-tree.html | 3 +- package-summary.html | 2 +- package-tree.html | 2 +- serialized-form.html | 2 +- type-search-index.js | 2 +- 48 files changed, 127 insertions(+), 254 deletions(-) diff --git a/App.html b/App.html index 5cbf848..c5d114d 100644 --- a/App.html +++ b/App.html @@ -1,7 +1,7 @@ - + App diff --git a/allclasses-index.html b/allclasses-index.html index dfb0781..941312a 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -1,7 +1,7 @@ - + All Classes and Interfaces @@ -60,52 +60,54 @@ loadScripts(document, 'script');
Class
Description
- -
+ +
 
+ +
Channel object
- -
+ +
Query builder for getting a list of Channels matching the given parameters
- -
+ +
Comment object
- -
+ +
The class for interacting with the Holodex API
- -
+ +
Class for Holodex related exceptions
- -
+ +
The interface Holodex service.
- -
+ +
Simple channel object
- -
+ +
Simple video object
- -
+ +
Video object
- -
+ +
Query builder for getting a video by video id
- -
+ +
Query builder for getting a set of videos matching the given parameters
- -
+ +
Query builder for getting videos by a given channel id
diff --git a/allpackages-index.html b/allpackages-index.html index fe8f549..588379b 100644 --- a/allpackages-index.html +++ b/allpackages-index.html @@ -1,7 +1,7 @@ - + All Packages @@ -54,12 +54,14 @@ loadScripts(document, 'script');
diff --git a/com/pina/Holodex.html b/com/pina/Holodex.html index dc5ea50..29dc9f4 100644 --- a/com/pina/Holodex.html +++ b/com/pina/Holodex.html @@ -1,7 +1,7 @@ - + Holodex @@ -229,7 +229,7 @@ loadScripts(document, 'script');
Parameters:
queryBuilder - the query builder
Returns:
-
the live and upcoming videos
+
A list of upcoming and/or live SimpleVideos
Throws:
HolodexException - the holodex exception
@@ -245,7 +245,7 @@ loadScripts(document, 'script');
Parameters:
queryBuilder - the query builder
Returns:
-
the videos
+
list of videos
Throws:
HolodexException - the holodex exception
@@ -261,7 +261,7 @@ loadScripts(document, 'script');
Parameters:
channelId - the channel id
Returns:
-
the channel
+
the Channel
Throws:
HolodexException - the holodex exception
@@ -278,7 +278,7 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the videos by channel id
+
List of videos matching the query
Throws:
HolodexException - the holodex exception
@@ -296,7 +296,7 @@ loadScripts(document, 'script');
Parameters:
channels - the channel ids to get videos from
Returns:
-
the videos from channels
+
List of live and/or upcoming videos where the channel id is the author
Throws:
HolodexException - the holodex exception
@@ -312,9 +312,9 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the video
+
Video matching the query
Throws:
-
HolodexException - the holodex exception
+
HolodexException - holodex exception
@@ -328,7 +328,7 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the channels
+
List of channels matching the query
Throws:
HolodexException - the holodex exception
diff --git a/com/pina/HolodexException.html b/com/pina/HolodexException.html index 2714ca3..c4fe6d9 100644 --- a/com/pina/HolodexException.html +++ b/com/pina/HolodexException.html @@ -1,7 +1,7 @@ - + HolodexException diff --git a/com/pina/HolodexService.html b/com/pina/HolodexService.html index 57d4475..1682214 100644 --- a/com/pina/HolodexService.html +++ b/com/pina/HolodexService.html @@ -1,7 +1,7 @@ - + HolodexService diff --git a/com/pina/datatypes/Channel.html b/com/pina/datatypes/Channel.html index f76f417..db2ee82 100644 --- a/com/pina/datatypes/Channel.html +++ b/com/pina/datatypes/Channel.html @@ -1,7 +1,7 @@ - + Channel diff --git a/com/pina/datatypes/Comment.html b/com/pina/datatypes/Comment.html index 1b7b3a6..6a09555 100644 --- a/com/pina/datatypes/Comment.html +++ b/com/pina/datatypes/Comment.html @@ -1,7 +1,7 @@ - + Comment diff --git a/com/pina/datatypes/SimpleChannel.html b/com/pina/datatypes/SimpleChannel.html index 25dff6f..9918590 100644 --- a/com/pina/datatypes/SimpleChannel.html +++ b/com/pina/datatypes/SimpleChannel.html @@ -1,7 +1,7 @@ - + SimpleChannel diff --git a/com/pina/datatypes/SimpleVideo.html b/com/pina/datatypes/SimpleVideo.html index f4bee67..286e084 100644 --- a/com/pina/datatypes/SimpleVideo.html +++ b/com/pina/datatypes/SimpleVideo.html @@ -1,7 +1,7 @@ - + SimpleVideo diff --git a/com/pina/datatypes/Video.html b/com/pina/datatypes/Video.html index ed9c1cc..47baffe 100644 --- a/com/pina/datatypes/Video.html +++ b/com/pina/datatypes/Video.html @@ -1,7 +1,7 @@ - + Video diff --git a/com/pina/datatypes/package-summary.html b/com/pina/datatypes/package-summary.html index 6c4a087..b26c729 100644 --- a/com/pina/datatypes/package-summary.html +++ b/com/pina/datatypes/package-summary.html @@ -1,7 +1,7 @@ - + com.pina.datatypes diff --git a/com/pina/datatypes/package-tree.html b/com/pina/datatypes/package-tree.html index 6b45a80..9465f60 100644 --- a/com/pina/datatypes/package-tree.html +++ b/com/pina/datatypes/package-tree.html @@ -1,7 +1,7 @@ - + com.pina.datatypes Class Hierarchy diff --git a/com/pina/package-summary.html b/com/pina/package-summary.html index 6368e94..dedbff0 100644 --- a/com/pina/package-summary.html +++ b/com/pina/package-summary.html @@ -1,7 +1,7 @@ - + com.pina diff --git a/com/pina/package-tree.html b/com/pina/package-tree.html index 6a6850b..1765875 100644 --- a/com/pina/package-tree.html +++ b/com/pina/package-tree.html @@ -1,7 +1,7 @@ - + com.pina Class Hierarchy diff --git a/com/pina/query/ChannelQueryBuilder.html b/com/pina/query/ChannelQueryBuilder.html index f8fc9c7..c4b29d9 100644 --- a/com/pina/query/ChannelQueryBuilder.html +++ b/com/pina/query/ChannelQueryBuilder.html @@ -1,7 +1,7 @@ - + ChannelQueryBuilder @@ -127,74 +127,46 @@ loadScripts(document, 'script');
Description
-
-
Gets lang.
-
+
 
-
-
Gets limit.
-
+
 
-
-
Gets offset.
-
+
 
-
-
Gets order.
-
+
 
-
-
Gets org.
-
+
 
-
-
Gets sort.
-
+
 
-
-
Gets type.
-
+
 
-
-
Sets lang.
-
+
 
-
-
Sets limit.
-
+
 
-
-
Sets offset.
-
+
 
-
-
Sets order.
-
+
 
-
-
Sets org.
-
+
 
-
-
Sets sort.
-
+
 
-
-
Sets type.
-
+
 
@@ -230,168 +202,84 @@ loadScripts(document, 'script');

getLimit

public Integer getLimit()
-
Gets limit.
-
-
Returns:
-
the limit
-
  • setLimit

    public ChannelQueryBuilder setLimit(Integer limit)
    -
    Sets limit.
    -
    -
    Parameters:
    -
    limit - the limit
    -
    Returns:
    -
    the limit
    -
  • getOffset

    public Integer getOffset()
    -
    Gets offset.
    -
    -
    Returns:
    -
    the offset
    -
  • setOffset

    public ChannelQueryBuilder setOffset(Integer offset)
    -
    Sets offset.
    -
    -
    Parameters:
    -
    offset - the offset
    -
    Returns:
    -
    the offset
    -
  • getType

    public String getType()
    -
    Gets type.
    -
    -
    Returns:
    -
    the type
    -
  • setType

    public ChannelQueryBuilder setType(String type)
    -
    Sets type.
    -
    -
    Parameters:
    -
    type - the type
    -
    Returns:
    -
    the type
    -
  • getLang

    public String getLang()
    -
    Gets lang.
    -
    -
    Returns:
    -
    the lang
    -
  • setLang

    public ChannelQueryBuilder setLang(String lang)
    -
    Sets lang.
    -
    -
    Parameters:
    -
    lang - the lang
    -
    Returns:
    -
    the lang
    -
  • getOrder

    public String getOrder()
    -
    Gets order.
    -
    -
    Returns:
    -
    the order
    -
  • setOrder

    public ChannelQueryBuilder setOrder(String order)
    -
    Sets order.
    -
    -
    Parameters:
    -
    order - the order
    -
    Returns:
    -
    the order
    -
  • getOrg

    public String getOrg()
    -
    Gets org.
    -
    -
    Returns:
    -
    the org
    -
  • setOrg

    public ChannelQueryBuilder setOrg(String org)
    -
    Sets org.
    -
    -
    Parameters:
    -
    org - the org
    -
    Returns:
    -
    the org
    -
  • getSort

    public String getSort()
    -
    Gets sort.
    -
    -
    Returns:
    -
    the sort
    -
  • setSort

    public ChannelQueryBuilder setSort(String sort)
    -
    Sets sort.
    -
    -
    Parameters:
    -
    sort - the sort
    -
    Returns:
    -
    the sort
    -
  • diff --git a/com/pina/query/VideoByVideoIdQueryBuilder.html b/com/pina/query/VideoByVideoIdQueryBuilder.html index b8fc958..bcfa302 100644 --- a/com/pina/query/VideoByVideoIdQueryBuilder.html +++ b/com/pina/query/VideoByVideoIdQueryBuilder.html @@ -1,7 +1,7 @@ - + VideoByVideoIdQueryBuilder diff --git a/com/pina/query/VideoQueryBuilder.html b/com/pina/query/VideoQueryBuilder.html index e23652e..89d8bc1 100644 --- a/com/pina/query/VideoQueryBuilder.html +++ b/com/pina/query/VideoQueryBuilder.html @@ -1,7 +1,7 @@ - + VideoQueryBuilder diff --git a/com/pina/query/VideosByChannelIDQueryBuilder.html b/com/pina/query/VideosByChannelIDQueryBuilder.html index 26a22af..5e2077e 100644 --- a/com/pina/query/VideosByChannelIDQueryBuilder.html +++ b/com/pina/query/VideosByChannelIDQueryBuilder.html @@ -1,7 +1,7 @@ - + VideosByChannelIDQueryBuilder diff --git a/com/pina/query/package-summary.html b/com/pina/query/package-summary.html index b3fb797..95749b4 100644 --- a/com/pina/query/package-summary.html +++ b/com/pina/query/package-summary.html @@ -1,7 +1,7 @@ - + com.pina.query diff --git a/com/pina/query/package-tree.html b/com/pina/query/package-tree.html index 19e394d..c72ebc7 100644 --- a/com/pina/query/package-tree.html +++ b/com/pina/query/package-tree.html @@ -1,7 +1,7 @@ - + com.pina.query Class Hierarchy diff --git a/element-list b/element-list index 36327ce..d62f186 100644 --- a/element-list +++ b/element-list @@ -1,3 +1,4 @@ +unnamed package com.pina com.pina.datatypes com.pina.query diff --git a/help-doc.html b/help-doc.html index 5412c53..18a2101 100644 --- a/help-doc.html +++ b/help-doc.html @@ -1,7 +1,7 @@ - + API Help diff --git a/index-files/index-1.html b/index-files/index-1.html index bcbc141..e91282e 100644 --- a/index-files/index-1.html +++ b/index-files/index-1.html @@ -1,7 +1,7 @@ - + A-Index @@ -53,6 +53,10 @@ loadScripts(document, 'script'); A B C D E G H I L M N O P R S T V 
    All Classes and Interfaces|All Packages|Serialized Form

    A

    +
    App - Class in Unnamed Package
    +
     
    +
    App() - Constructor for class App
    +
     
    available_at - Variable in class com.pina.datatypes.SimpleVideo
     
    diff --git a/index-files/index-10.html b/index-files/index-10.html index 23b58af..0268d63 100644 --- a/index-files/index-10.html +++ b/index-files/index-10.html @@ -1,7 +1,7 @@ - + M-Index @@ -53,6 +53,8 @@ loadScripts(document, 'script'); A B C D E G H I L M N O P R S T V 
    All Classes and Interfaces|All Packages|Serialized Form

    M

    +
    main(String[]) - Static method in class App
    +
     
    mentions - Variable in class com.pina.datatypes.Video
     
    message - Variable in class com.pina.datatypes.Comment
    diff --git a/index-files/index-11.html b/index-files/index-11.html index d77f70d..811eb91 100644 --- a/index-files/index-11.html +++ b/index-files/index-11.html @@ -1,7 +1,7 @@ - + N-Index diff --git a/index-files/index-12.html b/index-files/index-12.html index d21fb2b..78eee43 100644 --- a/index-files/index-12.html +++ b/index-files/index-12.html @@ -1,7 +1,7 @@ - + O-Index diff --git a/index-files/index-13.html b/index-files/index-13.html index 552dc70..51535d4 100644 --- a/index-files/index-13.html +++ b/index-files/index-13.html @@ -1,7 +1,7 @@ - + P-Index diff --git a/index-files/index-14.html b/index-files/index-14.html index f871580..d0e4e95 100644 --- a/index-files/index-14.html +++ b/index-files/index-14.html @@ -1,7 +1,7 @@ - + R-Index diff --git a/index-files/index-15.html b/index-files/index-15.html index 5f8fd4a..ef27ba4 100644 --- a/index-files/index-15.html +++ b/index-files/index-15.html @@ -1,7 +1,7 @@ - + S-Index @@ -66,9 +66,7 @@ loadScripts(document, 'script');
    setInclude(String) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    setLang(String) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets lang.
    -
    +
     
    setLang(String) - Method in class com.pina.query.VideoByVideoIdQueryBuilder
     
    setLang(String) - Method in class com.pina.query.VideoQueryBuilder
    @@ -76,9 +74,7 @@ loadScripts(document, 'script');
    setLang(String) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    setLimit(Integer) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets limit.
    -
    +
     
    setLimit(Integer) - Method in class com.pina.query.VideoQueryBuilder
     
    setLimit(Integer) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
    @@ -88,23 +84,17 @@ loadScripts(document, 'script');
    setMentionedChannelId(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setOffset(Integer) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets offset.
    -
    +
     
    setOffset(Integer) - Method in class com.pina.query.VideoQueryBuilder
     
    setOffset(Integer) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    setOrder(String) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets order.
    -
    +
     
    setOrder(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setOrg(String) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets org.
    -
    +
     
    setOrg(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setPaginated(String) - Method in class com.pina.query.VideoQueryBuilder
    @@ -112,9 +102,7 @@ loadScripts(document, 'script');
    setPaginated(String) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    setSort(String) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets sort.
    -
    +
     
    setSort(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setStatus(String) - Method in class com.pina.query.VideoQueryBuilder
    @@ -122,9 +110,7 @@ loadScripts(document, 'script');
    setTopic(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setType(String) - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Sets type.
    -
    +
     
    setType(String) - Method in class com.pina.query.VideoQueryBuilder
     
    setType(String) - Method in class com.pina.query.VideosByChannelIDQueryBuilder
    diff --git a/index-files/index-16.html b/index-files/index-16.html index 5747d3b..0ca4bbc 100644 --- a/index-files/index-16.html +++ b/index-files/index-16.html @@ -1,7 +1,7 @@ - + T-Index diff --git a/index-files/index-17.html b/index-files/index-17.html index 5c30ea8..a2e9bb8 100644 --- a/index-files/index-17.html +++ b/index-files/index-17.html @@ -1,7 +1,7 @@ - + V-Index diff --git a/index-files/index-2.html b/index-files/index-2.html index f048928..7e5a2d8 100644 --- a/index-files/index-2.html +++ b/index-files/index-2.html @@ -1,7 +1,7 @@ - + B-Index diff --git a/index-files/index-3.html b/index-files/index-3.html index e8dc970..e5c6a90 100644 --- a/index-files/index-3.html +++ b/index-files/index-3.html @@ -1,7 +1,7 @@ - + C-Index diff --git a/index-files/index-4.html b/index-files/index-4.html index 46c1252..bf5a51b 100644 --- a/index-files/index-4.html +++ b/index-files/index-4.html @@ -1,7 +1,7 @@ - + D-Index diff --git a/index-files/index-5.html b/index-files/index-5.html index 8d7d8bc..edb91dd 100644 --- a/index-files/index-5.html +++ b/index-files/index-5.html @@ -1,7 +1,7 @@ - + E-Index diff --git a/index-files/index-6.html b/index-files/index-6.html index 06615fd..e9e7b0d 100644 --- a/index-files/index-6.html +++ b/index-files/index-6.html @@ -1,7 +1,7 @@ - + G-Index @@ -82,9 +82,7 @@ loadScripts(document, 'script');
    getInclude() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    getLang() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets lang.
    -
    +
     
    getLang() - Method in class com.pina.query.VideoByVideoIdQueryBuilder
     
    getLang() - Method in class com.pina.query.VideoQueryBuilder
    @@ -92,9 +90,7 @@ loadScripts(document, 'script');
    getLang() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    getLimit() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets limit.
    -
    +
     
    getLimit() - Method in class com.pina.query.VideoQueryBuilder
     
    getLimit() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
    @@ -112,23 +108,17 @@ loadScripts(document, 'script');
    getMentionedChannelId() - Method in class com.pina.query.VideoQueryBuilder
     
    getOffset() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets offset.
    -
    +
     
    getOffset() - Method in class com.pina.query.VideoQueryBuilder
     
    getOffset() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    getOrder() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets order.
    -
    +
     
    getOrder() - Method in class com.pina.query.VideoQueryBuilder
     
    getOrg() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets org.
    -
    +
     
    getOrg() - Method in class com.pina.query.VideoQueryBuilder
     
    getPaginated() - Method in class com.pina.query.VideoQueryBuilder
    @@ -136,9 +126,7 @@ loadScripts(document, 'script');
    getPaginated() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
     
    getSort() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets sort.
    -
    +
     
    getSort() - Method in class com.pina.query.VideoQueryBuilder
     
    getStatus() - Method in class com.pina.query.VideoQueryBuilder
    @@ -146,9 +134,7 @@ loadScripts(document, 'script');
    getTopic() - Method in class com.pina.query.VideoQueryBuilder
     
    getType() - Method in class com.pina.query.ChannelQueryBuilder
    -
    -
    Gets type.
    -
    +
     
    getType() - Method in class com.pina.query.VideoQueryBuilder
     
    getType() - Method in class com.pina.query.VideosByChannelIDQueryBuilder
    diff --git a/index-files/index-7.html b/index-files/index-7.html index 68e8822..e88fee9 100644 --- a/index-files/index-7.html +++ b/index-files/index-7.html @@ -1,7 +1,7 @@ - + H-Index diff --git a/index-files/index-8.html b/index-files/index-8.html index 0e6659c..b6f4300 100644 --- a/index-files/index-8.html +++ b/index-files/index-8.html @@ -1,7 +1,7 @@ - + I-Index diff --git a/index-files/index-9.html b/index-files/index-9.html index 71b8b6f..9a01134 100644 --- a/index-files/index-9.html +++ b/index-files/index-9.html @@ -1,7 +1,7 @@ - + L-Index diff --git a/index.html b/index.html index e6aec10..9db325e 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + Overview @@ -52,12 +52,12 @@ loadScripts(document, 'script');
    @@ -65,3 +65,4 @@ loadScripts(document, 'script');
    + diff --git a/member-search-index.js b/member-search-index.js index eff420d..01d5b9f 100644 --- a/member-search-index.js +++ b/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.pina.datatypes","c":"SimpleVideo","l":"available_at"},{"p":"com.pina.datatypes","c":"Channel","l":"banner"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"channel"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"channel_id"},{"p":"com.pina.datatypes","c":"Channel","l":"Channel()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"ChannelQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Channel","l":"clip_count"},{"p":"com.pina.datatypes","c":"Video","l":"clips"},{"p":"com.pina.datatypes","c":"Comment","l":"comment_key"},{"p":"com.pina.datatypes","c":"Comment","l":"Comment()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Video","l":"comments"},{"p":"com.pina.datatypes","c":"Channel","l":"description"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"description"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"duration"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"end_actual"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"english_name"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getC()"},{"p":"com.pina","c":"Holodex","l":"getChannel(String)","u":"getChannel(java.lang.String)"},{"p":"com.pina","c":"HolodexService","l":"getChannel(String)","u":"getChannel(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getChannelId()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getChannelId()"},{"p":"com.pina","c":"Holodex","l":"getChannels(ChannelQueryBuilder)","u":"getChannels(com.pina.query.ChannelQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getChannels(Integer, Integer, String, String, String, String, String)","u":"getChannels(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getId()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getInclude()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getInclude()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getLimit()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getLimit()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getLimit()"},{"p":"com.pina","c":"Holodex","l":"getLiveAndUpcomingVideos(VideoQueryBuilder)","u":"getLiveAndUpcomingVideos(com.pina.query.VideoQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getLiveVideos(String, String, String, String, Integer, Integer, String, Integer, String, String, String, String, String, String, String)","u":"getLiveVideos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getMaxUpcomingHours()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getMentionedChannelId()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOrder()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOrder()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOrg()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOrg()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getPaginated()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getPaginated()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getSort()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getSort()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getStatus()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getTopic()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getType()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getType()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getType()"},{"p":"com.pina","c":"HolodexService","l":"getVideo(String, String, String)","u":"getVideo(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideo(VideoByVideoIdQueryBuilder)","u":"getVideo(com.pina.query.VideoByVideoIdQueryBuilder)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getVideoId()"},{"p":"com.pina","c":"HolodexService","l":"getVideos(String, String, String, String, Integer, Integer, String, Integer, String, String, String, String, String, String, String)","u":"getVideos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideos(VideoQueryBuilder)","u":"getVideos(com.pina.query.VideoQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getVideosByChannelId(String, String, String, String, Integer, Integer, String)","u":"getVideosByChannelId(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideosByChannelId(VideosByChannelIDQueryBuilder)","u":"getVideosByChannelId(com.pina.query.VideosByChannelIDQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getVideosFromChannels(String)","u":"getVideosFromChannels(java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideosFromChannels(String[])","u":"getVideosFromChannels(java.lang.String[])"},{"p":"com.pina","c":"Holodex","l":"Holodex(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"Holodex(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.pina","c":"HolodexException","l":"HolodexException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.pina","c":"HolodexException","l":"HolodexException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"id"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"id"},{"p":"com.pina.datatypes","c":"Channel","l":"inactive"},{"p":"com.pina.datatypes","c":"Channel","l":"lang"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"live_viewers"},{"p":"com.pina.datatypes","c":"Video","l":"mentions"},{"p":"com.pina.datatypes","c":"Comment","l":"message"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"name"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"org"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"photo"},{"p":"com.pina.datatypes","c":"Channel","l":"published_at"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"published_at"},{"p":"com.pina.datatypes","c":"Video","l":"reccomendations"},{"p":"com.pina.datatypes","c":"Video","l":"refers"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setC(String)","u":"setC(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setChannelId(String)","u":"setChannelId(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setChannelId(String)","u":"setChannelId(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setInclude(String)","u":"setInclude(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setInclude(String)","u":"setInclude(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setMaxUpcomingHours(Integer)","u":"setMaxUpcomingHours(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setMentionedChannelId(String)","u":"setMentionedChannelId(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOrder(String)","u":"setOrder(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOrder(String)","u":"setOrder(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOrg(String)","u":"setOrg(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOrg(String)","u":"setOrg(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setPaginated(String)","u":"setPaginated(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setPaginated(String)","u":"setPaginated(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setVideoId(String)","u":"setVideoId(java.lang.String)"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"SimpleChannel()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"SimpleVideo()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Video","l":"simulcasts"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"songcount"},{"p":"com.pina.datatypes","c":"Video","l":"sources"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"start_actual"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"start_scheduled"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"status"},{"p":"com.pina.datatypes","c":"Channel","l":"suborg"},{"p":"com.pina.datatypes","c":"Channel","l":"subscriber_count"},{"p":"com.pina.datatypes","c":"Video","l":"thumbnail"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"title"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"topic_id"},{"p":"com.pina.datatypes","c":"Channel","l":"twitter"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"type"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"type"},{"p":"com.pina.datatypes","c":"Channel","l":"video_count"},{"p":"com.pina.datatypes","c":"Comment","l":"video_id"},{"p":"com.pina.datatypes","c":"Video","l":"Video()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"VideoByVideoIdQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"VideoQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"VideosByChannelIDQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Channel","l":"view_count"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"","c":"App","l":"App()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"available_at"},{"p":"com.pina.datatypes","c":"Channel","l":"banner"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"channel"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"channel_id"},{"p":"com.pina.datatypes","c":"Channel","l":"Channel()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"ChannelQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Channel","l":"clip_count"},{"p":"com.pina.datatypes","c":"Video","l":"clips"},{"p":"com.pina.datatypes","c":"Comment","l":"comment_key"},{"p":"com.pina.datatypes","c":"Comment","l":"Comment()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Video","l":"comments"},{"p":"com.pina.datatypes","c":"Channel","l":"description"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"description"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"duration"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"end_actual"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"english_name"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getC()"},{"p":"com.pina","c":"Holodex","l":"getChannel(String)","u":"getChannel(java.lang.String)"},{"p":"com.pina","c":"HolodexService","l":"getChannel(String)","u":"getChannel(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getChannelId()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getChannelId()"},{"p":"com.pina","c":"Holodex","l":"getChannels(ChannelQueryBuilder)","u":"getChannels(com.pina.query.ChannelQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getChannels(Integer, Integer, String, String, String, String, String)","u":"getChannels(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getId()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getInclude()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getInclude()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getLang()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getLimit()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getLimit()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getLimit()"},{"p":"com.pina","c":"Holodex","l":"getLiveAndUpcomingVideos(VideoQueryBuilder)","u":"getLiveAndUpcomingVideos(com.pina.query.VideoQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getLiveVideos(String, String, String, String, Integer, Integer, String, Integer, String, String, String, String, String, String, String)","u":"getLiveVideos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getMaxUpcomingHours()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getMentionedChannelId()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getOffset()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOrder()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOrder()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getOrg()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getOrg()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getPaginated()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getPaginated()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getSort()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getSort()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getStatus()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getTopic()"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"getType()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"getType()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"getType()"},{"p":"com.pina","c":"HolodexService","l":"getVideo(String, String, String)","u":"getVideo(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideo(VideoByVideoIdQueryBuilder)","u":"getVideo(com.pina.query.VideoByVideoIdQueryBuilder)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"getVideoId()"},{"p":"com.pina","c":"HolodexService","l":"getVideos(String, String, String, String, Integer, Integer, String, Integer, String, String, String, String, String, String, String)","u":"getVideos(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideos(VideoQueryBuilder)","u":"getVideos(com.pina.query.VideoQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getVideosByChannelId(String, String, String, String, Integer, Integer, String)","u":"getVideosByChannelId(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideosByChannelId(VideosByChannelIDQueryBuilder)","u":"getVideosByChannelId(com.pina.query.VideosByChannelIDQueryBuilder)"},{"p":"com.pina","c":"HolodexService","l":"getVideosFromChannels(String)","u":"getVideosFromChannels(java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"getVideosFromChannels(String[])","u":"getVideosFromChannels(java.lang.String[])"},{"p":"com.pina","c":"Holodex","l":"Holodex(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.pina","c":"Holodex","l":"Holodex(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.pina","c":"HolodexException","l":"HolodexException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.pina","c":"HolodexException","l":"HolodexException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"id"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"id"},{"p":"com.pina.datatypes","c":"Channel","l":"inactive"},{"p":"com.pina.datatypes","c":"Channel","l":"lang"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"live_viewers"},{"p":"","c":"App","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.pina.datatypes","c":"Video","l":"mentions"},{"p":"com.pina.datatypes","c":"Comment","l":"message"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"name"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"org"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"photo"},{"p":"com.pina.datatypes","c":"Channel","l":"published_at"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"published_at"},{"p":"com.pina.datatypes","c":"Video","l":"reccomendations"},{"p":"com.pina.datatypes","c":"Video","l":"refers"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setC(String)","u":"setC(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setChannelId(String)","u":"setChannelId(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setChannelId(String)","u":"setChannelId(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setInclude(String)","u":"setInclude(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setInclude(String)","u":"setInclude(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setLang(String)","u":"setLang(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setLimit(Integer)","u":"setLimit(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setMaxUpcomingHours(Integer)","u":"setMaxUpcomingHours(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setMentionedChannelId(String)","u":"setMentionedChannelId(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setOffset(Integer)","u":"setOffset(java.lang.Integer)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOrder(String)","u":"setOrder(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOrder(String)","u":"setOrder(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setOrg(String)","u":"setOrg(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setOrg(String)","u":"setOrg(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setPaginated(String)","u":"setPaginated(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setPaginated(String)","u":"setPaginated(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"com.pina.query","c":"ChannelQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"setVideoId(String)","u":"setVideoId(java.lang.String)"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"SimpleChannel()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"SimpleVideo()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Video","l":"simulcasts"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"songcount"},{"p":"com.pina.datatypes","c":"Video","l":"sources"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"start_actual"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"start_scheduled"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"status"},{"p":"com.pina.datatypes","c":"Channel","l":"suborg"},{"p":"com.pina.datatypes","c":"Channel","l":"subscriber_count"},{"p":"com.pina.datatypes","c":"Video","l":"thumbnail"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"title"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"topic_id"},{"p":"com.pina.datatypes","c":"Channel","l":"twitter"},{"p":"com.pina.datatypes","c":"SimpleChannel","l":"type"},{"p":"com.pina.datatypes","c":"SimpleVideo","l":"type"},{"p":"com.pina.datatypes","c":"Channel","l":"video_count"},{"p":"com.pina.datatypes","c":"Comment","l":"video_id"},{"p":"com.pina.datatypes","c":"Video","l":"Video()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideoByVideoIdQueryBuilder","l":"VideoByVideoIdQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideoQueryBuilder","l":"VideoQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.query","c":"VideosByChannelIDQueryBuilder","l":"VideosByChannelIDQueryBuilder()","u":"%3Cinit%3E()"},{"p":"com.pina.datatypes","c":"Channel","l":"view_count"}];updateSearchResults(); \ No newline at end of file diff --git a/overview-summary.html b/overview-summary.html index f8165cd..308e30f 100644 --- a/overview-summary.html +++ b/overview-summary.html @@ -1,7 +1,7 @@ - + Generated Documentation (Untitled) diff --git a/overview-tree.html b/overview-tree.html index 4f6066d..293e0bd 100644 --- a/overview-tree.html +++ b/overview-tree.html @@ -1,7 +1,7 @@ - + Class Hierarchy @@ -61,6 +61,7 @@ loadScripts(document, 'script');
    • java.lang.Object
        +
      • App
      • com.pina.query.ChannelQueryBuilder
      • com.pina.datatypes.Comment
      • com.pina.Holodex
      • diff --git a/package-summary.html b/package-summary.html index b104f56..e4477a1 100644 --- a/package-summary.html +++ b/package-summary.html @@ -1,7 +1,7 @@ - + Unnamed Package diff --git a/package-tree.html b/package-tree.html index bcc770c..56fb521 100644 --- a/package-tree.html +++ b/package-tree.html @@ -1,7 +1,7 @@ - + Class Hierarchy diff --git a/serialized-form.html b/serialized-form.html index 5427e35..776d690 100644 --- a/serialized-form.html +++ b/serialized-form.html @@ -1,7 +1,7 @@ - + Serialized Form diff --git a/type-search-index.js b/type-search-index.js index fb98fb7..471ee9a 100644 --- a/type-search-index.js +++ b/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.pina.datatypes","l":"Channel"},{"p":"com.pina.query","l":"ChannelQueryBuilder"},{"p":"com.pina.datatypes","l":"Comment"},{"p":"com.pina","l":"Holodex"},{"p":"com.pina","l":"HolodexException"},{"p":"com.pina","l":"HolodexService"},{"p":"com.pina.datatypes","l":"SimpleChannel"},{"p":"com.pina.datatypes","l":"SimpleVideo"},{"p":"com.pina.datatypes","l":"Video"},{"p":"com.pina.query","l":"VideoByVideoIdQueryBuilder"},{"p":"com.pina.query","l":"VideoQueryBuilder"},{"p":"com.pina.query","l":"VideosByChannelIDQueryBuilder"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"","l":"App"},{"p":"com.pina.datatypes","l":"Channel"},{"p":"com.pina.query","l":"ChannelQueryBuilder"},{"p":"com.pina.datatypes","l":"Comment"},{"p":"com.pina","l":"Holodex"},{"p":"com.pina","l":"HolodexException"},{"p":"com.pina","l":"HolodexService"},{"p":"com.pina.datatypes","l":"SimpleChannel"},{"p":"com.pina.datatypes","l":"SimpleVideo"},{"p":"com.pina.datatypes","l":"Video"},{"p":"com.pina.query","l":"VideoByVideoIdQueryBuilder"},{"p":"com.pina.query","l":"VideoQueryBuilder"},{"p":"com.pina.query","l":"VideosByChannelIDQueryBuilder"}];updateSearchResults(); \ No newline at end of file -- cgit v1.2.3