public class V1alpha1FlowSchemaStatusFluentImpl<A extends V1alpha1FlowSchemaStatusFluent<A>> extends BaseFluent<A> implements V1alpha1FlowSchemaStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1alpha1FlowSchemaStatusFluentImpl.ConditionsNestedImpl<N> |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1alpha1FlowSchemaStatusFluentImpl() |
V1alpha1FlowSchemaStatusFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> items) |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item) |
A |
addToConditions(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... items) |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition |
buildCondition(int index) |
List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition |
buildMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate) |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
editCondition(int index) |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> |
getConditions()
Deprecated.
|
Boolean |
hasConditions() |
int |
hashCode() |
Boolean |
hasMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate) |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate) |
V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item) |
A |
setToConditions(int index,
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... conditions) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1alpha1FlowSchemaStatusFluentImpl()
public V1alpha1FlowSchemaStatusFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus instance)
public A addToConditions(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item)
addToConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A setToConditions(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item)
setToConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A addToConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... items)
addToConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> items)
addAllToConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A removeFromConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... items)
removeFromConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> items)
removeAllFromConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A removeMatchingFromConditions(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate)
removeMatchingFromConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> getConditions()
getConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> buildConditions()
buildConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition buildCondition(int index)
buildCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition buildFirstCondition()
buildFirstCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition buildLastCondition()
buildLastCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition buildMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate)
buildMatchingCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate)
hasMatchingCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A withConditions(List<io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition> conditions)
withConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public A withConditions(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition... conditions)
withConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item)
addNewConditionLike in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1alpha1FlowSchemaCondition item)
setNewConditionLike in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>public V1alpha1FlowSchemaStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1alpha1FlowSchemaConditionBuilder> predicate)
editMatchingCondition in interface V1alpha1FlowSchemaStatusFluent<A extends V1alpha1FlowSchemaStatusFluent<A>>Copyright © 2022. All rights reserved.