Package com.openlayer.api.services.async
Class CommitServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.CommitServiceAsync
public final class CommitServiceAsyncImpl implements CommitServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCommitServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CommitServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CommitServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TestResultServiceAsynctestResults()CompletableFuture<CommitRetrieveResponse>retrieve(CommitRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CommitServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CommitServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
testResults
TestResultServiceAsync testResults()
-
retrieve
CompletableFuture<CommitRetrieveResponse> retrieve(CommitRetrieveParams params, RequestOptions requestOptions)
-
-
-
-