Class ContentType

java.lang.Object
org.zalando.fahrschein.http.api.ContentType

public final class ContentType extends Object
  • Field Details

  • Method Details

    • valueOf

      public static ContentType valueOf(String contentType)
    • getValue

      public String getValue()
    • getType

      public String getType()
    • getSubtype

      public String getSubtype()
    • getParameters

      public String getParameters()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object