Class TeamIntegrationLogsRequest
java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/team.integrationLogs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAppId()Filter logs to this Slack app.Filter logs with this change type.getCount()getPage()Filter logs to this service.Required for org-wide apps.getToken()Authentication token.getUser()Filter logs generated by this user’s actions.inthashCode()voidFilter logs to this Slack app.voidsetChangeType(String changeType) Filter logs with this change type.voidvoidvoidsetServiceId(String serviceId) Filter logs to this service.voidRequired for org-wide apps.voidAuthentication token.voidFilter logs generated by this user’s actions.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getServiceId
Filter logs to this service. Defaults to all logs. -
getUser
Filter logs generated by this user’s actions. Defaults to all logs. -
getAppId
Filter logs to this Slack app. Defaults to all logs. -
getChangeType
Filter logs with this change type. Defaults to all logs. -
getCount
-
getPage
-
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `admin`- Specified by:
setTokenin interfaceSlackApiRequest
-
setServiceId
Filter logs to this service. Defaults to all logs. -
setUser
Filter logs generated by this user’s actions. Defaults to all logs. -
setAppId
Filter logs to this Slack app. Defaults to all logs. -
setChangeType
Filter logs with this change type. Defaults to all logs. -
setCount
-
setPage
-
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-