public class CSIDriverFluentImpl<A extends CSIDriverFluent<A>> extends BaseFluent<A> implements CSIDriverFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CSIDriverFluentImpl.MetadataNestedImpl<N> |
class |
CSIDriverFluentImpl.SpecNestedImpl<N> |
CSIDriverFluent.MetadataNested<N>, CSIDriverFluent.SpecNested<N>_visitables| Constructor and Description |
|---|
CSIDriverFluentImpl() |
CSIDriverFluentImpl(CSIDriver instance) |
public CSIDriverFluentImpl()
public CSIDriverFluentImpl(CSIDriver instance)
public String getApiVersion()
getApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public String getKind()
getKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withKind(String kind)
withKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public Boolean hasKind()
hasKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewKind(String arg1)
withNewKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CSIDriverFluent<A extends CSIDriverFluent<A>>@Deprecated public ObjectMeta getMetadata()
getMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public ObjectMeta buildMetadata()
buildMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public Boolean hasMetadata()
hasMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.MetadataNested<A> editMetadata()
editMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
editOrNewMetadataLike in interface CSIDriverFluent<A extends CSIDriverFluent<A>>@Deprecated public CSIDriverSpec getSpec()
getSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverSpec buildSpec()
buildSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public A withSpec(CSIDriverSpec spec)
withSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public Boolean hasSpec()
hasSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.SpecNested<A> withNewSpec()
withNewSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.SpecNested<A> withNewSpecLike(CSIDriverSpec item)
withNewSpecLike in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.SpecNested<A> editSpec()
editSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface CSIDriverFluent<A extends CSIDriverFluent<A>>public CSIDriverFluent.SpecNested<A> editOrNewSpecLike(CSIDriverSpec item)
editOrNewSpecLike in interface CSIDriverFluent<A extends CSIDriverFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.