public class V1HTTPGetActionFluentImpl<A extends V1HTTPGetActionFluent<A>> extends BaseFluent<A> implements V1HTTPGetActionFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1HTTPGetActionFluentImpl.HttpHeadersNestedImpl<N> |
V1HTTPGetActionFluent.HttpHeadersNested<N>
_visitables
Constructor and Description |
---|
V1HTTPGetActionFluentImpl() |
V1HTTPGetActionFluentImpl(V1HTTPGetAction instance) |
public V1HTTPGetActionFluentImpl()
public V1HTTPGetActionFluentImpl(V1HTTPGetAction instance)
public String getHost()
getHost
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withHost(String host)
withHost
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public Boolean hasHost()
hasHost
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A addToHttpHeaders(int index, V1HTTPHeader item)
addToHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A setToHttpHeaders(int index, V1HTTPHeader item)
setToHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A addToHttpHeaders(V1HTTPHeader... items)
addToHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A addAllToHttpHeaders(Collection<V1HTTPHeader> items)
addAllToHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A removeFromHttpHeaders(V1HTTPHeader... items)
removeFromHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A removeAllFromHttpHeaders(Collection<V1HTTPHeader> items)
removeAllFromHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
@Deprecated public List<V1HTTPHeader> getHttpHeaders()
getHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public List<V1HTTPHeader> buildHttpHeaders()
buildHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPHeader buildHttpHeader(int index)
buildHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPHeader buildFirstHttpHeader()
buildFirstHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPHeader buildLastHttpHeader()
buildLastHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPHeader buildMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate)
buildMatchingHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withHttpHeaders(List<V1HTTPHeader> httpHeaders)
withHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withHttpHeaders(V1HTTPHeader... httpHeaders)
withHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public Boolean hasHttpHeaders()
hasHttpHeaders
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> addNewHttpHeader()
addNewHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> addNewHttpHeaderLike(V1HTTPHeader item)
addNewHttpHeaderLike
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> setNewHttpHeaderLike(int index, V1HTTPHeader item)
setNewHttpHeaderLike
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> editHttpHeader(int index)
editHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> editFirstHttpHeader()
editFirstHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> editLastHttpHeader()
editLastHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public V1HTTPGetActionFluent.HttpHeadersNested<A> editMatchingHttpHeader(Predicate<V1HTTPHeaderBuilder> predicate)
editMatchingHttpHeader
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public String getPath()
getPath
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withPath(String path)
withPath
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public Boolean hasPath()
hasPath
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public IntOrString getPort()
getPort
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withPort(IntOrString port)
withPort
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public Boolean hasPort()
hasPort
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withNewPort(String value)
withNewPort
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withNewPort(int value)
withNewPort
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public String getScheme()
getScheme
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public A withScheme(String scheme)
withScheme
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
public Boolean hasScheme()
hasScheme
in interface V1HTTPGetActionFluent<A extends V1HTTPGetActionFluent<A>>
Copyright © 2019. All rights reserved.