Package com.slack.api.audit.request
Class LogsRequest
java.lang.Object
com.slack.api.audit.request.LogsRequest
- All Implemented Interfaces:
AuditApiRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanName of the action.getActor()User ID who initiated the action.Used for pagination.ID of the target entity of the action (such as a channel, workspace, organization, file).Unix timestamp of the most recent audit event to include (inclusive).getLimit()Number of results to optimistically return, maximum 9999.Unix timestamp of the least recent audit event to include (inclusive).getToken()inthashCode()voidName of the action.voidUser ID who initiated the action.voidUsed for pagination.voidID of the target entity of the action (such as a channel, workspace, organization, file).voidUnix timestamp of the most recent audit event to include (inclusive).voidNumber of results to optimistically return, maximum 9999.voidUnix timestamp of the least recent audit event to include (inclusive).voidtoString()
-
Method Details
-
builder
-
getToken
- Specified by:
getTokenin interfaceAuditApiRequest
-
getLatest
Unix timestamp of the most recent audit event to include (inclusive). -
getOldest
Unix timestamp of the least recent audit event to include (inclusive). The earliest possible timestamp is when the Audit Logs feature was enabled for your Grid organization, around mid-March 2018. -
getLimit
Number of results to optimistically return, maximum 9999. -
getAction
Name of the action. -
getActor
User ID who initiated the action. -
getEntity
ID of the target entity of the action (such as a channel, workspace, organization, file). -
getCursor
Used for pagination. May be null. -
setToken
-
setLatest
Unix timestamp of the most recent audit event to include (inclusive). -
setOldest
Unix timestamp of the least recent audit event to include (inclusive). The earliest possible timestamp is when the Audit Logs feature was enabled for your Grid organization, around mid-March 2018. -
setLimit
Number of results to optimistically return, maximum 9999. -
setAction
Name of the action. -
setActor
User ID who initiated the action. -
setEntity
ID of the target entity of the action (such as a channel, workspace, organization, file). -
setCursor
Used for pagination. May be null. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-