Class ContentType


  • public class ContentType
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Constructor Detail

      • ContentType

        public ContentType​(java.lang.String type,
                           int version)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getVersion

        public int getVersion()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • parse

        public static ContentType parse​(java.lang.String type)