public class RuleGroupFluentImpl<A extends RuleGroupFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuleGroupFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RuleGroupFluentImpl.RulesNestedImpl<N> |
RuleGroupFluent.RulesNested<N>| Constructor and Description |
|---|
RuleGroupFluentImpl() |
RuleGroupFluentImpl(RuleGroup instance) |
public RuleGroupFluentImpl()
public RuleGroupFluentImpl(RuleGroup instance)
public String getInterval()
getInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withInterval(String interval)
withInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Boolean hasInterval()
hasInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(StringBuilder arg1)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(int[] arg1, int arg2, int arg3)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(char[] arg1)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(StringBuffer arg1)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(byte[] arg1, int arg2)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(byte[] arg1)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(char[] arg1, int arg2, int arg3)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(byte[] arg1, int arg2, int arg3)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(byte[] arg1, int arg2, int arg3, int arg4)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewInterval(String arg1)
withNewInterval in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public String getName()
getName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withName(String name)
withName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Boolean hasName()
hasName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(char[] arg1)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewName(String arg1)
withNewName in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public String getPartialResponseStrategy()
getPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withPartialResponseStrategy(String partialResponseStrategy)
withPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Boolean hasPartialResponseStrategy()
hasPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(StringBuilder arg1)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(int[] arg1, int arg2, int arg3)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(char[] arg1)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(StringBuffer arg1)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(byte[] arg1, int arg2)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(byte[] arg1)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(char[] arg1, int arg2, int arg3)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(byte[] arg1, int arg2, int arg3)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(byte[] arg1, int arg2, int arg3, int arg4)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withNewPartialResponseStrategy(String arg1)
withNewPartialResponseStrategy in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A addToRules(int index, Rule item)
addToRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A setToRules(int index, Rule item)
setToRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A addToRules(Rule... items)
addToRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A addAllToRules(Collection<Rule> items)
addAllToRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A removeFromRules(Rule... items)
removeFromRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A removeAllFromRules(Collection<Rule> items)
removeAllFromRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A removeMatchingFromRules(Predicate<RuleBuilder> predicate)
removeMatchingFromRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>@Deprecated public List<Rule> getRules()
getRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public List<Rule> buildRules()
buildRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Rule buildRule(int index)
buildRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Rule buildFirstRule()
buildFirstRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Rule buildLastRule()
buildLastRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Rule buildMatchingRule(Predicate<RuleBuilder> predicate)
buildMatchingRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Boolean hasMatchingRule(Predicate<RuleBuilder> predicate)
hasMatchingRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withRules(List<Rule> rules)
withRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public A withRules(Rule... rules)
withRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public Boolean hasRules()
hasRules in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> addNewRule()
addNewRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> addNewRuleLike(Rule item)
addNewRuleLike in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> setNewRuleLike(int index, Rule item)
setNewRuleLike in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> editRule(int index)
editRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> editFirstRule()
editFirstRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> editLastRule()
editLastRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>public RuleGroupFluent.RulesNested<A> editMatchingRule(Predicate<RuleBuilder> predicate)
editMatchingRule in interface RuleGroupFluent<A extends RuleGroupFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.