Class HeaderActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HeaderActionType>
com.azure.resourcemanager.frontdoor.models.HeaderActionType
public final class HeaderActionType
extends com.azure.core.util.ExpandableStringEnum<HeaderActionType>
Which type of manipulation to apply to the header.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HeaderActionTypeStatic value Append for HeaderActionType.static final HeaderActionTypeStatic value Delete for HeaderActionType.static final HeaderActionTypeStatic value Overwrite for HeaderActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HeaderActionTypefromString(String name) Creates or finds a HeaderActionType from its string representation.static Collection<HeaderActionType>values()Gets known HeaderActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
APPEND
Static value Append for HeaderActionType. -
DELETE
Static value Delete for HeaderActionType. -
OVERWRITE
Static value Overwrite for HeaderActionType.
-
-
Constructor Details
-
HeaderActionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of HeaderActionType value.
-
-
Method Details
-
fromString
Creates or finds a HeaderActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HeaderActionType.
-
values
Gets known HeaderActionType values.- Returns:
- known HeaderActionType values.
-
fromString(String)factory method.