Class RTMStartResponse
java.lang.Object
com.slack.api.methods.response.rtm.RTMStartResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
Deprecated.
Use `rtm.connect` API method instead
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.getError()Deprecated.Deprecated.Deprecated.Returns all the HTTP response headers in the API response.getIms()Deprecated.Deprecated.getPrefs()Deprecated.Deprecated.getSelf()Deprecated.getTeam()Deprecated.getUrl()Deprecated.getUsers()Deprecated.Deprecated.inthashCode()Deprecated.booleanisOk()Deprecated.voidsetChannels(List<Channel> channels) Deprecated.voidDeprecated.voidsetGroups(List<RTMStartResponse.Group> groups) Deprecated.voidsetHttpResponseHeaders(Map<String, List<String>> httpResponseHeaders) Deprecated.Sets the response headers.voidDeprecated.voidDeprecated.voidsetOk(boolean ok) Deprecated.voidsetPrefs(RTMStartResponse.Prefs prefs) Deprecated.voidsetProvided(String provided) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetWarning(String warning) Deprecated.toString()Deprecated.
-
Constructor Details
-
RTMStartResponse
public RTMStartResponse()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
-
getHttpResponseHeaders
Deprecated.Description copied from interface:SlackApiResponseReturns all the HTTP response headers in the API response. The keys are lower-cased.- Specified by:
getHttpResponseHeadersin interfaceSlackApiResponse
-
getUrl
Deprecated. -
getSelf
Deprecated. -
getTeam
Deprecated. -
getUsers
Deprecated. -
getPrefs
Deprecated. -
getChannels
Deprecated. -
getGroups
Deprecated. -
getIms
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
-
setHttpResponseHeaders
Deprecated.Description copied from interface:SlackApiResponseSets the response headers. Pass a Map object with lower-cased keys.- Specified by:
setHttpResponseHeadersin interfaceSlackApiResponse
-
setUrl
Deprecated. -
setSelf
Deprecated. -
setTeam
Deprecated. -
setUsers
Deprecated. -
setPrefs
Deprecated. -
setChannels
Deprecated. -
setGroups
Deprecated. -
setIms
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-