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

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

    Fields
    Modifier and Type
    Field
    Description
    static final AppType
    Static value developerPortal for AppType.
    static final AppType
    Static value portal for AppType.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static AppType
    Creates or finds a AppType from its string representation.
    Gets known AppType 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

    • PORTAL

      public static final AppType PORTAL
      Static value portal for AppType.
    • DEVELOPER_PORTAL

      public static final AppType DEVELOPER_PORTAL
      Static value developerPortal for AppType.
  • Constructor Details

  • Method Details

    • fromString

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

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