Class AdminAppsActivitiesListRequest

java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsActivitiesListRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminAppsActivitiesListRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.activities.list
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getAppId

      public String getAppId()
    • getComponentId

      public String getComponentId()
    • getComponentType

      public String getComponentType()
    • getCursor

      public String getCursor()
    • getLimit

      public Integer getLimit()
    • getLogEventType

      public String getLogEventType()
    • getMaxDateCreated

      public Integer getMaxDateCreated()
    • getMinDateCreated

      public Integer getMinDateCreated()
    • getMinLogLevel

      public String getMinLogLevel()
    • getSortDirection

      public String getSortDirection()
    • getSource

      public String getSource()
    • getTeamId

      public String getTeamId()
    • getTraceId

      public String getTraceId()
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setAppId

      public void setAppId(String appId)
    • setComponentId

      public void setComponentId(String componentId)
    • setComponentType

      public void setComponentType(String componentType)
    • setCursor

      public void setCursor(String cursor)
    • setLimit

      public void setLimit(Integer limit)
    • setLogEventType

      public void setLogEventType(String logEventType)
    • setMaxDateCreated

      public void setMaxDateCreated(Integer maxDateCreated)
    • setMinDateCreated

      public void setMinDateCreated(Integer minDateCreated)
    • setMinLogLevel

      public void setMinLogLevel(String minLogLevel)
    • setSortDirection

      public void setSortDirection(String sortDirection)
    • setSource

      public void setSource(String source)
    • setTeamId

      public void setTeamId(String teamId)
    • setTraceId

      public void setTraceId(String traceId)
    • 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