Uses of Class
odata.msgraph.client.entity.WorkforceIntegration
-
Packages that use WorkforceIntegration Package Description odata.msgraph.client.entity -
-
Uses of WorkforceIntegration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkforceIntegration Modifier and Type Field Description protected List<WorkforceIntegration>Teamwork. workforceIntegrationsMethods in odata.msgraph.client.entity that return WorkforceIntegration Modifier and Type Method Description WorkforceIntegrationWorkforceIntegration.Builder. build()WorkforceIntegrationWorkforceIntegration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkforceIntegrationWorkforceIntegration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkforceIntegrationWorkforceIntegration. withApiVersion(Integer apiVersion)WorkforceIntegrationWorkforceIntegration. withDisplayName(String displayName)WorkforceIntegrationWorkforceIntegration. withEncryption(WorkforceIntegrationEncryption encryption)WorkforceIntegrationWorkforceIntegration. withIsActive(Boolean isActive)WorkforceIntegrationWorkforceIntegration. withSupportedEntities(WorkforceIntegrationSupportedEntities supportedEntities)WorkforceIntegrationWorkforceIntegration. withUnmappedField(String name, Object value)WorkforceIntegrationWorkforceIntegration. withUrl(String url)Methods in odata.msgraph.client.entity with parameters of type WorkforceIntegration Modifier and Type Method Description Teamwork.BuilderTeamwork.Builder. workforceIntegrations(WorkforceIntegration... workforceIntegrations)Method parameters in odata.msgraph.client.entity with type arguments of type WorkforceIntegration Modifier and Type Method Description TeamworkTeamwork. withWorkforceIntegrations(List<WorkforceIntegration> workforceIntegrations)Teamwork.BuilderTeamwork.Builder. workforceIntegrations(List<WorkforceIntegration> workforceIntegrations)
-