@API(status=STABLE)
public interface URIStage
AttributeStage get(String uriTemplate, Object... urlVariables)
AttributeStage get(URI uri)
AttributeStage get()
AttributeStage head(String uriTemplate, Object... urlVariables)
AttributeStage head(URI uri)
AttributeStage head()
AttributeStage post(String uriTemplate, Object... urlVariables)
AttributeStage post(URI uri)
AttributeStage post()
AttributeStage put(String uriTemplate, Object... urlVariables)
AttributeStage put(URI uri)
AttributeStage put()
AttributeStage patch(String uriTemplate, Object... urlVariables)
AttributeStage patch(URI uri)
AttributeStage patch()
AttributeStage delete(String uriTemplate, Object... urlVariables)
AttributeStage delete(URI uri)
AttributeStage delete()
AttributeStage options(String uriTemplate, Object... urlVariables)
AttributeStage options(URI uri)
AttributeStage options()
AttributeStage trace(String uriTemplate, Object... urlVariables)
AttributeStage trace(URI uri)
AttributeStage trace()
AttributeStage execute(org.springframework.http.HttpMethod method, String uriTemplate, Object... uriVariables)
AttributeStage execute(org.springframework.http.HttpMethod method, URI uri)
AttributeStage execute(org.springframework.http.HttpMethod method)
Copyright © 2015–2020 Zalando SE. All rights reserved.