Class ConversationsLeaveResponse
- java.lang.Object
-
- com.slack.api.methods.response.conversations.ConversationsLeaveResponse
-
- All Implemented Interfaces:
SlackApiResponse
,SlackApiTextResponse
public class ConversationsLeaveResponse extends Object implements SlackApiTextResponse
-
-
Constructor Summary
Constructors Constructor Description ConversationsLeaveResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getError()
String
getNeeded()
String
getProvided()
String
getWarning()
int
hashCode()
boolean
isNotInChannel()
boolean
isOk()
void
setError(String error)
void
setNeeded(String needed)
void
setNotInChannel(boolean notInChannel)
void
setOk(boolean ok)
void
setProvided(String provided)
void
setWarning(String warning)
String
toString()
-
-
-
Method Detail
-
isOk
public boolean isOk()
- Specified by:
isOk
in interfaceSlackApiTextResponse
-
getWarning
public String getWarning()
- Specified by:
getWarning
in interfaceSlackApiTextResponse
-
getError
public String getError()
- Specified by:
getError
in interfaceSlackApiTextResponse
-
getNeeded
public String getNeeded()
- Specified by:
getNeeded
in interfaceSlackApiTextResponse
-
getProvided
public String getProvided()
- Specified by:
getProvided
in interfaceSlackApiTextResponse
-
isNotInChannel
public boolean isNotInChannel()
-
setOk
public void setOk(boolean ok)
- Specified by:
setOk
in interfaceSlackApiTextResponse
-
setWarning
public void setWarning(String warning)
- Specified by:
setWarning
in interfaceSlackApiTextResponse
-
setError
public void setError(String error)
- Specified by:
setError
in interfaceSlackApiTextResponse
-
setNeeded
public void setNeeded(String needed)
- Specified by:
setNeeded
in interfaceSlackApiTextResponse
-
setProvided
public void setProvided(String provided)
- Specified by:
setProvided
in interfaceSlackApiTextResponse
-
setNotInChannel
public void setNotInChannel(boolean notInChannel)
-
canEqual
protected boolean canEqual(Object other)
-
-