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
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 Details
-
builder
-
getToken
Authentication token. Requires scope: `pins:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Channel to get pinned items for. -
setToken
Authentication token. Requires scope: `pins:read` -
setChannel
Channel to get pinned items for. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-