Class Request<T>
- java.lang.Object
-
- io.apicurio.registry.rest.client.request.Request<T>
-
public class Request<T> extends Object
- Author:
- Carles Arnal 'carnalca@redhat.com'
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Request.RequestBuilder<T>
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
static String
CONTENT_TYPE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getData()
Map<String,String>
getHeaders()
Operation
getOperation()
List<String>
getPathParams()
Map<String,List<String>>
getQueryParams()
String
getRequestPath()
com.fasterxml.jackson.core.type.TypeReference<T>
getResponseType()
-
-
-
Field Detail
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOperation
public Operation getOperation()
-
getRequestPath
public String getRequestPath()
-
getResponseType
public com.fasterxml.jackson.core.type.TypeReference<T> getResponseType()
-
getData
public InputStream getData()
-
-