Package org.jbpm.process.workitem.slack
Class SlackAuth
- java.lang.Object
-
- org.jbpm.process.workitem.slack.SlackAuth
-
public class SlackAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description SlackAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.seratch.jslack.api.methods.response.reminders.RemindersAddResponseauthAddReminderRequest(String accessToken, String reminderText, String time)com.github.seratch.jslack.api.methods.response.auth.AuthTestResponseauthBaseRequest(String accessToken)com.github.seratch.jslack.api.methods.response.channels.ChannelsListResponseauthChannelListRequest(String accessToken)com.github.seratch.jslack.api.methods.response.chat.ChatPostMessageResponseauthChatPostMessageRequest(String channelId, String accessToken, String message)voidsetSlack(com.github.seratch.jslack.Slack slack)
-
-
-
Method Detail
-
authBaseRequest
public com.github.seratch.jslack.api.methods.response.auth.AuthTestResponse authBaseRequest(String accessToken) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
- Throws:
IllegalAccessErrorIOExceptioncom.github.seratch.jslack.api.methods.SlackApiException
-
authChannelListRequest
public com.github.seratch.jslack.api.methods.response.channels.ChannelsListResponse authChannelListRequest(String accessToken) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
- Throws:
IllegalAccessErrorIOExceptioncom.github.seratch.jslack.api.methods.SlackApiException
-
authChatPostMessageRequest
public com.github.seratch.jslack.api.methods.response.chat.ChatPostMessageResponse authChatPostMessageRequest(String channelId, String accessToken, String message) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
- Throws:
IllegalAccessErrorIOExceptioncom.github.seratch.jslack.api.methods.SlackApiException
-
authAddReminderRequest
public com.github.seratch.jslack.api.methods.response.reminders.RemindersAddResponse authAddReminderRequest(String accessToken, String reminderText, String time) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
- Throws:
IllegalAccessErrorIOExceptioncom.github.seratch.jslack.api.methods.SlackApiException
-
setSlack
public void setSlack(com.github.seratch.jslack.Slack slack)
-
-