Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: documentation release 4.11.1 #1263

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<div class="header">
<h1>Box Java SDK</h1>
<div class="header-buttons">
<a id="download-button" class="button" href="//github.com/box/box-java-sdk/releases/download/v4.11.0/box-java-sdk-4.11.0.jar">
<a id="download-button" class="button" href="//github.com/box/box-java-sdk/releases/download/v4.11.1/box-java-sdk-4.11.1.jar">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="button-icon">
<path d="M42 34L42 38L25.1 38L39.8 20.8C40.1 20.4 40 20 39.4 20L30 20L30 1C30 0.5 29.6 0 29.1 0L19.1 0C18.6 0 18.1 0.5 18.1 1L18.1 20L8.7 20C8.2 20 8 20.4 8.3 20.8L23 38L6 38L6 34L0 34L0 46C0 47.1 0.9 48 2 48L46 48C47.1 48 48 47.1 48 46L48 34L42 34z"/>
</svg>
<span class="button-label">Download v4.11.0</span>
<span class="button-label">Download v4.11.1</span>
</a>
<a id="github-button" class="button" href="//github.com/box/box-java-sdk">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="button-icon">
<path d="M16,8c0,4.4-3.6,8-8,8c-4.11.0-8-3.6-8-8c0-4.4,3.6-8,8-8C12.4.11.06,3.6,16,8z M10,14.5c2.7-1,4.7-3.5,4.7-6.5 c0-3.7-3-6.7-6.7-6.7c-4.11.0-6.7,3-6.7,6.7c0,3,2,5.6,4.8,6.5v-1.4.11.0.8,0.4.11.0,0.6-1.4C5,11.6,4.11.01,3.1,8 c0-0.8,0.3-1.5,0.8-2.1C3.8,5.8,3.6,5,4,3.9c0,0,0.6-0.2,2.1,0.8C6.7,4.5,7.4,4.5,8,4.11.0.7,0,1.3,0.1,1.9,0.3 c1.5-1,2.1-0.8,2.1-0.8c0.4.11.0,0.2,1.8,0.1,2c0.5,0.5,0.8,1.2,0.8,2.1c0,3-1.9,3.6-3.6,3.8C9.6,12,10,12.5,10,14.11.04.5z"/>
<path d="M16,8c0,4.4-3.6,8-8,8c-4.11.1-8-3.6-8-8c0-4.4,3.6-8,8-8C12.4.11.16,3.6,16,8z M10,14.5c2.7-1,4.7-3.5,4.7-6.5 c0-3.7-3-6.7-6.7-6.7c-4.11.1-6.7,3-6.7,6.7c0,3,2,5.6,4.8,6.5v-1.4.11.1.8,0.4.11.1,0.6-1.4C5,11.6,4.11.11,3.1,8 c0-0.8,0.3-1.5,0.8-2.1C3.8,5.8,3.6,5,4,3.9c0,0,0.6-0.2,2.1,0.8C6.7,4.5,7.4,4.5,8,4.11.1.7,0,1.3,0.1,1.9,0.3 c1.5-1,2.1-0.8,2.1-0.8c0.4.11.1,0.2,1.8,0.1,2c0.5,0.5,0.8,1.2,0.8,2.1c0,3-1.9,3.6-3.6,3.8C9.6,12,10,12.5,10,14.11.14.5z"/>
</svg>
<span class="button-label">Clone it on GitHub</span>
</a>
Expand All @@ -32,17 +32,17 @@ <h1>Box Java SDK</h1>
<div id="jar-option" class="install-option inactive">JAR</div>
</div>
<div id="install-container" class="one-line">
<pre id="gradle-instructions" class="install-instructions">compile 'com.box:box-java-sdk:4.11.0'</pre>
<pre id="gradle-instructions" class="install-instructions">compile 'com.box:box-java-sdk:4.11.1'</pre>
<pre id="maven-instructions" class="install-instructions hidden removed">&lt;dependency&gt;
&lt;groupId>com.box&lt;/groupId&gt;
&lt;artifactId>box-java-sdk&lt;/artifactId&gt;
&lt;version>4.11.0&lt;/version&gt;
&lt;version>4.11.1&lt;/version&gt;
&lt;/dependency&gt;</pre>
<pre id="jar-instructions" class="install-instructions hidden removed"># Compile and run with <a href="https://github.com/box/box-java-sdk/releases/tag/v4.11.0">box-java-sdk-4.11.0.jar</a> and <a href="https://github.com/ralfstx/minimal-json/releases/tag/0.9.1">minimal-json-0.9.1.jar</a>
<pre id="jar-instructions" class="install-instructions hidden removed"># Compile and run with <a href="https://github.com/box/box-java-sdk/releases/tag/v4.11.1">box-java-sdk-4.11.1.jar</a> and <a href="https://github.com/ralfstx/minimal-json/releases/tag/0.9.1">minimal-json-0.9.1.jar</a>
# in your classpath.

