public class OperatorHubStatusFluentImpl<A extends OperatorHubStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorHubStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorHubStatusFluentImpl.SourcesNestedImpl<N> |
OperatorHubStatusFluent.SourcesNested<N>| Constructor and Description |
|---|
OperatorHubStatusFluentImpl() |
OperatorHubStatusFluentImpl(OperatorHubStatus instance) |
public OperatorHubStatusFluentImpl()
public OperatorHubStatusFluentImpl(OperatorHubStatus instance)
public A addToSources(Integer index, HubSourceStatus item)
addToSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A setToSources(Integer index, HubSourceStatus item)
setToSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A addToSources(HubSourceStatus... items)
addToSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A addAllToSources(Collection<HubSourceStatus> items)
addAllToSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A removeFromSources(HubSourceStatus... items)
removeFromSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A removeAllFromSources(Collection<HubSourceStatus> items)
removeAllFromSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A removeMatchingFromSources(Predicate<HubSourceStatusBuilder> predicate)
removeMatchingFromSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>@Deprecated public List<HubSourceStatus> getSources()
getSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public List<HubSourceStatus> buildSources()
buildSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public HubSourceStatus buildSource(Integer index)
buildSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public HubSourceStatus buildFirstSource()
buildFirstSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public HubSourceStatus buildLastSource()
buildLastSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public HubSourceStatus buildMatchingSource(Predicate<HubSourceStatusBuilder> predicate)
buildMatchingSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public Boolean hasMatchingSource(Predicate<HubSourceStatusBuilder> predicate)
hasMatchingSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A withSources(List<HubSourceStatus> sources)
withSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A withSources(HubSourceStatus... sources)
withSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public Boolean hasSources()
hasSources in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A addNewSource(Boolean disabled, String message, String name, String status)
addNewSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> addNewSource()
addNewSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> addNewSourceLike(HubSourceStatus item)
addNewSourceLike in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> setNewSourceLike(Integer index, HubSourceStatus item)
setNewSourceLike in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> editSource(Integer index)
editSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> editFirstSource()
editFirstSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> editLastSource()
editLastSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public OperatorHubStatusFluent.SourcesNested<A> editMatchingSource(Predicate<HubSourceStatusBuilder> predicate)
editMatchingSource in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface OperatorHubStatusFluent<A extends OperatorHubStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.