Class EntityServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.EntityServiceAsync.WithRawResponse
public final class EntityServiceAsyncImpl.WithRawResponseImpl implements EntityServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Entity>>create(EntityCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities, but is otherwise the same as EntityServiceAsync.create.CompletableFuture<HttpResponseFor<Entity>>retrieve(EntityRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entities/{entity_id}, but is otherwise the same as EntityServiceAsync.retrieve.CompletableFuture<HttpResponseFor<EntityListPageAsync>>list(EntityListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entities, but is otherwise the same as EntityServiceAsync.list.CompletableFuture<HttpResponseFor<Entity>>archive(EntityArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/archive, but is otherwise the same as EntityServiceAsync.archive.CompletableFuture<HttpResponseFor<Entity>>archiveBeneficialOwner(EntityArchiveBeneficialOwnerParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/archive_beneficial_owner, but is otherwise the same as EntityServiceAsync.archiveBeneficialOwner.CompletableFuture<HttpResponseFor<Entity>>confirm(EntityConfirmParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/confirm, but is otherwise the same as EntityServiceAsync.confirm.CompletableFuture<HttpResponseFor<Entity>>createBeneficialOwner(EntityCreateBeneficialOwnerParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/create_beneficial_owner, but is otherwise the same as EntityServiceAsync.createBeneficialOwner.CompletableFuture<HttpResponseFor<Entity>>updateAddress(EntityUpdateAddressParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/update_address, but is otherwise the same as EntityServiceAsync.updateAddress.CompletableFuture<HttpResponseFor<Entity>>updateBeneficialOwnerAddress(EntityUpdateBeneficialOwnerAddressParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/update_beneficial_owner_address, but is otherwise the same as EntityServiceAsync.updateBeneficialOwnerAddress.CompletableFuture<HttpResponseFor<Entity>>updateIndustryCode(EntityUpdateIndustryCodeParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/update_industry_code, but is otherwise the same as EntityServiceAsync.updateIndustryCode.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Entity>> create(EntityCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities, but is otherwise the same as EntityServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<Entity>> retrieve(EntityRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entities/{entity_id}, but is otherwise the same as EntityServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<EntityListPageAsync>> list(EntityListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entities, but is otherwise the same as EntityServiceAsync.list.
-
archive
CompletableFuture<HttpResponseFor<Entity>> archive(EntityArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/archive, but is otherwise the same as EntityServiceAsync.archive.
-
archiveBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> archiveBeneficialOwner(EntityArchiveBeneficialOwnerParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/archive_beneficial_owner, but is otherwise the same as EntityServiceAsync.archiveBeneficialOwner.
-
confirm
CompletableFuture<HttpResponseFor<Entity>> confirm(EntityConfirmParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/confirm, but is otherwise the same as EntityServiceAsync.confirm.
-
createBeneficialOwner
CompletableFuture<HttpResponseFor<Entity>> createBeneficialOwner(EntityCreateBeneficialOwnerParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/create_beneficial_owner, but is otherwise the same as EntityServiceAsync.createBeneficialOwner.
-
updateAddress
CompletableFuture<HttpResponseFor<Entity>> updateAddress(EntityUpdateAddressParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/update_address, but is otherwise the same as EntityServiceAsync.updateAddress.
-
updateBeneficialOwnerAddress
CompletableFuture<HttpResponseFor<Entity>> updateBeneficialOwnerAddress(EntityUpdateBeneficialOwnerAddressParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/update_beneficial_owner_address, but is otherwise the same as EntityServiceAsync.updateBeneficialOwnerAddress.
-
updateIndustryCode
CompletableFuture<HttpResponseFor<Entity>> updateIndustryCode(EntityUpdateIndustryCodeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/update_industry_code, but is otherwise the same as EntityServiceAsync.updateIndustryCode.
-
-
-
-