クラス AssistantThreadsSetTitleRequest
java.lang.Object
com.slack.api.methods.request.assistant.threads.AssistantThreadsSetTitleRequest
-
ネストされたクラスの概要
ネストされたクラス -
メソッドの概要
修飾子とタイプメソッド説明builder()protected booleanbooleanChannel ID containing the assistant thread.Message timestamp of the thread of where to set the status.getTitle()The title to use for the thread.getToken()Returns a token in this request object.inthashCode()voidsetChannelId(String channelId) Channel ID containing the assistant thread.voidsetThreadTs(String threadTs) Message timestamp of the thread of where to set the status.voidThe title to use for the thread.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. -
getTitle
The title to use for the thread. -
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. -
setTitle
The title to use for the thread. -
equals
-
canEqual
-
hashCode
-
toString
-