public class RangeAllocationListFluentImpl<A extends RangeAllocationListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RangeAllocationListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RangeAllocationListFluentImpl.ItemsNestedImpl<N> |
RangeAllocationListFluent.ItemsNested<N>| Constructor and Description |
|---|
RangeAllocationListFluentImpl() |
RangeAllocationListFluentImpl(RangeAllocationList instance) |
public 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 withNewApiVersion(String arg1)
withNewApiVersion in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A addToItems(int index, RangeAllocation item)
addToItems in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A setToItems(int 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(int 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(int index, RangeAllocation item)
setNewItemLike in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public RangeAllocationListFluent.ItemsNested<A> editItem(int 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 A withNewKind(String arg1)
withNewKind in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface RangeAllocationListFluent<A extends RangeAllocationListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind 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>>Copyright © 2015–2020 Red Hat. All rights reserved.