Interface ShapeTreeRequest
- All Known Implementing Classes:
OkHttpShapeTreeRequest
public interface ShapeTreeRequest
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
getHeaderValue
(String header) getHeaderValues
(String header) getUrl()
void
setResourceType
(ShapeTreeResourceType resourceType)
-
Method Details
-
getMethod
String getMethod() -
getUrl
URL getUrl() -
getHeaders
ResourceAttributes getHeaders() -
getLinkHeaders
ResourceAttributes getLinkHeaders() -
getHeaderValues
-
getHeaderValue
-
getBody
String getBody() -
getContentType
String getContentType() -
getResourceType
ShapeTreeResourceType getResourceType() -
setResourceType
-