Class TeamAccessLogsRequest
java.lang.Object
com.slack.api.methods.request.team.TeamAccessLogsRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/team.accessLogs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanEnd of time range of logs to include in results (inclusive).getCount()getPage()Required for org-wide apps.getToken()Authentication token.inthashCode()voidEnd of time range of logs to include in results (inclusive).voidvoidvoidRequired for org-wide apps.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getBefore
End of time range of logs to include in results (inclusive). -
getCount
-
getPage
-
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `admin`- Specified by:
setTokenin interfaceSlackApiRequest
-
setBefore
End of time range of logs to include in results (inclusive). -
setCount
-
setPage
-
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-