Uses of Enum
com.microsoft.graph.models.WorkforceIntegrationSupportedEntities
Packages that use WorkforceIntegrationSupportedEntities
-
Uses of WorkforceIntegrationSupportedEntities in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkforceIntegrationSupportedEntitiesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.WorkforceIntegrationSupportedEntities.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 WorkforceIntegrationSupportedEntitiesModifier and TypeMethodDescriptionWorkforceIntegration.getSupportedEntities()Gets the supportedEntities property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkforceIntegrationSupportedEntitiesModifier and TypeMethodDescriptionvoidWorkforceIntegration.setSupportedEntities(EnumSet<WorkforceIntegrationSupportedEntities> value) Sets the supportedEntities property value.