Class WorkServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.environments.WorkServiceAsync.WithRawResponse
public final class WorkServiceAsyncImpl.WithRawResponseImpl implements WorkServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.environments.WorkServiceAsync.WithRawResponse
ack, ack, ack, heartbeat, heartbeat, heartbeat, list, list, list, list, list, poll, poll, poll, poll, poll, retrieve, retrieve, retrieve, stats, stats, stats, stats, stats, stop, stop, stop, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
WorkServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<BetaSelfHostedWork>> retrieve(WorkRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaSelfHostedWork>> update(WorkUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<WorkListPageAsync>> list(WorkListParams params, RequestOptions requestOptions)
-
ack
CompletableFuture<HttpResponseFor<BetaSelfHostedWork>> ack(WorkAckParams params, RequestOptions requestOptions)
-
heartbeat
CompletableFuture<HttpResponseFor<BetaSelfHostedWorkHeartbeatResponse>> heartbeat(WorkHeartbeatParams params, RequestOptions requestOptions)
-
poll
CompletableFuture<HttpResponseFor<Optional<BetaSelfHostedWork>>> poll(WorkPollParams params, RequestOptions requestOptions)
-
stats
CompletableFuture<HttpResponseFor<BetaSelfHostedWorkQueueStats>> stats(WorkStatsParams params, RequestOptions requestOptions)
-
stop
CompletableFuture<HttpResponseFor<BetaSelfHostedWork>> stop(WorkStopParams params, RequestOptions requestOptions)
-
-
-
-