Class ParamIndicator

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParamIndicator>
com.azure.resourcemanager.cdn.models.ParamIndicator

public final class ParamIndicator extends com.azure.core.util.ExpandableStringEnum<ParamIndicator>
Indicates the purpose of the parameter.
  • Field Details

    • EXPIRES

      public static final ParamIndicator EXPIRES
      Static value Expires for ParamIndicator.
    • KEY_ID

      public static final ParamIndicator KEY_ID
      Static value KeyId for ParamIndicator.
    • SIGNATURE

      public static final ParamIndicator SIGNATURE
      Static value Signature for ParamIndicator.
  • Constructor Details

    • ParamIndicator

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

    • fromString

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

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