Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiImageApi.Data
Packages that use ZhiPuAiImageApi.Data
-
Uses of ZhiPuAiImageApi.Data in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api that return types with arguments of type ZhiPuAiImageApi.DataModifier and TypeMethodDescriptionZhiPuAiImageApi.ZhiPuAiImageResponse.data()Returns the value of thedatarecord component.Constructor parameters in org.springframework.ai.zhipuai.api with type arguments of type ZhiPuAiImageApi.DataModifierConstructorDescriptionZhiPuAiImageResponse(Long created, List<ZhiPuAiImageApi.Data> data) Creates an instance of aZhiPuAiImageResponserecord class.