Uses of Class
com.arangodb.ContentType
-
Packages that use ContentType Package Description com.arangodb com.arangodb.serde -
-
Uses of ContentType in com.arangodb
Methods in com.arangodb that return ContentType Modifier and Type Method Description static ContentType
ContentType. valueOf(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. -
Uses of ContentType in com.arangodb.serde
Methods in com.arangodb.serde that return ContentType Modifier and Type Method Description ContentType
ArangoSerdeProvider. getContentType()
-