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/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a>></pre>
65
65
<divclass="block">Used to categorize the types of resource links.</div>
66
66
</li>
@@ -160,7 +160,7 @@ <h3>Enum Constant Detail</h3>
160
160
<ulclass="blockList">
161
161
<liclass="blockList">
162
162
<h4>Unknown</h4>
163
-
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1287">Unknown</a></pre>
163
+
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1289">Unknown</a></pre>
164
164
<divclass="block">Catch-all default for resource links that are unknown.</div>
165
165
</li>
166
166
</ul>
@@ -170,7 +170,7 @@ <h4>Unknown</h4>
170
170
<ulclass="blockList">
171
171
<liclass="blockList">
172
172
<h4>APIEndpoint</h4>
173
-
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1292">APIEndpoint</a></pre>
173
+
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1294">APIEndpoint</a></pre>
174
174
<divclass="block">Resource URLs that point to an API endipoint such as https://api.box.com/2.0/files/:file_id.</div>
175
175
</li>
176
176
</ul>
@@ -180,7 +180,7 @@ <h4>APIEndpoint</h4>
180
180
<ulclass="blockListLast">
181
181
<liclass="blockList">
182
182
<h4>SharedLink</h4>
183
-
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1299">SharedLink</a></pre>
183
+
<pre>public static final <ahref="../../../com/box/sdk/BoxAPIConnection.ResourceLinkType.html" title="enum in com.box.sdk">BoxAPIConnection.ResourceLinkType</a><ahref="../../../src-html/com/box/sdk/BoxAPIConnection.ResourceLinkType.html#line.1301">SharedLink</a></pre>
184
184
<divclass="block">Resource URLs that point to a resource that has been shared
185
185
such as https://example.box.com/s/qwertyuiop1234567890asdfghjk
186
186
or https://example.app.box.com/notes/0987654321?s=zxcvbnm1234567890asdfghjk.</div>
0 commit comments