Uses of Class
odata.msgraph.client.complex.WorkforceIntegrationEncryption
-
Packages that use WorkforceIntegrationEncryption Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WorkforceIntegrationEncryption in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WorkforceIntegrationEncryption Modifier and Type Method Description WorkforceIntegrationEncryptionWorkforceIntegrationEncryption.Builder. build()WorkforceIntegrationEncryptionWorkforceIntegrationEncryption. withProtocol(WorkforceIntegrationEncryptionProtocol protocol)WorkforceIntegrationEncryptionWorkforceIntegrationEncryption. withSecret(String secret)WorkforceIntegrationEncryptionWorkforceIntegrationEncryption. withUnmappedField(String name, Object value) -
Uses of WorkforceIntegrationEncryption in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkforceIntegrationEncryption Modifier and Type Field Description protected WorkforceIntegrationEncryptionWorkforceIntegration. encryptionMethods in odata.msgraph.client.entity that return types with arguments of type WorkforceIntegrationEncryption Modifier and Type Method Description Optional<WorkforceIntegrationEncryption>WorkforceIntegration. getEncryption()Methods in odata.msgraph.client.entity with parameters of type WorkforceIntegrationEncryption Modifier and Type Method Description WorkforceIntegration.BuilderWorkforceIntegration.Builder. encryption(WorkforceIntegrationEncryption encryption)WorkforceIntegrationWorkforceIntegration. withEncryption(WorkforceIntegrationEncryption encryption)
-