| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.Builder.build()
Builds a new
Image. |
static Image |
Image.copyOf(ImageIF instance)
Creates an immutable copy of a
ImageIF value. |
static Image |
Image.of(String imageUrl,
String altText)
Construct a new immutable
Image instance. |
Image |
Image.withAltText(String altText)
Copy the current immutable object by setting a value for the
altText attribute. |
Image |
Image.withImageUrl(String imageUrl)
Copy the current immutable object by setting a value for the
imageUrl attribute. |
Copyright © 2019. All rights reserved.