Class ConsoleCLIDownloadFluentImpl<A extends ConsoleCLIDownloadFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ConsoleCLIDownloadFluent<A>
- Direct Known Subclasses:
ConsoleCLIDownloadBuilder,ConsoleCLIDownloadListFluentImpl.ItemsNestedImpl
public class ConsoleCLIDownloadFluentImpl<A extends ConsoleCLIDownloadFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleCLIDownloadFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleCLIDownloadFluentImpl.MetadataNestedImpl<N>classConsoleCLIDownloadFluentImpl.SpecNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.console.v1.ConsoleCLIDownloadFluent
ConsoleCLIDownloadFluent.MetadataNested<N>, ConsoleCLIDownloadFluent.SpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsoleCLIDownloadFluentImpl()ConsoleCLIDownloadFluentImpl(ConsoleCLIDownload instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleCLIDownloadFluentImpl
public ConsoleCLIDownloadFluentImpl()
-
ConsoleCLIDownloadFluentImpl
public ConsoleCLIDownloadFluentImpl(ConsoleCLIDownload instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
getMetadata
@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
- Specified by:
buildMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
- Specified by:
withMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewMetadata
public ConsoleCLIDownloadFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewMetadataLike
public ConsoleCLIDownloadFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
withNewMetadataLikein interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editMetadata
public ConsoleCLIDownloadFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editOrNewMetadata
public ConsoleCLIDownloadFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editOrNewMetadataLike
public ConsoleCLIDownloadFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
editOrNewMetadataLikein interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
getSpec
@Deprecated public ConsoleCLIDownloadSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public ConsoleCLIDownloadSpec buildSpec()
- Specified by:
buildSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withSpec
public A withSpec(ConsoleCLIDownloadSpec spec)
- Specified by:
withSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewSpec
public ConsoleCLIDownloadFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
withNewSpecLike
public ConsoleCLIDownloadFluent.SpecNested<A> withNewSpecLike(ConsoleCLIDownloadSpec item)
- Specified by:
withNewSpecLikein interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editSpec
public ConsoleCLIDownloadFluent.SpecNested<A> editSpec()
- Specified by:
editSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editOrNewSpec
public ConsoleCLIDownloadFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
editOrNewSpecLike
public ConsoleCLIDownloadFluent.SpecNested<A> editOrNewSpecLike(ConsoleCLIDownloadSpec item)
- Specified by:
editOrNewSpecLikein interfaceConsoleCLIDownloadFluent<A extends ConsoleCLIDownloadFluent<A>>
-
-