Class TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
- Enclosing class:
- TeamIntegrationLogsRequest
-
Method Summary
Modifier and TypeMethodDescriptionFilter logs to this Slack app.build()changeType(String changeType) Filter logs with this change type.Filter logs to this service.Required for org-wide apps.Authentication token.toString()Filter logs generated by this user’s actions.
-
Method Details
-
token
Authentication token. Requires scope: `admin`- Returns:
this.
-
serviceId
Filter logs to this service. Defaults to all logs.- Returns:
this.
-
user
Filter logs generated by this user’s actions. Defaults to all logs.- Returns:
this.
-
appId
Filter logs to this Slack app. Defaults to all logs.- Returns:
this.
-
changeType
Filter logs with this change type. Defaults to all logs.- Returns:
this.
-
count
- Returns:
this.
-
page
- Returns:
this.
-
teamId
Required for org-wide apps.- Returns:
this.
-
build
-
toString
-