Interface TestandtargetHttpParameters
public interface TestandtargetHttpParameters
Abstracts the parameters to be sent in a Test and Target Http API call
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Byte array containing the entity content.Content type for the entity content.Return the query parameters to be used in the API call
-
Method Details
-
getQueryParameters
Return the query parameters to be used in the API call- Returns:
- a
Mapcontaining the query parameters
-
getEntityContent
byte[] getEntityContent()Byte array containing the entity content. May benullif the method does not support sending a request entity- Returns:
- byte array with the entity content or
null
-
getEntityContentType
String getEntityContentType()Content type for the entity content. May benullif the method does not support sending a request entity- Returns:
- a
Stringcontaining the content type of the request entity ornull
-