Class OAuthV2AccessResponse.IncomingWebhook
- java.lang.Object
-
- com.slack.api.methods.response.oauth.OAuthV2AccessResponse.IncomingWebhook
-
- Enclosing class:
- OAuthV2AccessResponse
public static class OAuthV2AccessResponse.IncomingWebhook extends Object
-
-
Constructor Summary
Constructors Constructor Description IncomingWebhook()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
getChannel
public String getChannel()
-
getChannelId
public String getChannelId()
-
getConfigurationUrl
public String getConfigurationUrl()
-
setUrl
public void setUrl(String url)
-
setChannel
public void setChannel(String channel)
-
setChannelId
public void setChannelId(String channelId)
-
setConfigurationUrl
public void setConfigurationUrl(String configurationUrl)
-
canEqual
protected boolean canEqual(Object other)
-
-