public interface APIServiceStatusFluent<A extends APIServiceStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
APIServiceStatusFluent.ConditionsNested<N> |
A addToConditions(Integer index, APIServiceCondition item)
A setToConditions(Integer index, APIServiceCondition item)
A addToConditions(APIServiceCondition... items)
A addAllToConditions(Collection<APIServiceCondition> items)
A removeFromConditions(APIServiceCondition... items)
A removeAllFromConditions(Collection<APIServiceCondition> items)
A removeMatchingFromConditions(Predicate<APIServiceConditionBuilder> predicate)
@Deprecated List<APIServiceCondition> getConditions()
List<APIServiceCondition> buildConditions()
APIServiceCondition buildCondition(Integer index)
APIServiceCondition buildFirstCondition()
APIServiceCondition buildLastCondition()
APIServiceCondition buildMatchingCondition(Predicate<APIServiceConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<APIServiceConditionBuilder> predicate)
A withConditions(List<APIServiceCondition> conditions)
A withConditions(APIServiceCondition... conditions)
Boolean hasConditions()
A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
APIServiceStatusFluent.ConditionsNested<A> addNewCondition()
APIServiceStatusFluent.ConditionsNested<A> addNewConditionLike(APIServiceCondition item)
APIServiceStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, APIServiceCondition item)
APIServiceStatusFluent.ConditionsNested<A> editCondition(Integer index)
APIServiceStatusFluent.ConditionsNested<A> editFirstCondition()
APIServiceStatusFluent.ConditionsNested<A> editLastCondition()
APIServiceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<APIServiceConditionBuilder> predicate)
Copyright © 2015–2020 Red Hat. All rights reserved.