public class HostSubnetListFluentImpl<A extends HostSubnetListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HostSubnetListFluent<A>
HostSubnetListFluent.ItemsNested<N>| Constructor and Description |
|---|
HostSubnetListFluentImpl() |
HostSubnetListFluentImpl(HostSubnetList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HostSubnetListFluentImpl()
public HostSubnetListFluentImpl(HostSubnetList instance)
public String getApiVersion()
getApiVersion in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A addToItems(Integer index, HostSubnet item)
addToItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A setToItems(Integer index, HostSubnet item)
setToItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A addToItems(HostSubnet... items)
addToItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A addAllToItems(Collection<HostSubnet> items)
addAllToItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A removeFromItems(HostSubnet... items)
removeFromItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A removeAllFromItems(Collection<HostSubnet> items)
removeAllFromItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A removeMatchingFromItems(Predicate<HostSubnetBuilder> predicate)
removeMatchingFromItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>@Deprecated public List<HostSubnet> getItems()
getItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public List<HostSubnet> buildItems()
buildItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnet buildItem(Integer index)
buildItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnet buildFirstItem()
buildFirstItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnet buildLastItem()
buildLastItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnet buildMatchingItem(Predicate<HostSubnetBuilder> predicate)
buildMatchingItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasMatchingItem(Predicate<HostSubnetBuilder> predicate)
hasMatchingItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withItems(List<HostSubnet> items)
withItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withItems(HostSubnet... items)
withItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasItems()
hasItems in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> addNewItem()
addNewItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> addNewItemLike(HostSubnet item)
addNewItemLike in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> setNewItemLike(Integer index, HostSubnet item)
setNewItemLike in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> editLastItem()
editLastItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public HostSubnetListFluent.ItemsNested<A> editMatchingItem(Predicate<HostSubnetBuilder> predicate)
editMatchingItem in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public String getKind()
getKind in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withKind(String kind)
withKind in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasKind()
hasKind in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HostSubnetListFluent<A extends HostSubnetListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostSubnetListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostSubnetListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.