Class InventoryEntryBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.InventoryEntryFluent<InventoryEntryBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.InventoryEntryBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InventoryEntry>,io.fabric8.kubernetes.api.builder.Visitable<InventoryEntryBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InventoryEntry,InventoryEntryBuilder>
public class InventoryEntryBuilder extends InventoryEntryFluent<InventoryEntryBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InventoryEntry,InventoryEntryBuilder>
-
-
Constructor Summary
Constructors Constructor Description InventoryEntryBuilder()InventoryEntryBuilder(InventoryEntry instance)InventoryEntryBuilder(InventoryEntryFluent<?> fluent)InventoryEntryBuilder(InventoryEntryFluent<?> fluent, InventoryEntry instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryEntrybuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.InventoryEntryFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getKind, getName, hasAdditionalProperties, hashCode, hasKind, hasName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withKind, withName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InventoryEntryBuilder
public InventoryEntryBuilder()
-
InventoryEntryBuilder
public InventoryEntryBuilder(InventoryEntryFluent<?> fluent)
-
InventoryEntryBuilder
public InventoryEntryBuilder(InventoryEntryFluent<?> fluent, InventoryEntry instance)
-
InventoryEntryBuilder
public InventoryEntryBuilder(InventoryEntry instance)
-
-
Method Detail
-
build
public InventoryEntry build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InventoryEntry>
-
-