Class ParamIndicator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParamIndicator>
com.azure.resourcemanager.cdn.models.ParamIndicator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Indicates the purpose of the parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParamIndicatorStatic value Expires for ParamIndicator.static final ParamIndicatorStatic value KeyId for ParamIndicator.static final ParamIndicatorStatic value Signature for ParamIndicator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParamIndicatorfromString(String name) Creates or finds a ParamIndicator from its string representation.static Collection<ParamIndicator> values()Gets known ParamIndicator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EXPIRES
Static value Expires for ParamIndicator. -
KEY_ID
Static value KeyId for ParamIndicator. -
SIGNATURE
Static value Signature for ParamIndicator.
-
-
Constructor Details
-
ParamIndicator
Deprecated.Use thefromString(String)factory method.Creates a new instance of ParamIndicator value.
-
-
Method Details
-
fromString
Creates or finds a ParamIndicator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ParamIndicator.
-
values
Gets known ParamIndicator values.- Returns:
- known ParamIndicator values.
-
fromString(String)factory method.