Interface Bambda


public interface Bambda
Provides access to functionality related to Bambdas.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method can be used to import a Bambda.
  • Method Details

    • importBambda

      BambdaImportResult importBambda(String script)
      This method can be used to import a Bambda. If a script with the same ID already exists in the library, it will be replaced.
      Parameters:
      script - the Bambda script to import
      Returns:
      The BambdaImportResult containing the result of importing the Bambda.