Class GroupsRepliesResponse
java.lang.Object
com.slack.api.methods.response.groups.GroupsRepliesResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.getError()Deprecated.Deprecated.Returns all the HTTP response headers in the API response.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.booleanDeprecated.booleanisOk()Deprecated.voidDeprecated.voidsetHasMore(boolean hasMore) Deprecated.voidsetHttpResponseHeaders(Map<String, List<String>> httpResponseHeaders) Deprecated.Sets the response headers.voidsetMessages(List<Message> messages) Deprecated.voidDeprecated.voidsetOk(boolean ok) Deprecated.voidsetProvided(String provided) Deprecated.voidsetResponseMetadata(ResponseMetadata responseMetadata) Deprecated.voidsetThreadInfo(ThreadInfo threadInfo) Deprecated.voidsetWarning(String warning) Deprecated.toString()Deprecated.
-
Constructor Details
-
GroupsRepliesResponse
public GroupsRepliesResponse()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
-
getMessages
Deprecated. -
getThreadInfo
Deprecated. -
isHasMore
public boolean isHasMore()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
-
setHttpResponseHeaders
Deprecated.Description copied from interface:SlackApiResponseSets the response headers. Pass a Map object with lower-cased keys.- Specified by:
setHttpResponseHeadersin interfaceSlackApiResponse
-
setMessages
Deprecated. -
setThreadInfo
Deprecated. -
setHasMore
public void setHasMore(boolean hasMore) Deprecated. -
setResponseMetadata
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-