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
Methods 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, String value)WorkforceIntegrationWorkforceIntegration. withUrl(String url)
-