Class ChannelsKickResponse
java.lang.Object
com.slack.api.methods.response.channels.ChannelsKickResponse
- All Implemented Interfaces:
SlackApiResponse
,SlackApiTextResponse
@Deprecated public class ChannelsKickResponse extends Object implements SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors Constructor Description ChannelsKickResponse()
Deprecated. -
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getError()
Deprecated.String
getNeeded()
Deprecated.String
getProvided()
Deprecated.ResponseMetadata
getResponseMetadata()
Deprecated.String
getWarning()
Deprecated.int
hashCode()
Deprecated.boolean
isOk()
Deprecated.void
setError(String error)
Deprecated.void
setNeeded(String needed)
Deprecated.void
setOk(boolean ok)
Deprecated.void
setProvided(String provided)
Deprecated.void
setResponseMetadata(ResponseMetadata responseMetadata)
Deprecated.void
setWarning(String warning)
Deprecated.String
toString()
Deprecated.
-
Constructor Details
-
ChannelsKickResponse
public ChannelsKickResponse()Deprecated.
-
-
Method Details
-
isOk
public boolean isOk()Deprecated.- Specified by:
isOk
in interfaceSlackApiTextResponse
-
getWarning
Deprecated.- Specified by:
getWarning
in interfaceSlackApiTextResponse
-
getError
Deprecated.- Specified by:
getError
in interfaceSlackApiTextResponse
-
getNeeded
Deprecated.- Specified by:
getNeeded
in interfaceSlackApiTextResponse
-
getProvided
Deprecated.- Specified by:
getProvided
in interfaceSlackApiTextResponse
-
getResponseMetadata
Deprecated. -
setOk
public void setOk(boolean ok)Deprecated.- Specified by:
setOk
in interfaceSlackApiTextResponse
-
setWarning
Deprecated.- Specified by:
setWarning
in interfaceSlackApiTextResponse
-
setError
Deprecated.- Specified by:
setError
in interfaceSlackApiTextResponse
-
setNeeded
Deprecated.- Specified by:
setNeeded
in interfaceSlackApiTextResponse
-
setProvided
Deprecated.- Specified by:
setProvided
in interfaceSlackApiTextResponse
-
setResponseMetadata
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-