Skip to content

Commit ec77f09

Browse files
author
=NEX6ASM
committed
release 7.5.0 changes
0 parents  commit ec77f09

806 files changed

Lines changed: 295028 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# exclude jar for gradle wrapper
12+
!gradle/wrapper/*.jar
13+
14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
# build files
18+
**/target
19+
target
20+
.gradle
21+
build
22+
.iml
23+
.idea

.swagger-codegen-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#
2+
# Generated by: https://github.com/swagger-api/swagger-codegen.git
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
language: java
17+
jdk:
18+
- oraclejdk8
19+
- oraclejdk7
20+
before_install:
21+
# ensure gradlew has proper permission
22+
- chmod a+x ./gradlew
23+
script:
24+
# test using maven
25+
- mvn test
26+
# uncomment below to test using gradle
27+
# - gradle test
28+
# uncomment below to test using sbt
29+
# - sbt test

Documentation/allclasses-frame.html

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

Documentation/allclasses-noframe.html

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

Documentation/constant-values.html

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_201) on Tue Sep 24 16:21:18 IST 2019 -->
6+
<title>Constant Field Values</title>
7+
<meta name="date" content="2019-09-24">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<script type="text/javascript"><!--
13+
try {
14+
if (location.href.indexOf('is-external=true') == -1) {
15+
parent.document.title="Constant Field Values";
16+
}
17+
}
18+
catch(err) {
19+
}
20+
//-->
21+
</script>
22+
<noscript>
23+
<div>JavaScript is disabled on your browser.</div>
24+
</noscript>
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="topNav"><a name="navbar.top">
27+
<!-- -->
28+
</a>
29+
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30+
<a name="navbar.top.firstrow">
31+
<!-- -->
32+
</a>
33+
<ul class="navList" title="Navigation">
34+
<li><a href="overview-summary.html">Overview</a></li>
35+
<li>Package</li>
36+
<li>Class</li>
37+
<li><a href="overview-tree.html">Tree</a></li>
38+
<li><a href="deprecated-list.html">Deprecated</a></li>
39+
<li><a href="index-files/index-1.html">Index</a></li>
40+
<li><a href="help-doc.html">Help</a></li>
41+
</ul>
42+
</div>
43+
<div class="subNav">
44+
<ul class="navList">
45+
<li>Prev</li>
46+
<li>Next</li>
47+
</ul>
48+
<ul class="navList">
49+
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
50+
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
51+
</ul>
52+
<ul class="navList" id="allclasses_navbar_top">
53+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
54+
</ul>
55+
<div>
56+
<script type="text/javascript"><!--
57+
allClassesLink = document.getElementById("allclasses_navbar_top");
58+
if(window==top) {
59+
allClassesLink.style.display = "block";
60+
}
61+
else {
62+
allClassesLink.style.display = "none";
63+
}
64+
//-->
65+
</script>
66+
</div>
67+
<a name="skip.navbar.top">
68+
<!-- -->
69+
</a></div>
70+
<!-- ========= END OF TOP NAVBAR ========= -->
71+
<div class="header">
72+
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
73+
<h2 title="Contents">Contents</h2>
74+
<ul>
75+
<li><a href="#pb">pb.*</a></li>
76+
</ul>
77+
</div>
78+
<div class="constantValuesContainer"><a name="pb">
79+
<!-- -->
80+
</a>
81+
<h2 title="pb">pb.*</h2>
82+
<ul class="blockList">
83+
<li class="blockList">
84+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
85+
<caption><span>pb.<a href="pb/ApiClient.html" title="class in pb">ApiClient</a></span><span class="tabEnd">&nbsp;</span></caption>
86+
<tr>
87+
<th class="colFirst" scope="col">Modifier and Type</th>
88+
<th scope="col">Constant Field</th>
89+
<th class="colLast" scope="col">Value</th>
90+
</tr>
91+
<tbody>
92+
<tr class="altColor">
93+
<td class="colFirst"><a name="pb.ApiClient.LENIENT_DATETIME_FORMAT">
94+
<!-- -->
95+
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
96+
<td><code><a href="pb/ApiClient.html#LENIENT_DATETIME_FORMAT">LENIENT_DATETIME_FORMAT</a></code></td>
97+
<td class="colLast"><code>"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ"</code></td>
98+
</tr>
99+
</tbody>
100+
</table>
101+
</li>
102+
</ul>
103+
</div>
104+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
105+
<div class="bottomNav"><a name="navbar.bottom">
106+
<!-- -->
107+
</a>
108+
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
109+
<a name="navbar.bottom.firstrow">
110+
<!-- -->
111+
</a>
112+
<ul class="navList" title="Navigation">
113+
<li><a href="overview-summary.html">Overview</a></li>
114+
<li>Package</li>
115+
<li>Class</li>
116+
<li><a href="overview-tree.html">Tree</a></li>
117+
<li><a href="deprecated-list.html">Deprecated</a></li>
118+
<li><a href="index-files/index-1.html">Index</a></li>
119+
<li><a href="help-doc.html">Help</a></li>
120+
</ul>
121+
</div>
122+
<div class="subNav">
123+
<ul class="navList">
124+
<li>Prev</li>
125+
<li>Next</li>
126+
</ul>
127+
<ul class="navList">
128+
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
129+
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
130+
</ul>
131+
<ul class="navList" id="allclasses_navbar_bottom">
132+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
133+
</ul>
134+
<div>
135+
<script type="text/javascript"><!--
136+
allClassesLink = document.getElementById("allclasses_navbar_bottom");
137+
if(window==top) {
138+
allClassesLink.style.display = "block";
139+
}
140+
else {
141+
allClassesLink.style.display = "none";
142+
}
143+
//-->
144+
</script>
145+
</div>
146+
<a name="skip.navbar.bottom">
147+
<!-- -->
148+
</a></div>
149+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
150+
</body>
151+
</html>

