Class PolicyFragmentContentFormat

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

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

  • Constructor Details

    • PolicyFragmentContentFormat

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

    • fromString

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

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