Package com.slack.api.methods.request.im
Class ImOpenRequest
java.lang.Object
com.slack.api.methods.request.im.ImOpenRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.getToken()Deprecated.Authentication token.getUser()Deprecated.User to open a direct message channel with.inthashCode()Deprecated.booleanDeprecated.Set this to `true` to receive the locale for this im.booleanDeprecated.Boolean, indicates you want the full IM channel definition in the response.voidsetIncludeLocale(boolean includeLocale) Deprecated.Set this to `true` to receive the locale for this im.voidsetReturnIm(boolean returnIm) Deprecated.Boolean, indicates you want the full IM channel definition in the response.voidDeprecated.Authentication token.voidDeprecated.User to open a direct message channel with.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getUser
Deprecated.User to open a direct message channel with. -
isReturnIm
public boolean isReturnIm()Deprecated.Boolean, indicates you want the full IM channel definition in the response. -
isIncludeLocale
public boolean isIncludeLocale()Deprecated.Set this to `true` to receive the locale for this im. Defaults to `false` -
setToken
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setUser
Deprecated.User to open a direct message channel with. -
setReturnIm
public void setReturnIm(boolean returnIm) Deprecated.Boolean, indicates you want the full IM channel definition in the response. -
setIncludeLocale
public void setIncludeLocale(boolean includeLocale) Deprecated.Set this to `true` to receive the locale for this im. Defaults to `false` -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-