Package com.slack.api.model.manifest
Class AppManifest.EventSubscriptions
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifest.EventSubscriptions
-
- Enclosing class:
- AppManifest
public static class AppManifest.EventSubscriptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifest.EventSubscriptions.EventSubscriptionsBuilder
-
Constructor Summary
Constructors Constructor Description EventSubscriptions()EventSubscriptions(List<String> botEvents, List<String> userEvents, String requestUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifest.EventSubscriptions.EventSubscriptionsBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getBotEvents()StringgetRequestUrl()List<String>getUserEvents()inthashCode()voidsetBotEvents(List<String> botEvents)voidsetRequestUrl(String requestUrl)voidsetUserEvents(List<String> userEvents)StringtoString()
-
-
-
Method Detail
-
builder
public static AppManifest.EventSubscriptions.EventSubscriptionsBuilder builder()
-
getRequestUrl
public String getRequestUrl()
-
setRequestUrl
public void setRequestUrl(String requestUrl)
-
canEqual
protected boolean canEqual(Object other)
-
-