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
-
withOptions
abstract IntrafiAccountEnrollmentServiceAsync.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<IntrafiAccountEnrollment>> create(IntrafiAccountEnrollmentCreateParams params)
Returns a raw HTTP response for
post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> create(IntrafiAccountEnrollmentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(String intrafiAccountEnrollmentId)
Returns a raw HTTP response for
get /intrafi_account_enrollments/{intrafi_account_enrollment_id}, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(String intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(String intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(IntrafiAccountEnrollmentRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(String intrafiAccountEnrollmentId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list()
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(IntrafiAccountEnrollmentListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(IntrafiAccountEnrollmentListParams params)
-
list
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(RequestOptions requestOptions)
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(String intrafiAccountEnrollmentId)
Returns a raw HTTP response for
post /intrafi_account_enrollments/{intrafi_account_enrollment_id}/unenroll, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.unenroll.
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(String intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(String intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams params)
-
unenroll
abstract CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(IntrafiAccountEnrollmentUnenrollParams params)
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(String intrafiAccountEnrollmentId, RequestOptions requestOptions)
-
-
-
-