Package io.fabric8.openshift.api.model
Interface ConfigMapFileReferenceFluent<A extends ConfigMapFileReferenceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleCustomizationFluent.CustomLogoFileNested<N>
- All Known Implementing Classes:
ConfigMapFileReferenceBuilder,ConfigMapFileReferenceFluentImpl,ConsoleCustomizationFluentImpl.CustomLogoFileNestedImpl
public interface ConfigMapFileReferenceFluent<A extends ConfigMapFileReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()StringgetName()BooleanhasKey()BooleanhasName()AwithKey(String key)AwithName(String name)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Method Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-