Class Partition

java.lang.Object
com.renomad.minum.web.Partition

public final class Partition extends Object
Represents a single partition in a multipart/form-data body response
  • Constructor Details

  • Method Details

    • getHeaders

      public Headers getHeaders()
    • getContentDisposition

      public ContentDisposition getContentDisposition()
    • getContent

      public byte[] getContent()
    • getContentAsString

      public String getContentAsString()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object