Class ConsoleNotificationBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationFluentImpl<ConsoleNotificationBuilder>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ConsoleNotification>,io.fabric8.kubernetes.api.builder.Fluent<ConsoleNotificationBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ConsoleNotificationBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsoleNotification,ConsoleNotificationBuilder>,ConsoleNotificationFluent<ConsoleNotificationBuilder>
public class ConsoleNotificationBuilder extends ConsoleNotificationFluentImpl<ConsoleNotificationBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsoleNotification,ConsoleNotificationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.console.v1.ConsoleNotificationFluentImpl
ConsoleNotificationFluentImpl.MetadataNestedImpl<N>, ConsoleNotificationFluentImpl.SpecNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.console.v1.ConsoleNotificationFluent
ConsoleNotificationFluent.MetadataNested<N>, ConsoleNotificationFluent.SpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationBuilder()ConsoleNotificationBuilder(ConsoleNotification instance)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance, Boolean validationEnabled)ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, Boolean validationEnabled)ConsoleNotificationBuilder(ConsoleNotification instance, Boolean validationEnabled)ConsoleNotificationBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleNotificationbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.console.v1.ConsoleNotificationFluentImpl
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, getApiVersion, getKind, getMetadata, getSpec, hasApiVersion, hasKind, hasMetadata, hasSpec, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder()
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(Boolean validationEnabled)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, Boolean validationEnabled)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotificationFluent<?> fluent, ConsoleNotification instance, Boolean validationEnabled)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotification instance)
-
ConsoleNotificationBuilder
public ConsoleNotificationBuilder(ConsoleNotification instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ConsoleNotification build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ConsoleNotification>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classConsoleNotificationFluentImpl<ConsoleNotificationBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classConsoleNotificationFluentImpl<ConsoleNotificationBuilder>
-
-