Class AbstractRequest

    • Constructor Detail

      • AbstractRequest

        public AbstractRequest()
    • Method Detail

      • toBody

        protected abstract byte[] toBody()
      • withApiInfo

        protected void withApiInfo​(String version,
                                   String path)
      • getPath

        protected String getPath()
      • setPath

        protected void setPath​(String path)
      • getVersion

        protected String getVersion()
      • setVersion

        protected void setVersion​(String version)
      • getHttpMethod

        public String getHttpMethod()
      • setHttpMethod

        public void setHttpMethod​(String httpMethod)