Class ConversationsInviteResponse
- java.lang.Object
-
- com.slack.api.methods.response.conversations.ConversationsInviteResponse
-
- All Implemented Interfaces:
SlackApiResponse
,SlackApiTextResponse
public class ConversationsInviteResponse extends Object implements SlackApiTextResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConversationsInviteResponse.Error
-
Constructor Summary
Constructors Constructor Description ConversationsInviteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Conversation
getChannel()
String
getError()
List<ConversationsInviteResponse.Error>
getErrors()
String
getNeeded()
String
getProvided()
String
getWarning()
int
hashCode()
boolean
isOk()
void
setChannel(Conversation channel)
void
setError(String error)
void
setErrors(List<ConversationsInviteResponse.Error> errors)
void
setNeeded(String needed)
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
-
getErrors
public List<ConversationsInviteResponse.Error> getErrors()
-
getNeeded
public String getNeeded()
- Specified by:
getNeeded
in interfaceSlackApiTextResponse
-
getProvided
public String getProvided()
- Specified by:
getProvided
in interfaceSlackApiTextResponse
-
getChannel
public Conversation getChannel()
-
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
-
setErrors
public void setErrors(List<ConversationsInviteResponse.Error> errors)
-
setNeeded
public void setNeeded(String needed)
- Specified by:
setNeeded
in interfaceSlackApiTextResponse
-
setProvided
public void setProvided(String provided)
- Specified by:
setProvided
in interfaceSlackApiTextResponse
-
setChannel
public void setChannel(Conversation channel)
-
canEqual
protected boolean canEqual(Object other)
-
-