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 CompletableFuture<HttpResponseFor<Program>>create(ProgramCreateParams params)Returns a raw HTTP response for post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.abstract CompletableFuture<HttpResponseFor<Program>>create(ProgramCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<Program>> create(ProgramCreateParams params)
Returns a raw HTTP response for
post /simulations/programs, but is otherwise the same as ProgramServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Program>> create(ProgramCreateParams params, RequestOptions requestOptions)
-
-
-
-