public interface V1alpha1PolicyRulesWithSubjectsFluent<A extends V1alpha1PolicyRulesWithSubjectsFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<N> |
static interface |
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<N> |
static interface |
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<N> |
A addToNonResourceRules(int index, V1alpha1NonResourcePolicyRule item)
A setToNonResourceRules(int index, V1alpha1NonResourcePolicyRule item)
A addToNonResourceRules(V1alpha1NonResourcePolicyRule... items)
A addAllToNonResourceRules(Collection<V1alpha1NonResourcePolicyRule> items)
A removeFromNonResourceRules(V1alpha1NonResourcePolicyRule... items)
A removeAllFromNonResourceRules(Collection<V1alpha1NonResourcePolicyRule> items)
A removeMatchingFromNonResourceRules(Predicate<V1alpha1NonResourcePolicyRuleBuilder> predicate)
@Deprecated List<V1alpha1NonResourcePolicyRule> getNonResourceRules()
List<V1alpha1NonResourcePolicyRule> buildNonResourceRules()
V1alpha1NonResourcePolicyRule buildNonResourceRule(int index)
V1alpha1NonResourcePolicyRule buildFirstNonResourceRule()
V1alpha1NonResourcePolicyRule buildLastNonResourceRule()
V1alpha1NonResourcePolicyRule buildMatchingNonResourceRule(Predicate<V1alpha1NonResourcePolicyRuleBuilder> predicate)
Boolean hasMatchingNonResourceRule(Predicate<V1alpha1NonResourcePolicyRuleBuilder> predicate)
A withNonResourceRules(List<V1alpha1NonResourcePolicyRule> nonResourceRules)
A withNonResourceRules(V1alpha1NonResourcePolicyRule... nonResourceRules)
Boolean hasNonResourceRules()
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRuleLike(V1alpha1NonResourcePolicyRule item)
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> setNewNonResourceRuleLike(int index, V1alpha1NonResourcePolicyRule item)
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editNonResourceRule(int index)
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editFirstNonResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editLastNonResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editMatchingNonResourceRule(Predicate<V1alpha1NonResourcePolicyRuleBuilder> predicate)
A addToResourceRules(int index, V1alpha1ResourcePolicyRule item)
A setToResourceRules(int index, V1alpha1ResourcePolicyRule item)
A addToResourceRules(V1alpha1ResourcePolicyRule... items)
A addAllToResourceRules(Collection<V1alpha1ResourcePolicyRule> items)
A removeFromResourceRules(V1alpha1ResourcePolicyRule... items)
A removeAllFromResourceRules(Collection<V1alpha1ResourcePolicyRule> items)
A removeMatchingFromResourceRules(Predicate<V1alpha1ResourcePolicyRuleBuilder> predicate)
@Deprecated List<V1alpha1ResourcePolicyRule> getResourceRules()
List<V1alpha1ResourcePolicyRule> buildResourceRules()
V1alpha1ResourcePolicyRule buildResourceRule(int index)
V1alpha1ResourcePolicyRule buildFirstResourceRule()
V1alpha1ResourcePolicyRule buildLastResourceRule()
V1alpha1ResourcePolicyRule buildMatchingResourceRule(Predicate<V1alpha1ResourcePolicyRuleBuilder> predicate)
Boolean hasMatchingResourceRule(Predicate<V1alpha1ResourcePolicyRuleBuilder> predicate)
A withResourceRules(List<V1alpha1ResourcePolicyRule> resourceRules)
A withResourceRules(V1alpha1ResourcePolicyRule... resourceRules)
Boolean hasResourceRules()
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRuleLike(V1alpha1ResourcePolicyRule item)
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> setNewResourceRuleLike(int index, V1alpha1ResourcePolicyRule item)
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editResourceRule(int index)
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editFirstResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editLastResourceRule()
V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editMatchingResourceRule(Predicate<V1alpha1ResourcePolicyRuleBuilder> predicate)
A addToSubjects(int index, FlowcontrolV1alpha1Subject item)
A setToSubjects(int index, FlowcontrolV1alpha1Subject item)
A addToSubjects(FlowcontrolV1alpha1Subject... items)
A addAllToSubjects(Collection<FlowcontrolV1alpha1Subject> items)
A removeFromSubjects(FlowcontrolV1alpha1Subject... items)
A removeAllFromSubjects(Collection<FlowcontrolV1alpha1Subject> items)
A removeMatchingFromSubjects(Predicate<FlowcontrolV1alpha1SubjectBuilder> predicate)
@Deprecated List<FlowcontrolV1alpha1Subject> getSubjects()
List<FlowcontrolV1alpha1Subject> buildSubjects()
FlowcontrolV1alpha1Subject buildSubject(int index)
FlowcontrolV1alpha1Subject buildFirstSubject()
FlowcontrolV1alpha1Subject buildLastSubject()
FlowcontrolV1alpha1Subject buildMatchingSubject(Predicate<FlowcontrolV1alpha1SubjectBuilder> predicate)
Boolean hasMatchingSubject(Predicate<FlowcontrolV1alpha1SubjectBuilder> predicate)
A withSubjects(List<FlowcontrolV1alpha1Subject> subjects)
A withSubjects(FlowcontrolV1alpha1Subject... subjects)
Boolean hasSubjects()
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubject()
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubjectLike(FlowcontrolV1alpha1Subject item)
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> setNewSubjectLike(int index, FlowcontrolV1alpha1Subject item)
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editSubject(int index)
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editFirstSubject()
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editLastSubject()
V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editMatchingSubject(Predicate<FlowcontrolV1alpha1SubjectBuilder> predicate)
Copyright © 2020. All rights reserved.