Class Secrets
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Secrets
-
- All Implemented Interfaces:
Serializable
public class Secrets extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRefValue()
List<String>
getSecretDefs()
void
setRefValue(String refValue)
void
setSecretDefs(List<String> secretDefs)
-