public class SlackAuth extends Object
Constructor and Description |
---|
SlackAuth() |
Modifier and Type | Method and Description |
---|---|
com.github.seratch.jslack.api.methods.response.reminders.RemindersAddResponse |
authAddReminderRequest(String accessToken,
String reminderText,
String time) |
com.github.seratch.jslack.api.methods.response.auth.AuthTestResponse |
authBaseRequest(String accessToken) |
com.github.seratch.jslack.api.methods.response.channels.ChannelsListResponse |
authChannelListRequest(String accessToken) |
com.github.seratch.jslack.api.methods.response.chat.ChatPostMessageResponse |
authChatPostMessageRequest(String channelId,
String accessToken,
String message) |
void |
setSlack(com.github.seratch.jslack.Slack slack) |
public com.github.seratch.jslack.api.methods.response.auth.AuthTestResponse authBaseRequest(String accessToken) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
IllegalAccessError
IOException
com.github.seratch.jslack.api.methods.SlackApiException
public com.github.seratch.jslack.api.methods.response.channels.ChannelsListResponse authChannelListRequest(String accessToken) throws IllegalAccessError, IOException, com.github.seratch.jslack.api.methods.SlackApiException
IllegalAccessError
IOException
com.github.seratch.jslack.api.methods.SlackApiException
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
IllegalAccessError
IOException
com.github.seratch.jslack.api.methods.SlackApiException
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
IllegalAccessError
IOException
com.github.seratch.jslack.api.methods.SlackApiException
public void setSlack(com.github.seratch.jslack.Slack slack)
Copyright © 2001–2021 jBPM dev team. All rights reserved.