Class StringNotBeginsWithAdvancedFilter

java.lang.Object
com.azure.resourcemanager.eventgrid.models.AdvancedFilter
com.azure.resourcemanager.eventgrid.models.StringNotBeginsWithAdvancedFilter

public final class StringNotBeginsWithAdvancedFilter extends AdvancedFilter
StringNotBeginsWith Advanced Filter.
  • Constructor Details

    • StringNotBeginsWithAdvancedFilter

      public StringNotBeginsWithAdvancedFilter()
  • Method Details

    • values

      public List<String> values()
      Get the values property: The set of filter values.
      Returns:
      the values value.
    • withValues

      public StringNotBeginsWithAdvancedFilter withValues(List<String> values)
      Set the values property: The set of filter values.
      Parameters:
      values - the values value to set.
      Returns:
      the StringNotBeginsWithAdvancedFilter object itself.
    • withKey

      Set the key property: The field/property in the event based on which you want to filter.
      Overrides:
      withKey in class AdvancedFilter
      Parameters:
      key - the key value to set.
      Returns:
      the AdvancedFilter object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class AdvancedFilter
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.