Class TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
- Enclosing class:
- TeamIntegrationLogsRequest
public static class TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
extends java.lang.Object
-
Method Summary
-
Method Details
-
token
Authentication token. Requires scope: `admin`- Returns:
this.
-
serviceId
public TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder serviceId(java.lang.String 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
public TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder changeType(java.lang.String changeType)Filter logs with this change type. Defaults to all logs.- Returns:
this.
-
count
- Returns:
this.
-
page
- Returns:
this.
-
teamId
public TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder teamId(java.lang.String teamId)Required for org-wide apps.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-