Package io.fabric8.openshift.api.model
Class NamedTagEventListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.NamedTagEventListFluent<NamedTagEventListBuilder>
-
- io.fabric8.openshift.api.model.NamedTagEventListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<NamedTagEventList>,io.fabric8.kubernetes.api.builder.Visitable<NamedTagEventListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<NamedTagEventList,NamedTagEventListBuilder>
public class NamedTagEventListBuilder extends NamedTagEventListFluent<NamedTagEventListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<NamedTagEventList,NamedTagEventListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.NamedTagEventListFluent
NamedTagEventListFluent.ConditionsNested<N>, NamedTagEventListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description NamedTagEventListBuilder()NamedTagEventListBuilder(NamedTagEventList instance)NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent)NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent, NamedTagEventList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedTagEventListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.NamedTagEventListFluent
addAllToConditions, addAllToItems, addNewCondition, addNewConditionLike, addNewItem, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToConditions, addToConditions, addToItems, addToItems, buildCondition, buildConditions, buildFirstCondition, buildFirstItem, buildItem, buildItems, buildLastCondition, buildLastItem, buildMatchingCondition, buildMatchingItem, copyInstance, editCondition, editFirstCondition, editFirstItem, editItem, editLastCondition, editLastItem, editMatchingCondition, editMatchingItem, equals, getAdditionalProperties, getTag, hasAdditionalProperties, hasConditions, hashCode, hasItems, hasMatchingCondition, hasMatchingItem, hasTag, removeAllFromConditions, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromConditions, removeFromItems, removeMatchingFromConditions, removeMatchingFromItems, setNewConditionLike, setNewItemLike, setToConditions, setToItems, toString, withAdditionalProperties, withConditions, withConditions, withItems, withItems, withTag
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
NamedTagEventListBuilder
public NamedTagEventListBuilder()
-
NamedTagEventListBuilder
public NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent)
-
NamedTagEventListBuilder
public NamedTagEventListBuilder(NamedTagEventList instance)
-
NamedTagEventListBuilder
public NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent, NamedTagEventList instance)
-
-
Method Detail
-
build
public NamedTagEventList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<NamedTagEventList>
-
-