Package com.atlan.model.core
Class AsyncCreationResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.core.AssetMutationResponse
com.atlan.model.core.AsyncCreationResponse
- All Implemented Interfaces:
AtlanAsyncMutator
,AtlanResponseInterface
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.model.core.AssetMutationResponse
AssetMutationResponse.MutationType
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AssetMutationResponse
client
Fields inherited from class com.atlan.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
Fields inherited from interface com.atlan.model.core.AtlanAsyncMutator
MAX_ASYNC_RETRIES
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.model.core.AssetMutationResponse
getAssignedGuid, getClient, getCreatedAssets, getCreatedAssets, getDeletedAssets, getDeletedAssets, getGuidAssignments, getMutatedAssets, getMutation, getPartiallyUpdatedAssets, getPartiallyUpdatedAssets, getPartialUpdatedAssets, getResult, getUpdatedAssets, getUpdatedAssets, setClient
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Constructor Details
-
AsyncCreationResponse
public AsyncCreationResponse()
-
-
Method Details
-
block
Block until the connection that was created is confirmed to be accessible, since policies linked to the connection are created asynchronously.- Specified by:
block
in interfaceAtlanAsyncMutator
- Returns:
- the original mutation response, only after the changes are confirmed
- Throws:
ApiException
- if the retry loop is interrupted or the maximum number of retries is hit
-
equals
- Overrides:
equals
in classAssetMutationResponse
-
canEqual
- Overrides:
canEqual
in classAssetMutationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAssetMutationResponse
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAssetMutationResponse
-