Documentation/deprecated-list.html

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_201) on Tue Sep 24 16:21:18 IST 2019 -->
6+
<title>Deprecated List</title>
7+
<meta name="date" content="2019-09-24">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<script type="text/javascript"><!--
13+
try {
14+
if (location.href.indexOf('is-external=true') == -1) {
15+
parent.document.title="Deprecated List";
16+
}
17+
}
18+
catch(err) {
19+
}
20+
//-->
21+
</script>
22+
<noscript>
23+
<div>JavaScript is disabled on your browser.</div>
24+
</noscript>
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="topNav"><a name="navbar.top">
27+
<!-- -->
28+
</a>
29+
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30+
<a name="navbar.top.firstrow">
31+
<!-- -->
32+
</a>
33+
<ul class="navList" title="Navigation">
34+
<li><a href="overview-summary.html">Overview</a></li>
35+
<li>Package</li>
36+
<li>Class</li>
37+
<li><a href="overview-tree.html">Tree</a></li>
38+
<li class="navBarCell1Rev">Deprecated</li>
39+
<li><a href="index-files/index-1.html">Index</a></li>
40+
<li><a href="help-doc.html">Help</a></li>
41+
</ul>
42+
</div>
43+
<div class="subNav">
44+
<ul class="navList">
45+
<li>Prev</li>
46+
<li>Next</li>
47+
</ul>
48+
<ul class="navList">
49+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
50+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
51+
</ul>
52+
<ul class="navList" id="allclasses_navbar_top">
53+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
54+
</ul>
55+
<div>
56+
<script type="text/javascript"><!--
57+
allClassesLink = document.getElementById("allclasses_navbar_top");
58+
if(window==top) {
59+
allClassesLink.style.display = "block";
60+
}
61+
else {
62+
allClassesLink.style.display = "none";
63+
}
64+
//-->
65+
</script>
66+
</div>
67+
<a name="skip.navbar.top">
68+
<!-- -->
69+
</a></div>
70+
<!-- ========= END OF TOP NAVBAR ========= -->
71+
<div class="header">
72+
<h1 title="Deprecated API" class="title">Deprecated API</h1>
73+
<h2 title="Contents">Contents</h2>
74+
</div>
75+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
76+
<div class="bottomNav"><a name="navbar.bottom">
77+
<!-- -->
78+
</a>
79+
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
80+
<a name="navbar.bottom.firstrow">
81+
<!-- -->
82+
</a>
83+
<ul class="navList" title="Navigation">
84+
<li><a href="overview-summary.html">Overview</a></li>
85+
<li>Package</li>
86+
<li>Class</li>
87+
<li><a href="overview-tree.html">Tree</a></li>
88+
<li class="navBarCell1Rev">Deprecated</li>
89+
<li><a href="index-files/index-1.html">Index</a></li>
90+
<li><a href="help-doc.html">Help</a></li>
91+
</ul>
92+
</div>
93+
<div class="subNav">
94+
<ul class="navList">
95+
<li>Prev</li>
96+
<li>Next</li>
97+
</ul>
98+
<ul class="navList">
99+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
100+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
101+
</ul>
102+
<ul class="navList" id="allclasses_navbar_bottom">
103+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
104+
</ul>
105+
<div>
106+
<script type="text/javascript"><!--
107+
allClassesLink = document.getElementById("allclasses_navbar_bottom");
108+
if(window==top) {
109+
allClassesLink.style.display = "block";
110+
}
111+
else {
112+
allClassesLink.style.display = "none";
113+
}
114+
//-->
115+
</script>
116+
</div>
117+
<a name="skip.navbar.bottom">
118+
<!-- -->
119+
</a></div>
120+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
121+
</body>
122+
</html>

0 commit comments

Comments
 (0)