Class OAuthTokenResponse.IncomingWebhook
java.lang.Object
com.slack.api.methods.response.oauth.OAuthTokenResponse.IncomingWebhook
- Enclosing class:
- OAuthTokenResponse
public static class OAuthTokenResponse.IncomingWebhook extends Object
-
Constructor Summary
Constructors Constructor Description IncomingWebhook() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetChannelId()StringgetConfigurationUrl()StringgetUrl()inthashCode()voidsetChannel(String channel)voidsetChannelId(String channelId)voidsetConfigurationUrl(String configurationUrl)voidsetUrl(String url)StringtoString()
-
Constructor Details
-
IncomingWebhook
public IncomingWebhook()
-
-
Method Details
-
getUrl
-
getChannel
-
getChannelId
-
getConfigurationUrl
-
setUrl
-
setChannel
-
setChannelId
-
setConfigurationUrl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-