Uses of Class
com.azure.ai.agents.persistent.models.FileListResponse
Packages that use FileListResponse
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of FileListResponse in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return FileListResponseModifier and TypeMethodDescriptionFilesClient.listFiles()Gets a list of previously uploaded files.FilesClient.listFiles(FilePurpose purpose) Gets a list of previously uploaded files.Methods in com.azure.ai.agents.persistent that return types with arguments of type FileListResponseModifier and TypeMethodDescriptionFilesAsyncClient.listFiles()Gets a list of previously uploaded files.FilesAsyncClient.listFiles(FilePurpose purpose) Gets a list of previously uploaded files. -
Uses of FileListResponse in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return FileListResponseModifier and TypeMethodDescriptionstatic FileListResponseFileListResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileListResponse from the JsonReader.