public class FeatureGatesEnabledFluentImpl<A extends FeatureGatesEnabledFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FeatureGatesEnabledFluent<A>
| Constructor and Description |
|---|
FeatureGatesEnabledFluentImpl() |
FeatureGatesEnabledFluentImpl(FeatureGatesEnabled instance) |
public FeatureGatesEnabledFluentImpl()
public FeatureGatesEnabledFluentImpl(FeatureGatesEnabled instance)
public A addToEnabled(Integer index, String item)
addToEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A setToEnabled(Integer index, String item)
setToEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A addToEnabled(String... items)
addToEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A addAllToEnabled(Collection<String> items)
addAllToEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A removeFromEnabled(String... items)
removeFromEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A removeAllFromEnabled(Collection<String> items)
removeAllFromEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public List<String> getEnabled()
getEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public String getEnabled(Integer index)
getEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public String getFirstEnabled()
getFirstEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public String getLastEnabled()
getLastEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public String getMatchingEnabled(Predicate<String> predicate)
getMatchingEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public Boolean hasMatchingEnabled(Predicate<String> predicate)
hasMatchingEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A withEnabled(List<String> enabled)
withEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A withEnabled(String... enabled)
withEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public Boolean hasEnabled()
hasEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A addNewEnabled(String arg0)
addNewEnabled in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.