Uses of Class
odata.msgraph.client.enums.WorkforceIntegrationSupportedEntities
-
Packages that use WorkforceIntegrationSupportedEntities Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WorkforceIntegrationSupportedEntities in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkforceIntegrationSupportedEntities Modifier and Type Field Description protected WorkforceIntegrationSupportedEntitiesWorkforceIntegration. supportedEntitiesMethods in odata.msgraph.client.entity that return types with arguments of type WorkforceIntegrationSupportedEntities Modifier and Type Method Description Optional<WorkforceIntegrationSupportedEntities>WorkforceIntegration. getSupportedEntities()Methods in odata.msgraph.client.entity with parameters of type WorkforceIntegrationSupportedEntities Modifier and Type Method Description WorkforceIntegration.BuilderWorkforceIntegration.Builder. supportedEntities(WorkforceIntegrationSupportedEntities supportedEntities)WorkforceIntegrationWorkforceIntegration. withSupportedEntities(WorkforceIntegrationSupportedEntities supportedEntities) -
Uses of WorkforceIntegrationSupportedEntities in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WorkforceIntegrationSupportedEntities Modifier and Type Method Description static WorkforceIntegrationSupportedEntitiesWorkforceIntegrationSupportedEntities. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkforceIntegrationSupportedEntities[]WorkforceIntegrationSupportedEntities. values()Returns an array containing the constants of this enum type, in the order they are declared.
-