| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.Builder.build()
Builds a new
Header. |
static Header |
Header.copyOf(HeaderIF instance)
Creates an immutable copy of a
HeaderIF value. |
static Header |
Header.of(Text text)
Construct a new immutable
Header instance. |
Header |
Header.withBlockId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
blockId attribute. |
Header |
Header.withBlockId(String value)
Copy the current immutable object by setting a present value for the optional
blockId attribute. |
Header |
Header.withText(Text text)
Copy the current immutable object by setting a value for the
text attribute. |
Copyright © 2020. All rights reserved.