-
public final class RequestRequest object holding the data to be sent.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetDescription()final StringgetUrl()final Map<String, String>getHeaders()final ByteArraygetBody()final StringgetContentType()-
-
Method Detail
-
getDescription
final String getDescription()
-
getHeaders
final Map<String, String> getHeaders()
-
getContentType
final String getContentType()
-
-
-
-