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 Details

    • APPEND

      public static final HeaderActionType APPEND
      Static value Append for HeaderActionType.
    • DELETE

      public static final HeaderActionType DELETE
      Static value Delete for HeaderActionType.
    • OVERWRITE

      public static final HeaderActionType OVERWRITE
      Static value Overwrite for HeaderActionType.
  • Constructor Details

    • HeaderActionType

      @Deprecated public HeaderActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of HeaderActionType value.
  • Method Details

    • fromString

      public static HeaderActionType fromString(String name)
      Creates or finds a HeaderActionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding HeaderActionType.
    • values

      public static Collection<HeaderActionType> values()
      Gets known HeaderActionType values.
      Returns:
      known HeaderActionType values.