Skip to content

Commit 25453f8

Browse files
docs: documentation release 4.16.1 (#1308)
1 parent 172569b commit 25453f8

Some content is hidden

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

51 files changed

+146
-145
lines changed

javadoc/com/box/sdk/BoxAPIResponse.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h4>toString</h4>
423423
<ul class="blockList">
424424
<li class="blockList">
425425
<h4>close</h4>
426-
<pre>public&nbsp;void&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.323">close</a>()</pre>
426+
<pre>public&nbsp;void&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.324">close</a>()</pre>
427427
<dl>
428428
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
429429
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true#close--" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
@@ -438,7 +438,7 @@ <h4>close</h4>
438438
<ul class="blockList">
439439
<li class="blockList">
440440
<h4>bodyToString</h4>
441-
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.346">bodyToString</a>()</pre>
441+
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.347">bodyToString</a>()</pre>
442442
<div class="block">Returns a string representation of this response's body. This method is used when logging this response's body.
443443
By default, it returns an empty string (to avoid accidentally logging binary data) unless the response contained
444444
an error message or content type is application/json.</div>
@@ -454,7 +454,7 @@ <h4>bodyToString</h4>
454454
<ul class="blockList">
455455
<li class="blockList">
456456
<h4>getRequestMethod</h4>
457-
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.365">getRequestMethod</a>()</pre>
457+
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.366">getRequestMethod</a>()</pre>
458458
</li>
459459
</ul>
460460
<a name="getRequestUrl--">
@@ -463,7 +463,7 @@ <h4>getRequestMethod</h4>
463463
<ul class="blockListLast">
464464
<li class="blockList">
465465
<h4>getRequestUrl</h4>
466-
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.369">getRequestUrl</a>()</pre>
466+
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxAPIResponse.html#line.370">getRequestUrl</a>()</pre>
467467
</li>
468468
</ul>
469469
</li>

javadoc/com/box/sdk/BoxCollaborator.CollaboratorType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>Method Detail</h3>
181181
<ul class="blockList">
182182
<li class="blockList">
183183
<h4>values</h4>
184-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.CollaboratorType.html" title="enum in com.box.sdk">BoxCollaborator.CollaboratorType</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.CollaboratorType.html#line.174">values</a>()</pre>
184+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.CollaboratorType.html" title="enum in com.box.sdk">BoxCollaborator.CollaboratorType</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.CollaboratorType.html#line.172">values</a>()</pre>
185185
<div class="block">Returns an array containing the constants of this enum type, in
186186
the order they are declared. This method may be used to iterate
187187
over the constants as follows:
@@ -201,7 +201,7 @@ <h4>values</h4>
201201
<ul class="blockListLast">
202202
<li class="blockList">
203203
<h4>valueOf</h4>
204-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.CollaboratorType.html" title="enum in com.box.sdk">BoxCollaborator.CollaboratorType</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.CollaboratorType.html#line.174">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
204+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.CollaboratorType.html" title="enum in com.box.sdk">BoxCollaborator.CollaboratorType</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.CollaboratorType.html#line.172">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
205205
<div class="block">Returns the enum constant of this type with the specified name.
206206
The string must match <i>exactly</i> an identifier used to declare an
207207
enum constant in this type. (Extraneous whitespace characters are

javadoc/com/box/sdk/BoxCollaborator.GroupType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>Method Detail</h3>
181181
<ul class="blockList">
182182
<li class="blockList">
183183
<h4>values</h4>
184-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.GroupType.html" title="enum in com.box.sdk">BoxCollaborator.GroupType</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.GroupType.html#line.174">values</a>()</pre>
184+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.GroupType.html" title="enum in com.box.sdk">BoxCollaborator.GroupType</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.GroupType.html#line.172">values</a>()</pre>
185185
<div class="block">Returns an array containing the constants of this enum type, in
186186
the order they are declared. This method may be used to iterate
187187
over the constants as follows:
@@ -201,7 +201,7 @@ <h4>values</h4>
201201
<ul class="blockListLast">
202202
<li class="blockList">
203203
<h4>valueOf</h4>
204-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.GroupType.html" title="enum in com.box.sdk">BoxCollaborator.GroupType</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.GroupType.html#line.174">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
204+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxCollaborator.GroupType.html" title="enum in com.box.sdk">BoxCollaborator.GroupType</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxCollaborator.GroupType.html#line.172">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
205205
<div class="block">Returns the enum constant of this type with the specified name.
206206
The string must match <i>exactly</i> an identifier used to declare an
207207
enum constant in this type. (Extraneous whitespace characters are

javadoc/com/box/sdk/BoxSharedLink.Access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3>Method Detail</h3>
211211
<ul class="blockList">
212212
<li class="blockList">
213213
<h4>values</h4>
214-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxSharedLink.Access.html" title="enum in com.box.sdk">BoxSharedLink.Access</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxSharedLink.Access.html#line.49">values</a>()</pre>
214+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxSharedLink.Access.html" title="enum in com.box.sdk">BoxSharedLink.Access</a>[]&nbsp;<a href="../../../src-html/com/box/sdk/BoxSharedLink.Access.html#line.52">values</a>()</pre>
215215
<div class="block">Returns an array containing the constants of this enum type, in
216216
the order they are declared. This method may be used to iterate
217217
over the constants as follows:
@@ -231,7 +231,7 @@ <h4>values</h4>
231231
<ul class="blockListLast">
232232
<li class="blockList">
233233
<h4>valueOf</h4>
234-
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxSharedLink.Access.html" title="enum in com.box.sdk">BoxSharedLink.Access</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxSharedLink.Access.html#line.49">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
234+
<pre>public static&nbsp;<a href="../../../com/box/sdk/BoxSharedLink.Access.html" title="enum in com.box.sdk">BoxSharedLink.Access</a>&nbsp;<a href="../../../src-html/com/box/sdk/BoxSharedLink.Access.html#line.52">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
235235
<div class="block">Returns the enum constant of this type with the specified name.
236236
The string must match <i>exactly</i> an identifier used to declare an
237237
enum constant in this type. (Extraneous whitespace characters are

javadoc/overview-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div>JavaScript is disabled on your browser.</div>
2424
</noscript>
2525
<div class="header">
26-
<h1 class="title">box-java-sdk-18 4.16.0 API</h1>
26+
<h1 class="title">box-java-sdk-19 4.16.1 API</h1>
2727
</div>
2828
<div class="contentContainer">
2929
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">

javadoc/src-html/com/box/sdk/BoxAIItem.Type.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<span class="sourceLineNo">111</span> }<a name="line.111"></a>
120120
<span class="sourceLineNo">112</span><a name="line.112"></a>
121121
<span class="sourceLineNo">113</span> static BoxAIItem.Type fromJSONValue(String jsonValue) {<a name="line.113"></a>
122-
<span class="sourceLineNo">114</span> return BoxAIItem.Type.valueOf(jsonValue.toUpperCase());<a name="line.114"></a>
122+
<span class="sourceLineNo">114</span> return BoxAIItem.Type.valueOf(jsonValue.toUpperCase(java.util.Locale.ROOT));<a name="line.114"></a>
123123
<span class="sourceLineNo">115</span> }<a name="line.115"></a>
124124
<span class="sourceLineNo">116</span><a name="line.116"></a>
125125
<span class="sourceLineNo">117</span> String toJSONValue() {<a name="line.117"></a>

javadoc/src-html/com/box/sdk/BoxAIItem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<span class="sourceLineNo">111</span> }<a name="line.111"></a>
120120
<span class="sourceLineNo">112</span><a name="line.112"></a>
121121
<span class="sourceLineNo">113</span> static BoxAIItem.Type fromJSONValue(String jsonValue) {<a name="line.113"></a>
122-
<span class="sourceLineNo">114</span> return BoxAIItem.Type.valueOf(jsonValue.toUpperCase());<a name="line.114"></a>
122+
<span class="sourceLineNo">114</span> return BoxAIItem.Type.valueOf(jsonValue.toUpperCase(java.util.Locale.ROOT));<a name="line.114"></a>
123123
<span class="sourceLineNo">115</span> }<a name="line.115"></a>
124124
<span class="sourceLineNo">116</span><a name="line.116"></a>
125125
<span class="sourceLineNo">117</span> String toJSONValue() {<a name="line.117"></a>

javadoc/src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<span class="sourceLineNo">086</span> private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";<a name="line.86"></a>
9595
<span class="sourceLineNo">087</span><a name="line.87"></a>
9696
<span class="sourceLineNo">088</span> private static final String JAVA_VERSION = System.getProperty("java.version");<a name="line.88"></a>
97-
<span class="sourceLineNo">089</span> private static final String SDK_VERSION = "4.16.0";<a name="line.89"></a>
97+
<span class="sourceLineNo">089</span> private static final String SDK_VERSION = "4.16.1";<a name="line.89"></a>
9898
<span class="sourceLineNo">090</span><a name="line.90"></a>
9999
<span class="sourceLineNo">091</span> /**<a name="line.91"></a>
100100
<span class="sourceLineNo">092</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<a name="line.92"></a>

javadoc/src-html/com/box/sdk/BoxAPIConnection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<span class="sourceLineNo">086</span> private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";<a name="line.86"></a>
9595
<span class="sourceLineNo">087</span><a name="line.87"></a>
9696
<span class="sourceLineNo">088</span> private static final String JAVA_VERSION = System.getProperty("java.version");<a name="line.88"></a>
97-
<span class="sourceLineNo">089</span> private static final String SDK_VERSION = "4.16.0";<a name="line.89"></a>
97+
<span class="sourceLineNo">089</span> private static final String SDK_VERSION = "4.16.1";<a name="line.89"></a>
9898
<span class="sourceLineNo">090</span><a name="line.90"></a>
9999
<span class="sourceLineNo">091</span> /**<a name="line.91"></a>
100100
<span class="sourceLineNo">092</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<a name="line.92"></a>

0 commit comments

Comments
 (0)