public class HTTPBodyFluent<A extends HTTPBodyFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPBodyFluent.HTTPBodyBytesSpecifierNested<N> |
class |
HTTPBodyFluent.HTTPBodyStringSpecifierNested<N> |
| Constructor and Description |
|---|
HTTPBodyFluent() |
HTTPBodyFluent(HTTPBody instance) |
public HTTPBodyFluent()
public HTTPBodyFluent(HTTPBody instance)
protected void copyInstance(HTTPBody instance)
public IsHTTPBodySpecifier buildSpecifier()
public A withSpecifier(IsHTTPBodySpecifier specifier)
public boolean hasSpecifier()
public HTTPBodyFluent.HTTPBodyBytesSpecifierNested<A> withNewHTTPBodyBytesSpecifier()
public HTTPBodyFluent.HTTPBodyBytesSpecifierNested<A> withNewHTTPBodyBytesSpecifierLike(HTTPBodyBytes item)
public HTTPBodyFluent.HTTPBodyStringSpecifierNested<A> withNewHTTPBodyStringSpecifier()
public HTTPBodyFluent.HTTPBodyStringSpecifierNested<A> withNewHTTPBodyStringSpecifierLike(HTTPBodyString item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPBodyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPBodyFluent<A>>protected static <T> io.fabric8.kubernetes.api.builder.VisitableBuilder<T,?> builder(Object item)
Copyright © 2015–2024 Red Hat. All rights reserved.