Class UrlVerificationPayload
- java.lang.Object
-
- com.slack.api.app_backend.events.payload.UrlVerificationPayload
-
public class UrlVerificationPayload extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlVerificationPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChallenge()StringgetToken()StringgetType()inthashCode()voidsetChallenge(String challenge)voidsetToken(String token)StringtoString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-