Class AssistantServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.AssistantService
public final class AssistantServiceImpl implements AssistantService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AssistantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AssistantService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. AssistantService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. Assistant
create(AssistantCreateParams params, RequestOptions requestOptions)
Assistant
retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
Assistant
update(AssistantUpdateParams params, RequestOptions requestOptions)
AssistantListPage
list(AssistantListParams params, RequestOptions requestOptions)
AssistantDeleted
delete(AssistantDeleteParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.beta.AssistantService
create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AssistantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AssistantService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Assistant create(AssistantCreateParams params, RequestOptions requestOptions)
-
retrieve
Assistant retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
-
update
Assistant update(AssistantUpdateParams params, RequestOptions requestOptions)
-
list
AssistantListPage list(AssistantListParams params, RequestOptions requestOptions)
-
delete
AssistantDeleted delete(AssistantDeleteParams params, RequestOptions requestOptions)
-
-
-
-