public class WhenExpressionFluentImpl<A extends WhenExpressionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements WhenExpressionFluent<A>
| Constructor and Description |
|---|
WhenExpressionFluentImpl() |
WhenExpressionFluentImpl(WhenExpression 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 |
getInput() |
String |
getLastValue() |
String |
getMatchingValue(Predicate<String> predicate) |
String |
getOperator() |
String |
getValue(int index) |
List<String> |
getValues() |
int |
hashCode() |
Boolean |
hasInput() |
Boolean |
hasMatchingValue(Predicate<String> predicate) |
Boolean |
hasOperator() |
Boolean |
hasValues() |
A |
removeAllFromValues(Collection<String> items) |
A |
removeFromValues(String... items) |
A |
setToValues(int index,
String item) |
String |
toString() |
A |
withInput(String input) |
A |
withOperator(String operator) |
A |
withValues(List<String> values) |
A |
withValues(String... values) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic WhenExpressionFluentImpl()
public WhenExpressionFluentImpl(WhenExpression instance)
public String getInput()
getInput in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A withInput(String input)
withInput in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public Boolean hasInput()
hasInput in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public String getOperator()
getOperator in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A withOperator(String operator)
withOperator in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public Boolean hasOperator()
hasOperator in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A addToValues(int index, String item)
addToValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A setToValues(int index, String item)
setToValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A addToValues(String... items)
addToValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A addAllToValues(Collection<String> items)
addAllToValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A removeAllFromValues(Collection<String> items)
removeAllFromValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public List<String> getValues()
getValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public String getValue(int index)
getValue in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public String getFirstValue()
getFirstValue in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public String getLastValue()
getLastValue in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public String getMatchingValue(Predicate<String> predicate)
getMatchingValue in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public Boolean hasMatchingValue(Predicate<String> predicate)
hasMatchingValue in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A withValues(List<String> values)
withValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public A withValues(String... values)
withValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public Boolean hasValues()
hasValues in interface WhenExpressionFluent<A extends WhenExpressionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WhenExpressionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WhenExpressionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.