Class ParameterType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ParameterType>
-
- com.azure.resourcemanager.resources.models.ParameterType
-
public final class ParameterType extends com.azure.core.util.ExpandableStringEnum<ParameterType>
Defines values for ParameterType.
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterTypeARRAYStatic value Array for ParameterType.static ParameterTypeBOOLEANStatic value Boolean for ParameterType.static ParameterTypeDATE_TIMEStatic value DateTime for ParameterType.static ParameterTypeFLOATStatic value Float for ParameterType.static ParameterTypeINTEGERStatic value Integer for ParameterType.static ParameterTypeOBJECTStatic value Object for ParameterType.static ParameterTypeSTRINGStatic value String for ParameterType.
-
Constructor Summary
Constructors Constructor Description ParameterType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParameterTypefromString(String name)Creates or finds a ParameterType from its string representation.static Collection<ParameterType>values()
-
-
-
Field Detail
-
STRING
public static final ParameterType STRING
Static value String for ParameterType.
-
ARRAY
public static final ParameterType ARRAY
Static value Array for ParameterType.
-
OBJECT
public static final ParameterType OBJECT
Static value Object for ParameterType.
-
BOOLEAN
public static final ParameterType BOOLEAN
Static value Boolean for ParameterType.
-
INTEGER
public static final ParameterType INTEGER
Static value Integer for ParameterType.
-
FLOAT
public static final ParameterType FLOAT
Static value Float for ParameterType.
-
DATE_TIME
public static final ParameterType DATE_TIME
Static value DateTime for ParameterType.
-
-
Method Detail
-
fromString
public static ParameterType fromString(String name)
Creates or finds a ParameterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ParameterType.
-
values
public static Collection<ParameterType> values()
- Returns:
- known ParameterType values.
-
-