Interface ProgramServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ProgramServiceAsync.WithRawResponseA view of ProgramServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<Program>>create(SimulationProgramCreateParams params)Returns a raw HTTP response for post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<Program>> create(SimulationProgramCreateParams params)
Returns a raw HTTP response for
post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.
-
-
-
-