Class BotsInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.bots.BotsInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class BotsInfoRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBotsInfoRequest.BotsInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BotsInfoRequest.BotsInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBot()Bot user to get info onStringgetTeamId()Required for org-wide apps.StringgetToken()Authentication token.inthashCode()voidsetBot(String bot)Bot user to get info onvoidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static BotsInfoRequest.BotsInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `users:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getBot
public String getBot()
Bot user to get info on
-
getTeamId
public String getTeamId()
Required for org-wide apps.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `users:read`
-
setBot
public void setBot(String bot)
Bot user to get info on
-
setTeamId
public void setTeamId(String teamId)
Required for org-wide apps.
-
canEqual
protected boolean canEqual(Object other)
-
-