Uses of Class
odata.msgraph.client.beta.enums.WorkforceIntegrationSupportedEntities
-
Packages that use WorkforceIntegrationSupportedEntities Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WorkforceIntegrationSupportedEntities in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WorkforceIntegrationSupportedEntities Modifier and Type Field Description protected WorkforceIntegrationSupportedEntitiesWorkforceIntegration. supportedEntitiesprotected WorkforceIntegrationSupportedEntitiesWorkforceIntegration. supportsMethods in odata.msgraph.client.beta.entity that return types with arguments of type WorkforceIntegrationSupportedEntities Modifier and Type Method Description Optional<WorkforceIntegrationSupportedEntities>WorkforceIntegration. getSupportedEntities()Optional<WorkforceIntegrationSupportedEntities>WorkforceIntegration. getSupports()Methods in odata.msgraph.client.beta.entity with parameters of type WorkforceIntegrationSupportedEntities Modifier and Type Method Description WorkforceIntegration.BuilderWorkforceIntegration.Builder. supportedEntities(WorkforceIntegrationSupportedEntities supportedEntities)WorkforceIntegration.BuilderWorkforceIntegration.Builder. supports(WorkforceIntegrationSupportedEntities supports)WorkforceIntegrationWorkforceIntegration. withSupportedEntities(WorkforceIntegrationSupportedEntities supportedEntities)WorkforceIntegrationWorkforceIntegration. withSupports(WorkforceIntegrationSupportedEntities supports) -
Uses of WorkforceIntegrationSupportedEntities in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-