public class ScopedResourceSelectorRequirementFluentImpl<A extends ScopedResourceSelectorRequirementFluent<A>> extends BaseFluent<A> implements ScopedResourceSelectorRequirementFluent<A>
_visitables| Constructor and Description |
|---|
ScopedResourceSelectorRequirementFluentImpl() |
ScopedResourceSelectorRequirementFluentImpl(ScopedResourceSelectorRequirement 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 |
getLastValue() |
String |
getMatchingValue(Predicate<String> predicate) |
String |
getOperator() |
String |
getScopeName() |
String |
getValue(int index) |
List<String> |
getValues() |
Boolean |
hasOperator() |
Boolean |
hasScopeName() |
Boolean |
hasValues() |
A |
removeAllFromValues(Collection<String> items) |
A |
removeFromValues(String... items) |
A |
setToValues(int index,
String item) |
A |
withOperator(String operator) |
A |
withScopeName(String scopeName) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
public ScopedResourceSelectorRequirementFluentImpl()
public ScopedResourceSelectorRequirementFluentImpl(ScopedResourceSelectorRequirement instance)
public String getOperator()
getOperator in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A withOperator(String operator)
withOperator in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public Boolean hasOperator()
hasOperator in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public String getScopeName()
getScopeName in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A withScopeName(String scopeName)
withScopeName in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public Boolean hasScopeName()
hasScopeName in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A addToValues(int index, String item)
addToValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A setToValues(int index, String item)
setToValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A addToValues(String... items)
addToValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A addAllToValues(Collection<String> items)
addAllToValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A removeAllFromValues(Collection<String> items)
removeAllFromValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public List<String> getValues()
getValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public String getValue(int index)
getValue in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public String getFirstValue()
getFirstValue in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public String getLastValue()
getLastValue in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public String getMatchingValue(Predicate<String> predicate)
getMatchingValue in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A withValues(List<String> values)
withValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public A withValues(String... values)
withValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>public Boolean hasValues()
hasValues in interface ScopedResourceSelectorRequirementFluent<A extends ScopedResourceSelectorRequirementFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.