| Modifier and Type | Method and Description |
|---|---|
ImmutablePropertyRelation |
ImmutablePropertyRelation.Builder.build()
Builds a new
ImmutablePropertyRelation. |
static ImmutablePropertyRelation |
ImmutablePropertyRelation.copyOf(ComponentDefinition.PropertyRelation instance)
Creates an immutable copy of a
ComponentDefinition.PropertyRelation value. |
ImmutablePropertyRelation |
ImmutablePropertyRelation.withAction(String value)
Copy the current immutable object by setting a value for the
action attribute. |
ImmutablePropertyRelation |
ImmutablePropertyRelation.withWhen(ComponentDefinition.When... elements)
Copy the current immutable object with elements that replace the content of
when. |
ImmutablePropertyRelation |
ImmutablePropertyRelation.withWhen(Iterable<? extends ComponentDefinition.When> elements)
Copy the current immutable object with elements that replace the content of
when. |
Copyright © 2016–2019 Red Hat. All rights reserved.