Class IconFluentImpl<A extends IconFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.IconFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,IconFluent<A>
- Direct Known Subclasses:
CatalogSourceSpecFluentImpl.IconNestedImpl,ClusterServiceVersionSpecFluentImpl.IconNestedImpl,IconBuilder
public class IconFluentImpl<A extends IconFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IconFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IconFluentImpl()IconFluentImpl(Icon instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBase64data()StringgetMediatype()BooleanhasBase64data()inthashCode()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)
-
-
-
Constructor Detail
-
IconFluentImpl
public IconFluentImpl()
-
IconFluentImpl
public IconFluentImpl(Icon instance)
-
-
Method Detail
-
getBase64data
public String getBase64data()
- Specified by:
getBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
withBase64data
public A withBase64data(String base64data)
- Specified by:
withBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
hasBase64data
public Boolean hasBase64data()
- Specified by:
hasBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
withNewBase64data
public A withNewBase64data(String arg1)
- Specified by:
withNewBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
withNewBase64data
public A withNewBase64data(StringBuilder arg1)
- Specified by:
withNewBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
withNewBase64data
public A withNewBase64data(StringBuffer arg1)
- Specified by:
withNewBase64datain interfaceIconFluent<A extends IconFluent<A>>
-
getMediatype
public String getMediatype()
- Specified by:
getMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
withMediatype
public A withMediatype(String mediatype)
- Specified by:
withMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
hasMediatype
public Boolean hasMediatype()
- Specified by:
hasMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
withNewMediatype
public A withNewMediatype(String arg1)
- Specified by:
withNewMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
withNewMediatype
public A withNewMediatype(StringBuilder arg1)
- Specified by:
withNewMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
withNewMediatype
public A withNewMediatype(StringBuffer arg1)
- Specified by:
withNewMediatypein interfaceIconFluent<A extends IconFluent<A>>
-
-