Class InputSchemaMappingType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<InputSchemaMappingType>
-
- com.azure.resourcemanager.eventgrid.models.InputSchemaMappingType
-
public final class InputSchemaMappingType extends com.azure.core.util.ExpandableStringEnum<InputSchemaMappingType>
Defines values for InputSchemaMappingType.
-
-
Field Summary
Fields Modifier and Type Field Description static InputSchemaMappingTypeJSONStatic value Json for InputSchemaMappingType.
-
Constructor Summary
Constructors Constructor Description InputSchemaMappingType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputSchemaMappingTypefromString(String name)Creates or finds a InputSchemaMappingType from its string representation.static Collection<InputSchemaMappingType>values()
-
-
-
Field Detail
-
JSON
public static final InputSchemaMappingType JSON
Static value Json for InputSchemaMappingType.
-
-
Method Detail
-
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()
- Returns:
- known InputSchemaMappingType values.
-
-