Class MessageServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.MessageServiceAsync
public final class MessageServiceAsyncImpl implements MessageServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
MessageServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MessageServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<Message>
create(MessageCreateParams params, RequestOptions requestOptions)
CompletableFuture<Message>
retrieve(MessageRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<Message>
update(MessageUpdateParams params, RequestOptions requestOptions)
CompletableFuture<MessageListPageAsync>
list(MessageListParams params, RequestOptions requestOptions)
CompletableFuture<MessageDeleted>
delete(MessageDeleteParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
MessageServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<Message> create(MessageCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Message> retrieve(MessageRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Message> update(MessageUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<MessageListPageAsync> list(MessageListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<MessageDeleted> delete(MessageDeleteParams params, RequestOptions requestOptions)
-
-
-
-