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