Class TeamIntegrationLogsRequest
java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest
- All Implemented Interfaces:
SlackApiRequest
public class TeamIntegrationLogsRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder -
Method Summary
Modifier and Type Method Description static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()Filter logs to this Slack app.StringgetChangeType()Filter logs with this change type.IntegergetCount()IntegergetPage()StringgetServiceId()Filter logs to this service.StringgetTeamId()Required for org-wide apps.StringgetToken()Authentication token.StringgetUser()Filter logs generated by this user’s actions.inthashCode()voidsetAppId(String appId)Filter logs to this Slack app.voidsetChangeType(String changeType)Filter logs with this change type.voidsetCount(Integer count)voidsetPage(Integer page)voidsetServiceId(String serviceId)Filter logs to this service.voidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)Authentication token.voidsetUser(String user)Filter logs generated by this user’s actions.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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
-