| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form |
| Modifier and Type | Method and Description |
|---|---|
InputError |
InputError.Builder.build()
Builds a new
InputError. |
static InputError |
InputError.copyOf(InputErrorIF instance)
Creates an immutable copy of a
InputErrorIF value. |
InputError |
InputError.withError(String error)
Copy the current immutable object by setting a value for the
error attribute. |
InputError |
InputError.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<InputError> |
InputErrors.getErrors() |
List<InputError> |
InputErrorsIF.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
InputErrors.Builder |
InputErrors.Builder.addErrors(InputError... elements)
Adds elements to
errors list. |
InputErrors.Builder |
InputErrors.Builder.addErrors(InputError element)
Adds one element to
errors list. |
InputErrors |
InputErrors.withErrors(InputError... elements)
Copy the current immutable object with elements that replace the content of
errors. |
| Modifier and Type | Method and Description |
|---|---|
InputErrors.Builder |
InputErrors.Builder.addAllErrors(Iterable<? extends InputError> elements)
Adds elements to
errors list. |
InputErrors.Builder |
InputErrors.Builder.setErrors(Iterable<? extends InputError> elements)
Sets or replaces all elements for
errors list. |
InputErrors |
InputErrors.withErrors(Iterable<? extends InputError> elements)
Copy the current immutable object with elements that replace the content of
errors. |
Copyright © 2019. All rights reserved.