Class MpimOpenRequest
- java.lang.Object
-
- com.slack.api.methods.request.mpim.MpimOpenRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class MpimOpenRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMpimOpenRequest.MpimOpenRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MpimOpenRequest.MpimOpenRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetToken()Deprecated.Authentication token.List<String>getUsers()Deprecated.Comma separated lists of users.inthashCode()Deprecated.voidsetToken(String token)Deprecated.Authentication token.voidsetUsers(List<String> users)Deprecated.Comma separated lists of users.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static MpimOpenRequest.MpimOpenRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `mpim:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsers
public List<String> getUsers()
Deprecated.Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned.
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `mpim:write`
-
setUsers
public void setUsers(List<String> users)
Deprecated.Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-