| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
DatePicker |
DatePicker.Builder.build()
Builds a new
DatePicker. |
static DatePicker |
DatePicker.copyOf(DatePickerIF instance)
Creates an immutable copy of a
DatePickerIF value. |
static DatePicker |
DatePicker.of(String actionId)
Construct a new immutable
DatePicker instance. |
DatePicker |
DatePicker.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
DatePicker |
DatePicker.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
DatePicker |
DatePicker.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
DatePicker |
DatePicker.withInitialDate(LocalDate value)
Copy the current immutable object by setting a present value for the optional
initialDate attribute. |
DatePicker |
DatePicker.withInitialDate(Optional<LocalDate> optional)
Copy the current immutable object by setting an optional value for the
initialDate attribute. |
DatePicker |
DatePicker.withPlaceholder(Optional<Text> optional)
Copy the current immutable object by setting an optional value for the
placeholder attribute. |
DatePicker |
DatePicker.withPlaceholder(Text value)
Copy the current immutable object by setting a present value for the optional
placeholder attribute. |
Copyright © 2019. All rights reserved.