Class ApiExample


  • public class ApiExample
    extends Object
    Represents example request values that can be used to populate environment variables.
    • Constructor Detail

      • ApiExample

        public ApiExample()
    • Method Detail

      • getName

        public String getName()
        Returns the name.
      • setName

        public void setName​(String name)
        Sets the name.
      • getPath

        public String getPath()
        Returns the path.
      • setPath

        public void setPath​(String path)
        Sets the path.
      • getQueryParams

        public List<ApiParam> getQueryParams()
        Returns the query params.
      • setQueryParams

        public void setQueryParams​(List<ApiParam> queryParams)
        Sets the query params.
      • getHeaders

        public List<ApiHeader> getHeaders()
        Returns the headers.
      • setHeaders

        public void setHeaders​(List<ApiHeader> headers)
        Sets the headers.
      • getBody

        public ApiBody getBody()
        Returns the body.
      • setBody

        public void setBody​(ApiBody body)
        Sets the body.