Uses of Class
com.slack.api.methods.request.im.ImListRequest
-
Packages that use ImListRequest Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.request.im -
-
Uses of ImListRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type ImListRequest Modifier and Type Method Description ImListResponseMethodsClient. imList(ImListRequest req)Deprecated.static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(ImListRequest req) -
Uses of ImListRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type ImListRequest Modifier and Type Method Description ImListResponseMethodsClientImpl. imList(ImListRequest req) -
Uses of ImListRequest in com.slack.api.methods.request.im
Methods in com.slack.api.methods.request.im that return ImListRequest Modifier and Type Method Description ImListRequestImListRequest.ImListRequestBuilder. build()
-