public interface V1alpha1FlowSchemaSpecFluent<A extends V1alpha1FlowSchemaSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<N> |
static interface |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N> |
static interface |
V1alpha1FlowSchemaSpecFluent.RulesNested<N> |
@Deprecated V1alpha1FlowDistinguisherMethod getDistinguisherMethod()
V1alpha1FlowDistinguisherMethod buildDistinguisherMethod()
A withDistinguisherMethod(V1alpha1FlowDistinguisherMethod distinguisherMethod)
Boolean hasDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(V1alpha1FlowDistinguisherMethod item)
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(V1alpha1FlowDistinguisherMethod item)
Integer getMatchingPrecedence()
Boolean hasMatchingPrecedence()
@Deprecated V1alpha1PriorityLevelConfigurationReference getPriorityLevelConfiguration()
V1alpha1PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
A withPriorityLevelConfiguration(V1alpha1PriorityLevelConfigurationReference priorityLevelConfiguration)
Boolean hasPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(V1alpha1PriorityLevelConfigurationReference item)
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(V1alpha1PriorityLevelConfigurationReference item)
A addToRules(int index, V1alpha1PolicyRulesWithSubjects item)
A setToRules(int index, V1alpha1PolicyRulesWithSubjects item)
A addToRules(V1alpha1PolicyRulesWithSubjects... items)
A addAllToRules(Collection<V1alpha1PolicyRulesWithSubjects> items)
A removeFromRules(V1alpha1PolicyRulesWithSubjects... items)
A removeAllFromRules(Collection<V1alpha1PolicyRulesWithSubjects> items)
A removeMatchingFromRules(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
@Deprecated List<V1alpha1PolicyRulesWithSubjects> getRules()
List<V1alpha1PolicyRulesWithSubjects> buildRules()
V1alpha1PolicyRulesWithSubjects buildRule(int index)
V1alpha1PolicyRulesWithSubjects buildFirstRule()
V1alpha1PolicyRulesWithSubjects buildLastRule()
V1alpha1PolicyRulesWithSubjects buildMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
Boolean hasMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
A withRules(List<V1alpha1PolicyRulesWithSubjects> rules)
A withRules(V1alpha1PolicyRulesWithSubjects... rules)
Boolean hasRules()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> addNewRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(V1alpha1PolicyRulesWithSubjects item)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(int index, V1alpha1PolicyRulesWithSubjects item)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editRule(int index)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editLastRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
Copyright © 2021. All rights reserved.