public class LabelSelectorRequirementFluentImpl<A extends LabelSelectorRequirementFluent<A>> extends BaseFluent<A> implements LabelSelectorRequirementFluent<A>
_visitables| Constructor and Description |
|---|
LabelSelectorRequirementFluentImpl() |
LabelSelectorRequirementFluentImpl(LabelSelectorRequirement instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToValues(String... items) |
boolean |
equals(Object o) |
String |
getKey() |
String |
getOperator() |
List<String> |
getValues() |
A |
removeFromValues(String... items) |
A |
withKey(String key) |
A |
withOperator(String operator) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
public LabelSelectorRequirementFluentImpl()
public LabelSelectorRequirementFluentImpl(LabelSelectorRequirement instance)
public String getKey()
getKey in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A withKey(String key)
withKey in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public String getOperator()
getOperator in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A withOperator(String operator)
withOperator in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A addToValues(String... items)
addToValues in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public List<String> getValues()
getValues in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A withValues(List<String> values)
withValues in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>public A withValues(String... values)
withValues in interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.