You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extends <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a>></pre>
65
65
<divclass="block">The status of the file request.</div>
66
66
</li>
@@ -153,7 +153,7 @@ <h3>Enum Constant Detail</h3>
153
153
<ulclass="blockList">
154
154
<liclass="blockList">
155
155
<h4>ACTIVE</h4>
156
-
<pre>public static final <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a><ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.140">ACTIVE</a></pre>
156
+
<pre>public static final <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a><ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.141">ACTIVE</a></pre>
157
157
<divclass="block">The file request can accept new submissions.</div>
158
158
</li>
159
159
</ul>
@@ -163,7 +163,7 @@ <h4>ACTIVE</h4>
163
163
<ulclass="blockListLast">
164
164
<liclass="blockList">
165
165
<h4>INACTIVE</h4>
166
-
<pre>public static final <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a><ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.145">INACTIVE</a></pre>
166
+
<pre>public static final <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a><ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.146">INACTIVE</a></pre>
167
167
<divclass="block">The file request can't accept new submissions.</div>
168
168
</li>
169
169
</ul>
@@ -181,7 +181,7 @@ <h3>Method Detail</h3>
181
181
<ulclass="blockList">
182
182
<liclass="blockList">
183
183
<h4>values</h4>
184
-
<pre>public static <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a>[] <ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.136">values</a>()</pre>
184
+
<pre>public static <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a>[] <ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.137">values</a>()</pre>
185
185
<divclass="block">Returns an array containing the constants of this enum type, in
186
186
the order they are declared. This method may be used to iterate
187
187
over the constants as follows:
@@ -201,7 +201,7 @@ <h4>values</h4>
201
201
<ulclass="blockListLast">
202
202
<liclass="blockList">
203
203
<h4>valueOf</h4>
204
-
<pre>public static <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.136">valueOf</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
204
+
<pre>public static <ahref="../../../com/box/sdk/BoxFileRequest.Status.html" title="enum in com.box.sdk">BoxFileRequest.Status</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.Status.html#line.137">valueOf</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
205
205
<divclass="block">Returns the enum constant of this type with the specified name.
206
206
The string must match <i>exactly</i> an identifier used to declare an
207
207
enum constant in this type. (Extraneous whitespace characters are
Copy file name to clipboardExpand all lines: javadoc/com/box/sdk/BoxFileRequest.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ <h4>copyInfo</h4>
296
296
<ulclass="blockList">
297
297
<liclass="blockList">
298
298
<h4>copyInfo</h4>
299
-
<pre>public <ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.html#line.79">copyInfo</a>(<ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> info,
299
+
<pre>public <ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.html#line.80">copyInfo</a>(<ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> info,
300
300
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> folderId)</pre>
301
301
<divclass="block">Copies this file request that is already present on one folder, and applies it to another folder.
302
302
@@ -316,7 +316,7 @@ <h4>copyInfo</h4>
316
316
<ulclass="blockList">
317
317
<liclass="blockList">
318
318
<h4>updateInfo</h4>
319
-
<pre>public <ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.html#line.113">updateInfo</a>(<ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> info)</pre>
319
+
<pre>public <ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> <ahref="../../../src-html/com/box/sdk/BoxFileRequest.html#line.114">updateInfo</a>(<ahref="../../../com/box/sdk/BoxFileRequest.Info.html" title="class in com.box.sdk">BoxFileRequest.Info</a> info)</pre>
320
320
<divclass="block">Updates the information about this file request with any info fields that have been modified locally.
321
321
322
322
<p>The only fields that will be updated are the ones that have been modified locally. For example, the following
<spanclass="sourceLineNo">092</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<aname="line.92"></a>
<spanclass="sourceLineNo">092</span> * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For<aname="line.92"></a>
0 commit comments