Class CommitServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.projects.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. CompletableFuture<CommitCreateResponse>create(CommitCreateParams params, RequestOptions requestOptions)CompletableFuture<CommitListResponse>list(CommitListParams 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.
-
create
CompletableFuture<CommitCreateResponse> create(CommitCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CommitListResponse> list(CommitListParams params, RequestOptions requestOptions)
-
-
-
-