ParameterType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. ParameterType
- com.
- com.
public final class ParameterType
extends ExpandableStringEnum<ParameterType>
The data type of the parameter.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Parameter |
ARRAY
Static value Array for Parameter |
static final
Parameter |
BOOLEAN
Static value Boolean for Parameter |
static final
Parameter |
DATE_TIME
Static value Date |
static final
Parameter |
FLOAT
Static value Float for Parameter |
static final
Parameter |
INTEGER
Static value Integer for Parameter |
static final
Parameter |
OBJECT
Static value Object for Parameter |
static final
Parameter |
STRING
Static value String for Parameter |
Constructor Summary
Constructor | Description |
---|---|
ParameterType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Parameter |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Parameter |
fromString(String name)
Creates or finds a Parameter |
static
Collection<Parameter |
values()
Gets known Parameter |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARRAY
public static final ParameterType ARRAY
Static value Array for ParameterType.
BOOLEAN
public static final ParameterType BOOLEAN
Static value Boolean for ParameterType.
DATE_TIME
public static final ParameterType DATE_TIME
Static value DateTime for ParameterType.
FLOAT
public static final ParameterType FLOAT
Static value Float for ParameterType.
INTEGER
public static final ParameterType INTEGER
Static value Integer for ParameterType.
OBJECT
public static final ParameterType OBJECT
Static value Object for ParameterType.
STRING
public static final ParameterType STRING
Static value String for ParameterType.
Constructor Details
ParameterType
@Deprecated
public ParameterType()
Deprecated
Creates a new instance of ParameterType value.
Method Details
fromString
public static ParameterType fromString(String name)
Creates or finds a ParameterType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ParameterType values.
Returns:
Applies to
Azure SDK for Java