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 class
PinsListRequest.PinsListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PinsListRequest.PinsListRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getChannel()
Channel to get pinned items for.String
getToken()
Authentication token.int
hashCode()
void
setChannel(String channel)
Channel to get pinned items for.void
setToken(String token)
Authentication token.String
toString()
-
-
-
Method Detail
-
builder
public static PinsListRequest.PinsListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `pins:read`- Specified by:
getToken
in 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)
-
-