Interface EntityServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface EntityServiceAsync.WithRawResponseA view of EntityServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract EntityServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<Entity>> create(EntityCreateParams params)
Returns a raw HTTP response for
post /entities, but is otherwise the same as EntityServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<Entity>> create(EntityCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(String entityId)
Returns a raw HTTP response for
get /entities/{entity_id}, but is otherwise the same as EntityServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(String entityId, EntityRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(String entityId, EntityRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<Entity>> retrieve(EntityRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(EntityRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(String entityId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<Entity>> update(String entityId)
Returns a raw HTTP response for
patch /entities/{entity_id}, but is otherwise the same as EntityServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<Entity>> update(String entityId, EntityUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<Entity>> update(String entityId, EntityUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<Entity>> update(EntityUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<Entity>> update(EntityUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<Entity>> update(String entityId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<EntityListPageAsync>> list()
Returns a raw HTTP response for
get /entities, but is otherwise the same as EntityServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<EntityListPageAsync>> list(EntityListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<EntityListPageAsync>> list(EntityListParams params)
-
list
CompletableFuture<HttpResponseFor<EntityListPageAsync>> list(RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(String entityId)
Returns a raw HTTP response for
post /entities/{entity_id}/archive, but is otherwise the same as EntityServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(String entityId, EntityArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(String entityId, EntityArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<Entity>> archive(EntityArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(EntityArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(String entityId, RequestOptions requestOptions)
-
archiveBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> archiveBeneficialOwner(String entityId, EntityArchiveBeneficialOwnerParams params)
Returns a raw HTTP response for
post /entities/{entity_id}/archive_beneficial_owner, but is otherwise the same as EntityServiceAsync.archiveBeneficialOwner.
-
archiveBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> archiveBeneficialOwner(String entityId, EntityArchiveBeneficialOwnerParams params, RequestOptions requestOptions)
-
archiveBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> archiveBeneficialOwner(EntityArchiveBeneficialOwnerParams params)
-
archiveBeneficialOwner
abstract CompletableFuture<HttpResponseFor<Entity>> archiveBeneficialOwner(EntityArchiveBeneficialOwnerParams params, RequestOptions requestOptions)
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(String entityId)
Returns a raw HTTP response for
post /entities/{entity_id}/confirm, but is otherwise the same as EntityServiceAsync.confirm.
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(String entityId, EntityConfirmParams params, RequestOptions requestOptions)
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(String entityId, EntityConfirmParams params)
-
confirm
abstract CompletableFuture<HttpResponseFor<Entity>> confirm(EntityConfirmParams params, RequestOptions requestOptions)
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(EntityConfirmParams params)
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(String entityId, RequestOptions requestOptions)
-
createBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> createBeneficialOwner(String entityId, EntityCreateBeneficialOwnerParams params)
Returns a raw HTTP response for
post /entities/{entity_id}/create_beneficial_owner, but is otherwise the same as EntityServiceAsync.createBeneficialOwner.
-
createBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> createBeneficialOwner(String entityId, EntityCreateBeneficialOwnerParams params, RequestOptions requestOptions)
-
createBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> createBeneficialOwner(EntityCreateBeneficialOwnerParams params)
-
createBeneficialOwner
abstract CompletableFuture<HttpResponseFor<Entity>> createBeneficialOwner(EntityCreateBeneficialOwnerParams params, RequestOptions requestOptions)
-
updateAddress
CompletableFuture<HttpResponseFor<Entity>> updateAddress(String entityId, EntityUpdateAddressParams params)
Returns a raw HTTP response for
post /entities/{entity_id}/update_address, but is otherwise the same as EntityServiceAsync.updateAddress.
-
updateAddress
CompletableFuture<HttpResponseFor<Entity>> updateAddress(String entityId, EntityUpdateAddressParams params, RequestOptions requestOptions)
-
updateAddress
CompletableFuture<HttpResponseFor<Entity>> updateAddress(EntityUpdateAddressParams params)
-
updateAddress
abstract CompletableFuture<HttpResponseFor<Entity>> updateAddress(EntityUpdateAddressParams params, RequestOptions requestOptions)
-
updateBeneficialOwnerAddress
CompletableFuture<HttpResponseFor<Entity>> updateBeneficialOwnerAddress(String entityId, EntityUpdateBeneficialOwnerAddressParams params)
Returns a raw HTTP response for
post /entities/{entity_id}/update_beneficial_owner_address, but is otherwise the same as EntityServiceAsync.updateBeneficialOwnerAddress.
-
updateBeneficialOwnerAddress
CompletableFuture<HttpResponseFor<Entity>> updateBeneficialOwnerAddress(String entityId, EntityUpdateBeneficialOwnerAddressParams params, RequestOptions requestOptions)
-
updateBeneficialOwnerAddress
CompletableFuture<HttpResponseFor<Entity>> updateBeneficialOwnerAddress(EntityUpdateBeneficialOwnerAddressParams params)
-
updateBeneficialOwnerAddress
abstract CompletableFuture<HttpResponseFor<Entity>> updateBeneficialOwnerAddress(EntityUpdateBeneficialOwnerAddressParams params, RequestOptions requestOptions)
-
updateIndustryCode
CompletableFuture<HttpResponseFor<Entity>> updateIndustryCode(String entityId, EntityUpdateIndustryCodeParams params)
Returns a raw HTTP response for
post /entities/{entity_id}/update_industry_code, but is otherwise the same as EntityServiceAsync.updateIndustryCode.
-
updateIndustryCode
CompletableFuture<HttpResponseFor<Entity>> updateIndustryCode(String entityId, EntityUpdateIndustryCodeParams params, RequestOptions requestOptions)
-
updateIndustryCode
CompletableFuture<HttpResponseFor<Entity>> updateIndustryCode(EntityUpdateIndustryCodeParams params)
-
updateIndustryCode
abstract CompletableFuture<HttpResponseFor<Entity>> updateIndustryCode(EntityUpdateIndustryCodeParams params, RequestOptions requestOptions)
-
-
-
-