$ javac -classpath "box-java-sdk-4.11.0.jar:minimal-json-0.9.1.jar" &lt;source files&gt;
$ java -classpath "box-java-sdk-4.11.0.jar:minimal-json-0.9.1.jar" &lt;main class&gt;</pre>
$ javac -classpath "box-java-sdk-4.11.1.jar:minimal-json-0.9.1.jar" &lt;source files&gt;
$ java -classpath "box-java-sdk-4.11.1.jar:minimal-json-0.9.1.jar" &lt;main class&gt;</pre>
</div>

<div class="section">
Expand All @@ -67,25 +67,25 @@ <h2>Documentation</h2>
<div>
<a class="doc-link" href="//box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 43.4" class="icon">
<path d="M46 5.3L46 2.7C46 2.7 41.4 0 34.11.0C27.6 0 24 2.5 24 2.5C24 2.5 20.4.11.04.11.0C6.6 0 2 2.7 2 2.7L2 5.3L0 6.4L0 6.4L0 37.8C0 37.8 9.1 34.7.04 34.7.08.9 34.6 24 36.4 24 36.4C24 36.4 29.1 34.6 34 34.6C34.6 34.6 35.3 34.6 36 34.7L36 43.4L39.1 39.4L42 43.4L42 36C46 36.9 48 37.8 48 37.8L48 6.4L48 6.4L46 5.3zM22 29.8C20 29.2 16.8 28.4 14 28.4C9.5 28.4 8 29.2 6 29.8L6 5C6 5 8.2 3.6 14 3.6C17.4 3.6 20 4.4 22 5.9L22 29.8zM42 29.8C40 29.2 38.5 28.4 34 28.4C31.2 28.4 28 29.2 26 29.8L26 5.9C28 4.5 30.6 3.6 34 3.6C39.8 3.6 42 5 42 5L42 29.8z"/>
<path d="M46 5.3L46 2.7C46 2.7 41.4 0 34.11.1C27.6 0 24 2.5 24 2.5C24 2.5 20.4.11.14.11.1C6.6 0 2 2.7 2 2.7L2 5.3L0 6.4L0 6.4L0 37.8C0 37.8 9.1 34.7.04 34.7.08.9 34.6 24 36.4 24 36.4C24 36.4 29.1 34.6 34 34.6C34.6 34.6 35.3 34.6 36 34.7L36 43.4L39.1 39.4L42 43.4L42 36C46 36.9 48 37.8 48 37.8L48 6.4L48 6.4L46 5.3zM22 29.8C20 29.2 16.8 28.4 14 28.4C9.5 28.4 8 29.2 6 29.8L6 5C6 5 8.2 3.6 14 3.6C17.4 3.6 20 4.4 22 5.9L22 29.8zM42 29.8C40 29.2 38.5 28.4 34 28.4C31.2 28.4 28 29.2 26 29.8L26 5.9C28 4.5 30.6 3.6 34 3.6C39.8 3.6 42 5 42 5L42 29.8z"/>
</svg>
Javadocs
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/authentication.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 52.1" class="icon">
<path d="M40.7 22L38 22L38 12C38 5.8 32.2 0 26.1 0L15.9 0C9.8 0 4 5.8 4 12L4 14L12 14L12 12C12 9.2 13.4.11.06 8L26 8C28.7 8 30 9.2 30 12L30 22L1.3 22C0.6 22 0 22.5 0 24.11.0 50.9C0 51.5 0.6 52.1 1.3 52.1L40.7 52.1C41.4 52.1 42 51.6 42 50.9L42 23.2C42 22.5 41.4 22 40.7 22zM23 36.9L23 42C23 42.6 22.6 43 22 43L20 43C19.4 43 19 42.6 19 42L19 36.9C17.8 36.2 17 34.11.07 33.5C17 31.3 18.8 29.5 21 29.5C23.2 29.5 25 31.3 25 33.5C25 34.9 24.2 36.2 23 36.9z"/>
<path d="M40.7 22L38 22L38 12C38 5.8 32.2 0 26.1 0L15.9 0C9.8 0 4 5.8 4 12L4 14L12 14L12 12C12 9.2 13.4.11.16 8L26 8C28.7 8 30 9.2 30 12L30 22L1.3 22C0.6 22 0 22.5 0 24.11.1 50.9C0 51.5 0.6 52.1 1.3 52.1L40.7 52.1C41.4 52.1 42 51.6 42 50.9L42 23.2C42 22.5 41.4 22 40.7 22zM23 36.9L23 42C23 42.6 22.6 43 22 43L20 43C19.4 43 19 42.6 19 42L19 36.9C17.8 36.2 17 34.11.17 33.5C17 31.3 18.8 29.5 21 29.5C23.2 29.5 25 31.3 25 33.5C25 34.9 24.2 36.2 23 36.9z"/>
</svg>
Authentication
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/files.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 48" class="icon">
<path d="M38 14L38 47C38 47.6 37.6 48 37 48L1 48C0.4 48 0 47.6 0 47L0 1C0 0.4 0.4.11.0 0L24 0L24 13C24 13.6 24.4 14 25 14L38 14zM26 0L26 11C26 11.6 26.4 12 27 12L38 12L26 0z"/>
<path d="M38 14L38 47C38 47.6 37.6 48 37 48L1 48C0.4 48 0 47.6 0 47L0 1C0 0.4 0.4.11.1 0L24 0L24 13C24 13.6 24.4 14 25 14L38 14zM26 0L26 11C26 11.6 26.4 12 27 12L38 12L26 0z"/>
</svg>
Files
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/folders.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 44" class="icon">
<path d="M48 14L48 42C48 43.1 47.1 44 46 44L2 44C0.9 44 0 44.11.0 42L0 14.11.02.9 0.9 12 2 12L46 12C47.1 12 48 12.9 48 14zM46 10L46 6C46 4.9 45.1 4 44 4L23.3 4L22.6 1.9C22.3 0.9 21.1 0 20 0L10 0C8.9 0 7.7 0.9 7.4 1.9L6.7 4L4 4C2.9 4 2 4.9 2 6L2 10L46 10z"/>
<path d="M48 14L48 42C48 43.1 47.1 44 46 44L2 44C0.9 44 0 44.11.1 42L0 14.11.12.9 0.9 12 2 12L46 12C47.1 12 48 12.9 48 14zM46 10L46 6C46 4.9 45.1 4 44 4L23.3 4L22.6 1.9C22.3 0.9 21.1 0 20 0L10 0C8.9 0 7.7 0.9 7.4 1.9L6.7 4L4 4C2.9 4 2 4.9 2 6L2 10L46 10z"/>
</svg>
Folders
</a>
Expand All @@ -97,13 +97,13 @@ <h2>Documentation</h2>
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/collaborations.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.9 44.1" class="icon">
<path d="M36.8 30C35 30 33.4 30.7 32.1 31.8L19.3 24.11.09.5 23.5 19.6 22.7 19.6 21.9C19.6 21.1 19.5 20.3 19.3 19.6L32.1 12.1C33.3 13.3 35 14 36.8 14C40.7 14 44.11.00.9 43.8 7C43.8 3.1 40.7 0 36.8 0C32.9 0 29.8 4.11.09.8 7C29.8 7.6 29.9 8.1 30 8.7L17.5 16.1C15.7 14.11.02.9 12.3 9.8 12.3C4.4 12.3 0 16.7 0 22.1C0 27.5 4.4 31.9 9.8 31.9C13 31.9 15.8 30.4 17.6 28L30.1 35.4C30 36 29.9 36.5 29.9 37.1C29.9 41 33 44.1 36.9 44.1C40.8 44.1 43.9 41 43.9 37.1C43.9 33.2 40.7 30 36.8 30z"/>
<path d="M36.8 30C35 30 33.4 30.7 32.1 31.8L19.3 24.11.19.5 23.5 19.6 22.7 19.6 21.9C19.6 21.1 19.5 20.3 19.3 19.6L32.1 12.1C33.3 13.3 35 14 36.8 14C40.7 14 44.11.10.9 43.8 7C43.8 3.1 40.7 0 36.8 0C32.9 0 29.8 4.11.19.8 7C29.8 7.6 29.9 8.1 30 8.7L17.5 16.1C15.7 14.11.12.9 12.3 9.8 12.3C4.4 12.3 0 16.7 0 22.1C0 27.5 4.4 31.9 9.8 31.9C13 31.9 15.8 30.4 17.6 28L30.1 35.4C30 36 29.9 36.5 29.9 37.1C29.9 41 33 44.1 36.9 44.1C40.8 44.1 43.9 41 43.9 37.1C43.9 33.2 40.7 30 36.8 30z"/>
</svg>
Collaborations
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/events.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.862 48.047" class="icon">
<path d="M8.5 35.2C8.6 34.7 8.2 34.2 7.7 34.2L4.7 34.2C4.1 34.2 3.8 33.8 4 33.2L6.6 23.1C6.8 22.6 6.4 22.1 5.9 22.1L0.8 22.1C0.2 22.1 -0.1 21.7 0.1 21.1L6.8 1C7 0.5 7.6 0 8.1 0L21.3 0C21.9 0 22.1 0.4 21.9 0.9L14.11.05.2C13.5 15.7 14.11.06.1 14.3 16.1L19.4 16C20 16 20.2 16.4 20 16.9L15.1 29.2C14.9 29.7 15.1 30.1 15.7 30.1L18.7 30.1C19.2 30.1 19.4 30.5 19.1 30.9L6.3 47.8C6 48.2 5.8 48.1 5.9 47.6L8.5 35.2z"/>
<path d="M8.5 35.2C8.6 34.7 8.2 34.2 7.7 34.2L4.7 34.2C4.1 34.2 3.8 33.8 4 33.2L6.6 23.1C6.8 22.6 6.4 22.1 5.9 22.1L0.8 22.1C0.2 22.1 -0.1 21.7 0.1 21.1L6.8 1C7 0.5 7.6 0 8.1 0L21.3 0C21.9 0 22.1 0.4 21.9 0.9L14.11.15.2C13.5 15.7 14.11.16.1 14.3 16.1L19.4 16C20 16 20.2 16.4 20 16.9L15.1 29.2C14.9 29.7 15.1 30.1 15.7 30.1L18.7 30.1C19.2 30.1 19.4 30.5 19.1 30.9L6.3 47.8C6 48.2 5.8 48.1 5.9 47.6L8.5 35.2z"/>
</svg>
Events
</a>
Expand All @@ -115,20 +115,20 @@ <h2>Documentation</h2>
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/users.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 44" class="icon">
<path d="M44 34.4C42.7 33.7 34.3 28.7 30 27L30 19.4C31.2 18.5 32 17.1 32 15L32 9C32 4.11.09 0 23 0C17 0 14 4.11.04.11.04.11.04 10 14 15C14 17.2 14.8 18.6 16 19.5L16 27C11.9 28.7 3.3 33.7 2 34.11.0.4 35.3 0 36.2 0 38.3C0 39.2 0 43 0 43C0 44.11.0.5 44 1 44L45 44C45.5 44 46 43.6 46 43C46 43 46 39.2 46 38.3C46 36.2 45.6 35.3 44 34.4z"/>
<path d="M44 34.4C42.7 33.7 34.3 28.7 30 27L30 19.4C31.2 18.5 32 17.1 32 15L32 9C32 4.11.19 0 23 0C17 0 14 4.11.14.11.14.11.14 10 14 15C14 17.2 14.8 18.6 16 19.5L16 27C11.9 28.7 3.3 33.7 2 34.11.1.4 35.3 0 36.2 0 38.3C0 39.2 0 43 0 43C0 44.11.1.5 44 1 44L45 44C45.5 44 46 43.6 46 43C46 43 46 39.2 46 38.3C46 36.2 45.6 35.3 44 34.4z"/>
</svg>
Users
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/groups.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 44" class="icon">
<path d="M58 38.3C58 40.4 58 43.3 58 43.3C58 43.6 57.8 44 57.5 44L12.6 44C12.3 44 12.1 43.6 12.1 43.3C12.1 43.3 12.1 40.4 12.1 38.3C12.1 36.2 12.5 35.3 14.1 34.4C15.4 33.7 24 28.7 28.1 27L28.1 19.5C26.9 18.6 26.1 17.2 26.1 15C26.1 10 26.1 9 26.1 9C26.1 4.11.09.1 0 35.1 0C41.1 0 44.1 4.1 44.1 9L44.11.05C44.11.07.1 43.3 18.5 42.1 19.4L42.1 27C46.4 28.7 54.8 33.7 56.1 34.4C57.6 35.3 58 36.2 58 38.3zM12.5 31.8L12.8 31.6C17.4 29 21 27 23.7 25.6C22.5 25 21.2 24.4 20 24.11.00 18.8C22 18.2 22 17.2 22 15.7L22 12.1C22 8.7 20.2 5.8 16 5.8C11.8 5.8 10 8.6 10 12.1C10 12.1 10 12.2 10 15.7C10 17.2 10 18.2 12 18.8L12 24C8 25.2 2.7 28.7 1.8 29.2C0.7 29.8 0 30.4 0 31.9C0 34.11.0 35.4 0 35.4C0 35.6 0.2 35.9 0.4 35.9L9.3 35.9C9.6 34.4 10.5 33 12.5 31.8zM68.2 29.4C67.3 28.9 62 25.4 58 24.2L58 18.9C60 18.3 60 17.3 60 15.8L60 12.2C60 8.8 58.2 5.9 54 5.9C49.8 5.9 48 8.7 48 12.2C48 12.2 48 12.3 48 15.8C48 17.3 48 18.3 50 18.9L50 24.1C48.8 24.5 47.6 25 46.3 25.6C50.1 27.5 54.7 30.2 56.7 31.3L57.4 31.7C59.4 32.9 60.3 34.2 60.7 35.9L69.6 35.9C69.8 35.9 70 35.6 70 35.4C70 35.4 70 33.4 70 31.9C70 30.6 69.3 30 68.2 29.4z"/>
<path d="M58 38.3C58 40.4 58 43.3 58 43.3C58 43.6 57.8 44 57.5 44L12.6 44C12.3 44 12.1 43.6 12.1 43.3C12.1 43.3 12.1 40.4 12.1 38.3C12.1 36.2 12.5 35.3 14.1 34.4C15.4 33.7 24 28.7 28.1 27L28.1 19.5C26.9 18.6 26.1 17.2 26.1 15C26.1 10 26.1 9 26.1 9C26.1 4.11.19.1 0 35.1 0C41.1 0 44.1 4.1 44.1 9L44.11.15C44.11.17.1 43.3 18.5 42.1 19.4L42.1 27C46.4 28.7 54.8 33.7 56.1 34.4C57.6 35.3 58 36.2 58 38.3zM12.5 31.8L12.8 31.6C17.4 29 21 27 23.7 25.6C22.5 25 21.2 24.4 20 24.11.10 18.8C22 18.2 22 17.2 22 15.7L22 12.1C22 8.7 20.2 5.8 16 5.8C11.8 5.8 10 8.6 10 12.1C10 12.1 10 12.2 10 15.7C10 17.2 10 18.2 12 18.8L12 24C8 25.2 2.7 28.7 1.8 29.2C0.7 29.8 0 30.4 0 31.9C0 34.11.1 35.4 0 35.4C0 35.6 0.2 35.9 0.4 35.9L9.3 35.9C9.6 34.4 10.5 33 12.5 31.8zM68.2 29.4C67.3 28.9 62 25.4 58 24.2L58 18.9C60 18.3 60 17.3 60 15.8L60 12.2C60 8.8 58.2 5.9 54 5.9C49.8 5.9 48 8.7 48 12.2C48 12.2 48 12.3 48 15.8C48 17.3 48 18.3 50 18.9L50 24.1C48.8 24.5 47.6 25 46.3 25.6C50.1 27.5 54.7 30.2 56.7 31.3L57.4 31.7C59.4 32.9 60.3 34.2 60.7 35.9L69.6 35.9C69.8 35.9 70 35.6 70 35.4C70 35.4 70 33.4 70 31.9C70 30.6 69.3 30 68.2 29.4z"/>
</svg>
Groups
</a>
<a class="doc-link" href="//github.com/box/box-java-sdk/blob/master/doc/tasks.md">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.1 36.1" class="icon">
<path d="M32 24.7L32 30.1C32 31.2 31.1 32.1 30 32.1L6 32.1C4.9 32.1 4 31.2 4 30.1L4.7.0C4 5 4.9 4.1 6 4.11.07.3 4.1L30.8 0.6C29.9 0.3 29 0.1 28 0.1L8 0.1C4.11.0.1 0 4.11.0 8.1L0 28.1C0 32.5 3.6 36.1 8 36.1L28 36.1C32.4 36.1 36 32.5 36 28.1L36 20.7L32 24.7z"/>
<path d="M43.8 5C44.2 5.4 44.2 6 43.8 6.4L21.8 28.4C21.4 28.8 20.8 28.8 20.4 28.4L8.6 16.6C8.2 16.2 8.2 15.6 8.6 15.2L13.3 10.5C14.11.00.1 14.3 10.1 14.7 10.5L20.4 16.2C20.8 16.6 21.4 16.6 21.8 16.2L37.7 0.3C38.1 -0.1 38.7 -0.1 39.1 0.3L43.8 5z"/>
<path d="M32 24.7L32 30.1C32 31.2 31.1 32.1 30 32.1L6 32.1C4.9 32.1 4 31.2 4 30.1L4.7.0C4 5 4.9 4.1 6 4.11.17.3 4.1L30.8 0.6C29.9 0.3 29 0.1 28 0.1L8 0.1C4.11.1.1 0 4.11.1 8.1L0 28.1C0 32.5 3.6 36.1 8 36.1L28 36.1C32.4 36.1 36 32.5 36 28.1L36 20.7L32 24.7z"/>
<path d="M43.8 5C44.2 5.4 44.2 6 43.8 6.4L21.8 28.4C21.4 28.8 20.8 28.8 20.4 28.4L8.6 16.6C8.2 16.2 8.2 15.6 8.6 15.2L13.3 10.5C14.11.10.1 14.3 10.1 14.7 10.5L20.4 16.2C20.8 16.6 21.4 16.6 21.8 16.2L37.7 0.3C38.1 -0.1 38.7 -0.1 39.1 0.3L43.8 5z"/>
</svg>
Tasks
</a>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h1 class="title">box-java-sdk-11 4.11.0 API</h1>
<h1 class="title">box-java-sdk-12 4.11.1 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<span class="sourceLineNo">085</span> private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";<a name="line.85"></a>
<span class="sourceLineNo">086</span><a name="line.86"></a>
<span class="sourceLineNo">087</span> private static final String JAVA_VERSION = System.getProperty("java.version");<a name="line.87"></a>
<span class="sourceLineNo">088</span> private static final String SDK_VERSION = "4.11.0";<a name="line.88"></a>
<span class="sourceLineNo">088</span> private static final String SDK_VERSION = "4.11.1";<a name="line.88"></a>
<span class="sourceLineNo">089</span><a name="line.89"></a>
<span class="sourceLineNo">090</span> /**<a name="line.90"></a>
<span class="sourceLineNo">091</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<a name="line.91"></a>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/src-html/com/box/sdk/BoxAPIConnection.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<span class="sourceLineNo">085</span> private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";<a name="line.85"></a>
<span class="sourceLineNo">086</span><a name="line.86"></a>
<span class="sourceLineNo">087</span> private static final String JAVA_VERSION = System.getProperty("java.version");<a name="line.87"></a>
<span class="sourceLineNo">088</span> private static final String SDK_VERSION = "4.11.0";<a name="line.88"></a>
<span class="sourceLineNo">088</span> private static final String SDK_VERSION = "4.11.1";<a name="line.88"></a>
<span class="sourceLineNo">089</span><a name="line.89"></a>
<span class="sourceLineNo">090</span> /**<a name="line.90"></a>
<span class="sourceLineNo">091</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<a name="line.91"></a>
Expand Down