StringNotBeginsWithAdvancedFilter Class

public final class StringNotBeginsWithAdvancedFilter
extends AdvancedFilter

StringNotBeginsWith Advanced Filter.

Constructor Summary

Constructor Description
StringNotBeginsWithAdvancedFilter()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<String> values()

Get the values property: The set of filter values.

StringNotBeginsWithAdvancedFilter withKey(String key)

Set the key property: The field/property in the event based on which you want to filter.

StringNotBeginsWithAdvancedFilter withValues(List<String> values)

Set the values property: The set of filter values.

Methods inherited from AdvancedFilter

Methods inherited from java.lang.Object

Constructor Details

StringNotBeginsWithAdvancedFilter

public StringNotBeginsWithAdvancedFilter()

Method Details

validate

public void validate()

Validates the instance.

Overrides:

StringNotBeginsWithAdvancedFilter.validate()

values

public List values()

Get the values property: The set of filter values.

Returns:

the values value.

withKey

public StringNotBeginsWithAdvancedFilter withKey(String key)

Set the key property: The field/property in the event based on which you want to filter.

Overrides:

StringNotBeginsWithAdvancedFilter.withKey(String key)

Parameters:

key

withValues

public StringNotBeginsWithAdvancedFilter withValues(List values)

Set the values property: The set of filter values.

Parameters:

values - the values value to set.

Returns:

the StringNotBeginsWithAdvancedFilter object itself.

Applies to

Azure SDK for Java

Latest