Interface Headers.ContentDisposition

All Superinterfaces:
Header
Enclosing class:
Headers

public static interface Headers.ContentDisposition extends Header

Content-disposition HTTP header as defined by RFC 6266 Section 4.1.

Since:
1.0
Author:
Jeremy Kuhn
  • Field Details

  • Method Details

    • getDispositionType

      String getDispositionType()

      Returns the disposition type.

      Returns:
      the disposition type
    • getPartName

      String getPartName()

      Returns the part name.

      Returns:
      the name or null
    • getFilename

      String getFilename()

      Returns the part file name.

      Returns:
      the file name or null
    • getCreationDateTime

      String getCreationDateTime()

      Returns the part creation datetime.

      Returns:
      the creation datetime or null
    • getModificationDatetime

      String getModificationDatetime()

      Returns the part modification datetime.

      Returns:
      the modification datetime or null
    • getReadDateTime

      String getReadDateTime()

      Returns the part read datetime.

      Returns:
      the read datetime or null
    • getSize

      Integer getSize()

      Returns the part size.

      Returns:
      the size or null