Class ApicurioRegistryListFluentImpl<A extends ApicurioRegistryListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.ApicurioRegistryListFluentImpl<A>
-
- All Implemented Interfaces:
ApicurioRegistryListFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApicurioRegistryListBuilder
public class ApicurioRegistryListFluentImpl<A extends ApicurioRegistryListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApicurioRegistryListFluent<A>
WARNING: The standard equals and hashCode are overridden, so only items are used in the comparison. If full comparison is needed, use the `*Full` methods. Kind and version are not compared.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classApicurioRegistryListFluentImpl.ItemsNestedImpl<N>WARNING: The standard equals and hashCode are overridden, so only namespace, name and spec are used in the comparison.-
Nested classes/interfaces inherited from interface io.apicurio.registry.operator.api.v1.model.ApicurioRegistryListFluent
ApicurioRegistryListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ApicurioRegistryListFluentImpl()ApicurioRegistryListFluentImpl(ApicurioRegistryList instance)
-
Method Summary
-
-
-
Constructor Detail
-
ApicurioRegistryListFluentImpl
public ApicurioRegistryListFluentImpl()
-
ApicurioRegistryListFluentImpl
public ApicurioRegistryListFluentImpl(ApicurioRegistryList instance)
-
-
Method Detail
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
addToItems
public A addToItems(int index, ApicurioRegistry item)
- Specified by:
addToItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
setToItems
public A setToItems(int index, ApicurioRegistry item)
- Specified by:
setToItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
addToItems
public A addToItems(ApicurioRegistry... items)
- Specified by:
addToItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<ApicurioRegistry> items)
- Specified by:
addAllToItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
removeFromItems
public A removeFromItems(ApicurioRegistry... items)
- Specified by:
removeFromItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<ApicurioRegistry> items)
- Specified by:
removeAllFromItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<ApicurioRegistryBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
getItems
@Deprecated public List<ApicurioRegistry> getItems()
Deprecated.- Specified by:
getItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
buildItems
public List<ApicurioRegistry> buildItems()
- Specified by:
buildItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
buildItem
public ApicurioRegistry buildItem(int index)
- Specified by:
buildItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
buildFirstItem
public ApicurioRegistry buildFirstItem()
- Specified by:
buildFirstItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
buildLastItem
public ApicurioRegistry buildLastItem()
- Specified by:
buildLastItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
buildMatchingItem
public ApicurioRegistry buildMatchingItem(Predicate<ApicurioRegistryBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<ApicurioRegistryBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
withItems
public A withItems(List<ApicurioRegistry> items)
- Specified by:
withItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
withItems
public A withItems(ApicurioRegistry... items)
- Specified by:
withItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
addNewItem
public ApicurioRegistryListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
addNewItemLike
public ApicurioRegistryListFluent.ItemsNested<A> addNewItemLike(ApicurioRegistry item)
- Specified by:
addNewItemLikein interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
setNewItemLike
public ApicurioRegistryListFluent.ItemsNested<A> setNewItemLike(int index, ApicurioRegistry item)
- Specified by:
setNewItemLikein interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
editItem
public ApicurioRegistryListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
editFirstItem
public ApicurioRegistryListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
editLastItem
public ApicurioRegistryListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
editMatchingItem
public ApicurioRegistryListFluent.ItemsNested<A> editMatchingItem(Predicate<ApicurioRegistryBuilder> predicate)
- Specified by:
editMatchingItemin interfaceApicurioRegistryListFluent<A extends ApicurioRegistryListFluent<A>>
-
-