public class EndpointRequest
extends java.lang.Object
| Constructor and Description |
|---|
EndpointRequest(java.net.URI endpoint,
java.lang.String method) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version,
EndpointRequestMetadata metadata) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType,
EndpointVersion version,
EndpointRequestMetadata metadata) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.reflect.Type responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.reflect.Type responseType,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.reflection.JavaType responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
java.lang.reflect.Type responseType) |
EndpointRequest(java.net.URI endpoint,
java.lang.String method,
java.lang.reflect.Type responseType,
EndpointVersion version) |
| Modifier and Type | Method and Description |
|---|---|
EndpointRequest |
add(com.github.ljtfreitas.restify.http.client.message.Header header) |
EndpointRequest |
add(com.github.ljtfreitas.restify.http.client.message.Headers headers) |
EndpointRequest |
append(com.github.ljtfreitas.restify.http.contract.Parameters parameters) |
java.util.Optional<java.lang.Object> |
body() |
java.net.URI |
endpoint() |
com.github.ljtfreitas.restify.http.client.message.Headers |
headers() |
EndpointRequestMetadata |
metadata() |
java.lang.String |
method() |
EndpointRequest |
replace(com.github.ljtfreitas.restify.http.client.message.Header header) |
EndpointRequest |
replace(java.net.URI endpoint) |
com.github.ljtfreitas.restify.reflection.JavaType |
responseType() |
java.lang.String |
toString() |
EndpointRequest |
usingBody(java.lang.Object body) |
java.util.Optional<EndpointVersion> |
version() |
public EndpointRequest(java.net.URI endpoint,
java.lang.String method)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
java.lang.reflect.Type responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.reflection.JavaType responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
java.lang.reflect.Type responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.reflect.Type responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
com.github.ljtfreitas.restify.reflection.JavaType responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.reflect.Type responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
java.lang.reflect.Type responseType,
EndpointVersion version,
EndpointRequestMetadata metadata)
public EndpointRequest(java.net.URI endpoint,
java.lang.String method,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.lang.Object body,
com.github.ljtfreitas.restify.reflection.JavaType responseType,
EndpointVersion version,
EndpointRequestMetadata metadata)
public java.net.URI endpoint()
public java.lang.String method()
public java.util.Optional<java.lang.Object> body()
public com.github.ljtfreitas.restify.http.client.message.Headers headers()
public com.github.ljtfreitas.restify.reflection.JavaType responseType()
public java.util.Optional<EndpointVersion> version()
public EndpointRequestMetadata metadata()
public EndpointRequest append(com.github.ljtfreitas.restify.http.contract.Parameters parameters)
public EndpointRequest add(com.github.ljtfreitas.restify.http.client.message.Header header)
public EndpointRequest add(com.github.ljtfreitas.restify.http.client.message.Headers headers)
public EndpointRequest replace(com.github.ljtfreitas.restify.http.client.message.Header header)
public EndpointRequest replace(java.net.URI endpoint)
public EndpointRequest usingBody(java.lang.Object body)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.