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>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public A addToItems(Integer index, DNSRecord item)
addToItems in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public A setToItems(Integer 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(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(Integer 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(Predicate<DNSRecordBuilder> predicate)
buildMatchingItem in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public Boolean hasMatchingItem(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(Integer index, DNSRecord item)
setNewItemLike in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public DNSRecordListFluent.ItemsNested<A> editItem(Integer 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(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>>@Deprecated public A withNewKind(String arg0)
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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface DNSRecordListFluent<A extends DNSRecordListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.