public class V1HTTPHeaderBuilder extends V1HTTPHeaderFluentImpl<V1HTTPHeaderBuilder> implements VisitableBuilder<V1HTTPHeader,V1HTTPHeaderBuilder>
_visitables
Constructor and Description |
---|
V1HTTPHeaderBuilder() |
V1HTTPHeaderBuilder(Boolean validationEnabled) |
V1HTTPHeaderBuilder(V1HTTPHeader instance) |
V1HTTPHeaderBuilder(V1HTTPHeader instance,
Boolean validationEnabled) |
V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent) |
V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent,
Boolean validationEnabled) |
V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent,
V1HTTPHeader instance) |
V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent,
V1HTTPHeader instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
V1HTTPHeader |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
accept, aggregate, aggregate, build, build, builderOf
public V1HTTPHeaderBuilder()
public V1HTTPHeaderBuilder(Boolean validationEnabled)
public V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent)
public V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent, Boolean validationEnabled)
public V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent, V1HTTPHeader instance)
public V1HTTPHeaderBuilder(V1HTTPHeaderFluent<?> fluent, V1HTTPHeader instance, Boolean validationEnabled)
public V1HTTPHeaderBuilder(V1HTTPHeader instance)
public V1HTTPHeaderBuilder(V1HTTPHeader instance, Boolean validationEnabled)
public V1HTTPHeader build()
build
in interface Builder<V1HTTPHeader>
public boolean equals(Object o)
equals
in class V1HTTPHeaderFluentImpl<V1HTTPHeaderBuilder>
public int hashCode()
hashCode
in class V1HTTPHeaderFluentImpl<V1HTTPHeaderBuilder>
Copyright © 2020. All rights reserved.