Class TeamIntegrationLogsRequest

java.lang.Object
com.slack.api.methods.request.team.TeamIntegrationLogsRequest
All Implemented Interfaces:
SlackApiRequest

public class TeamIntegrationLogsRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/team.integrationLogs
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `admin`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • 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()
    • getTeamId

      public String getTeamId()
      Required for org-wide apps.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `admin`
      Specified by:
      setToken in interface SlackApiRequest
    • 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)
    • setTeamId

      public void setTeamId(String teamId)
      Required for org-wide apps.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object