Class ClusterServiceVersionListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionListFluentImpl<ClusterServiceVersionListBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ClusterServiceVersionList>,io.fabric8.kubernetes.api.builder.Fluent<ClusterServiceVersionListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ClusterServiceVersionListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterServiceVersionList,ClusterServiceVersionListBuilder>,ClusterServiceVersionListFluent<ClusterServiceVersionListBuilder>
public class ClusterServiceVersionListBuilder extends ClusterServiceVersionListFluentImpl<ClusterServiceVersionListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterServiceVersionList,ClusterServiceVersionListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionListFluentImpl
ClusterServiceVersionListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionListFluent
ClusterServiceVersionListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ClusterServiceVersionListBuilder()ClusterServiceVersionListBuilder(ClusterServiceVersionList instance)ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent)ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, ClusterServiceVersionList instance)ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, ClusterServiceVersionList instance, Boolean validationEnabled)ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, Boolean validationEnabled)ClusterServiceVersionListBuilder(ClusterServiceVersionList instance, Boolean validationEnabled)ClusterServiceVersionListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterServiceVersionListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionListFluentImpl
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
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder()
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(Boolean validationEnabled)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, Boolean validationEnabled)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, ClusterServiceVersionList instance)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionListFluent<?> fluent, ClusterServiceVersionList instance, Boolean validationEnabled)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionList instance)
-
ClusterServiceVersionListBuilder
public ClusterServiceVersionListBuilder(ClusterServiceVersionList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ClusterServiceVersionList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ClusterServiceVersionList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classClusterServiceVersionListFluentImpl<ClusterServiceVersionListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classClusterServiceVersionListFluentImpl<ClusterServiceVersionListBuilder>
-
-