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