Package io.apicurio.rest.client.request
Class Request<T>
- java.lang.Object
-
- io.apicurio.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 classRequest.RequestBuilder<T>
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTstatic StringCONTENT_TYPE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetData()StringgetDataString()Map<String,String>getHeaders()OperationgetOperation()List<String>getPathParams()Map<String,List<String>>getQueryParams()StringgetRequestPath()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()
-
getDataString
public String getDataString()
-
-