Uses of Enum
com.microsoft.graph.models.EligibilityFilteringEnabledEntities
Packages that use EligibilityFilteringEnabledEntities
-
Uses of EligibilityFilteringEnabledEntities in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EligibilityFilteringEnabledEntitiesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static EligibilityFilteringEnabledEntities[]EligibilityFilteringEnabledEntities.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type EligibilityFilteringEnabledEntitiesModifier and TypeMethodDescriptionWorkforceIntegration.getEligibilityFilteringEnabledEntities()Gets the eligibilityFilteringEnabledEntities property value.Method parameters in com.microsoft.graph.models with type arguments of type EligibilityFilteringEnabledEntitiesModifier and TypeMethodDescriptionvoidWorkforceIntegration.setEligibilityFilteringEnabledEntities(EnumSet<EligibilityFilteringEnabledEntities> value) Sets the eligibilityFilteringEnabledEntities property value.