Class Body<T>

    • Constructor Detail

    • Method Detail

      • getOptional

        public Boolean getOptional()
      • withOptional

        public Body<T> withOptional​(Boolean optional)
      • getValue

        public abstract T getValue()
      • getRawBytes

        public byte[] getRawBytes()
      • getContentType

        public String getContentType()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Not
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Not