Class MatchingMethod


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

      • ALL_ENTITIES

        public static final MatchingMethod ALL_ENTITIES
        Static value AllEntities for MatchingMethod.
      • ANY_ALERT

        public static final MatchingMethod ANY_ALERT
        Static value AnyAlert for MatchingMethod.
      • SELECTED

        public static final MatchingMethod SELECTED
        Static value Selected for MatchingMethod.
    • Constructor Detail

      • MatchingMethod

        public MatchingMethod()
    • Method Detail

      • fromString

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

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