クラス OAuthCallbackRequest
java.lang.Object
com.slack.api.bolt.request.Request<OAuthCallbackContext>
com.slack.api.bolt.request.builtin.OAuthCallbackRequest
-
コンストラクタの概要
コンストラクタコンストラクタ説明OAuthCallbackRequest
(Map<String, List<String>> queryString, String requestBody, VerificationCodePayload payload, RequestHeaders headers) -
メソッドの概要
クラスから継承されたメソッド com.slack.api.bolt.request.Request
getClientIpAddress, isSocketMode, isValid, isValid, setClientIpAddress, setSocketMode, updateContext
-
コンストラクタの詳細
-
OAuthCallbackRequest
public OAuthCallbackRequest(Map<String, List<String>> queryString, String requestBody, VerificationCodePayload payload, RequestHeaders headers)
-
-
メソッドの詳細
-
getContext
クラスからコピーされた説明:Request
The context behind this request.- 定義:
getContext
クラス内Request<OAuthCallbackContext>
-
getRequestType
- 定義:
getRequestType
クラス内Request<OAuthCallbackContext>
-
getQueryString
- オーバーライド:
getQueryString
クラス内Request<OAuthCallbackContext>
-
getRequestBodyAsString
-
getHeaders
- 定義:
getHeaders
クラス内Request<OAuthCallbackContext>
-
getPayload
-
getResponseUrl
- 定義:
getResponseUrl
クラス内Request<OAuthCallbackContext>
-
toString
- オーバーライド:
toString
クラス内Request<OAuthCallbackContext>
-