public class FilterFluentImpl<A extends FilterFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FilterFluent<A>
| Constructor and Description |
|---|
FilterFluentImpl() |
FilterFluentImpl(Filter instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToOpenShiftVersions(Collection<String> items) |
A |
addNewOpenShiftVersion(String arg0) |
A |
addToOpenShiftVersions(Integer index,
String item) |
A |
addToOpenShiftVersions(String... items) |
boolean |
equals(Object o) |
String |
getFirstOpenShiftVersion() |
Integer |
getLastActive() |
String |
getLastOpenShiftVersion() |
String |
getMatchingOpenShiftVersion(Predicate<String> predicate) |
String |
getOpenShiftVersion(Integer index) |
List<String> |
getOpenShiftVersions() |
int |
hashCode() |
Boolean |
hasLastActive() |
Boolean |
hasMatchingOpenShiftVersion(Predicate<String> predicate) |
Boolean |
hasOpenShiftVersions() |
A |
removeAllFromOpenShiftVersions(Collection<String> items) |
A |
removeFromOpenShiftVersions(String... items) |
A |
setToOpenShiftVersions(Integer index,
String item) |
A |
withLastActive(Integer lastActive) |
A |
withOpenShiftVersions(List<String> openShiftVersions) |
A |
withOpenShiftVersions(String... openShiftVersions) |
public FilterFluentImpl()
public FilterFluentImpl(Filter instance)
public Integer getLastActive()
getLastActive in interface FilterFluent<A extends FilterFluent<A>>public A withLastActive(Integer lastActive)
withLastActive in interface FilterFluent<A extends FilterFluent<A>>public Boolean hasLastActive()
hasLastActive in interface FilterFluent<A extends FilterFluent<A>>public A addToOpenShiftVersions(Integer index, String item)
addToOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A setToOpenShiftVersions(Integer index, String item)
setToOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A addToOpenShiftVersions(String... items)
addToOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A addAllToOpenShiftVersions(Collection<String> items)
addAllToOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A removeFromOpenShiftVersions(String... items)
removeFromOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A removeAllFromOpenShiftVersions(Collection<String> items)
removeAllFromOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public List<String> getOpenShiftVersions()
getOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public String getOpenShiftVersion(Integer index)
getOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>public String getFirstOpenShiftVersion()
getFirstOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>public String getLastOpenShiftVersion()
getLastOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>public String getMatchingOpenShiftVersion(Predicate<String> predicate)
getMatchingOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>public Boolean hasMatchingOpenShiftVersion(Predicate<String> predicate)
hasMatchingOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>public A withOpenShiftVersions(List<String> openShiftVersions)
withOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A withOpenShiftVersions(String... openShiftVersions)
withOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public Boolean hasOpenShiftVersions()
hasOpenShiftVersions in interface FilterFluent<A extends FilterFluent<A>>public A addNewOpenShiftVersion(String arg0)
addNewOpenShiftVersion in interface FilterFluent<A extends FilterFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.