Interface CallRestApiModel
- All Known Implementing Classes:
CloudBeesFlowCallRestApiStep
,ElectricFlowGenericRestApi
public interface CallRestApiModel
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
default String
getParameters
(EnvReplacer envReplacer) default String
default boolean
-
Method Details
-
getConfiguration
String getConfiguration() -
getOverrideCredential
Credential getOverrideCredential() -
getUrlPath
String getUrlPath() -
getHttpMethod
String getHttpMethod() -
getParameters
-
getParameters
-
getBody
String getBody() -
getEnvVarNameForResult
-
isEnvVarNameForResultSet
default boolean isEnvVarNameForResultSet() -
getSummary
-