Package com.slack.api.methods.request.im
Class ImOpenRequest
java.lang.Object
com.slack.api.methods.request.im.ImOpenRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ImOpenRequest extends java.lang.Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImOpenRequest.ImOpenRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ImOpenRequest.ImOpenRequestBuilderbuilder()Deprecated.protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetToken()Deprecated.Authentication token.java.lang.StringgetUser()Deprecated.User to open a direct message channel with.inthashCode()Deprecated.booleanisIncludeLocale()Deprecated.Set this to `true` to receive the locale for this im.booleanisReturnIm()Deprecated.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.voidsetToken(java.lang.String token)Deprecated.Authentication token.voidsetUser(java.lang.String user)Deprecated.User to open a direct message channel with.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
public java.lang.String getToken()Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUser
public java.lang.String 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
public void setToken(java.lang.String token)Deprecated.Authentication token. Requires scope: `im:write` -
setUser
public void setUser(java.lang.String user)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
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-