Package com.openai.models.files
Class FileListPage.Builder
-
- All Implemented Interfaces:
public final class FileListPage.Builder
A builder for FileListPage.
-
-
Method Summary
Modifier and Type Method Description final FileListPage.Builder
service(FileService service)
final FileListPage.Builder
params(FileListParams params)
The parameters that were used to request this page. final FileListPage.Builder
response(FileListPageResponse response)
The response that this page was parsed from. final FileListPage
build()
Returns an immutable instance of FileListPage. -
-
Method Detail
-
service
final FileListPage.Builder service(FileService service)
-
params
final FileListPage.Builder params(FileListParams params)
The parameters that were used to request this page.
-
response
final FileListPage.Builder response(FileListPageResponse response)
The response that this page was parsed from.
-
build
final FileListPage build()
Returns an immutable instance of FileListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-