| Modifier and Type | Method and Description |
|---|---|
ImmutableProperty |
ImmutableProperty.Builder.build()
Builds a new
ImmutableProperty. |
static ImmutableProperty |
ImmutableProperty.copyOf(ComponentDefinition.Property instance)
Creates an immutable copy of a
ComponentDefinition.Property value. |
ImmutableProperty |
ImmutableProperty.withControlHint(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
controlHint attribute. |
ImmutableProperty |
ImmutableProperty.withControlHint(String value)
Copy the current immutable object by setting a present value for the optional
controlHint attribute. |
ImmutableProperty |
ImmutableProperty.withDefaultValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
defaultValue attribute. |
ImmutableProperty |
ImmutableProperty.withDefaultValue(String value)
Copy the current immutable object by setting a present value for the optional
defaultValue attribute. |
ImmutableProperty |
ImmutableProperty.withDeprecated(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
deprecated attribute. |
ImmutableProperty |
ImmutableProperty.withDeprecated(String value)
Copy the current immutable object by setting a present value for the optional
deprecated attribute. |
ImmutableProperty |
ImmutableProperty.withDescription(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
description attribute. |
ImmutableProperty |
ImmutableProperty.withDescription(String value)
Copy the current immutable object by setting a present value for the optional
description attribute. |
ImmutableProperty |
ImmutableProperty.withDisplayName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
displayName attribute. |
ImmutableProperty |
ImmutableProperty.withDisplayName(String value)
Copy the current immutable object by setting a present value for the optional
displayName attribute. |
ImmutableProperty |
ImmutableProperty.withEnums(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enums attribute. |
ImmutableProperty |
ImmutableProperty.withEnums(String value)
Copy the current immutable object by setting a present value for the optional
enums attribute. |
ImmutableProperty |
ImmutableProperty.withEnumValues(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
enumValues attribute. |
ImmutableProperty |
ImmutableProperty.withEnumValues(String value)
Copy the current immutable object by setting a present value for the optional
enumValues attribute. |
ImmutableProperty |
ImmutableProperty.withGroup(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
group attribute. |
ImmutableProperty |
ImmutableProperty.withGroup(String value)
Copy the current immutable object by setting a present value for the optional
group attribute. |
ImmutableProperty |
ImmutableProperty.withJavaType(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
javaType attribute. |
ImmutableProperty |
ImmutableProperty.withJavaType(String value)
Copy the current immutable object by setting a present value for the optional
javaType attribute. |
ImmutableProperty |
ImmutableProperty.withKind(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
kind attribute. |
ImmutableProperty |
ImmutableProperty.withKind(String value)
Copy the current immutable object by setting a present value for the optional
kind attribute. |
ImmutableProperty |
ImmutableProperty.withLabelHint(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
labelHint attribute. |
ImmutableProperty |
ImmutableProperty.withLabelHint(String value)
Copy the current immutable object by setting a present value for the optional
labelHint attribute. |
ImmutableProperty |
ImmutableProperty.withMultiValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
multiValue attribute. |
ImmutableProperty |
ImmutableProperty.withMultiValue(String value)
Copy the current immutable object by setting a present value for the optional
multiValue attribute. |
ImmutableProperty |
ImmutableProperty.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableProperty |
ImmutableProperty.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableProperty |
ImmutableProperty.withPlaceholder(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
placeholder attribute. |
ImmutableProperty |
ImmutableProperty.withPlaceholder(String value)
Copy the current immutable object by setting a present value for the optional
placeholder attribute. |
ImmutableProperty |
ImmutableProperty.withPrefix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
prefix attribute. |
ImmutableProperty |
ImmutableProperty.withPrefix(String value)
Copy the current immutable object by setting a present value for the optional
prefix attribute. |
ImmutableProperty |
ImmutableProperty.withRequired(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
required attribute. |
ImmutableProperty |
ImmutableProperty.withRequired(String value)
Copy the current immutable object by setting a present value for the optional
required attribute. |
ImmutableProperty |
ImmutableProperty.withSecret(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
secret attribute. |
ImmutableProperty |
ImmutableProperty.withSecret(String value)
Copy the current immutable object by setting a present value for the optional
secret attribute. |
ImmutableProperty |
ImmutableProperty.withType(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
type attribute. |
ImmutableProperty |
ImmutableProperty.withType(String value)
Copy the current immutable object by setting a present value for the optional
type attribute. |
Copyright © 2016–2019 Red Hat. All rights reserved.