Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.FileMetadata
Packages that use AnthropicApi.FileMetadata
-
Uses of AnthropicApi.FileMetadata in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.FileMetadataModifier and TypeMethodDescriptionAnthropicApi.getFileMetadata(String fileId) Get metadata for a specific file generated by Skills or uploaded via Files API.Methods in org.springframework.ai.anthropic.api that return types with arguments of type AnthropicApi.FileMetadataModifier and TypeMethodDescriptionAnthropicApi.FilesListResponse.data()Returns the value of thedatarecord component.Constructor parameters in org.springframework.ai.anthropic.api with type arguments of type AnthropicApi.FileMetadataModifierConstructorDescriptionFilesListResponse(List<AnthropicApi.FileMetadata> data, Boolean hasMore, String nextPage) Creates an instance of aFilesListResponserecord class.