Class DNSRecordListFluentImpl<A extends DNSRecordListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.DNSRecordListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DNSRecordListFluent<A>
- Direct Known Subclasses:
DNSRecordListBuilder
public class DNSRecordListFluentImpl<A extends DNSRecordListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSRecordListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDNSRecordListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.DNSRecordListFluent
DNSRecordListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DNSRecordListFluentImpl()DNSRecordListFluentImpl(DNSRecordList instance)
-
Method Summary
-
-
-
Constructor Detail
-
DNSRecordListFluentImpl
public DNSRecordListFluentImpl()
-
DNSRecordListFluentImpl
public DNSRecordListFluentImpl(DNSRecordList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
addToItems
public A addToItems(int index, DNSRecord item)
- Specified by:
addToItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
setToItems
public A setToItems(int index, DNSRecord item)
- Specified by:
setToItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
addToItems
public A addToItems(DNSRecord... items)
- Specified by:
addToItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<DNSRecord> items)
- Specified by:
addAllToItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
removeFromItems
public A removeFromItems(DNSRecord... items)
- Specified by:
removeFromItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<DNSRecord> items)
- Specified by:
removeAllFromItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<DNSRecordBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
getItems
@Deprecated public List<DNSRecord> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<DNSRecord> buildItems()
- Specified by:
buildItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
buildItem
public DNSRecord buildItem(int index)
- Specified by:
buildItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
buildFirstItem
public DNSRecord buildFirstItem()
- Specified by:
buildFirstItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
buildLastItem
public DNSRecord buildLastItem()
- Specified by:
buildLastItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
buildMatchingItem
public DNSRecord buildMatchingItem(Predicate<DNSRecordBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<DNSRecordBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withItems
public A withItems(List<DNSRecord> items)
- Specified by:
withItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withItems
public A withItems(DNSRecord... items)
- Specified by:
withItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
addNewItem
public DNSRecordListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
addNewItemLike
public DNSRecordListFluent.ItemsNested<A> addNewItemLike(DNSRecord item)
- Specified by:
addNewItemLikein interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
setNewItemLike
public DNSRecordListFluent.ItemsNested<A> setNewItemLike(int index, DNSRecord item)
- Specified by:
setNewItemLikein interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
editItem
public DNSRecordListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
editFirstItem
public DNSRecordListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
editLastItem
public DNSRecordListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
editMatchingItem
public DNSRecordListFluent.ItemsNested<A> editMatchingItem(Predicate<DNSRecordBuilder> predicate)
- Specified by:
editMatchingItemin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceDNSRecordListFluent<A extends DNSRecordListFluent<A>>
-
-