Interface TestandtargetHttpParameters


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

      • getQueryParameters

        java.util.Map<java.lang.String,​java.lang.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

        java.lang.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