Class AbstractPostRequest<T>

    • Constructor Detail

      • AbstractPostRequest

        public AbstractPostRequest()
    • Method Detail

      • getContent

        public abstract String getContent()
                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • hasContent

        public abstract boolean hasContent()
      • getContentType

        public abstract org.n52.janmayen.http.MediaType getContentType()