Class FunctionDefinition

    • Constructor Detail

      • FunctionDefinition

        public FunctionDefinition()
        No args constructor for use in serialization
      • FunctionDefinition

        public FunctionDefinition​(String name)
        Parameters:
        name -
    • Method Detail

      • getName

        public String getName()
        Function unique name (Required)
      • setName

        public void setName​(String name)
        Function unique name (Required)
      • getOperation

        public String getOperation()
        Combination of the function/service OpenAPI definition URI and the operationID of the operation that needs to be invoked, separated by a '#'. For example 'https://petstore.swagger.io/v2/swagger.json#getPetById'
      • setOperation

        public void setOperation​(String operation)
        Combination of the function/service OpenAPI definition URI and the operationID of the operation that needs to be invoked, separated by a '#'. For example 'https://petstore.swagger.io/v2/swagger.json#getPetById'
      • setMetadata

        public void setMetadata​(Map<String,​String> metadata)
        Metadata