Package com.slack.api.model.event
Class TokensRevokedEvent.Tokens
- java.lang.Object
-
- com.slack.api.model.event.TokensRevokedEvent.Tokens
-
- Enclosing class:
- TokensRevokedEvent
public static class TokensRevokedEvent.Tokens extends Object
-
-
Constructor Summary
Constructors Constructor Description Tokens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getBot()List<String>getOauth()inthashCode()voidsetBot(List<String> bot)voidsetOauth(List<String> oauth)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-