public class ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ValuesSchemaFluent.PropertiesNested<N> |
| Constructor and Description |
|---|
ValuesSchemaFluent() |
ValuesSchemaFluent(ValuesSchema instance) |
public ValuesSchemaFluent()
public ValuesSchemaFluent(ValuesSchema instance)
protected void copyInstance(ValuesSchema instance)
public String getTitle()
public boolean hasTitle()
public A withProperties(ValuesSchemaProperty... properties)
public ValuesSchemaProperty[] buildProperties()
public ValuesSchemaProperty buildProperty(int index)
public ValuesSchemaProperty buildFirstProperty()
public ValuesSchemaProperty buildLastProperty()
public ValuesSchemaProperty buildMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
public boolean hasMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
public A addToProperties(int index, ValuesSchemaProperty item)
public A setToProperties(int index, ValuesSchemaProperty item)
public A addToProperties(ValuesSchemaProperty... items)
public A addAllToProperties(Collection<ValuesSchemaProperty> items)
public A removeFromProperties(ValuesSchemaProperty... items)
public A removeAllFromProperties(Collection<ValuesSchemaProperty> items)
public A removeMatchingFromProperties(Predicate<ValuesSchemaPropertyBuilder> predicate)
public boolean hasProperties()
public ValuesSchemaFluent.PropertiesNested<A> addNewProperty()
public ValuesSchemaFluent.PropertiesNested<A> addNewPropertyLike(ValuesSchemaProperty item)
public ValuesSchemaFluent.PropertiesNested<A> setNewPropertyLike(int index, ValuesSchemaProperty item)
public ValuesSchemaFluent.PropertiesNested<A> editProperty(int index)
public ValuesSchemaFluent.PropertiesNested<A> editFirstProperty()
public ValuesSchemaFluent.PropertiesNested<A> editLastProperty()
public ValuesSchemaFluent.PropertiesNested<A> editMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValuesSchemaFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValuesSchemaFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.