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