Class EventTypeListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.v1beta1.EventTypeListFluentImpl<EventTypeListBuilder>
-
- io.fabric8.knative.eventing.v1beta1.EventTypeListBuilder
-
- All Implemented Interfaces:
EventTypeListFluent<EventTypeListBuilder>,io.fabric8.kubernetes.api.builder.Builder<EventTypeList>,io.fabric8.kubernetes.api.builder.Fluent<EventTypeListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<EventTypeListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<EventTypeList,EventTypeListBuilder>
public class EventTypeListBuilder extends EventTypeListFluentImpl<EventTypeListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<EventTypeList,EventTypeListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.eventing.v1beta1.EventTypeListFluentImpl
EventTypeListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.v1beta1.EventTypeListFluent
EventTypeListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description EventTypeListBuilder()EventTypeListBuilder(EventTypeList instance)EventTypeListBuilder(EventTypeListFluent<?> fluent)EventTypeListBuilder(EventTypeListFluent<?> fluent, EventTypeList instance)EventTypeListBuilder(EventTypeListFluent<?> fluent, EventTypeList instance, Boolean validationEnabled)EventTypeListBuilder(EventTypeListFluent<?> fluent, Boolean validationEnabled)EventTypeListBuilder(EventTypeList instance, Boolean validationEnabled)EventTypeListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableEventTypeListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.eventing.v1beta1.EventTypeListFluentImpl
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
-
EventTypeListBuilder
public EventTypeListBuilder()
-
EventTypeListBuilder
public EventTypeListBuilder(Boolean validationEnabled)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeListFluent<?> fluent)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeListFluent<?> fluent, Boolean validationEnabled)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeListFluent<?> fluent, EventTypeList instance)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeListFluent<?> fluent, EventTypeList instance, Boolean validationEnabled)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeList instance)
-
EventTypeListBuilder
public EventTypeListBuilder(EventTypeList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableEventTypeList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<EventTypeList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classEventTypeListFluentImpl<EventTypeListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEventTypeListFluentImpl<EventTypeListBuilder>
-
-