ListParameter Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. workspaces. models. ListParameter
- com.
Implements
public final class ListParameter
implements JsonSerializable<ListParameter>
Parameters for listing related entities.
Constructor Summary
| Constructor | Description |
|---|---|
| ListParameter() |
Creates an instance of List |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
filter()
Get the filter property: The filter to apply on the operation. |
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List |
withFilter(String filter)
Set the filter property: The filter to apply on the operation. |
Methods inherited from java.lang.Object
Constructor Details
ListParameter
public ListParameter()
Creates an instance of ListParameter class.
Method Details
filter
public String filter()
Get the filter property: The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
Returns:
fromJson
public static ListParameter fromJson(JsonReader jsonReader)
Reads an instance of ListParameter from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withFilter
public ListParameter withFilter(String filter)
Set the filter property: The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
Parameters:
Returns: