| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
static Header.Builder |
Header.builder()
Creates a builder for
Header. |
Header.Builder |
Header.Builder.from(Block instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.blocks.Block instance. |
Header.Builder |
Header.Builder.from(HeaderIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.blocks.HeaderIF instance. |
Header.Builder |
Header.Builder.setBlockId(Optional<String> blockId)
Initializes the optional value
blockId to blockId. |
Header.Builder |
Header.Builder.setBlockId(String blockId)
Initializes the optional value
blockId to blockId. |
Header.Builder |
Header.Builder.setText(Text text)
Initializes the value for the
text attribute. |
Copyright © 2020. All rights reserved.