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

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

    Fields
    Modifier and Type
    Field
    Description
    static final ExportApi
    Static value true for ExportApi.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static ExportApi
    Creates or finds a ExportApi from its string representation.
    Gets known ExportApi values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • TRUE

      public static final ExportApi TRUE
      Static value true for ExportApi.
  • Constructor Details

  • Method Details

    • fromString

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

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