java.lang.Object
com.azure.core.util.ExpandableStringEnum<FlowType>
com.azure.resourcemanager.applicationinsights.models.FlowType

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

    Fields
    Modifier and Type
    Field
    Description
    static final FlowType
    Static value Bluefield for FlowType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • BLUEFIELD

      public static final FlowType BLUEFIELD
      Static value Bluefield for FlowType.
  • Constructor Details

    • FlowType

      public FlowType()
  • Method Details

    • fromString

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

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