Package ai.extend.types
Interface EditJsonExtendEditImage.ImageUrlStage
-
- All Known Implementing Classes:
EditJsonExtendEditImage.Builder
- Enclosing class:
- EditJsonExtendEditImage
public static interface EditJsonExtendEditImage.ImageUrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditJsonExtendEditImage.Builderfrom(EditJsonExtendEditImage other)EditJsonExtendEditImage._FinalStageimageUrl(java.lang.String imageUrl)URL of the image to place in the signature field.
-
-
-
Method Detail
-
imageUrl
EditJsonExtendEditImage._FinalStage imageUrl(@NotNull java.lang.String imageUrl)
URL of the image to place in the signature field.
-
from
EditJsonExtendEditImage.Builder from(EditJsonExtendEditImage other)
-
-