Package com.arms.api.util.slack
Interface SlackResponse.SlackResponseData<T>
-
- Enclosing class:
- SlackResponse<T>
public static interface SlackResponse.SlackResponseData<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
makeResponseData()
-
-
-
Method Detail
-
makeResponseData
T makeResponseData() throws com.slack.api.methods.SlackApiException, java.io.IOException
- Throws:
com.slack.api.methods.SlackApiException
java.io.IOException
-
-