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