public class FeatureGateListFluentImpl<A extends FeatureGateListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FeatureGateListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureGateListFluentImpl.ItemsNestedImpl<N> |
FeatureGateListFluent.ItemsNested<N>| Constructor and Description |
|---|
FeatureGateListFluentImpl() |
FeatureGateListFluentImpl(FeatureGateList instance) |
public FeatureGateListFluentImpl()
public FeatureGateListFluentImpl(FeatureGateList instance)
public String getApiVersion()
getApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A addToItems(int index, FeatureGate item)
addToItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A setToItems(int index, FeatureGate item)
setToItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A addToItems(FeatureGate... items)
addToItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A addAllToItems(Collection<FeatureGate> items)
addAllToItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A removeFromItems(FeatureGate... items)
removeFromItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A removeAllFromItems(Collection<FeatureGate> items)
removeAllFromItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A removeMatchingFromItems(Predicate<FeatureGateBuilder> predicate)
removeMatchingFromItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>@Deprecated public List<FeatureGate> getItems()
getItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public List<FeatureGate> buildItems()
buildItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGate buildItem(int index)
buildItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGate buildFirstItem()
buildFirstItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGate buildLastItem()
buildLastItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGate buildMatchingItem(Predicate<FeatureGateBuilder> predicate)
buildMatchingItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public Boolean hasMatchingItem(Predicate<FeatureGateBuilder> predicate)
hasMatchingItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withItems(List<FeatureGate> items)
withItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withItems(FeatureGate... items)
withItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public Boolean hasItems()
hasItems in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> addNewItem()
addNewItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> addNewItemLike(FeatureGate item)
addNewItemLike in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> setNewItemLike(int index, FeatureGate item)
setNewItemLike in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> editItem(int index)
editItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> editLastItem()
editLastItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public FeatureGateListFluent.ItemsNested<A> editMatchingItem(Predicate<FeatureGateBuilder> predicate)
editMatchingItem in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public String getKind()
getKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withKind(String kind)
withKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public Boolean hasKind()
hasKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface FeatureGateListFluent<A extends FeatureGateListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.