2
2
<!-- NewPage -->
3
3
< html lang ="en ">
4
4
< head >
5
- <!-- Generated by javadoc (11.0.4) on Fri Jul 03 00:50:16 UTC 2020 -->
6
- < title > Deprecated List (JavaBotBlockAPI 5.2.1 API)</ title >
5
+ <!-- Generated by javadoc (11.0.4) on Fri Jul 03 11:27:43 UTC 2020 -->
6
+ < title > Deprecated List (JavaBotBlockAPI 5.2.3 API)</ title >
7
7
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
8
8
< meta name ="dc.created " content ="2020-07-03 ">
9
9
< link rel ="stylesheet " type ="text/css " href ="stylesheet.css " title ="Style ">
22
22
< script type ="text/javascript "> <!--
23
23
try {
24
24
if ( location . href . indexOf ( 'is-external=true' ) == - 1 ) {
25
- parent . document . title = "Deprecated List (JavaBotBlockAPI 5.2.1 API)" ;
25
+ parent . document . title = "Deprecated List (JavaBotBlockAPI 5.2.3 API)" ;
26
26
}
27
27
}
28
28
catch ( err ) {
97
97
< h1 title ="Deprecated API " class ="title "> Deprecated API</ h1 >
98
98
< h2 title ="Contents "> Contents</ h2 >
99
99
< ul >
100
- < li > < a href ="#constructor "> Constructors</ a > </ li >
101
100
< li > < a href ="#enum.constant "> Enum Constants</ a > </ li >
102
101
</ ul >
103
102
</ div >
104
- < div class ="contentContainer "> < a id ="constructor ">
105
- <!-- -->
106
- </ a >
107
- < ul class ="blockList ">
108
- < li class ="blockList ">
109
- < table class ="deprecatedSummary ">
110
- < caption > < span > Constructors</ span > < span class ="tabEnd "> </ span > </ caption >
111
- < tr >
112
- < th class ="colFirst " scope ="col "> Constructor</ th >
113
- < th class ="colLast " scope ="col "> Description</ th >
114
- </ tr >
115
- < tbody >
116
- < tr class ="altColor ">
117
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/BotBlockAPI.html#%3Cinit%3E(java.util.Map) "> org.botblock.javabotblockapi.BotBlockAPI​(Map<String, String>)</ a > </ th >
118
- < td class ="colLast ">
119
- < div class ="deprecationComment "> This constructor will no longer be accessible in future versions.
120
- < br > Use the < a href ="org/botblock/javabotblockapi/BotBlockAPI.Builder.html " title ="class in org.botblock.javabotblockapi "> < code > Builder</ code > </ a > instead!</ div >
121
- </ td >
122
- </ tr >
123
- < tr class ="rowColor ">
124
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetBotAction.html#%3Cinit%3E() "> org.botblock.javabotblockapi.requests.GetBotAction()</ a > </ th >
125
- < td class ="colLast ">
126
- < div class ="deprecationComment "> This Constructor can no longer be used and will throw an < a href ="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true " title ="class or interface in java.lang " class ="externalLink "> < code > IllegalStateException</ code > </ a >
127
- when used.</ div >
128
- </ td >
129
- </ tr >
130
- < tr class ="altColor ">
131
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.html#%3Cinit%3E() "> org.botblock.javabotblockapi.requests.GetListAction()</ a > </ th >
132
- < td class ="colLast ">
133
- < div class ="deprecationComment "> This Constructor can no longer be used and will throw an < a href ="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true " title ="class or interface in java.lang " class ="externalLink "> < code > IllegalStateException</ code > </ a >
134
- when used.</ div >
135
- </ td >
136
- </ tr >
137
- < tr class ="rowColor ">
138
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/PostAction.html#%3Cinit%3E() "> org.botblock.javabotblockapi.requests.PostAction()</ a > </ th >
139
- < td class ="colLast "> </ td >
140
- </ tr >
141
- </ tbody >
142
- </ table >
143
- </ li >
144
- </ ul >
145
- < a id ="enum.constant ">
103
+ < div class ="contentContainer "> < a id ="enum.constant ">
146
104
<!-- -->
147
105
</ a >
148
106
< ul class ="blockList ">
@@ -155,59 +113,10 @@ <h2 title="Contents">Contents</h2>
155
113
</ tr >
156
114
< tbody >
157
115
< tr class ="altColor ">
158
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_ALL "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_ALL</ a > </ th >
159
- < td class ="colLast ">
160
- < div class ="deprecationComment "> Since: 5.2.0
161
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#URL_ALL "> < code > URL_ALL</ code > </ a > </ div >
162
- </ td >
163
- </ tr >
164
- < tr class ="rowColor ">
165
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_DOCS "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_DOCS</ a > </ th >
166
- < td class ="colLast ">
167
- < div class ="deprecationComment "> Since: 5.2.0
168
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#URL_DOCS "> < code > URL_DOCS</ code > </ a > </ div >
169
- </ td >
170
- </ tr >
171
- < tr class ="altColor ">
172
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_FIELD "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_FIELD</ a > </ th >
173
- < td class ="colLast ">
174
- < div class ="deprecationComment "> Since: 5.2.0
175
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#STRING_SERVER_COUNT "> < code > STRING_SERVER_COUNT</ code > </ a > </ div >
176
- </ td >
177
- </ tr >
178
- < tr class ="rowColor ">
179
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_GET "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_GET</ a > </ th >
180
- < td class ="colLast ">
181
- < div class ="deprecationComment "> Since: 5.2.0
182
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#URL_GET "> < code > URL_GET</ code > </ a > </ div >
183
- </ td >
184
- </ tr >
185
- < tr class ="altColor ">
186
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_POST "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_POST</ a > </ th >
187
- < td class ="colLast ">
188
- < div class ="deprecationComment "> Since: 5.2.0
189
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#URL_POST "> < code > URL_POST</ code > </ a > </ div >
190
- </ td >
191
- </ tr >
192
- < tr class ="rowColor ">
193
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_SHARD_COUNT "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_SHARD_COUNT</ a > </ th >
194
- < td class ="colLast ">
195
- < div class ="deprecationComment "> Since: 5.2.0
196
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#STRING_SHARD_COUNT "> < code > STRING_SHARD_COUNT</ code > </ a > </ div >
197
- </ td >
198
- </ tr >
199
- < tr class ="altColor ">
200
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_SHARD_ID "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_SHARD_ID</ a > </ th >
201
- < td class ="colLast ">
202
- < div class ="deprecationComment "> Since: 5.2.0
203
- < br > Replacement: < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#STRING_SHARD_ID "> < code > STRING_SHARD_ID</ code > </ a > </ div >
204
- </ td >
205
- </ tr >
206
- < tr class ="rowColor ">
207
- < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#API_SHARDS "> org.botblock.javabotblockapi.requests.GetListAction.ApiField.API_SHARDS</ a > </ th >
116
+ < th class ="colDeprecatedItemName " scope ="row "> < a href ="org/botblock/javabotblockapi/Site.html#VULTREX_IO "> org.botblock.javabotblockapi.Site.VULTREX_IO</ a > </ th >
208
117
< td class ="colLast ">
209
- < div class ="deprecationComment "> Since: 5.2.0
210
- < br > Replacement: < a href =" org/botblock/javabotblockapi/requests/GetListAction.ApiField.html#STRING_SHARDS " > < code > STRING_SHARDS </ code > </ a > </ div >
118
+ < div class ="deprecationComment "> Renamed to < a href =" org/botblock/javabotblockapi/Site.html#DISCORDBOTS_CO " > < code > DISCORDBOTS_CO </ code > </ a >
119
+ < br > Planned removal in v5.2.5 </ div >
211
120
</ td >
212
121
</ tr >
213
122
</ tbody >
0 commit comments