Uses of Class
dev.botcity.maestro_sdk.model.SecretVO
Packages that use SecretVO
Package
Description
-
Uses of SecretVO in dev.botcity.maestro_sdk
Methods in dev.botcity.maestro_sdk that return SecretVOModifier and TypeMethodDescriptionBotMaestroSDK.createCredential
(String credentialLabel, String key, String value) -
Uses of SecretVO in dev.botcity.maestro_sdk.functions
Methods in dev.botcity.maestro_sdk.functions that return SecretVOModifier 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
Methods in dev.botcity.maestro_sdk.functions.credential that return SecretVOModifier 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
Methods in dev.botcity.maestro_sdk.mapper that return SecretVOModifier and TypeMethodDescriptionSecretMapper.mapToCreSecretVO
(dev.botcity.api.client.credential.Secret secret) Methods in dev.botcity.maestro_sdk.mapper with parameters of type SecretVOModifier and TypeMethodDescriptiondev.botcity.api.client.credential.Secret
SecretMapper.mapToSecret
(SecretVO secretVO)