public class V1alpha1PipelineHookHTTPRequestFluentImpl<A extends V1alpha1PipelineHookHTTPRequestFluent<A>> extends BaseFluent<A> implements V1alpha1PipelineHookHTTPRequestFluent<A>
_visitables| Constructor and Description |
|---|
V1alpha1PipelineHookHTTPRequestFluentImpl() |
V1alpha1PipelineHookHTTPRequestFluentImpl(V1alpha1PipelineHookHTTPRequest instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToHeaders(Map<String,String> map) |
A |
addToHeaders(String key,
String value) |
boolean |
equals(Object o) |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getUri() |
Boolean |
hasHeaders() |
Boolean |
hasMethod() |
Boolean |
hasUri() |
A |
removeFromHeaders(Map<String,String> map) |
A |
removeFromHeaders(String key) |
A |
withHeaders(Map<String,String> headers) |
A |
withMethod(String method) |
A |
withNewMethod(String arg1) |
A |
withNewMethod(StringBuffer arg1) |
A |
withNewMethod(StringBuilder arg1) |
A |
withNewUri(String arg1) |
A |
withNewUri(StringBuffer arg1) |
A |
withNewUri(StringBuilder arg1) |
A |
withUri(String uri) |
public V1alpha1PipelineHookHTTPRequestFluentImpl()
public V1alpha1PipelineHookHTTPRequestFluentImpl(V1alpha1PipelineHookHTTPRequest instance)
public A addToHeaders(String key, String value)
addToHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A addToHeaders(Map<String,String> map)
addToHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A removeFromHeaders(String key)
removeFromHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A removeFromHeaders(Map<String,String> map)
removeFromHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public Map<String,String> getHeaders()
getHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withHeaders(Map<String,String> headers)
withHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public Boolean hasHeaders()
hasHeaders in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public String getMethod()
getMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withMethod(String method)
withMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public Boolean hasMethod()
hasMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewMethod(String arg1)
withNewMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewMethod(StringBuilder arg1)
withNewMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewMethod(StringBuffer arg1)
withNewMethod in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public String getUri()
getUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withUri(String uri)
withUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public Boolean hasUri()
hasUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewUri(String arg1)
withNewUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewUri(StringBuilder arg1)
withNewUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>public A withNewUri(StringBuffer arg1)
withNewUri in interface V1alpha1PipelineHookHTTPRequestFluent<A extends V1alpha1PipelineHookHTTPRequestFluent<A>>Copyright © 2020. All rights reserved.