Class MpimOpenRequest
java.lang.Object
com.slack.api.methods.request.mpim.MpimOpenRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.getToken()Deprecated.Authentication token.getUsers()Deprecated.Comma separated lists of users.inthashCode()Deprecated.voidDeprecated.Authentication token.voidDeprecated.Comma separated lists of users.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `mpim:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getUsers
Deprecated.Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned. -
setToken
Deprecated.Authentication token. Requires scope: `mpim:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setUsers
Deprecated.Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-