クラス AssistantThreadsSetStatusRequest
java.lang.Object
com.slack.api.methods.request.assistant.threads.AssistantThreadsSetStatusRequest
-
ネストされたクラスの概要
ネストされたクラス修飾子とタイプクラス説明static class -
メソッドの概要
修飾子とタイプメソッド説明builder()protected booleanbooleanChannel ID containing the assistant thread.Status of the specified bot user, e.g.Message timestamp of the thread of where to set the status.getToken()Returns a token in this request object.inthashCode()voidsetChannelId(String channelId) Channel ID containing the assistant thread.voidStatus of the specified bot user, e.g.voidsetThreadTs(String threadTs) Message timestamp of the thread of where to set the status.voidUpdates the token in this request object.toString()
-
メソッドの詳細
-
builder
-
getToken
インタフェースからコピーされた説明:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- 定義:
getTokenインタフェース内SlackApiRequest- 戻り値:
- token string value or null
-
getChannelId
Channel ID containing the assistant thread. -
getThreadTs
Message timestamp of the thread of where to set the status. -
getStatus
Status of the specified bot user, e.g. 'is thinking...' -
setToken
インタフェースからコピーされた説明:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- 定義:
setTokenインタフェース内SlackApiRequest
-
setChannelId
Channel ID containing the assistant thread. -
setThreadTs
Message timestamp of the thread of where to set the status. -
setStatus
Status of the specified bot user, e.g. 'is thinking...' -
equals
-
canEqual
-
hashCode
-
toString
-