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