Class WorkflowStepSaveRequest
java.lang.Object
com.slack.api.bolt.request.Request<WorkflowStepSaveContext>
com.slack.api.bolt.request.builtin.WorkflowStepSaveRequest
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowStepSaveRequest(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
-
WorkflowStepSaveRequest
Deprecated.
-
-
Method Details
-
getContext
Deprecated.Description copied from class:RequestThe context behind this request.- Specified by:
getContextin classRequest<WorkflowStepSaveContext>
-
getRequestType
Deprecated.- Specified by:
getRequestTypein classRequest<WorkflowStepSaveContext>
-
getRequestBodyAsString
Deprecated.- Specified by:
getRequestBodyAsStringin classRequest<WorkflowStepSaveContext>
-
getHeaders
Deprecated.- Specified by:
getHeadersin classRequest<WorkflowStepSaveContext>
-
getResponseUrl
Deprecated.- Specified by:
getResponseUrlin classRequest<WorkflowStepSaveContext>
-
getPayload
Deprecated. -
toString
Deprecated.- Overrides:
toStringin classRequest<WorkflowStepSaveContext>
-