Uses of Record Class
bg.codexio.ai.openai.api.payload.images.request.ImageRequestBuilder
Packages that use ImageRequestBuilder
-
Uses of ImageRequestBuilder in bg.codexio.ai.openai.api.payload.images.request
Methods in bg.codexio.ai.openai.api.payload.images.request that return ImageRequestBuilderModifier and TypeMethodDescriptionImageRequestBuilder.build()static <R extends ImageRequest>
ImageRequestBuilder<R> ImageRequestBuilder.builder()ImageRequestBuilder.withPrompt(String prompt) ImageRequestBuilder.withQuality(String quality) ImageRequestBuilder.withResponseFormat(String responseFormat) ImageRequestBuilder.withSpecificRequestCreator(Function<ImageRequestBuilder<R>, R> specificRequestCreator) Methods in bg.codexio.ai.openai.api.payload.images.request that return types with arguments of type ImageRequestBuilderModifier and TypeMethodDescriptionImageRequestBuilder.specificRequestCreator()Returns the value of thespecificRequestCreatorrecord component.Method parameters in bg.codexio.ai.openai.api.payload.images.request with type arguments of type ImageRequestBuilderModifier and TypeMethodDescriptionImageRequestBuilder.withSpecificRequestCreator(Function<ImageRequestBuilder<R>, R> specificRequestCreator) Constructor parameters in bg.codexio.ai.openai.api.payload.images.request with type arguments of type ImageRequestBuilderModifierConstructorDescriptionImageRequestBuilder(Function<ImageRequestBuilder<R>, R> specificRequestCreator, String prompt, String model, Integer n, String quality, String responseFormat, String size, String style, String user, File image, File mask) Creates an instance of aImageRequestBuilderrecord class.