Class GroupsCreateChildRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsCreateChildRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsCreateChildRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsCreateChildRequest.GroupsCreateChildRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static GroupsCreateChildRequest.GroupsCreateChildRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private channel to clone and archive.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Private channel to clone and archive.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Private channel to clone and archive. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write` -
setChannel
Deprecated.Private channel to clone and archive. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-