Class AdminTeamsSettingsSetDescriptionRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetDescriptionRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsSettingsSetDescriptionRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.settings.setDescription
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()StringgetTeamId()ID for the workspace to set the description for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetDescription(String description)voidsetTeamId(String teamId)ID for the workspace to set the description for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
public static AdminTeamsSettingsSetDescriptionRequest.AdminTeamsSettingsSetDescriptionRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeamId
ID for the workspace to set the description for. -
getDescription
-
setToken
Authentication token bearing required scopes. -
setTeamId
ID for the workspace to set the description for. -
setDescription
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-