Class PinsListRequest
- java.lang.Object
-
- com.slack.api.methods.request.pins.PinsListRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class PinsListRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPinsListRequest.PinsListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PinsListRequest.PinsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()Channel to get pinned items for.StringgetToken()Authentication token.inthashCode()voidsetChannel(String channel)Channel to get pinned items for.voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static PinsListRequest.PinsListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `pins:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Channel to get pinned items for.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `pins:read`
-
setChannel
public void setChannel(String channel)
Channel to get pinned items for.
-
canEqual
protected boolean canEqual(Object other)
-
-