public class V1APIServiceStatusFluentImpl<A extends V1APIServiceStatusFluent<A>> extends BaseFluent<A> implements V1APIServiceStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1APIServiceStatusFluentImpl.ConditionsNestedImpl<N> |
V1APIServiceStatusFluent.ConditionsNested<N>_visitables| Constructor and Description |
|---|
V1APIServiceStatusFluentImpl() |
V1APIServiceStatusFluentImpl(V1APIServiceStatus instance) |
public V1APIServiceStatusFluentImpl()
public V1APIServiceStatusFluentImpl(V1APIServiceStatus instance)
public A addToConditions(int index, V1APIServiceCondition item)
addToConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A setToConditions(int index, V1APIServiceCondition item)
setToConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A addToConditions(V1APIServiceCondition... items)
addToConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A addAllToConditions(Collection<V1APIServiceCondition> items)
addAllToConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A removeFromConditions(V1APIServiceCondition... items)
removeFromConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A removeAllFromConditions(Collection<V1APIServiceCondition> items)
removeAllFromConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A removeMatchingFromConditions(Predicate<V1APIServiceConditionBuilder> predicate)
removeMatchingFromConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>@Deprecated public List<V1APIServiceCondition> getConditions()
getConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public List<V1APIServiceCondition> buildConditions()
buildConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceCondition buildCondition(int index)
buildCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceCondition buildFirstCondition()
buildFirstCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceCondition buildLastCondition()
buildLastCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceCondition buildMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
buildMatchingCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
hasMatchingCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A withConditions(List<V1APIServiceCondition> conditions)
withConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public A withConditions(V1APIServiceCondition... conditions)
withConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> addNewConditionLike(V1APIServiceCondition item)
addNewConditionLike in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> setNewConditionLike(int index, V1APIServiceCondition item)
setNewConditionLike in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>public V1APIServiceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1APIServiceConditionBuilder> predicate)
editMatchingCondition in interface V1APIServiceStatusFluent<A extends V1APIServiceStatusFluent<A>>Copyright © 2021. All rights reserved.