Interface IntrafiAccountEnrollmentService.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiAccountEnrollmentService.WithRawResponseA view of IntrafiAccountEnrollmentService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<IntrafiAccountEnrollment>create(IntrafiAccountEnrollmentCreateParams params)Returns a raw HTTP response for post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.create.abstract 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.abstract 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 IntrafiAccountEnrollmentService.retrieve.abstract 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.abstract HttpResponseFor<IntrafiAccountEnrollmentListPage>list(IntrafiAccountEnrollmentListParams params)Returns a raw HTTP response for get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.abstract HttpResponseFor<IntrafiAccountEnrollmentListPage>list()Returns a raw HTTP response for get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.HttpResponseFor<IntrafiAccountEnrollmentListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.abstract 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.abstract 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 IntrafiAccountEnrollmentService.unenroll.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<IntrafiAccountEnrollment> create(IntrafiAccountEnrollmentCreateParams params)
Returns a raw HTTP response for
post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.create.
-
retrieve
abstract 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.
-
retrieve
abstract 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 IntrafiAccountEnrollmentService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<IntrafiAccountEnrollmentListPage> list(IntrafiAccountEnrollmentListParams params)
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.
-
list
abstract HttpResponseFor<IntrafiAccountEnrollmentListPage> list()
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.
-
list
HttpResponseFor<IntrafiAccountEnrollmentListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentService.list.
-
unenroll
abstract 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.
-
unenroll
abstract 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 IntrafiAccountEnrollmentService.unenroll.
-
-
-
-