Uses of Class
com.azure.resourcemanager.network.models.FilterItems
Packages that use FilterItems
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FilterItems in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type FilterItemsModifier and TypeClassDescriptionfinal classWill contain the filter name and values to operate on.Methods in com.azure.resourcemanager.network.models that return FilterItemsModifier and TypeMethodDescriptionstatic FilterItemsFilterItems.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FilterItems from the JsonReader.Set the field property: The name of the field we would like to filter.FilterItems.withValues(List<String> values) Set the values property: List of values to filter the current field by.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FilterItemsModifier and TypeMethodDescriptionIdpsQueryObject.filters()Get the filters property: Contain all filters names and values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FilterItemsModifier and TypeMethodDescriptionIdpsQueryObject.withFilters(List<FilterItems> filters) Set the filters property: Contain all filters names and values.