java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyIdName>
com.azure.resourcemanager.apimanagement.models.PolicyIdName
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PolicyIdName extends com.azure.core.util.ExpandableStringEnum<PolicyIdName>
Defines values for PolicyIdName.
  • Field Details

    • POLICY

      public static final PolicyIdName POLICY
      Static value policy for PolicyIdName.
  • Constructor Details

    • PolicyIdName

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

    • fromString

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

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