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