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)CompletableFuture<HttpResponseFor<ProgramListPageAsync>>list(ProgramListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<Program>> retrieve(ProgramRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ProgramListPageAsync>> list(ProgramListParams params, RequestOptions requestOptions)
-
-
-
-