クラス AdminAnalyticsGetFileResponse
java.lang.Object
com.slack.api.methods.response.admin.analytics.AdminAnalyticsGetFileResponse
- すべての実装されたインタフェース:
SlackApiBinaryResponse,SlackApiResponse
-
ネストされたクラスの概要
ネストされたクラス修飾子とタイプクラス説明static classParsed Analytics Datastatic classstatic classstatic class -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明byte[]asBytes()protected booleanbooleanvoidforEach(com.google.gson.Gson gson, Consumer<AdminAnalyticsGetFileResponse.AnalyticsData> handler) voidgetError()This method is almost completely unlike other Web API methods you encounter.Returns all the HTTP response headers in the API response.inthashCode()booleanisOk()voidvoidsetFileStream(InputStream fileStream) This method is almost completely unlike other Web API methods you encounter.voidsetHttpResponseHeaders(Map<String, List<String>> httpResponseHeaders) Sets the response headers.voidsetOk(boolean ok) voidsetResponseMetadata(ResponseMetadata responseMetadata) toString()
-
コンストラクタの詳細
-
AdminAnalyticsGetFileResponse
public AdminAnalyticsGetFileResponse()
-
-
メソッドの詳細
-
asBytes
- 定義:
asBytesインタフェース内SlackApiBinaryResponse- 例外:
IOException
-
forEach
public void forEach(Consumer<AdminAnalyticsGetFileResponse.AnalyticsData> handler) throws IOException - 例外:
IOException
-
forEach
public void forEach(com.google.gson.Gson gson, Consumer<AdminAnalyticsGetFileResponse.AnalyticsData> handler) throws IOException - 例外:
IOException
-
isOk
public boolean isOk() -
getError
-
getResponseMetadata
-
getHttpResponseHeaders
インタフェースからコピーされた説明:SlackApiResponseReturns all the HTTP response headers in the API response. The keys are lower-cased.- 定義:
getHttpResponseHeadersインタフェース内SlackApiResponse
-
getFileStream
This method is almost completely unlike other Web API methods you encounter. It doesn't return application/json with the traditional "ok": true response on success, though you'll find "ok": false on failure.Instead, it returns a single file, often very large, containing JSON objects that are separated by newlines and then compressed with application/gzip.
-
setOk
public void setOk(boolean ok) -
setError
-
setResponseMetadata
-
setHttpResponseHeaders
インタフェースからコピーされた説明:SlackApiResponseSets the response headers. Pass a Map object with lower-cased keys.- 定義:
setHttpResponseHeadersインタフェース内SlackApiResponse
-
setFileStream
This method is almost completely unlike other Web API methods you encounter. It doesn't return application/json with the traditional "ok": true response on success, though you'll find "ok": false on failure.Instead, it returns a single file, often very large, containing JSON objects that are separated by newlines and then compressed with application/gzip.
-
equals
-
canEqual
-
hashCode
-
toString
-