Filter Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. models. Filter
- com.
Implements
public final class Filter
implements JsonSerializable<Filter>
Filter criterion.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Filter |
fromJson(JsonReader jsonReader)
Reads an instance of Filter from the Json |
| String |
name()
Get the name property: Filter name. |
| String |
operator()
Get the operator property: Filter operator. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
values()
Get the values property: Filter values. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static Filter fromJson(JsonReader jsonReader)
Reads an instance of Filter from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Filter name.
Returns:
operator
public String operator()
Get the operator property: Filter operator.
Returns:
toJson
values
public String values()
Get the values property: Filter values.
Returns: