Class IntrafiAccountEnrollmentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.IntrafiAccountEnrollmentService.WithRawResponse
public final class IntrafiAccountEnrollmentServiceImpl.WithRawResponseImpl implements IntrafiAccountEnrollmentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<IntrafiAccountEnrollment>create(IntrafiAccountEnrollmentCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.create.HttpResponseFor<IntrafiAccountEnrollment>retrieve(IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_account_enrollments/{intrafi_account_enrollment_id}, but is otherwise the same as IntrafiAccountEnrollmentService.retrieve.HttpResponseFor<IntrafiAccountEnrollmentListPage>list(IntrafiAccountEnrollmentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.HttpResponseFor<IntrafiAccountEnrollment>unenroll(IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_account_enrollments/{intrafi_account_enrollment_id}/unenroll, but is otherwise the same as IntrafiAccountEnrollmentService.unenroll.-
-
Method Detail
-
create
HttpResponseFor<IntrafiAccountEnrollment> create(IntrafiAccountEnrollmentCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.create.
-
retrieve
HttpResponseFor<IntrafiAccountEnrollment> retrieve(IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_account_enrollments/{intrafi_account_enrollment_id}, but is otherwise the same as IntrafiAccountEnrollmentService.retrieve.
-
list
HttpResponseFor<IntrafiAccountEnrollmentListPage> list(IntrafiAccountEnrollmentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.
-
unenroll
HttpResponseFor<IntrafiAccountEnrollment> unenroll(IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_account_enrollments/{intrafi_account_enrollment_id}/unenroll, but is otherwise the same as IntrafiAccountEnrollmentService.unenroll.
-
-
-
-