Interface CallRestApiModel

All Known Implementing Classes:
CloudBeesFlowCallRestApiStep, ElectricFlowGenericRestApi

public interface CallRestApiModel
  • Method Details

    • getConfiguration

      String getConfiguration()
    • getOverrideCredential

      Credential getOverrideCredential()
    • getUrlPath

      String getUrlPath()
    • getHttpMethod

      String getHttpMethod()
    • getParameters

      List<Pair> getParameters()
    • getParameters

      default List<Pair> getParameters(EnvReplacer envReplacer)
    • getBody

      String getBody()
    • getEnvVarNameForResult

      default String getEnvVarNameForResult()
    • isEnvVarNameForResultSet

      default boolean isEnvVarNameForResultSet()
    • getSummary

      default String getSummary()