Class EntityServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.EntityService.WithRawResponse
public final class EntityServiceImpl.WithRawResponseImpl implements EntityService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Entity>create(EntityCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities, but is otherwise the same as EntityService.create.HttpResponseFor<Entity>retrieve(EntityRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entities/{entity_id}, but is otherwise the same as EntityService.retrieve.HttpResponseFor<EntityListPage>list(EntityListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entities, but is otherwise the same as EntityService.list.HttpResponseFor<Entity>archive(EntityArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/archive, but is otherwise the same as EntityService.archive.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 EntityService.archiveBeneficialOwner.HttpResponseFor<Entity>confirm(EntityConfirmParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entities/{entity_id}/confirm, but is otherwise the same as EntityService.confirm.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 EntityService.createBeneficialOwner.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 EntityService.updateAddress.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 EntityService.updateBeneficialOwnerAddress.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 EntityService.updateIndustryCode.-
-
Method Detail
-
create
HttpResponseFor<Entity> create(EntityCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities, but is otherwise the same as EntityService.create.
-
retrieve
HttpResponseFor<Entity> retrieve(EntityRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entities/{entity_id}, but is otherwise the same as EntityService.retrieve.
-
list
HttpResponseFor<EntityListPage> list(EntityListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entities, but is otherwise the same as EntityService.list.
-
archive
HttpResponseFor<Entity> archive(EntityArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/archive, but is otherwise the same as EntityService.archive.
-
archiveBeneficialOwner
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 EntityService.archiveBeneficialOwner.
-
confirm
HttpResponseFor<Entity> confirm(EntityConfirmParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entities/{entity_id}/confirm, but is otherwise the same as EntityService.confirm.
-
createBeneficialOwner
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 EntityService.createBeneficialOwner.
-
updateAddress
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 EntityService.updateAddress.
-
updateBeneficialOwnerAddress
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 EntityService.updateBeneficialOwnerAddress.
-
updateIndustryCode
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 EntityService.updateIndustryCode.
-
-
-
-