Class SignatureOverridesFilterValuesQuery
- java.lang.Object
-
- com.azure.resourcemanager.network.models.SignatureOverridesFilterValuesQuery
-
public final class SignatureOverridesFilterValuesQuery extends Object
Describes the filter values possibles for a given column.
-
-
Constructor Summary
Constructors Constructor Description SignatureOverridesFilterValuesQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfilterName()Get the filterName property: Describes the name of the column which values will be returned.voidvalidate()Validates the instance.SignatureOverridesFilterValuesQuerywithFilterName(String filterName)Set the filterName property: Describes the name of the column which values will be returned.
-
-
-
Method Detail
-
filterName
public String filterName()
Get the filterName property: Describes the name of the column which values will be returned.- Returns:
- the filterName value.
-
withFilterName
public SignatureOverridesFilterValuesQuery withFilterName(String filterName)
Set the filterName property: Describes the name of the column which values will be returned.- Parameters:
filterName- the filterName value to set.- Returns:
- the SignatureOverridesFilterValuesQuery object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-