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