Uses of Class
groovyx.net.http.ContentType
-
-
Uses of ContentType in groovyx.net.http
Methods in groovyx.net.http that return ContentType Modifier and Type Method Description static ContentType
ContentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-