Class ServiceCatalogAPIServerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerListFluent<ServiceCatalogAPIServerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServiceCatalogAPIServerList>,io.fabric8.kubernetes.api.builder.Visitable<ServiceCatalogAPIServerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceCatalogAPIServerList,ServiceCatalogAPIServerListBuilder>
public class ServiceCatalogAPIServerListBuilder extends ServiceCatalogAPIServerListFluent<ServiceCatalogAPIServerListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceCatalogAPIServerList,ServiceCatalogAPIServerListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerListFluent
ServiceCatalogAPIServerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServiceCatalogAPIServerListBuilder()ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerList instance)ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerListFluent<?> fluent)ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerListFluent<?> fluent, ServiceCatalogAPIServerList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogAPIServerListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.ServiceCatalogAPIServerListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ServiceCatalogAPIServerListBuilder
public ServiceCatalogAPIServerListBuilder()
-
ServiceCatalogAPIServerListBuilder
public ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerListFluent<?> fluent)
-
ServiceCatalogAPIServerListBuilder
public ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerListFluent<?> fluent, ServiceCatalogAPIServerList instance)
-
ServiceCatalogAPIServerListBuilder
public ServiceCatalogAPIServerListBuilder(ServiceCatalogAPIServerList instance)
-
-
Method Detail
-
build
public ServiceCatalogAPIServerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServiceCatalogAPIServerList>
-
-