@Deprecated public class ImOpenRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ImOpenRequest.ImOpenRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ImOpenRequest.ImOpenRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getToken()
Deprecated.
Authentication token.
|
String |
getUser()
Deprecated.
User to open a direct message channel with.
|
int |
hashCode()
Deprecated.
|
boolean |
isIncludeLocale()
Deprecated.
Set this to `true` to receive the locale for this im.
|
boolean |
isReturnIm()
Deprecated.
Boolean, indicates you want the full IM channel definition in the response.
|
void |
setIncludeLocale(boolean includeLocale)
Deprecated.
Set this to `true` to receive the locale for this im.
|
void |
setReturnIm(boolean returnIm)
Deprecated.
Boolean, indicates you want the full IM channel definition in the response.
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
void |
setUser(String user)
Deprecated.
User to open a direct message channel with.
|
String |
toString()
Deprecated.
|
public static ImOpenRequest.ImOpenRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUser()
public boolean isReturnIm()
public boolean isIncludeLocale()
public void setToken(String token)
public void setUser(String user)
public void setReturnIm(boolean returnIm)
public void setIncludeLocale(boolean includeLocale)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.