| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.Builder.build()
Builds a new
Input. |
static Input |
Input.copyOf(InputIF instance)
Creates an immutable copy of a
InputIF value. |
static Input |
Input.of(Text label,
BlockElement element)
Construct a new immutable
Input instance. |
Input |
Input.withBlockId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
blockId attribute. |
Input |
Input.withBlockId(String value)
Copy the current immutable object by setting a present value for the optional
blockId attribute. |
Input |
Input.withElement(BlockElement element)
Copy the current immutable object by setting a value for the
element attribute. |
Input |
Input.withHint(Optional<Text> optional)
Copy the current immutable object by setting an optional value for the
hint attribute. |
Input |
Input.withHint(Text value)
Copy the current immutable object by setting a present value for the optional
hint attribute. |
Input |
Input.withLabel(Text label)
Copy the current immutable object by setting a value for the
label attribute. |
Input |
Input.withOptional(Boolean value)
Copy the current immutable object by setting a present value for the optional
optional attribute. |
Input |
Input.withOptional(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
optional attribute. |
Copyright © 2019. All rights reserved.