Uses of Class
com.slack.api.methods.request.team.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
-
Packages that use 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 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 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(String appId)Filter logs to this Slack app.static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest. builder()TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. changeType(String changeType)Filter logs with this change type.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. count(Integer count)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. page(Integer page)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. serviceId(String serviceId)Filter logs to this service.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. teamId(String teamId)Required for org-wide apps.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. token(String token)Authentication token.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder. user(String user)Filter logs generated by this user’s actions.
-