Uses of Class
com.microsoft.graph.models.FilterGroup
Packages that use FilterGroup
-
Uses of FilterGroup in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FilterGroupModifier and TypeMethodDescriptionstatic FilterGroupFilterGroup.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type FilterGroupModifier and TypeMethodDescriptionFilter.getCategoryFilterGroups()Gets the categoryFilterGroups property value.Filter.getGroups()Gets the groups property value.Filter.getInputFilterGroups()Gets the inputFilterGroups property value.Method parameters in com.microsoft.graph.models with type arguments of type FilterGroupModifier and TypeMethodDescriptionvoidFilter.setCategoryFilterGroups(List<FilterGroup> value) Sets the categoryFilterGroups property value.voidFilter.setGroups(List<FilterGroup> value) Sets the groups property value.voidFilter.setInputFilterGroups(List<FilterGroup> value) Sets the inputFilterGroups property value.