Class GroupsSetTopicResponse
java.lang.Object
com.slack.api.methods.response.groups.GroupsSetTopicResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
@Deprecated public class GroupsSetTopicResponse extends Object implements SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors Constructor Description GroupsSetTopicResponse()Deprecated. -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetError()Deprecated.StringgetNeeded()Deprecated.StringgetProvided()Deprecated.ResponseMetadatagetResponseMetadata()Deprecated.StringgetTopic()Deprecated.StringgetWarning()Deprecated.inthashCode()Deprecated.booleanisOk()Deprecated.voidsetError(String error)Deprecated.voidsetNeeded(String needed)Deprecated.voidsetOk(boolean ok)Deprecated.voidsetProvided(String provided)Deprecated.voidsetResponseMetadata(ResponseMetadata responseMetadata)Deprecated.voidsetTopic(String topic)Deprecated.voidsetWarning(String warning)Deprecated.StringtoString()Deprecated.
-
Constructor Details
-
GroupsSetTopicResponse
public GroupsSetTopicResponse()Deprecated.
-
-
Method Details
-
isOk
public boolean isOk()Deprecated.- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
Deprecated.- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
Deprecated.- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
Deprecated.- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
Deprecated.- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getTopic
Deprecated. -
getResponseMetadata
Deprecated. -
setOk
public void setOk(boolean ok)Deprecated.- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
Deprecated.- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
Deprecated.- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
Deprecated.- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
Deprecated.- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setTopic
Deprecated. -
setResponseMetadata
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-