Package io.fabric8.kubernetes.api.model
Interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
HTTPGetActionFluent.HttpHeadersNested<N>,WatchEventFluent.HTTPHeaderObjectNested<N>
- All Known Implementing Classes:
DoneableHTTPHeader,HTTPGetActionFluentImpl.HttpHeadersNestedImpl,HTTPHeaderBuilder,HTTPHeaderFluentImpl,WatchEventFluentImpl.HTTPHeaderObjectNestedImpl
public interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetValue()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithValue(String value)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getValue
String getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-
withNewValue
-