Package com.increase.api.services.async
Class ProgramServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.ProgramServiceAsync.WithRawResponse
public final class ProgramServiceAsyncImpl.WithRawResponseImpl implements ProgramServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Program>>retrieve(ProgramRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /programs/{program_id}, but is otherwise the same as ProgramServiceAsync.retrieve.CompletableFuture<HttpResponseFor<ProgramListPageAsync>>list(ProgramListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /programs, but is otherwise the same as ProgramServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<Program>> retrieve(ProgramRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /programs/{program_id}, but is otherwise the same as ProgramServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<ProgramListPageAsync>> list(ProgramListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /programs, but is otherwise the same as ProgramServiceAsync.list.
-
-
-
-