Class CatalogSourceListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceListFluentImpl<CatalogSourceListBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CatalogSourceList>,io.fabric8.kubernetes.api.builder.Fluent<CatalogSourceListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CatalogSourceListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CatalogSourceList,CatalogSourceListBuilder>,CatalogSourceListFluent<CatalogSourceListBuilder>
public class CatalogSourceListBuilder extends CatalogSourceListFluentImpl<CatalogSourceListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CatalogSourceList,CatalogSourceListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceListFluentImpl
CatalogSourceListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceListFluent
CatalogSourceListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CatalogSourceListBuilder()CatalogSourceListBuilder(CatalogSourceList instance)CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent)CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, CatalogSourceList instance)CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, CatalogSourceList instance, Boolean validationEnabled)CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, Boolean validationEnabled)CatalogSourceListBuilder(CatalogSourceList instance, Boolean validationEnabled)CatalogSourceListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogSourceListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CatalogSourceListBuilder
public CatalogSourceListBuilder()
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(Boolean validationEnabled)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, Boolean validationEnabled)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, CatalogSourceList instance)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceListFluent<?> fluent, CatalogSourceList instance, Boolean validationEnabled)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceList instance)
-
CatalogSourceListBuilder
public CatalogSourceListBuilder(CatalogSourceList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public CatalogSourceList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CatalogSourceList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCatalogSourceListFluentImpl<CatalogSourceListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCatalogSourceListFluentImpl<CatalogSourceListBuilder>
-
-