public class ProjectedVolumeSourceFluent<A extends ProjectedVolumeSourceFluent<A>> extends BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectedVolumeSourceFluent.SourcesNested<N> |
_visitables, VISIT| Constructor and Description |
|---|
ProjectedVolumeSourceFluent() |
ProjectedVolumeSourceFluent(ProjectedVolumeSource instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProjectedVolumeSourceFluent()
public ProjectedVolumeSourceFluent(ProjectedVolumeSource instance)
public Integer getDefaultMode()
public boolean hasDefaultMode()
public A addToSources(int index, VolumeProjection item)
public A setToSources(int index, VolumeProjection item)
public A addToSources(VolumeProjection... items)
public A addAllToSources(Collection<VolumeProjection> items)
public A removeFromSources(VolumeProjection... items)
public A removeAllFromSources(Collection<VolumeProjection> items)
public A removeMatchingFromSources(Predicate<VolumeProjectionBuilder> predicate)
public List<VolumeProjection> buildSources()
public VolumeProjection buildSource(int index)
public VolumeProjection buildFirstSource()
public VolumeProjection buildLastSource()
public VolumeProjection buildMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
public boolean hasMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
public A withSources(List<VolumeProjection> sources)
public A withSources(VolumeProjection... sources)
public boolean hasSources()
public ProjectedVolumeSourceFluent.SourcesNested<A> addNewSource()
public ProjectedVolumeSourceFluent.SourcesNested<A> addNewSourceLike(VolumeProjection item)
public ProjectedVolumeSourceFluent.SourcesNested<A> setNewSourceLike(int index, VolumeProjection item)
public ProjectedVolumeSourceFluent.SourcesNested<A> editSource(int index)
public ProjectedVolumeSourceFluent.SourcesNested<A> editFirstSource()
public ProjectedVolumeSourceFluent.SourcesNested<A> editLastSource()
public ProjectedVolumeSourceFluent.SourcesNested<A> editMatchingSource(Predicate<VolumeProjectionBuilder> predicate)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends ProjectedVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ProjectedVolumeSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.