Class FileBatchListFilesPage.Response
-
- All Implemented Interfaces:
public final class FileBatchListFilesPage.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileBatchListFilesPage.Response.Builder
-
Constructor Summary
Constructors Constructor Description FileBatchListFilesPage.Response(JsonField<List<VectorStoreFile>> data, JsonField<Boolean> hasMore, Map<String, JsonValue> additionalProperties)
-
Method Summary
Modifier and Type Method Description final List<VectorStoreFile>data()final Optional<Boolean>hasMore()final Optional<JsonField<List<VectorStoreFile>>>_data()final Optional<JsonField<Boolean>>_hasMore()final Map<String, JsonValue>_additionalProperties()final FileBatchListFilesPage.Responsevalidate()final FileBatchListFilesPage.Response.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileBatchListFilesPage.Response.Builderbuilder()Returns a mutable builder for constructing an instance of FileBatchListFilesPage. -
-
Method Detail
-
data
final List<VectorStoreFile> data()
-
_data
final Optional<JsonField<List<VectorStoreFile>>> _data()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileBatchListFilesPage.Response validate()
-
toBuilder
final FileBatchListFilesPage.Response.Builder toBuilder()
-
builder
final static FileBatchListFilesPage.Response.Builder builder()
Returns a mutable builder for constructing an instance of FileBatchListFilesPage.
-
-
-
-