public interface V1alpha1InitializerFluent<A extends V1alpha1InitializerFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1InitializerFluent.RulesNested<N> |
String getName()
Boolean hasName()
A addToRules(int index, V1alpha1Rule item)
A setToRules(int index, V1alpha1Rule item)
A addToRules(V1alpha1Rule... items)
A addAllToRules(Collection<V1alpha1Rule> items)
A removeFromRules(V1alpha1Rule... items)
A removeAllFromRules(Collection<V1alpha1Rule> items)
@Deprecated List<V1alpha1Rule> getRules()
List<V1alpha1Rule> buildRules()
V1alpha1Rule buildRule(int index)
V1alpha1Rule buildFirstRule()
V1alpha1Rule buildLastRule()
V1alpha1Rule buildMatchingRule(Predicate<V1alpha1RuleBuilder> predicate)
A withRules(List<V1alpha1Rule> rules)
A withRules(V1alpha1Rule... rules)
Boolean hasRules()
V1alpha1InitializerFluent.RulesNested<A> addNewRule()
V1alpha1InitializerFluent.RulesNested<A> addNewRuleLike(V1alpha1Rule item)
V1alpha1InitializerFluent.RulesNested<A> setNewRuleLike(int index, V1alpha1Rule item)
V1alpha1InitializerFluent.RulesNested<A> editRule(int index)
V1alpha1InitializerFluent.RulesNested<A> editFirstRule()
V1alpha1InitializerFluent.RulesNested<A> editLastRule()
V1alpha1InitializerFluent.RulesNested<A> editMatchingRule(Predicate<V1alpha1RuleBuilder> predicate)
Copyright © 2018. All rights reserved.