Class FileServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.containers.FileService.WithRawResponse
public final class FileServiceImpl.WithRawResponseImpl implements FileService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FileService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ContentService.WithRawResponsecontent()HttpResponseFor<FileCreateResponse>create(FileCreateParams params, RequestOptions requestOptions)HttpResponseFor<FileRetrieveResponse>retrieve(FileRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<FileListPage>list(FileListParams params, RequestOptions requestOptions)HttpResponsedelete(FileDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.containers.FileService.WithRawResponse
create, create, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
FileService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
content
ContentService.WithRawResponse content()
-
create
HttpResponseFor<FileCreateResponse> create(FileCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<FileRetrieveResponse> retrieve(FileRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<FileListPage> list(FileListParams params, RequestOptions requestOptions)
-
delete
HttpResponse delete(FileDeleteParams params, RequestOptions requestOptions)
-
-
-
-