Class TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder
- Enclosing class:
- TeamIntegrationLogsRequest
public static class TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderappId(String appId)Filter logs to this Slack app.TeamIntegrationLogsRequestbuild()TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderchangeType(String changeType)Filter logs with this change type.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuildercount(Integer count)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderpage(Integer page)TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderserviceId(String serviceId)Filter logs to this service.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderteamId(String teamId)Required for org-wide apps.TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuildertoken(String token)Authentication token.StringtoString()TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderuser(String user)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
-
page
-
teamId
Required for org-wide apps.- Returns:
this.
-
build
-
toString
-