| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.Builder.build()
Builds a new
Context. |
static Context |
Context.copyOf(ContextIF instance)
Creates an immutable copy of a
ContextIF value. |
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 |
Context.withBlockId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
blockId attribute. |
Context |
Context.withBlockId(String value)
Copy the current immutable object by setting a present value for the optional
blockId attribute. |
Context |
Context.withElements(ImageBlockOrText... elements)
Copy the current immutable object with elements that replace the content of
elements. |
Context |
Context.withElements(Iterable<? extends ImageBlockOrText> elements)
Copy the current immutable object with elements that replace the content of
elements. |
Copyright © 2019. All rights reserved.