Uses of Class
com.microsoft.graph.models.WorkforceIntegration
Packages that use WorkforceIntegration
-
Uses of WorkforceIntegration in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkforceIntegrationModifier and TypeMethodDescriptionstatic WorkforceIntegrationWorkforceIntegration.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 WorkforceIntegrationModifier and TypeMethodDescriptionWorkforceIntegrationCollectionResponse.getValue()Gets the value property value.Teamwork.getWorkforceIntegrations()Gets the workforceIntegrations property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkforceIntegrationModifier and TypeMethodDescriptionvoidWorkforceIntegrationCollectionResponse.setValue(List<WorkforceIntegration> value) Sets the value property value.voidTeamwork.setWorkforceIntegrations(List<WorkforceIntegration> value) Sets the workforceIntegrations property value.