Class MessageFilterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MessageFilterType>
com.azure.resourcemanager.logic.models.MessageFilterType

public final class MessageFilterType extends com.azure.core.util.ExpandableStringEnum<MessageFilterType>
The message filter type.
  • Field Details

    • NOT_SPECIFIED

      public static final MessageFilterType NOT_SPECIFIED
      Static value NotSpecified for MessageFilterType.
    • INCLUDE

      public static final MessageFilterType INCLUDE
      Static value Include for MessageFilterType.
    • EXCLUDE

      public static final MessageFilterType EXCLUDE
      Static value Exclude for MessageFilterType.
  • Constructor Details

    • MessageFilterType

      @Deprecated public MessageFilterType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of MessageFilterType value.
  • Method Details

    • fromString

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

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