Uses of Class
com.slack.api.methods.request.team.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
| 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.team |
-
Uses of TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<TeamIntegrationLogsResponse>AsyncMethodsClient. teamIntegrationLogs(RequestConfigurator<TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder> req)TeamIntegrationLogsResponseMethodsClient. teamIntegrationLogs(RequestConfigurator<TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder> req) -
Uses of TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<TeamIntegrationLogsResponse>AsyncMethodsClientImpl. teamIntegrationLogs(RequestConfigurator<TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder> req)TeamIntegrationLogsResponseMethodsClientImpl. teamIntegrationLogs(RequestConfigurator<TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder> req) -
Uses of TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder in com.slack.api.methods.request.team
Methods in com.slack.api.methods.request.team that return TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder Modifier and Type Method Description TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. appId(java.lang.String appId)Filter logs to this Slack app.static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest. builder()TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. changeType(java.lang.String changeType)Filter logs with this change type.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. count(java.lang.Integer count)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. page(java.lang.Integer page)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. serviceId(java.lang.String serviceId)Filter logs to this service.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. teamId(java.lang.String teamId)Required for org-wide apps.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. token(java.lang.String token)Authentication token.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. user(java.lang.String user)Filter logs generated by this user’s actions.