Package com.intercom.api.types
Interface ImageComponent.UrlStage
-
- All Known Implementing Classes:
ImageComponent.Builder
- Enclosing class:
- ImageComponent
public static interface ImageComponent.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageComponent.Builderfrom(ImageComponent other)ImageComponent.WidthStageurl(java.lang.String url)The URL where the image is located.
-
-
-
Method Detail
-
url
ImageComponent.WidthStage url(@NotNull java.lang.String url)
The URL where the image is located.
-
from
ImageComponent.Builder from(ImageComponent other)
-
-