public class ValuesSchemaFluentImpl<A extends ValuesSchemaFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ValuesSchemaFluent<A>
ValuesSchemaFluent.PropertiesNested<N>| Constructor and Description |
|---|
ValuesSchemaFluentImpl() |
ValuesSchemaFluentImpl(ValuesSchema instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ValuesSchemaFluentImpl()
public ValuesSchemaFluentImpl(ValuesSchema instance)
public String getTitle()
getTitle in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A withTitle(String title)
withTitle in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public Boolean hasTitle()
hasTitle in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A withProperties(ValuesSchemaProperty... properties)
withProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>@Deprecated public ValuesSchemaProperty[] getProperties()
getProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaProperty[] buildProperties()
buildProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaProperty buildProperty(Integer index)
buildProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaProperty buildFirstProperty()
buildFirstProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaProperty buildLastProperty()
buildLastProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaProperty buildMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
buildMatchingProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public Boolean hasMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
hasMatchingProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A addToProperties(Integer index, ValuesSchemaProperty item)
addToProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A setToProperties(Integer index, ValuesSchemaProperty item)
setToProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A addToProperties(ValuesSchemaProperty... items)
addToProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A addAllToProperties(Collection<ValuesSchemaProperty> items)
addAllToProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A removeFromProperties(ValuesSchemaProperty... items)
removeFromProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A removeAllFromProperties(Collection<ValuesSchemaProperty> items)
removeAllFromProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public A removeMatchingFromProperties(Predicate<ValuesSchemaPropertyBuilder> predicate)
removeMatchingFromProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public Boolean hasProperties()
hasProperties in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> addNewProperty()
addNewProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> addNewPropertyLike(ValuesSchemaProperty item)
addNewPropertyLike in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> setNewPropertyLike(Integer index, ValuesSchemaProperty item)
setNewPropertyLike in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> editProperty(Integer index)
editProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> editFirstProperty()
editFirstProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> editLastProperty()
editLastProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>public ValuesSchemaFluent.PropertiesNested<A> editMatchingProperty(Predicate<ValuesSchemaPropertyBuilder> predicate)
editMatchingProperty in interface ValuesSchemaFluent<A extends ValuesSchemaFluent<A>>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.