Class CallsParticipantsAddResponse
- java.lang.Object
-
- com.slack.api.methods.response.calls.participants.CallsParticipantsAddResponse
-
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class CallsParticipantsAddResponse extends Object implements SlackApiTextResponse
-
-
Constructor Summary
Constructors Constructor Description CallsParticipantsAddResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CallgetCall()StringgetError()StringgetNeeded()StringgetProvided()ResponseMetadatagetResponseMetadata()StringgetWarning()inthashCode()booleanisOk()voidsetCall(Call call)voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetResponseMetadata(ResponseMetadata responseMetadata)voidsetWarning(String warning)StringtoString()
-
-
-
Method Detail
-
isOk
public boolean isOk()
- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
public String getWarning()
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
public String getError()
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
public String getNeeded()
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
public String getProvided()
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getCall
public Call getCall()
-
getResponseMetadata
public ResponseMetadata getResponseMetadata()
-
setOk
public void setOk(boolean ok)
- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
public void setWarning(String warning)
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
public void setError(String error)
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
public void setNeeded(String needed)
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
public void setProvided(String provided)
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setCall
public void setCall(Call call)
-
setResponseMetadata
public void setResponseMetadata(ResponseMetadata responseMetadata)
-
canEqual
protected boolean canEqual(Object other)
-
-