InputSchemaMappingType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. InputSchemaMappingType
- com.
- com.
public final class InputSchemaMappingType
extends ExpandableStringEnum<InputSchemaMappingType>
Type of the custom mapping.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Input |
JSON
Static value Json for Input |
Constructor Summary
| Constructor | Description |
|---|---|
| InputSchemaMappingType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Input |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Input |
fromString(String name)
Creates or finds a Input |
|
static
Collection<Input |
values()
Gets known Input |
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
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:
Returns:
values
public static Collection<InputSchemaMappingType> values()
Gets known InputSchemaMappingType values.
Returns: