Class WorkflowStepEditRequest
java.lang.Object
com.slack.api.bolt.request.Request<WorkflowStepEditContext>
com.slack.api.bolt.request.builtin.WorkflowStepEditRequest
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowStepEditRequest(String requestBody, String payloadBody, RequestHeaders headers) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The context behind this request.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.toString()Deprecated.Methods inherited from class com.slack.api.bolt.request.Request
getClientIpAddress, getQueryString, isSocketMode, isValid, isValid, setClientIpAddress, setSocketMode, updateContext
-
Constructor Details
-
WorkflowStepEditRequest
Deprecated.
-
-
Method Details
-
getContext
Deprecated.Description copied from class:RequestThe context behind this request.- Specified by:
getContextin classRequest<WorkflowStepEditContext>
-
getRequestType
Deprecated.- Specified by:
getRequestTypein classRequest<WorkflowStepEditContext>
-
getRequestBodyAsString
Deprecated.- Specified by:
getRequestBodyAsStringin classRequest<WorkflowStepEditContext>
-
getHeaders
Deprecated.- Specified by:
getHeadersin classRequest<WorkflowStepEditContext>
-
getResponseUrl
Deprecated.- Specified by:
getResponseUrlin classRequest<WorkflowStepEditContext>
-
getPayload
Deprecated. -
toString
Deprecated.- Overrides:
toStringin classRequest<WorkflowStepEditContext>
-