Package com.increase.api.services.async
Interface IntrafiAccountEnrollmentServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiAccountEnrollmentServiceAsync.WithRawResponseA view of IntrafiAccountEnrollmentServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> create(IntrafiAccountEnrollmentCreateParams params)
Returns a raw HTTP response for
post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> create(IntrafiAccountEnrollmentCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(IntrafiAccountEnrollmentRetrieveParams params)
Returns a raw HTTP response for
get /intrafi_account_enrollments/{intrafi_account_enrollment_id}, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list()
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(IntrafiAccountEnrollmentListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(IntrafiAccountEnrollmentListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(RequestOptions requestOptions)
-
unenroll
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(IntrafiAccountEnrollmentUnenrollParams params)
Returns a raw HTTP response for
post /intrafi_account_enrollments/{intrafi_account_enrollment_id}/unenroll, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.unenroll.
-
unenroll
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)
-
-
-
-