Uses of Record Class
org.springframework.ai.openai.api.OpenAiImageApi.Data
Packages that use OpenAiImageApi.Data
-
Uses of OpenAiImageApi.Data in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiImageApi.DataModifier and TypeMethodDescriptionOpenAiImageApi.OpenAiImageResponse.data()
Returns the value of thedata
record component.Constructor parameters in org.springframework.ai.openai.api with type arguments of type OpenAiImageApi.DataModifierConstructorDescriptionOpenAiImageResponse
(Long created, List<OpenAiImageApi.Data> data) Creates an instance of aOpenAiImageResponse
record class.