StringBeginsWithAdvancedFilter Class

public final class StringBeginsWithAdvancedFilter
extends AdvancedFilter

StringBeginsWith Advanced Filter.

Constructor Summary

Constructor Description
StringBeginsWithAdvancedFilter()

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.

StringBeginsWithAdvancedFilter withKey(String key)

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

StringBeginsWithAdvancedFilter 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

StringBeginsWithAdvancedFilter

public StringBeginsWithAdvancedFilter()

Method Details

validate

public void validate()

Validates the instance.

Overrides:

StringBeginsWithAdvancedFilter.validate()

values

public List values()

Get the values property: The set of filter values.

Returns:

the values value.

withKey

public StringBeginsWithAdvancedFilter withKey(String key)

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

Overrides:

StringBeginsWithAdvancedFilter.withKey(String key)

Parameters:

key

withValues

public StringBeginsWithAdvancedFilter withValues(List values)

Set the values property: The set of filter values.

Parameters:

values - the values value to set.

Returns:

the StringBeginsWithAdvancedFilter object itself.

Applies to

Azure SDK for Java

Latest