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