Class ProgramServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.simulations.ProgramServiceAsync.WithRawResponse
public final class ProgramServiceAsyncImpl.WithRawResponseImpl implements ProgramServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Program>>create(SimulationProgramCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Program>> create(SimulationProgramCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.
-
-
-
-