Class ChatScheduledMessagesListRequest
java.lang.Object
com.slack.api.methods.request.chat.scheduled_messages.ChatScheduledMessagesListRequest
- All Implemented Interfaces:
SlackApiRequest
public class ChatScheduledMessagesListRequest extends java.lang.Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder -
Method Summary
Modifier and Type Method Description static ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannel()The channel of the scheduled messagesjava.lang.StringgetCursor()For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from.java.lang.StringgetLatest()A UNIX timestamp of the latest value in the time rangejava.lang.IntegergetLimit()Maximum number of original entries to return.java.lang.StringgetOldest()A UNIX timestamp of the oldest value in the time rangejava.lang.StringgetTeamId()Required for org-wide apps.java.lang.StringgetToken()inthashCode()voidsetChannel(java.lang.String channel)The channel of the scheduled messagesvoidsetCursor(java.lang.String cursor)For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from.voidsetLatest(java.lang.String latest)A UNIX timestamp of the latest value in the time rangevoidsetLimit(java.lang.Integer limit)Maximum number of original entries to return.voidsetOldest(java.lang.String oldest)A UNIX timestamp of the oldest value in the time rangevoidsetTeamId(java.lang.String teamId)Required for org-wide apps.voidsetToken(java.lang.String token)java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public java.lang.String getChannel()The channel of the scheduled messages -
getCursor
public java.lang.String getCursor()For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from. -
getLatest
public java.lang.String getLatest()A UNIX timestamp of the latest value in the time range -
getLimit
public java.lang.Integer getLimit()Maximum number of original entries to return. -
getOldest
public java.lang.String getOldest()A UNIX timestamp of the oldest value in the time range -
getTeamId
public java.lang.String getTeamId()Required for org-wide apps. -
setToken
public void setToken(java.lang.String token) -
setChannel
public void setChannel(java.lang.String channel)The channel of the scheduled messages -
setCursor
public void setCursor(java.lang.String cursor)For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from. -
setLatest
public void setLatest(java.lang.String latest)A UNIX timestamp of the latest value in the time range -
setLimit
public void setLimit(java.lang.Integer limit)Maximum number of original entries to return. -
setOldest
public void setOldest(java.lang.String oldest)A UNIX timestamp of the oldest value in the time range -
setTeamId
public void setTeamId(java.lang.String teamId)Required for org-wide apps. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-