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 boolean
boolean
Name 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()
int
hashCode()
void
Name of the action.void
User ID who initiated the action.void
Used for pagination.void
ID of the target entity of the action (such as a channel, workspace, organization, file).void
Unix timestamp of the most recent audit event to include (inclusive).void
Number of results to optimistically return, maximum 9999.void
Unix timestamp of the least recent audit event to include (inclusive).void
toString()
-
Method Details
-
builder
-
getToken
- Specified by:
getToken
in 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
-