aboutsummaryrefslogtreecommitdiffstats
path: root/com
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-04-07 00:29:36 -0700
committerGitHub <noreply@github.com>2023-04-07 00:29:36 -0700
commit64e166116c2da46ff325f5f78e0c6985ca6a6ac0 (patch)
tree2f6601032ab3bad8a79fa93e37831757715adba7 /com
parent33e530393340082b52e4494b7c9e071d763b5ded (diff)
Add files via upload
Diffstat (limited to 'com')
-rw-r--r--com/pina/Holodex.html18
-rw-r--r--com/pina/HolodexException.html2
-rw-r--r--com/pina/HolodexService.html2
-rw-r--r--com/pina/datatypes/Channel.html2
-rw-r--r--com/pina/datatypes/Comment.html2
-rw-r--r--com/pina/datatypes/SimpleChannel.html2
-rw-r--r--com/pina/datatypes/SimpleVideo.html2
-rw-r--r--com/pina/datatypes/Video.html2
-rw-r--r--com/pina/datatypes/package-summary.html2
-rw-r--r--com/pina/datatypes/package-tree.html2
-rw-r--r--com/pina/package-summary.html2
-rw-r--r--com/pina/package-tree.html2
-rw-r--r--com/pina/query/ChannelQueryBuilder.html142
-rw-r--r--com/pina/query/VideoByVideoIdQueryBuilder.html2
-rw-r--r--com/pina/query/VideoQueryBuilder.html2
-rw-r--r--com/pina/query/VideosByChannelIDQueryBuilder.html2
-rw-r--r--com/pina/query/package-summary.html2
-rw-r--r--com/pina/query/package-tree.html2
18 files changed, 40 insertions, 152 deletions
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>Holodex</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -229,7 +229,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>queryBuilder</code> - the query builder</dd>
<dt>Returns:</dt>
-<dd>the live and upcoming videos</dd>
+<dd>A list of upcoming and/or live SimpleVideos</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
@@ -245,7 +245,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>queryBuilder</code> - the query builder</dd>
<dt>Returns:</dt>
-<dd>the videos</dd>
+<dd>list of videos</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
@@ -261,7 +261,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>channelId</code> - the channel id</dd>
<dt>Returns:</dt>
-<dd>the channel</dd>
+<dd>the Channel</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
@@ -278,7 +278,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>query</code> - the query</dd>
<dt>Returns:</dt>
-<dd>the videos by channel id</dd>
+<dd>List of videos matching the query</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
@@ -296,7 +296,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>channels</code> - the channel ids to get videos from</dd>
<dt>Returns:</dt>
-<dd>the videos from channels</dd>
+<dd>List of live and/or upcoming videos where the channel id is the author</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
@@ -312,9 +312,9 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>query</code> - the query</dd>
<dt>Returns:</dt>
-<dd>the video</dd>
+<dd>Video matching the query</dd>
<dt>Throws:</dt>
-<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
+<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - holodex exception</dd>
</dl>
</section>
</li>
@@ -328,7 +328,7 @@ loadScripts(document, 'script');</script>
<dt>Parameters:</dt>
<dd><code>query</code> - the query</dd>
<dt>Returns:</dt>
-<dd>the channels</dd>
+<dd>List of channels matching the query</dd>
<dt>Throws:</dt>
<dd><code><a href="HolodexException.html" title="class in com.pina">HolodexException</a></code> - the holodex exception</dd>
</dl>
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>HolodexException</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>HolodexService</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>Channel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>Comment</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>SimpleChannel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>SimpleVideo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>Video</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina.datatypes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina.datatypes Class Hierarchy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina Class Hierarchy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>ChannelQueryBuilder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -127,74 +127,46 @@ loadScripts(document, 'script');</script>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getLang()" class="member-name-link">getLang</a>()</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets lang.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getLimit()" class="member-name-link">getLimit</a>()</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets limit.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOffset()" class="member-name-link">getOffset</a>()</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets offset.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOrder()" class="member-name-link">getOrder</a>()</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets order.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOrg()" class="member-name-link">getOrg</a>()</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets org.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSort()" class="member-name-link">getSort</a>()</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets sort.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getType()" class="member-name-link">getType</a>()</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Gets type.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setLang(java.lang.String)" class="member-name-link">setLang</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;lang)</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets lang.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setLimit(java.lang.Integer)" class="member-name-link">setLimit</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&nbsp;limit)</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets limit.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setOffset(java.lang.Integer)" class="member-name-link">setOffset</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&nbsp;offset)</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets offset.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setOrder(java.lang.String)" class="member-name-link">setOrder</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;order)</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets order.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setOrg(java.lang.String)" class="member-name-link">setOrg</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;org)</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets org.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSort(java.lang.String)" class="member-name-link">setSort</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sort)</code></div>
-<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets sort.</div>
-</div>
+<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setType(java.lang.String)" class="member-name-link">setType</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;type)</code></div>
-<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Sets type.</div>
-</div>
+<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
@@ -230,168 +202,84 @@ loadScripts(document, 'script');</script>
<section class="detail" id="getLimit()">
<h3>getLimit</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></span>&nbsp;<span class="element-name">getLimit</span>()</div>
-<div class="block">Gets limit.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the limit</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setLimit(java.lang.Integer)">
<h3>setLimit</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setLimit</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&nbsp;limit)</span></div>
-<div class="block">Sets limit.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>limit</code> - the limit</dd>
-<dt>Returns:</dt>
-<dd>the limit</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getOffset()">
<h3>getOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></span>&nbsp;<span class="element-name">getOffset</span>()</div>
-<div class="block">Gets offset.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the offset</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setOffset(java.lang.Integer)">
<h3>setOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setOffset</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&nbsp;offset)</span></div>
-<div class="block">Sets offset.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>offset</code> - the offset</dd>
-<dt>Returns:</dt>
-<dd>the offset</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getType()">
<h3>getType</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getType</span>()</div>
-<div class="block">Gets type.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the type</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setType(java.lang.String)">
<h3>setType</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setType</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;type)</span></div>
-<div class="block">Sets type.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>type</code> - the type</dd>
-<dt>Returns:</dt>
-<dd>the type</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getLang()">
<h3>getLang</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getLang</span>()</div>
-<div class="block">Gets lang.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the lang</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setLang(java.lang.String)">
<h3>setLang</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setLang</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;lang)</span></div>
-<div class="block">Sets lang.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>lang</code> - the lang</dd>
-<dt>Returns:</dt>
-<dd>the lang</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getOrder()">
<h3>getOrder</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getOrder</span>()</div>
-<div class="block">Gets order.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the order</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setOrder(java.lang.String)">
<h3>setOrder</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setOrder</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;order)</span></div>
-<div class="block">Sets order.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>order</code> - the order</dd>
-<dt>Returns:</dt>
-<dd>the order</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getOrg()">
<h3>getOrg</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getOrg</span>()</div>
-<div class="block">Gets org.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the org</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setOrg(java.lang.String)">
<h3>setOrg</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setOrg</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;org)</span></div>
-<div class="block">Sets org.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>org</code> - the org</dd>
-<dt>Returns:</dt>
-<dd>the org</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="getSort()">
<h3>getSort</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getSort</span>()</div>
-<div class="block">Gets sort.</div>
-<dl class="notes">
-<dt>Returns:</dt>
-<dd>the sort</dd>
-</dl>
</section>
</li>
<li>
<section class="detail" id="setSort(java.lang.String)">
<h3>setSort</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ChannelQueryBuilder.html" title="class in com.pina.query">ChannelQueryBuilder</a></span>&nbsp;<span class="element-name">setSort</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sort)</span></div>
-<div class="block">Sets sort.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>sort</code> - the sort</dd>
-<dt>Returns:</dt>
-<dd>the sort</dd>
-</dl>
</section>
</li>
</ul>
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>VideoByVideoIdQueryBuilder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>VideoQueryBuilder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>VideosByChannelIDQueryBuilder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina.query</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
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 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
-<!-- Generated by javadoc (18) on Fri Apr 07 00:01:57 PDT 2023 -->
+<!-- Generated by javadoc (18) on Fri Apr 07 00:15:53 PDT 2023 -->
<title>com.pina.query Class Hierarchy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage