Class TestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.projects.TestServiceAsync
public final class TestServiceAsyncImpl implements TestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TestCreateResponse>create(TestCreateParams params, RequestOptions requestOptions)CompletableFuture<TestUpdateResponse>update(TestUpdateParams params, RequestOptions requestOptions)CompletableFuture<TestListResponse>list(TestListParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.projects.TestServiceAsync
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
-
withRawResponse
TestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestServiceAsync 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<TestCreateResponse> create(TestCreateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<TestUpdateResponse> update(TestUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<TestListResponse> list(TestListParams params, RequestOptions requestOptions)
-
-
-
-