Class StarsListRequest
- java.lang.Object
-
- com.slack.api.methods.request.stars.StarsListRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class StarsListRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStarsListRequest.StarsListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StarsListRequest.StarsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetCount()IntegergetPage()StringgetToken()Authentication token.inthashCode()voidsetCount(Integer count)voidsetPage(Integer page)voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static StarsListRequest.StarsListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `stars:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getCount
public Integer getCount()
-
getPage
public Integer getPage()
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `stars:read`
-
setCount
public void setCount(Integer count)
-
setPage
public void setPage(Integer page)
-
canEqual
protected boolean canEqual(Object other)
-
-