| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks | |
| com.hubspot.slack.client.models.blocks.json | |
| com.hubspot.slack.client.models.blocks.objects |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImageIF |
| Modifier and Type | Class and Description |
|---|---|
class |
Image
Immutable implementation of
ImageIF. |
| Modifier and Type | Method and Description |
|---|---|
List<ImageBlockOrText> |
Context.getElements() |
List<ImageBlockOrText> |
ContextIF.getElements() |
| Modifier and Type | Method and Description |
|---|---|
Context.Builder |
Context.Builder.addElements(ImageBlockOrText... elements)
Adds elements to
elements list. |
Context.Builder |
Context.Builder.addElements(ImageBlockOrText element)
Adds one element to
elements list. |
Context |
Context.withElements(ImageBlockOrText... elements)
Copy the current immutable object with elements that replace the content of
elements. |
| Modifier and Type | Method and Description |
|---|---|
Context.Builder |
Context.Builder.addAllElements(Iterable<? extends ImageBlockOrText> elements)
Adds elements to
elements list. |
static Context |
Context.of(Iterable<? extends ImageBlockOrText> elements)
Construct a new immutable
Context instance. |
static Context |
Context.of(List<ImageBlockOrText> elements)
Construct a new immutable
Context instance. |
Context.Builder |
Context.Builder.setElements(Iterable<? extends ImageBlockOrText> elements)
Sets or replaces all elements for
elements list. |
Context |
Context.withElements(Iterable<? extends ImageBlockOrText> elements)
Copy the current immutable object with elements that replace the content of
elements. |
| Modifier and Type | Method and Description |
|---|---|
ImageBlockOrText |
ImageBlockOrTextDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextIF |
| Modifier and Type | Class and Description |
|---|---|
class |
Text
Immutable implementation of
TextIF. |
Copyright © 2019. All rights reserved.