Package com.openai.models.files
Class FileListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class FileListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description FileListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final FileListPageAsync.Response.Builder
data(List<FileObject> data)
final FileListPageAsync.Response.Builder
data(JsonField<List<FileObject>> data)
final FileListPageAsync.Response.Builder
hasMore(Boolean hasMore)
final FileListPageAsync.Response.Builder
hasMore(JsonField<Boolean> hasMore)
final FileListPageAsync.Response.Builder
putAdditionalProperty(String key, JsonValue value)
final FileListPageAsync.Response
build()
Returns an immutable instance of Response. -
-
Method Detail
-
data
final FileListPageAsync.Response.Builder data(List<FileObject> data)
-
data
final FileListPageAsync.Response.Builder data(JsonField<List<FileObject>> data)
-
hasMore
final FileListPageAsync.Response.Builder hasMore(Boolean hasMore)
-
hasMore
final FileListPageAsync.Response.Builder hasMore(JsonField<Boolean> hasMore)
-
putAdditionalProperty
final FileListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final FileListPageAsync.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-