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
All Methods Static Methods Instance Methods Concrete Methods 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.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.voidsetToken(String token)Authentication token.voidsetUser(String user)Filter logs generated by this user’s actions.StringtoString()
-
-
-
Method Detail
-
builder
public static TeamIntegrationLogsRequest.TeamIntegrationLogsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest
-
getServiceId
public String getServiceId()
Filter logs to this service. Defaults to all logs.
-
getUser
public String getUser()
Filter logs generated by this user’s actions. Defaults to all logs.
-
getAppId
public String getAppId()
Filter logs to this Slack app. Defaults to all logs.
-
getChangeType
public String getChangeType()
Filter logs with this change type. Defaults to all logs.
-
getCount
public Integer getCount()
-
getPage
public Integer getPage()
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `admin`
-
setServiceId
public void setServiceId(String serviceId)
Filter logs to this service. Defaults to all logs.
-
setUser
public void setUser(String user)
Filter logs generated by this user’s actions. Defaults to all logs.
-
setAppId
public void setAppId(String appId)
Filter logs to this Slack app. Defaults to all logs.
-
setChangeType
public void setChangeType(String changeType)
Filter logs with this change type. Defaults to all logs.
-
setCount
public void setCount(Integer count)
-
setPage
public void setPage(Integer page)
-
canEqual
protected boolean canEqual(Object other)
-
-