public interface RequestArguments
URI getBaseUrl()
UrlResolution getUrlResolution()
org.springframework.http.HttpMethod getMethod()
String getUriTemplate()
com.google.common.collect.ImmutableList<Object> getUriVariables()
URI getUri()
URI getRequestUri()
Object getBody()
RequestArguments withBaseUrl(@Nullable URI baseUrl)
RequestArguments withUrlResolution(@Nullable UrlResolution resolution)
RequestArguments withMethod(@Nullable org.springframework.http.HttpMethod method)
RequestArguments withUriTemplate(@Nullable String uriTemplate)
RequestArguments withUriVariables(@Nullable com.google.common.collect.ImmutableList<Object> uriVariables)
RequestArguments withUri(@Nullable URI uri)
RequestArguments withQueryParams(@Nullable com.google.common.collect.ImmutableMultimap<String,String> queryParams)
RequestArguments withRequestUri(@Nullable URI requestUri)
RequestArguments withHeaders(@Nullable com.google.common.collect.ImmutableMultimap<String,String> headers)
RequestArguments withBody(@Nullable Object body)
default RequestArguments withRequestUri()
static RequestArguments create()
Copyright © 2015–2017 Zalando SE. All rights reserved.