Interface BeneficialOwnerServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BeneficialOwnerServiceAsync.WithRawResponseA view of BeneficialOwnerServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract BeneficialOwnerServiceAsync.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<EntityBeneficialOwner>> create(BeneficialOwnerCreateParams params)
Returns a raw HTTP response for
post /entity_beneficial_owners, but is otherwise the same as BeneficialOwnerServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> create(BeneficialOwnerCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(String entityBeneficialOwnerId)
Returns a raw HTTP response for
get /entity_beneficial_owners/{entity_beneficial_owner_id}, but is otherwise the same as BeneficialOwnerServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(String entityBeneficialOwnerId, BeneficialOwnerRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(String entityBeneficialOwnerId, BeneficialOwnerRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(BeneficialOwnerRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(BeneficialOwnerRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> retrieve(String entityBeneficialOwnerId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(String entityBeneficialOwnerId)
Returns a raw HTTP response for
patch /entity_beneficial_owners/{entity_beneficial_owner_id}, but is otherwise the same as BeneficialOwnerServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(String entityBeneficialOwnerId, BeneficialOwnerUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(String entityBeneficialOwnerId, BeneficialOwnerUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(BeneficialOwnerUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(BeneficialOwnerUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> update(String entityBeneficialOwnerId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BeneficialOwnerListPageAsync>> list(BeneficialOwnerListParams params)
Returns a raw HTTP response for
get /entity_beneficial_owners, but is otherwise the same as BeneficialOwnerServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BeneficialOwnerListPageAsync>> list(BeneficialOwnerListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(String entityBeneficialOwnerId)
Returns a raw HTTP response for
post /entity_beneficial_owners/{entity_beneficial_owner_id}/archive, but is otherwise the same as BeneficialOwnerServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(String entityBeneficialOwnerId, BeneficialOwnerArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(String entityBeneficialOwnerId, BeneficialOwnerArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(BeneficialOwnerArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(BeneficialOwnerArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<EntityBeneficialOwner>> archive(String entityBeneficialOwnerId, RequestOptions requestOptions)
-
-
-
-