public class ServiceCatalogConfigFluentImpl<A extends ServiceCatalogConfigFluent<A>> extends ConfigurationFluentImpl<A> implements ServiceCatalogConfigFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceCatalogConfigFluentImpl.InstancesNestedImpl<N> |
ConfigurationFluentImpl.ProjectNestedImpl<N>ServiceCatalogConfigFluent.InstancesNested<N>ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
ServiceCatalogConfigFluentImpl() |
ServiceCatalogConfigFluentImpl(ServiceCatalogConfig instance) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic ServiceCatalogConfigFluentImpl()
public ServiceCatalogConfigFluentImpl(ServiceCatalogConfig instance)
public A withInstances(ServiceCatalogInstance... instances)
withInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>@Deprecated public ServiceCatalogInstance[] getInstances()
getInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogInstance[] buildInstances()
buildInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogInstance buildInstance(int index)
buildInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogInstance buildFirstInstance()
buildFirstInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogInstance buildLastInstance()
buildLastInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogInstance buildMatchingInstance(Predicate<ServiceCatalogInstanceBuilder> predicate)
buildMatchingInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public Boolean hasMatchingInstance(Predicate<ServiceCatalogInstanceBuilder> predicate)
hasMatchingInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A addToInstances(int index, ServiceCatalogInstance item)
addToInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A setToInstances(int index, ServiceCatalogInstance item)
setToInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A addToInstances(ServiceCatalogInstance... items)
addToInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A addAllToInstances(Collection<ServiceCatalogInstance> items)
addAllToInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A removeFromInstances(ServiceCatalogInstance... items)
removeFromInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A removeAllFromInstances(Collection<ServiceCatalogInstance> items)
removeAllFromInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public A removeMatchingFromInstances(Predicate<ServiceCatalogInstanceBuilder> predicate)
removeMatchingFromInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public Boolean hasInstances()
hasInstances in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> addNewInstance()
addNewInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> addNewInstanceLike(ServiceCatalogInstance item)
addNewInstanceLike in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> setNewInstanceLike(int index, ServiceCatalogInstance item)
setNewInstanceLike in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> editInstance(int index)
editInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> editFirstInstance()
editFirstInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> editLastInstance()
editLastInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public ServiceCatalogConfigFluent.InstancesNested<A> editMatchingInstance(Predicate<ServiceCatalogInstanceBuilder> predicate)
editMatchingInstance in interface ServiceCatalogConfigFluent<A extends ServiceCatalogConfigFluent<A>>public boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends ServiceCatalogConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluentImpl<A extends ServiceCatalogConfigFluent<A>>Copyright © 2018–2021 Red Hat. All rights reserved.