Class ContentType.Param

  • Enclosing class:
    ContentType

    public static class ContentType.Param
    extends Object
    A content type parameter
    • Constructor Detail

      • Param

        public Param​(String name,
                     String value)
        Parameters:
        name -
        value -
    • Method Detail

      • getName

        public String getName()
        Get parameter name.
        Returns:
        String name
      • getValue

        public String getValue()
        Get parameter value.
        Returns:
        String value