Class TeamIntegrationLogsRequest

    • Method Detail

      • 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`
      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object