Class TestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.projects.TestServiceAsync.WithRawResponse
public final class TestServiceAsyncImpl.WithRawResponseImpl implements TestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TestCreateResponse>>create(TestCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TestUpdateResponse>>update(TestUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TestListResponse>>list(TestListParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.projects.TestServiceAsync.WithRawResponse
create, create, create, list, list, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
TestServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<TestCreateResponse>> create(TestCreateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<TestUpdateResponse>> update(TestUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<TestListResponse>> list(TestListParams params, RequestOptions requestOptions)
-
-
-
-