java.lang.Object
com.azure.core.util.ExpandableStringEnum<Operator>
com.azure.resourcemanager.securityinsights.models.Operator

public final class Operator extends com.azure.core.util.ExpandableStringEnum<Operator>
Operator used for list of dependencies in criteria array.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Operator
    Static value AND for Operator.
    static final Operator
    Static value OR for Operator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • AND

      public static final Operator AND
      Static value AND for Operator.
    • OR

      public static final Operator OR
      Static value OR for Operator.
  • Constructor Details

    • Operator

      public Operator()
  • Method Details

    • fromString

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

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