public class TopologySelectorLabelRequirementFluentImpl<A extends TopologySelectorLabelRequirementFluent<A>> extends BaseFluent<A> implements TopologySelectorLabelRequirementFluent<A>
_visitables| Constructor and Description |
|---|
TopologySelectorLabelRequirementFluentImpl() |
TopologySelectorLabelRequirementFluentImpl(TopologySelectorLabelRequirement instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToValues(Collection<String> items) |
A |
addToValues(int index,
String item) |
A |
addToValues(String... items) |
boolean |
equals(Object o) |
String |
getFirstValue() |
String |
getKey() |
String |
getLastValue() |
String |
getMatchingValue(Predicate<String> predicate) |
String |
getValue(int index) |
List<String> |
getValues() |
Boolean |
hasKey() |
Boolean |
hasValues() |
A |
removeAllFromValues(Collection<String> items) |
A |
removeFromValues(String... items) |
A |
setToValues(int index,
String item) |
A |
withKey(String key) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
public TopologySelectorLabelRequirementFluentImpl()
public TopologySelectorLabelRequirementFluentImpl(TopologySelectorLabelRequirement instance)
public String getKey()
getKey in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A withKey(String key)
withKey in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public Boolean hasKey()
hasKey in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A addToValues(int index, String item)
addToValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A setToValues(int index, String item)
setToValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A addToValues(String... items)
addToValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A addAllToValues(Collection<String> items)
addAllToValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A removeAllFromValues(Collection<String> items)
removeAllFromValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public List<String> getValues()
getValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public String getValue(int index)
getValue in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public String getFirstValue()
getFirstValue in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public String getLastValue()
getLastValue in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public String getMatchingValue(Predicate<String> predicate)
getMatchingValue in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A withValues(List<String> values)
withValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public A withValues(String... values)
withValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>public Boolean hasValues()
hasValues in interface TopologySelectorLabelRequirementFluent<A extends TopologySelectorLabelRequirementFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.