Class SignatureOverridesFilterValuesResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.SignatureOverridesFilterValuesResponseInner
-
public final class SignatureOverridesFilterValuesResponseInner extends Object
Describes the list of all possible values for a specific filter value.
-
-
Constructor Summary
Constructors Constructor Description SignatureOverridesFilterValuesResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>filterValues()Get the filterValues property: Describes the possible values.voidvalidate()Validates the instance.SignatureOverridesFilterValuesResponseInnerwithFilterValues(List<String> filterValues)Set the filterValues property: Describes the possible values.
-
-
-
Method Detail
-
filterValues
public List<String> filterValues()
Get the filterValues property: Describes the possible values.- Returns:
- the filterValues value.
-
withFilterValues
public SignatureOverridesFilterValuesResponseInner withFilterValues(List<String> filterValues)
Set the filterValues property: Describes the possible values.- Parameters:
filterValues- the filterValues value to set.- Returns:
- the SignatureOverridesFilterValuesResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-