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