Uses of Class
dev.botcity.maestro_sdk.model.SecretVO
Package
Description
-
Uses of SecretVO in dev.botcity.maestro_sdk
Modifier and TypeMethodDescriptionBotMaestroSDK.createCredential
(String credentialLabel, String key, String value) -
Uses of SecretVO in dev.botcity.maestro_sdk.functions
Modifier and TypeMethodDescriptionFunctionsService.createCredential
(String credentialLabel, String key, String value) START Credential FunctionsIFunctionService.createCredential
(String credentialLabel, String key, String value) -
Uses of SecretVO in dev.botcity.maestro_sdk.functions.credential
Modifier and TypeMethodDescriptionCredentialFunction.createKeyApi
(String credentialLabel, String key, String value, dev.botcity.api.client.login.GetToken accessToken) -
Uses of SecretVO in dev.botcity.maestro_sdk.mapper
Modifier and TypeMethodDescriptionSecretMapper.mapToCreSecretVO
(dev.botcity.api.client.credential.Secret secret) Modifier and TypeMethodDescriptiondev.botcity.api.client.credential.Secret
SecretMapper.mapToSecret
(SecretVO secretVO)