ContentFormat

enum ContentFormat : Enum<ContentFormat> , ConvertibleToJava<ContentFormat>

Format of the Content in which the API is getting imported.

Entries

Link copied to clipboard

The contents are inline and Content type is a WADL document.

Link copied to clipboard

The WADL document is hosted on a publicly accessible internet address.

Link copied to clipboard

The contents are inline and Content Type is a OpenAPI 2.0 JSON Document.

Link copied to clipboard

The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address.

Link copied to clipboard

The contents are inline and the document is a WSDL/Soap document.

Link copied to clipboard

The WSDL document is hosted on a publicly accessible internet address.

Link copied to clipboard

The contents are inline and Content Type is a OpenAPI 3.0 YAML Document.

Link copied to clipboard

The contents are inline and Content Type is a OpenAPI 3.0 JSON Document.

Link copied to clipboard

The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address.

Link copied to clipboard

The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address.

Link copied to clipboard

The GraphQL API endpoint hosted on a publicly accessible internet address.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ContentFormat
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ContentFormat
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.