Udostępnij za pośrednictwem


InputSchemaMappingType Class

public final class InputSchemaMappingType
extends ExpandableStringEnum<InputSchemaMappingType>

Type of the custom mapping.

Field Summary

Modifier and Type Field and Description
static final InputSchemaMappingType JSON

Static value Json for InputSchemaMappingType.

Constructor Summary

Constructor Description
InputSchemaMappingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InputSchemaMappingType value.

Method Summary

Modifier and Type Method and Description
static InputSchemaMappingType fromString(String name)

Creates or finds a InputSchemaMappingType from its string representation.

static Collection<InputSchemaMappingType> values()

Gets known InputSchemaMappingType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

JSON

public static final InputSchemaMappingType JSON

Static value Json for InputSchemaMappingType.

Constructor Details

InputSchemaMappingType

@Deprecated
public InputSchemaMappingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InputSchemaMappingType value.

Method Details

fromString

public static InputSchemaMappingType fromString(String name)

Creates or finds a InputSchemaMappingType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InputSchemaMappingType.

values

public static Collection<InputSchemaMappingType> values()

Gets known InputSchemaMappingType values.

Returns:

known InputSchemaMappingType values.

Applies to