Uses of Class
odata.msgraph.client.enums.WorkforceIntegrationEncryptionProtocol
-
Packages that use WorkforceIntegrationEncryptionProtocol Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of WorkforceIntegrationEncryptionProtocol in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WorkforceIntegrationEncryptionProtocol Modifier and Type Field Description protected WorkforceIntegrationEncryptionProtocolWorkforceIntegrationEncryption. protocolMethods in odata.msgraph.client.complex that return types with arguments of type WorkforceIntegrationEncryptionProtocol Modifier and Type Method Description Optional<WorkforceIntegrationEncryptionProtocol>WorkforceIntegrationEncryption. getProtocol()Methods in odata.msgraph.client.complex with parameters of type WorkforceIntegrationEncryptionProtocol Modifier and Type Method Description WorkforceIntegrationEncryption.BuilderWorkforceIntegrationEncryption.Builder. protocol(WorkforceIntegrationEncryptionProtocol protocol)WorkforceIntegrationEncryptionWorkforceIntegrationEncryption. withProtocol(WorkforceIntegrationEncryptionProtocol protocol) -
Uses of WorkforceIntegrationEncryptionProtocol in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WorkforceIntegrationEncryptionProtocol Modifier and Type Method Description static WorkforceIntegrationEncryptionProtocolWorkforceIntegrationEncryptionProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkforceIntegrationEncryptionProtocol[]WorkforceIntegrationEncryptionProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-