Class TeamAccessLogsRequest
java.lang.Object
com.slack.api.methods.request.team.TeamAccessLogsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/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()Parameter for pagination.getLimit()The maximum number of items to return.getPage()Required for org-wide apps.getToken()Authentication token.inthashCode()voidEnd of time range of logs to include in results (inclusive).voidvoidParameter for pagination.voidThe maximum number of items to return.voidvoidRequired 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. -
getLimit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. If specified, result is returned using a cursor-based approach instead of a classic one. -
getCursor
Parameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. -
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. -
setLimit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. If specified, result is returned using a cursor-based approach instead of a classic one. -
setCursor
Parameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-