Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Oct 25, 2024
1 parent ba9dc3c commit d711636
Show file tree
Hide file tree
Showing 72 changed files with 40,473 additions and 8,237 deletions.
4,928 changes: 2,488 additions & 2,440 deletions allclasses-index.html

Large diffs are not rendered by default.

648 changes: 648 additions & 0 deletions com/atlan/model/assets/APIField.APIFieldBuilder.html

Large diffs are not rendered by default.

1,815 changes: 1,815 additions & 0 deletions com/atlan/model/assets/APIField.html

Large diffs are not rendered by default.

611 changes: 611 additions & 0 deletions com/atlan/model/assets/APIObject.APIObjectBuilder.html

Large diffs are not rendered by default.

1,767 changes: 1,767 additions & 0 deletions com/atlan/model/assets/APIObject.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions com/atlan/model/assets/APIPath.APIPathBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@ <h2>Method Summary</h2>
<div class="block">Whether authentication is optional (true) or required (false).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#apiIsObjectReference(java.lang.Boolean)" class="member-name-link">apiIsObjectReference</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>&nbsp;apiIsObjectReference)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">If this asset refers to an APIObject</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#apiObjectQualifiedName(java.lang.String)" class="member-name-link">apiObjectQualifiedName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;apiObjectQualifiedName)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Qualified name of the APIObject that is referred to by this asset.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#apiPathAvailableOperation(java.lang.String)" class="member-name-link">apiPathAvailableOperation</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;apiPathAvailableOperation)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></code></div>
Expand Down Expand Up @@ -368,6 +378,28 @@ <h3>apiIsAuthOptional</h3>
</section>
</li>
<li>
<section class="detail" id="apiIsObjectReference(java.lang.Boolean)">
<h3>apiIsObjectReference</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></span>&nbsp;<span class="element-name">apiIsObjectReference</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>&nbsp;apiIsObjectReference)</span></div>
<div class="block">If this asset refers to an APIObject</div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>this</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="apiObjectQualifiedName(java.lang.String)">
<h3>apiObjectQualifiedName</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></span>&nbsp;<span class="element-name">apiObjectQualifiedName</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;apiObjectQualifiedName)</span></div>
<div class="block">Qualified name of the APIObject that is referred to by this asset. When apiIsObjectReference is true.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>this</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="apiPathAvailableOperation(java.lang.String)">
<h3>apiPathAvailableOperation</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="APIPath.APIPathBuilder.html" title="type parameter in APIPath.APIPathBuilder">B</a></span>&nbsp;<span class="element-name">apiPathAvailableOperation</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;apiPathAvailableOperation)</span></div>
Expand Down
38 changes: 37 additions & 1 deletion com/atlan/model/assets/APIPath.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3 id="fields-inherited-from-class-com.atlan.model.core.AtlanObject">Fields inh
<code><a href="../core/AtlanObject.html#rawJsonObject">rawJsonObject</a></code></div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.atlan.model.assets.IAPI">Fields inherited from interface&nbsp;com.atlan.model.assets.<a href="IAPI.html" title="interface in com.atlan.model.assets">IAPI</a></h3>
<code><a href="IAPI.html#API_EXTERNAL_DOCS">API_EXTERNAL_DOCS</a>, <a href="IAPI.html#API_IS_AUTH_OPTIONAL">API_IS_AUTH_OPTIONAL</a>, <a href="IAPI.html#API_SPEC_NAME">API_SPEC_NAME</a>, <a href="IAPI.html#API_SPEC_QUALIFIED_NAME">API_SPEC_QUALIFIED_NAME</a>, <a href="IAPI.html#API_SPEC_TYPE">API_SPEC_TYPE</a>, <a href="IAPI.html#API_SPEC_VERSION">API_SPEC_VERSION</a></code></div>
<code><a href="IAPI.html#API_EXTERNAL_DOCS">API_EXTERNAL_DOCS</a>, <a href="IAPI.html#API_IS_AUTH_OPTIONAL">API_IS_AUTH_OPTIONAL</a>, <a href="IAPI.html#API_IS_OBJECT_REFERENCE">API_IS_OBJECT_REFERENCE</a>, <a href="IAPI.html#API_OBJECT_QUALIFIED_NAME">API_OBJECT_QUALIFIED_NAME</a>, <a href="IAPI.html#API_SPEC_NAME">API_SPEC_NAME</a>, <a href="IAPI.html#API_SPEC_QUALIFIED_NAME">API_SPEC_QUALIFIED_NAME</a>, <a href="IAPI.html#API_SPEC_TYPE">API_SPEC_TYPE</a>, <a href="IAPI.html#API_SPEC_VERSION">API_SPEC_VERSION</a></code></div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-com.atlan.model.assets.IAPIPath">Fields inherited from interface&nbsp;com.atlan.model.assets.<a href="IAPIPath.html" title="interface in com.atlan.model.assets">IAPIPath</a></h3>
<code><a href="IAPIPath.html#API_PATH_AVAILABLE_OPERATIONS">API_PATH_AVAILABLE_OPERATIONS</a>, <a href="IAPIPath.html#API_PATH_AVAILABLE_RESPONSE_CODES">API_PATH_AVAILABLE_RESPONSE_CODES</a>, <a href="IAPIPath.html#API_PATH_IS_INGRESS_EXPOSED">API_PATH_IS_INGRESS_EXPOSED</a>, <a href="IAPIPath.html#API_PATH_IS_TEMPLATED">API_PATH_IS_TEMPLATED</a>, <a href="IAPIPath.html#API_PATH_RAW_URI">API_PATH_RAW_URI</a>, <a href="IAPIPath.html#API_PATH_SUMMARY">API_PATH_SUMMARY</a>, <a href="IAPIPath.html#API_SPEC">API_SPEC</a></code></div>
Expand Down Expand Up @@ -279,6 +279,16 @@ <h2>Method Summary</h2>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Whether authentication is optional (true) or required (false).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getApiIsObjectReference()" class="member-name-link">getApiIsObjectReference</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">If this asset refers to an APIObject</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getApiObjectQualifiedName()" class="member-name-link">getApiObjectQualifiedName</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Qualified name of the APIObject that is referred to by this asset.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/SortedSet.html" title="class or interface in java.util" class="external-link">SortedSet</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getApiPathAvailableOperations()" class="member-name-link">getApiPathAvailableOperations</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
Expand Down Expand Up @@ -1547,6 +1557,32 @@ <h3>getApiIsAuthOptional</h3>
</section>
</li>
<li>
<section class="detail" id="getApiIsObjectReference()">
<h3>getApiIsObjectReference</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span>&nbsp;<span class="element-name">getApiIsObjectReference</span>()</div>
<div class="block">If this asset refers to an APIObject</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="IAPI.html#getApiIsObjectReference()">getApiIsObjectReference</a></code>&nbsp;in interface&nbsp;<code><a href="IAPI.html" title="interface in com.atlan.model.assets">IAPI</a></code></dd>
<dt>Specified by:</dt>
<dd><code><a href="IAPIPath.html#getApiIsObjectReference()">getApiIsObjectReference</a></code>&nbsp;in interface&nbsp;<code><a href="IAPIPath.html" title="interface in com.atlan.model.assets">IAPIPath</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getApiObjectQualifiedName()">
<h3>getApiObjectQualifiedName</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getApiObjectQualifiedName</span>()</div>
<div class="block">Qualified name of the APIObject that is referred to by this asset. When apiIsObjectReference is true.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="IAPI.html#getApiObjectQualifiedName()">getApiObjectQualifiedName</a></code>&nbsp;in interface&nbsp;<code><a href="IAPI.html" title="interface in com.atlan.model.assets">IAPI</a></code></dd>
<dt>Specified by:</dt>
<dd><code><a href="IAPIPath.html#getApiObjectQualifiedName()">getApiObjectQualifiedName</a></code>&nbsp;in interface&nbsp;<code><a href="IAPIPath.html" title="interface in com.atlan.model.assets">IAPIPath</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getApiPathAvailableOperations()">
<h3>getApiPathAvailableOperations</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/SortedSet.html" title="class or interface in java.util" class="external-link">SortedSet</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getApiPathAvailableOperations</span>()</div>
Expand Down
Loading

0 comments on commit d711636

Please sign in to comment.