Package com.slack.api.audit
Class Actions.File
- java.lang.Object
-
- com.slack.api.audit.Actions.File
-
-
Field Summary
Fields Modifier and Type Field Description static Stringfile_deletedstatic Stringfile_download_blockedstatic Stringfile_downloadedstatic Stringfile_downloaded_blockedstatic Stringfile_malicious_content_detectedstatic Stringfile_public_link_createdstatic Stringfile_public_link_revokedstatic Stringfile_share_blocked_by_typestatic Stringfile_sharedstatic Stringfile_upload_blocked_by_typestatic Stringfile_uploaded
-
-
-
Field Detail
-
file_downloaded
public static final String file_downloaded
- See Also:
- Constant Field Values
-
file_uploaded
public static final String file_uploaded
- See Also:
- Constant Field Values
-
file_public_link_created
public static final String file_public_link_created
- See Also:
- Constant Field Values
-
file_public_link_revoked
public static final String file_public_link_revoked
- See Also:
- Constant Field Values
-
file_shared
public static final String file_shared
- See Also:
- Constant Field Values
-
file_download_blocked
public static final String file_download_blocked
- See Also:
- Constant Field Values
-
file_downloaded_blocked
public static final String file_downloaded_blocked
- See Also:
- Constant Field Values
-
file_malicious_content_detected
public static final String file_malicious_content_detected
- See Also:
- Constant Field Values
-
file_deleted
public static final String file_deleted
- See Also:
- Constant Field Values
-
file_upload_blocked_by_type
public static final String file_upload_blocked_by_type
- See Also:
- Constant Field Values
-
file_share_blocked_by_type
public static final String file_share_blocked_by_type
- See Also:
- Constant Field Values
-
-