Interface TestandtargetHttpParameters


public interface TestandtargetHttpParameters
Abstracts the parameters to be sent in a Test and Target Http API call
  • Method Details

    • getQueryParameters

      Map<String,String> getQueryParameters()
      Return the query parameters to be used in the API call
      Returns:
      a Map containing the query parameters
    • getEntityContent

      byte[] getEntityContent()
      Byte array containing the entity content. May be null if 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 be null if the method does not support sending a request entity
      Returns:
      a String containing the content type of the request entity or null