Class ThemeFluent<A extends ThemeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.ThemeFluent<A>
-
- Direct Known Subclasses:
LogoFluent.ThemesNested,ThemeBuilder
public class ThemeFluent<A extends ThemeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classThemeFluent.SourceNested<N>
-
Constructor Summary
Constructors Constructor Description ThemeFluent()ThemeFluent(Theme instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)FileReferenceSourcebuildSource()protected voidcopyInstance(Theme instance)ThemeFluent.SourceNested<A>editOrNewSource()ThemeFluent.SourceNested<A>editOrNewSourceLike(FileReferenceSource item)ThemeFluent.SourceNested<A>editSource()booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetMode()booleanhasAdditionalProperties()inthashCode()booleanhasMode()booleanhasSource()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMode(String mode)ThemeFluent.SourceNested<A>withNewSource()ThemeFluent.SourceNested<A>withNewSourceLike(FileReferenceSource item)AwithSource(FileReferenceSource source)
-
-
-
Constructor Detail
-
ThemeFluent
public ThemeFluent()
-
ThemeFluent
public ThemeFluent(Theme instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Theme instance)
-
getMode
public String getMode()
-
hasMode
public boolean hasMode()
-
buildSource
public FileReferenceSource buildSource()
-
withSource
public A withSource(FileReferenceSource source)
-
hasSource
public boolean hasSource()
-
withNewSource
public ThemeFluent.SourceNested<A> withNewSource()
-
withNewSourceLike
public ThemeFluent.SourceNested<A> withNewSourceLike(FileReferenceSource item)
-
editSource
public ThemeFluent.SourceNested<A> editSource()
-
editOrNewSource
public ThemeFluent.SourceNested<A> editOrNewSource()
-
editOrNewSourceLike
public ThemeFluent.SourceNested<A> editOrNewSourceLike(FileReferenceSource item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ThemeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ThemeFluent<A>>
-
-