public class ServiceClassSpecFluent<A extends ServiceClassSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ServiceClassSpecFluent() |
ServiceClassSpecFluent(ServiceClassSpec instance) |
public ServiceClassSpecFluent()
public ServiceClassSpecFluent(ServiceClassSpec instance)
protected void copyInstance(ServiceClassSpec instance)
public Boolean getBindable()
public boolean hasBindable()
public Boolean getBindingRetrievable()
public boolean hasBindingRetrievable()
public A removeFromDefaultProvisionParameters(Map<String,Object> map)
public <K,V> A withDefaultProvisionParameters(Map<String,Object> defaultProvisionParameters)
public boolean hasDefaultProvisionParameters()
public String getDescription()
public boolean hasDescription()
public String getExternalID()
public boolean hasExternalID()
public boolean hasExternalMetadata()
public String getExternalName()
public boolean hasExternalName()
public Boolean getPlanUpdatable()
public boolean hasPlanUpdatable()
public A addAllToRequires(Collection<String> items)
public A removeAllFromRequires(Collection<String> items)
public String getRequire(int index)
public String getFirstRequire()
public String getLastRequire()
public boolean hasRequires()
public String getServiceBrokerName()
public boolean hasServiceBrokerName()
public A addAllToTags(Collection<String> items)
public A removeAllFromTags(Collection<String> items)
public String getTag(int index)
public String getFirstTag()
public String getLastTag()
public boolean hasTags()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceClassSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceClassSpecFluent<A>>public A withBindable()
public A withBindingRetrievable()
public A withPlanUpdatable()
Copyright © 2015–2024 Red Hat. All rights reserved.