Package com.slack.api.model.event
Class AppRateLimitedEvent
java.lang.Object
com.slack.api.model.event.AppRateLimitedEvent
- All Implemented Interfaces:
Event,Serializable
https://docs.slack.dev/reference/events/app_rate_limited
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanyour application's ID, especially useful if you have multiple applications working with the Events APIa rounded epoch time value indicating the minute your application became rate limited for this workspace.subscriptions between your app and the workspace with this ID are being rate limitedgetToken()the same shared token used to verify other events in the Events APIgetType()inthashCode()voidsetApiAppId(String apiAppId) your application's ID, especially useful if you have multiple applications working with the Events APIvoidsetMinuteRateLimited(Integer minuteRateLimited) a rounded epoch time value indicating the minute your application became rate limited for this workspace.voidsubscriptions between your app and the workspace with this ID are being rate limitedvoidthe same shared token used to verify other events in the Events APItoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AppRateLimitedEvent
public AppRateLimitedEvent()
-
-
Method Details
-
getType
-
getToken
the same shared token used to verify other events in the Events API -
getTeamId
subscriptions between your app and the workspace with this ID are being rate limited -
getMinuteRateLimited
a rounded epoch time value indicating the minute your application became rate limited for this workspace. 1518467820 is at 2018-02-12 20:37:00 UTC. -
getApiAppId
your application's ID, especially useful if you have multiple applications working with the Events API -
setToken
the same shared token used to verify other events in the Events API -
setTeamId
subscriptions between your app and the workspace with this ID are being rate limited -
setMinuteRateLimited
a rounded epoch time value indicating the minute your application became rate limited for this workspace. 1518467820 is at 2018-02-12 20:37:00 UTC. -
setApiAppId
your application's ID, especially useful if you have multiple applications working with the Events API -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-