This commit is contained in:
2023-09-17 15:20:24 +00:00
parent 2fe581b275
commit e41e3b91fe
28 changed files with 126 additions and 51 deletions

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Index (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@ -119,6 +119,18 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/licenseapi/entities/LicenseMeta.html#getAsBoolean()">getAsBoolean()</a></span> - Method in class de.licenseapi.entities.<a href="de/licenseapi/entities/LicenseMeta.html" title="class in de.licenseapi.entities">LicenseMeta</a></dt>
<dd>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Boolean</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="de/licenseapi/entities/LicenseMeta.html#getAsDouble()">getAsDouble()</a></span> - Method in class de.licenseapi.entities.<a href="de/licenseapi/entities/LicenseMeta.html" title="class in de.licenseapi.entities">LicenseMeta</a></dt>
<dd>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Double</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="de/licenseapi/entities/LicenseMeta.html#getAsInteger()">getAsInteger()</a></span> - Method in class de.licenseapi.entities.<a href="de/licenseapi/entities/LicenseMeta.html" title="class in de.licenseapi.entities">LicenseMeta</a></dt>
<dd>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Integer</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="de/licenseapi/entities/License.html#getCurrentUses()">getCurrentUses()</a></span> - Method in class de.licenseapi.entities.<a href="de/licenseapi/entities/License.html" title="class in de.licenseapi.entities">License</a></dt>
<dd>
<div class="block">Gets the current amount of uses of the license</div>