Interface IconFluent<A extends IconFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CatalogSourceSpecFluent.IconNested<N>,ClusterServiceVersionSpecFluent.IconNested<N>
- All Known Implementing Classes:
CatalogSourceSpecFluentImpl.IconNestedImpl,ClusterServiceVersionSpecFluentImpl.IconNestedImpl,IconBuilder,IconFluentImpl
public interface IconFluent<A extends IconFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBase64data()StringgetMediatype()BooleanhasBase64data()BooleanhasMediatype()AwithBase64data(String base64data)AwithMediatype(String mediatype)AwithNewBase64data(String arg1)AwithNewBase64data(StringBuffer arg1)AwithNewBase64data(StringBuilder arg1)AwithNewMediatype(String arg1)AwithNewMediatype(StringBuffer arg1)AwithNewMediatype(StringBuilder arg1)
-
-
-
Method Detail
-
getBase64data
String getBase64data()
-
hasBase64data
Boolean hasBase64data()
-
withNewBase64data
A withNewBase64data(StringBuilder arg1)
-
withNewBase64data
A withNewBase64data(StringBuffer arg1)
-
getMediatype
String getMediatype()
-
hasMediatype
Boolean hasMediatype()
-
withNewMediatype
A withNewMediatype(StringBuilder arg1)
-
withNewMediatype
A withNewMediatype(StringBuffer arg1)
-
-