Class SignatureOverridesFilterValuesQuery
java.lang.Object
com.azure.resourcemanager.network.models.SignatureOverridesFilterValuesQuery
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SignatureOverridesFilterValuesQuery>
public final class SignatureOverridesFilterValuesQuery
extends Object
implements com.azure.json.JsonSerializable<SignatureOverridesFilterValuesQuery>
Describes the filter values possibles for a given column.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SignatureOverridesFilterValuesQuery class. -
Method Summary
Modifier and TypeMethodDescriptionGet the filterName property: Describes the name of the column which values will be returned.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SignatureOverridesFilterValuesQuery from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withFilterName(String filterName) Set the filterName property: Describes the name of the column which values will be returned.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SignatureOverridesFilterValuesQuery
public SignatureOverridesFilterValuesQuery()Creates an instance of SignatureOverridesFilterValuesQuery class.
-
-
Method Details
-
filterName
Get the filterName property: Describes the name of the column which values will be returned.- Returns:
- the filterName value.
-
withFilterName
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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<SignatureOverridesFilterValuesQuery>- Throws:
IOException
-
fromJson
public static SignatureOverridesFilterValuesQuery fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SignatureOverridesFilterValuesQuery from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SignatureOverridesFilterValuesQuery if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the SignatureOverridesFilterValuesQuery.
-