public final class EventType
extends java.lang.Object
This class is an open tagged union. Tagged unions instances are always
associated to a specific tag. This means only one of the isAbc()
methods will return true. You can use tag() to determine the
tag associated with this instance.
Open unions may be extended in the future with additional tags. If a new
tag is introduced that this SDK does not recognized, the OTHER value
will be used.
| Modifier and Type | Class and Description |
|---|---|
static class |
EventType.Tag
Discriminating tag type for
EventType. |
| Modifier and Type | Field and Description |
|---|---|
static EventType |
OTHER
Catch-all used for unknown tag values returned by the Dropbox servers.
|
public static final EventType OTHER
Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.
public EventType.Tag tag()
This class is a tagged union. Tagged unions instances are always
associated to a specific tag. This means only one of the isXyz()
methods will return true. Callers are recommended to use the tag
value in a switch statement to properly handle the different
values for this EventType.
If a tag returned by the server is unrecognized by this SDK, the
EventType.Tag.OTHER value will be used.
public boolean isAppLinkTeam()
true if this instance is tagged as EventType.Tag.APP_LINK_TEAM, false otherwise.public static EventType appLinkTeam(AppLinkTeamType value)
EventType that has its tag set to EventType.Tag.APP_LINK_TEAM.
(apps) Linked app for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.APP_LINK_TEAM.java.lang.IllegalArgumentException - if value is null.public AppLinkTeamType getAppLinkTeamValue()
This instance must be tagged as EventType.Tag.APP_LINK_TEAM.
AppLinkTeamType value associated with this instance
if isAppLinkTeam() is true.java.lang.IllegalStateException - If isAppLinkTeam() is false.public boolean isAppLinkUser()
true if this instance is tagged as EventType.Tag.APP_LINK_USER, false otherwise.public static EventType appLinkUser(AppLinkUserType value)
EventType that has its tag set to EventType.Tag.APP_LINK_USER.
(apps) Linked app for member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.APP_LINK_USER.java.lang.IllegalArgumentException - if value is null.public AppLinkUserType getAppLinkUserValue()
This instance must be tagged as EventType.Tag.APP_LINK_USER.
AppLinkUserType value associated with this instance
if isAppLinkUser() is true.java.lang.IllegalStateException - If isAppLinkUser() is false.public boolean isAppUnlinkTeam()
true if this instance is tagged as EventType.Tag.APP_UNLINK_TEAM, false otherwise.public static EventType appUnlinkTeam(AppUnlinkTeamType value)
EventType that has its tag set to EventType.Tag.APP_UNLINK_TEAM.
(apps) Unlinked app for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.APP_UNLINK_TEAM.java.lang.IllegalArgumentException - if value is null.public AppUnlinkTeamType getAppUnlinkTeamValue()
This instance must be tagged as EventType.Tag.APP_UNLINK_TEAM.
AppUnlinkTeamType value associated with this instance
if isAppUnlinkTeam() is true.java.lang.IllegalStateException - If isAppUnlinkTeam() is false.public boolean isAppUnlinkUser()
true if this instance is tagged as EventType.Tag.APP_UNLINK_USER, false otherwise.public static EventType appUnlinkUser(AppUnlinkUserType value)
EventType that has its tag set to EventType.Tag.APP_UNLINK_USER.
(apps) Unlinked app for member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.APP_UNLINK_USER.java.lang.IllegalArgumentException - if value is null.public AppUnlinkUserType getAppUnlinkUserValue()
This instance must be tagged as EventType.Tag.APP_UNLINK_USER.
AppUnlinkUserType value associated with this instance
if isAppUnlinkUser() is true.java.lang.IllegalStateException - If isAppUnlinkUser() is false.public boolean isFileAddComment()
true if this instance is tagged as EventType.Tag.FILE_ADD_COMMENT, false otherwise.public static EventType fileAddComment(FileAddCommentType value)
EventType that has its tag set to EventType.Tag.FILE_ADD_COMMENT.
(comments) Added file comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_ADD_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileAddCommentType getFileAddCommentValue()
This instance must be tagged as EventType.Tag.FILE_ADD_COMMENT.
FileAddCommentType value associated with this
instance if isFileAddComment() is true.java.lang.IllegalStateException - If isFileAddComment() is false.public boolean isFileChangeCommentSubscription()
true if this instance has the tag EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, false otherwise.true if this instance is tagged as EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION, false otherwise.public static EventType fileChangeCommentSubscription(FileChangeCommentSubscriptionType value)
EventType that has its tag set to EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION.
(comments) Subscribed to or unsubscribed from comment notifications for file
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION.java.lang.IllegalArgumentException - if value is null.public FileChangeCommentSubscriptionType getFileChangeCommentSubscriptionValue()
This instance must be tagged as EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION.
FileChangeCommentSubscriptionType value associated
with this instance if isFileChangeCommentSubscription() is
true.java.lang.IllegalStateException - If isFileChangeCommentSubscription() is false.public boolean isFileDeleteComment()
true if this instance is tagged as EventType.Tag.FILE_DELETE_COMMENT, false otherwise.public static EventType fileDeleteComment(FileDeleteCommentType value)
EventType that has its tag set to EventType.Tag.FILE_DELETE_COMMENT.
(comments) Deleted file comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_DELETE_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileDeleteCommentType getFileDeleteCommentValue()
This instance must be tagged as EventType.Tag.FILE_DELETE_COMMENT.
FileDeleteCommentType value associated with this
instance if isFileDeleteComment() is true.java.lang.IllegalStateException - If isFileDeleteComment() is false.public boolean isFileLikeComment()
true if this instance is tagged as EventType.Tag.FILE_LIKE_COMMENT, false otherwise.public static EventType fileLikeComment(FileLikeCommentType value)
EventType that has its tag set to EventType.Tag.FILE_LIKE_COMMENT.
(comments) Liked file comment (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_LIKE_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileLikeCommentType getFileLikeCommentValue()
This instance must be tagged as EventType.Tag.FILE_LIKE_COMMENT.
FileLikeCommentType value associated with this
instance if isFileLikeComment() is true.java.lang.IllegalStateException - If isFileLikeComment() is false.public boolean isFileResolveComment()
true if this instance is tagged as EventType.Tag.FILE_RESOLVE_COMMENT, false otherwise.public static EventType fileResolveComment(FileResolveCommentType value)
EventType that has its tag set to EventType.Tag.FILE_RESOLVE_COMMENT.
(comments) Resolved file comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_RESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileResolveCommentType getFileResolveCommentValue()
This instance must be tagged as EventType.Tag.FILE_RESOLVE_COMMENT.
FileResolveCommentType value associated with this
instance if isFileResolveComment() is true.java.lang.IllegalStateException - If isFileResolveComment() is false.public boolean isFileUnlikeComment()
true if this instance is tagged as EventType.Tag.FILE_UNLIKE_COMMENT, false otherwise.public static EventType fileUnlikeComment(FileUnlikeCommentType value)
EventType that has its tag set to EventType.Tag.FILE_UNLIKE_COMMENT.
(comments) Unliked file comment (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_UNLIKE_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileUnlikeCommentType getFileUnlikeCommentValue()
This instance must be tagged as EventType.Tag.FILE_UNLIKE_COMMENT.
FileUnlikeCommentType value associated with this
instance if isFileUnlikeComment() is true.java.lang.IllegalStateException - If isFileUnlikeComment() is false.public boolean isFileUnresolveComment()
true if this instance is tagged as EventType.Tag.FILE_UNRESOLVE_COMMENT, false otherwise.public static EventType fileUnresolveComment(FileUnresolveCommentType value)
EventType that has its tag set to EventType.Tag.FILE_UNRESOLVE_COMMENT.
(comments) Unresolved file comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_UNRESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public FileUnresolveCommentType getFileUnresolveCommentValue()
This instance must be tagged as EventType.Tag.FILE_UNRESOLVE_COMMENT.
FileUnresolveCommentType value associated with this
instance if isFileUnresolveComment() is true.java.lang.IllegalStateException - If isFileUnresolveComment() is
false.public boolean isDeviceChangeIpDesktop()
true if this instance is tagged as EventType.Tag.DEVICE_CHANGE_IP_DESKTOP, false otherwise.public static EventType deviceChangeIpDesktop(DeviceChangeIpDesktopType value)
EventType that has its tag set to EventType.Tag.DEVICE_CHANGE_IP_DESKTOP.
(devices) Changed IP address associated with active desktop session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_CHANGE_IP_DESKTOP.java.lang.IllegalArgumentException - if value is null.public DeviceChangeIpDesktopType getDeviceChangeIpDesktopValue()
This instance must be tagged as EventType.Tag.DEVICE_CHANGE_IP_DESKTOP.
DeviceChangeIpDesktopType value associated with this
instance if isDeviceChangeIpDesktop() is true.java.lang.IllegalStateException - If isDeviceChangeIpDesktop() is
false.public boolean isDeviceChangeIpMobile()
true if this instance is tagged as EventType.Tag.DEVICE_CHANGE_IP_MOBILE, false otherwise.public static EventType deviceChangeIpMobile(DeviceChangeIpMobileType value)
EventType that has its tag set to EventType.Tag.DEVICE_CHANGE_IP_MOBILE.
(devices) Changed IP address associated with active mobile session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_CHANGE_IP_MOBILE.java.lang.IllegalArgumentException - if value is null.public DeviceChangeIpMobileType getDeviceChangeIpMobileValue()
This instance must be tagged as EventType.Tag.DEVICE_CHANGE_IP_MOBILE.
DeviceChangeIpMobileType value associated with this
instance if isDeviceChangeIpMobile() is true.java.lang.IllegalStateException - If isDeviceChangeIpMobile() is
false.public boolean isDeviceChangeIpWeb()
true if this instance is tagged as EventType.Tag.DEVICE_CHANGE_IP_WEB, false otherwise.public static EventType deviceChangeIpWeb(DeviceChangeIpWebType value)
EventType that has its tag set to EventType.Tag.DEVICE_CHANGE_IP_WEB.
(devices) Changed IP address associated with active web session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_CHANGE_IP_WEB.java.lang.IllegalArgumentException - if value is null.public DeviceChangeIpWebType getDeviceChangeIpWebValue()
This instance must be tagged as EventType.Tag.DEVICE_CHANGE_IP_WEB.
DeviceChangeIpWebType value associated with this
instance if isDeviceChangeIpWeb() is true.java.lang.IllegalStateException - If isDeviceChangeIpWeb() is false.public boolean isDeviceDeleteOnUnlinkFail()
true if this instance has the tag EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL, false otherwise.public static EventType deviceDeleteOnUnlinkFail(DeviceDeleteOnUnlinkFailType value)
EventType that has its tag set to EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL.
(devices) Failed to delete all files from unlinked device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL.java.lang.IllegalArgumentException - if value is null.public DeviceDeleteOnUnlinkFailType getDeviceDeleteOnUnlinkFailValue()
This instance must be tagged as EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL.
DeviceDeleteOnUnlinkFailType value associated with
this instance if isDeviceDeleteOnUnlinkFail() is true.java.lang.IllegalStateException - If isDeviceDeleteOnUnlinkFail() is
false.public boolean isDeviceDeleteOnUnlinkSuccess()
true if this instance has the tag EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS, false otherwise.public static EventType deviceDeleteOnUnlinkSuccess(DeviceDeleteOnUnlinkSuccessType value)
EventType that has its tag set to EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS.
(devices) Deleted all files from unlinked device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS.java.lang.IllegalArgumentException - if value is null.public DeviceDeleteOnUnlinkSuccessType getDeviceDeleteOnUnlinkSuccessValue()
This instance must be tagged as EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS.
DeviceDeleteOnUnlinkSuccessType value associated with
this instance if isDeviceDeleteOnUnlinkSuccess() is true.java.lang.IllegalStateException - If isDeviceDeleteOnUnlinkSuccess()
is false.public boolean isDeviceLinkFail()
true if this instance is tagged as EventType.Tag.DEVICE_LINK_FAIL, false otherwise.public static EventType deviceLinkFail(DeviceLinkFailType value)
EventType that has its tag set to EventType.Tag.DEVICE_LINK_FAIL.
(devices) Failed to link device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_LINK_FAIL.java.lang.IllegalArgumentException - if value is null.public DeviceLinkFailType getDeviceLinkFailValue()
This instance must be tagged as EventType.Tag.DEVICE_LINK_FAIL.
DeviceLinkFailType value associated with this
instance if isDeviceLinkFail() is true.java.lang.IllegalStateException - If isDeviceLinkFail() is false.public boolean isDeviceLinkSuccess()
true if this instance is tagged as EventType.Tag.DEVICE_LINK_SUCCESS, false otherwise.public static EventType deviceLinkSuccess(DeviceLinkSuccessType value)
EventType that has its tag set to EventType.Tag.DEVICE_LINK_SUCCESS.
(devices) Linked device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_LINK_SUCCESS.java.lang.IllegalArgumentException - if value is null.public DeviceLinkSuccessType getDeviceLinkSuccessValue()
This instance must be tagged as EventType.Tag.DEVICE_LINK_SUCCESS.
DeviceLinkSuccessType value associated with this
instance if isDeviceLinkSuccess() is true.java.lang.IllegalStateException - If isDeviceLinkSuccess() is false.public boolean isDeviceManagementDisabled()
true if this instance has the tag EventType.Tag.DEVICE_MANAGEMENT_DISABLED, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_MANAGEMENT_DISABLED, false otherwise.public static EventType deviceManagementDisabled(DeviceManagementDisabledType value)
EventType that has its tag set to EventType.Tag.DEVICE_MANAGEMENT_DISABLED.
(devices) Disabled device management (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_MANAGEMENT_DISABLED.java.lang.IllegalArgumentException - if value is null.public DeviceManagementDisabledType getDeviceManagementDisabledValue()
This instance must be tagged as EventType.Tag.DEVICE_MANAGEMENT_DISABLED.
DeviceManagementDisabledType value associated with
this instance if isDeviceManagementDisabled() is true.java.lang.IllegalStateException - If isDeviceManagementDisabled() is
false.public boolean isDeviceManagementEnabled()
true if this instance is tagged as EventType.Tag.DEVICE_MANAGEMENT_ENABLED, false otherwise.public static EventType deviceManagementEnabled(DeviceManagementEnabledType value)
EventType that has its tag set to EventType.Tag.DEVICE_MANAGEMENT_ENABLED.
(devices) Enabled device management (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_MANAGEMENT_ENABLED.java.lang.IllegalArgumentException - if value is null.public DeviceManagementEnabledType getDeviceManagementEnabledValue()
This instance must be tagged as EventType.Tag.DEVICE_MANAGEMENT_ENABLED.
DeviceManagementEnabledType value associated with
this instance if isDeviceManagementEnabled() is true.java.lang.IllegalStateException - If isDeviceManagementEnabled() is
false.public boolean isDeviceUnlink()
true if this instance is tagged as EventType.Tag.DEVICE_UNLINK, false otherwise.public static EventType deviceUnlink(DeviceUnlinkType value)
EventType that has its tag set to EventType.Tag.DEVICE_UNLINK.
(devices) Disconnected device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_UNLINK.java.lang.IllegalArgumentException - if value is null.public DeviceUnlinkType getDeviceUnlinkValue()
This instance must be tagged as EventType.Tag.DEVICE_UNLINK.
DeviceUnlinkType value associated with this instance
if isDeviceUnlink() is true.java.lang.IllegalStateException - If isDeviceUnlink() is false.public boolean isEmmRefreshAuthToken()
true if this instance is tagged as EventType.Tag.EMM_REFRESH_AUTH_TOKEN, false otherwise.public static EventType emmRefreshAuthToken(EmmRefreshAuthTokenType value)
EventType that has its tag set to EventType.Tag.EMM_REFRESH_AUTH_TOKEN.
(devices) Refreshed auth token used for setting up enterprise mobility management
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_REFRESH_AUTH_TOKEN.java.lang.IllegalArgumentException - if value is null.public EmmRefreshAuthTokenType getEmmRefreshAuthTokenValue()
This instance must be tagged as EventType.Tag.EMM_REFRESH_AUTH_TOKEN.
EmmRefreshAuthTokenType value associated with this
instance if isEmmRefreshAuthToken() is true.java.lang.IllegalStateException - If isEmmRefreshAuthToken() is
false.public boolean isAccountCaptureChangeAvailability()
true if this instance has the tag EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY, false otherwise.true if this instance is tagged as EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY, false otherwise.public static EventType accountCaptureChangeAvailability(AccountCaptureChangeAvailabilityType value)
EventType that has its tag set to EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY.
(domains) Granted/revoked option to enable account capture on team domains
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY.java.lang.IllegalArgumentException - if value is null.public AccountCaptureChangeAvailabilityType getAccountCaptureChangeAvailabilityValue()
This instance must be tagged as EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY.
AccountCaptureChangeAvailabilityType value associated
with this instance if isAccountCaptureChangeAvailability() is
true.java.lang.IllegalStateException - If isAccountCaptureChangeAvailability() is false.public boolean isAccountCaptureMigrateAccount()
true if this instance has the tag EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT, false otherwise.true if this instance is tagged as EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT, false otherwise.public static EventType accountCaptureMigrateAccount(AccountCaptureMigrateAccountType value)
EventType that has its tag set to EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT.
(domains) Account-captured user migrated account to team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT.java.lang.IllegalArgumentException - if value is null.public AccountCaptureMigrateAccountType getAccountCaptureMigrateAccountValue()
This instance must be tagged as EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT.
AccountCaptureMigrateAccountType value associated
with this instance if isAccountCaptureMigrateAccount() is
true.java.lang.IllegalStateException - If isAccountCaptureMigrateAccount()
is false.public boolean isAccountCaptureNotificationEmailsSent()
true if this instance has the tag EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT, false otherwise.true if this instance is tagged as EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT, false
otherwise.public static EventType accountCaptureNotificationEmailsSent(AccountCaptureNotificationEmailsSentType value)
EventType that has its tag set to EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT.
(domains) Sent proactive account capture email to all unmanaged members
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT.java.lang.IllegalArgumentException - if value is null.public AccountCaptureNotificationEmailsSentType getAccountCaptureNotificationEmailsSentValue()
This instance must be tagged as EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT.
AccountCaptureNotificationEmailsSentType value
associated with this instance if isAccountCaptureNotificationEmailsSent() is true.java.lang.IllegalStateException - If isAccountCaptureNotificationEmailsSent() is false.public boolean isAccountCaptureRelinquishAccount()
true if this instance has the tag EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT, false otherwise.true if this instance is tagged as EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT, false otherwise.public static EventType accountCaptureRelinquishAccount(AccountCaptureRelinquishAccountType value)
EventType that has its tag set to EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT.
(domains) Account-captured user changed account email to personal email
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT.java.lang.IllegalArgumentException - if value is null.public AccountCaptureRelinquishAccountType getAccountCaptureRelinquishAccountValue()
This instance must be tagged as EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT.
AccountCaptureRelinquishAccountType value associated
with this instance if isAccountCaptureRelinquishAccount() is
true.java.lang.IllegalStateException - If isAccountCaptureRelinquishAccount() is false.public boolean isDisabledDomainInvites()
true if this instance is tagged as EventType.Tag.DISABLED_DOMAIN_INVITES, false otherwise.public static EventType disabledDomainInvites(DisabledDomainInvitesType value)
EventType that has its tag set to EventType.Tag.DISABLED_DOMAIN_INVITES.
(domains) Disabled domain invites (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DISABLED_DOMAIN_INVITES.java.lang.IllegalArgumentException - if value is null.public DisabledDomainInvitesType getDisabledDomainInvitesValue()
This instance must be tagged as EventType.Tag.DISABLED_DOMAIN_INVITES.
DisabledDomainInvitesType value associated with this
instance if isDisabledDomainInvites() is true.java.lang.IllegalStateException - If isDisabledDomainInvites() is
false.public boolean isDomainInvitesApproveRequestToJoinTeam()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM, false
otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM, false
otherwise.public static EventType domainInvitesApproveRequestToJoinTeam(DomainInvitesApproveRequestToJoinTeamType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM.
(domains) Approved user's request to join team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM.java.lang.IllegalArgumentException - if value is null.public DomainInvitesApproveRequestToJoinTeamType getDomainInvitesApproveRequestToJoinTeamValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM.
DomainInvitesApproveRequestToJoinTeamType value
associated with this instance if isDomainInvitesApproveRequestToJoinTeam() is true.java.lang.IllegalStateException - If isDomainInvitesApproveRequestToJoinTeam() is false.public boolean isDomainInvitesDeclineRequestToJoinTeam()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM, false
otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM, false
otherwise.public static EventType domainInvitesDeclineRequestToJoinTeam(DomainInvitesDeclineRequestToJoinTeamType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM.
(domains) Declined user's request to join team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM.java.lang.IllegalArgumentException - if value is null.public DomainInvitesDeclineRequestToJoinTeamType getDomainInvitesDeclineRequestToJoinTeamValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM.
DomainInvitesDeclineRequestToJoinTeamType value
associated with this instance if isDomainInvitesDeclineRequestToJoinTeam() is true.java.lang.IllegalStateException - If isDomainInvitesDeclineRequestToJoinTeam() is false.public boolean isDomainInvitesEmailExistingUsers()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS, false otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS, false otherwise.public static EventType domainInvitesEmailExistingUsers(DomainInvitesEmailExistingUsersType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS.
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS.java.lang.IllegalArgumentException - if value is null.public DomainInvitesEmailExistingUsersType getDomainInvitesEmailExistingUsersValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS.
DomainInvitesEmailExistingUsersType value associated
with this instance if isDomainInvitesEmailExistingUsers() is
true.java.lang.IllegalStateException - If isDomainInvitesEmailExistingUsers() is false.public boolean isDomainInvitesRequestToJoinTeam()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM, false otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM, false otherwise.public static EventType domainInvitesRequestToJoinTeam(DomainInvitesRequestToJoinTeamType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM.
(domains) Requested to join team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM.java.lang.IllegalArgumentException - if value is null.public DomainInvitesRequestToJoinTeamType getDomainInvitesRequestToJoinTeamValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM.
DomainInvitesRequestToJoinTeamType value associated
with this instance if isDomainInvitesRequestToJoinTeam() is
true.java.lang.IllegalStateException - If isDomainInvitesRequestToJoinTeam() is false.public boolean isDomainInvitesSetInviteNewUserPrefToNo()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO, false
otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO, false
otherwise.public static EventType domainInvitesSetInviteNewUserPrefToNo(DomainInvitesSetInviteNewUserPrefToNoType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO.
(domains) Disabled "Automatically invite new users" (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO.java.lang.IllegalArgumentException - if value is null.public DomainInvitesSetInviteNewUserPrefToNoType getDomainInvitesSetInviteNewUserPrefToNoValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO.
DomainInvitesSetInviteNewUserPrefToNoType value
associated with this instance if isDomainInvitesSetInviteNewUserPrefToNo() is true.java.lang.IllegalStateException - If isDomainInvitesSetInviteNewUserPrefToNo() is false.public boolean isDomainInvitesSetInviteNewUserPrefToYes()
true if this instance has the tag EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES, false
otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES, false
otherwise.public static EventType domainInvitesSetInviteNewUserPrefToYes(DomainInvitesSetInviteNewUserPrefToYesType value)
EventType that has its tag set to EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES.
(domains) Enabled "Automatically invite new users" (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES.java.lang.IllegalArgumentException - if value is null.public DomainInvitesSetInviteNewUserPrefToYesType getDomainInvitesSetInviteNewUserPrefToYesValue()
This instance must be tagged as EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES.
DomainInvitesSetInviteNewUserPrefToYesType value
associated with this instance if isDomainInvitesSetInviteNewUserPrefToYes() is true.java.lang.IllegalStateException - If isDomainInvitesSetInviteNewUserPrefToYes() is false.public boolean isDomainVerificationAddDomainFail()
true if this instance has the tag EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL, false otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL, false otherwise.public static EventType domainVerificationAddDomainFail(DomainVerificationAddDomainFailType value)
EventType that has its tag set to EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL.
(domains) Failed to verify team domain
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL.java.lang.IllegalArgumentException - if value is null.public DomainVerificationAddDomainFailType getDomainVerificationAddDomainFailValue()
This instance must be tagged as EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL.
DomainVerificationAddDomainFailType value associated
with this instance if isDomainVerificationAddDomainFail() is
true.java.lang.IllegalStateException - If isDomainVerificationAddDomainFail() is false.public boolean isDomainVerificationAddDomainSuccess()
true if this instance has the tag EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS, false otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS, false otherwise.public static EventType domainVerificationAddDomainSuccess(DomainVerificationAddDomainSuccessType value)
EventType that has its tag set to EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS.
(domains) Verified team domain
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS.java.lang.IllegalArgumentException - if value is null.public DomainVerificationAddDomainSuccessType getDomainVerificationAddDomainSuccessValue()
This instance must be tagged as EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS.
DomainVerificationAddDomainSuccessType value
associated with this instance if isDomainVerificationAddDomainSuccess() is true.java.lang.IllegalStateException - If isDomainVerificationAddDomainSuccess() is false.public boolean isDomainVerificationRemoveDomain()
true if this instance has the tag EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN, false otherwise.true if this instance is tagged as EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN, false otherwise.public static EventType domainVerificationRemoveDomain(DomainVerificationRemoveDomainType value)
EventType that has its tag set to EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN.
(domains) Removed domain from list of verified team domains
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN.java.lang.IllegalArgumentException - if value is null.public DomainVerificationRemoveDomainType getDomainVerificationRemoveDomainValue()
This instance must be tagged as EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN.
DomainVerificationRemoveDomainType value associated
with this instance if isDomainVerificationRemoveDomain() is
true.java.lang.IllegalStateException - If isDomainVerificationRemoveDomain() is false.public boolean isEnabledDomainInvites()
true if this instance is tagged as EventType.Tag.ENABLED_DOMAIN_INVITES, false otherwise.public static EventType enabledDomainInvites(EnabledDomainInvitesType value)
EventType that has its tag set to EventType.Tag.ENABLED_DOMAIN_INVITES.
(domains) Enabled domain invites (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ENABLED_DOMAIN_INVITES.java.lang.IllegalArgumentException - if value is null.public EnabledDomainInvitesType getEnabledDomainInvitesValue()
This instance must be tagged as EventType.Tag.ENABLED_DOMAIN_INVITES.
EnabledDomainInvitesType value associated with this
instance if isEnabledDomainInvites() is true.java.lang.IllegalStateException - If isEnabledDomainInvites() is
false.public boolean isCreateFolder()
true if this instance is tagged as EventType.Tag.CREATE_FOLDER, false otherwise.public static EventType createFolder(CreateFolderType value)
EventType that has its tag set to EventType.Tag.CREATE_FOLDER.
(file_operations) Created folders (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.CREATE_FOLDER.java.lang.IllegalArgumentException - if value is null.public CreateFolderType getCreateFolderValue()
This instance must be tagged as EventType.Tag.CREATE_FOLDER.
CreateFolderType value associated with this instance
if isCreateFolder() is true.java.lang.IllegalStateException - If isCreateFolder() is false.public boolean isFileAdd()
true if this instance is tagged as EventType.Tag.FILE_ADD,
false otherwise.public static EventType fileAdd(FileAddType value)
EventType that has its tag set to EventType.Tag.FILE_ADD.
(file_operations) Added files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_ADD.java.lang.IllegalArgumentException - if value is null.public FileAddType getFileAddValue()
This instance must be tagged as EventType.Tag.FILE_ADD.
FileAddType value associated with this instance if
isFileAdd() is true.java.lang.IllegalStateException - If isFileAdd() is false.public boolean isFileCopy()
true if this instance is tagged as EventType.Tag.FILE_COPY,
false otherwise.public static EventType fileCopy(FileCopyType value)
EventType that has its tag set to EventType.Tag.FILE_COPY.
(file_operations) Copied files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_COPY.java.lang.IllegalArgumentException - if value is null.public FileCopyType getFileCopyValue()
This instance must be tagged as EventType.Tag.FILE_COPY.
FileCopyType value associated with this instance if
isFileCopy() is true.java.lang.IllegalStateException - If isFileCopy() is false.public boolean isFileDelete()
true if this instance is tagged as EventType.Tag.FILE_DELETE, false otherwise.public static EventType fileDelete(FileDeleteType value)
EventType that has its tag set to EventType.Tag.FILE_DELETE.
(file_operations) Deleted files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_DELETE.java.lang.IllegalArgumentException - if value is null.public FileDeleteType getFileDeleteValue()
This instance must be tagged as EventType.Tag.FILE_DELETE.
FileDeleteType value associated with this instance if
isFileDelete() is true.java.lang.IllegalStateException - If isFileDelete() is false.public boolean isFileDownload()
true if this instance is tagged as EventType.Tag.FILE_DOWNLOAD, false otherwise.public static EventType fileDownload(FileDownloadType value)
EventType that has its tag set to EventType.Tag.FILE_DOWNLOAD.
(file_operations) Downloaded files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_DOWNLOAD.java.lang.IllegalArgumentException - if value is null.public FileDownloadType getFileDownloadValue()
This instance must be tagged as EventType.Tag.FILE_DOWNLOAD.
FileDownloadType value associated with this instance
if isFileDownload() is true.java.lang.IllegalStateException - If isFileDownload() is false.public boolean isFileEdit()
true if this instance is tagged as EventType.Tag.FILE_EDIT,
false otherwise.public static EventType fileEdit(FileEditType value)
EventType that has its tag set to EventType.Tag.FILE_EDIT.
(file_operations) Edited files
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_EDIT.java.lang.IllegalArgumentException - if value is null.public FileEditType getFileEditValue()
This instance must be tagged as EventType.Tag.FILE_EDIT.
FileEditType value associated with this instance if
isFileEdit() is true.java.lang.IllegalStateException - If isFileEdit() is false.public boolean isFileGetCopyReference()
true if this instance is tagged as EventType.Tag.FILE_GET_COPY_REFERENCE, false otherwise.public static EventType fileGetCopyReference(FileGetCopyReferenceType value)
EventType that has its tag set to EventType.Tag.FILE_GET_COPY_REFERENCE.
(file_operations) Created copy reference to file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_GET_COPY_REFERENCE.java.lang.IllegalArgumentException - if value is null.public FileGetCopyReferenceType getFileGetCopyReferenceValue()
This instance must be tagged as EventType.Tag.FILE_GET_COPY_REFERENCE.
FileGetCopyReferenceType value associated with this
instance if isFileGetCopyReference() is true.java.lang.IllegalStateException - If isFileGetCopyReference() is
false.public boolean isFileMove()
true if this instance is tagged as EventType.Tag.FILE_MOVE,
false otherwise.public static EventType fileMove(FileMoveType value)
EventType that has its tag set to EventType.Tag.FILE_MOVE.
(file_operations) Moved files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_MOVE.java.lang.IllegalArgumentException - if value is null.public FileMoveType getFileMoveValue()
This instance must be tagged as EventType.Tag.FILE_MOVE.
FileMoveType value associated with this instance if
isFileMove() is true.java.lang.IllegalStateException - If isFileMove() is false.public boolean isFilePermanentlyDelete()
true if this instance is tagged as EventType.Tag.FILE_PERMANENTLY_DELETE, false otherwise.public static EventType filePermanentlyDelete(FilePermanentlyDeleteType value)
EventType that has its tag set to EventType.Tag.FILE_PERMANENTLY_DELETE.
(file_operations) Permanently deleted files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_PERMANENTLY_DELETE.java.lang.IllegalArgumentException - if value is null.public FilePermanentlyDeleteType getFilePermanentlyDeleteValue()
This instance must be tagged as EventType.Tag.FILE_PERMANENTLY_DELETE.
FilePermanentlyDeleteType value associated with this
instance if isFilePermanentlyDelete() is true.java.lang.IllegalStateException - If isFilePermanentlyDelete() is
false.public boolean isFilePreview()
true if this instance is tagged as EventType.Tag.FILE_PREVIEW, false otherwise.public static EventType filePreview(FilePreviewType value)
EventType that has its tag set to EventType.Tag.FILE_PREVIEW.
(file_operations) Previewed files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_PREVIEW.java.lang.IllegalArgumentException - if value is null.public FilePreviewType getFilePreviewValue()
This instance must be tagged as EventType.Tag.FILE_PREVIEW.
FilePreviewType value associated with this instance
if isFilePreview() is true.java.lang.IllegalStateException - If isFilePreview() is false.public boolean isFileRename()
true if this instance is tagged as EventType.Tag.FILE_RENAME, false otherwise.public static EventType fileRename(FileRenameType value)
EventType that has its tag set to EventType.Tag.FILE_RENAME.
(file_operations) Renamed files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_RENAME.java.lang.IllegalArgumentException - if value is null.public FileRenameType getFileRenameValue()
This instance must be tagged as EventType.Tag.FILE_RENAME.
FileRenameType value associated with this instance if
isFileRename() is true.java.lang.IllegalStateException - If isFileRename() is false.public boolean isFileRestore()
true if this instance is tagged as EventType.Tag.FILE_RESTORE, false otherwise.public static EventType fileRestore(FileRestoreType value)
EventType that has its tag set to EventType.Tag.FILE_RESTORE.
(file_operations) Restored deleted files and/or folders
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_RESTORE.java.lang.IllegalArgumentException - if value is null.public FileRestoreType getFileRestoreValue()
This instance must be tagged as EventType.Tag.FILE_RESTORE.
FileRestoreType value associated with this instance
if isFileRestore() is true.java.lang.IllegalStateException - If isFileRestore() is false.public boolean isFileRevert()
true if this instance is tagged as EventType.Tag.FILE_REVERT, false otherwise.public static EventType fileRevert(FileRevertType value)
EventType that has its tag set to EventType.Tag.FILE_REVERT.
(file_operations) Reverted files to previous version
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REVERT.java.lang.IllegalArgumentException - if value is null.public FileRevertType getFileRevertValue()
This instance must be tagged as EventType.Tag.FILE_REVERT.
FileRevertType value associated with this instance if
isFileRevert() is true.java.lang.IllegalStateException - If isFileRevert() is false.public boolean isFileRollbackChanges()
true if this instance is tagged as EventType.Tag.FILE_ROLLBACK_CHANGES, false otherwise.public static EventType fileRollbackChanges(FileRollbackChangesType value)
EventType that has its tag set to EventType.Tag.FILE_ROLLBACK_CHANGES.
(file_operations) Rolled back file actions
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_ROLLBACK_CHANGES.java.lang.IllegalArgumentException - if value is null.public FileRollbackChangesType getFileRollbackChangesValue()
This instance must be tagged as EventType.Tag.FILE_ROLLBACK_CHANGES.
FileRollbackChangesType value associated with this
instance if isFileRollbackChanges() is true.java.lang.IllegalStateException - If isFileRollbackChanges() is
false.public boolean isFileSaveCopyReference()
true if this instance is tagged as EventType.Tag.FILE_SAVE_COPY_REFERENCE, false otherwise.public static EventType fileSaveCopyReference(FileSaveCopyReferenceType value)
EventType that has its tag set to EventType.Tag.FILE_SAVE_COPY_REFERENCE.
(file_operations) Saved file/folder using copy reference
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_SAVE_COPY_REFERENCE.java.lang.IllegalArgumentException - if value is null.public FileSaveCopyReferenceType getFileSaveCopyReferenceValue()
This instance must be tagged as EventType.Tag.FILE_SAVE_COPY_REFERENCE.
FileSaveCopyReferenceType value associated with this
instance if isFileSaveCopyReference() is true.java.lang.IllegalStateException - If isFileSaveCopyReference() is
false.public boolean isFileRequestChange()
true if this instance is tagged as EventType.Tag.FILE_REQUEST_CHANGE, false otherwise.public static EventType fileRequestChange(FileRequestChangeType value)
EventType that has its tag set to EventType.Tag.FILE_REQUEST_CHANGE.
(file_requests) Changed file request
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUEST_CHANGE.java.lang.IllegalArgumentException - if value is null.public FileRequestChangeType getFileRequestChangeValue()
This instance must be tagged as EventType.Tag.FILE_REQUEST_CHANGE.
FileRequestChangeType value associated with this
instance if isFileRequestChange() is true.java.lang.IllegalStateException - If isFileRequestChange() is false.public boolean isFileRequestClose()
true if this instance is tagged as EventType.Tag.FILE_REQUEST_CLOSE, false otherwise.public static EventType fileRequestClose(FileRequestCloseType value)
EventType that has its tag set to EventType.Tag.FILE_REQUEST_CLOSE.
(file_requests) Closed file request
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUEST_CLOSE.java.lang.IllegalArgumentException - if value is null.public FileRequestCloseType getFileRequestCloseValue()
This instance must be tagged as EventType.Tag.FILE_REQUEST_CLOSE.
FileRequestCloseType value associated with this
instance if isFileRequestClose() is true.java.lang.IllegalStateException - If isFileRequestClose() is false.public boolean isFileRequestCreate()
true if this instance is tagged as EventType.Tag.FILE_REQUEST_CREATE, false otherwise.public static EventType fileRequestCreate(FileRequestCreateType value)
EventType that has its tag set to EventType.Tag.FILE_REQUEST_CREATE.
(file_requests) Created file request
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUEST_CREATE.java.lang.IllegalArgumentException - if value is null.public FileRequestCreateType getFileRequestCreateValue()
This instance must be tagged as EventType.Tag.FILE_REQUEST_CREATE.
FileRequestCreateType value associated with this
instance if isFileRequestCreate() is true.java.lang.IllegalStateException - If isFileRequestCreate() is false.public boolean isFileRequestReceiveFile()
true if this instance is tagged as EventType.Tag.FILE_REQUEST_RECEIVE_FILE, false otherwise.public static EventType fileRequestReceiveFile(FileRequestReceiveFileType value)
EventType that has its tag set to EventType.Tag.FILE_REQUEST_RECEIVE_FILE.
(file_requests) Received files for file request
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUEST_RECEIVE_FILE.java.lang.IllegalArgumentException - if value is null.public FileRequestReceiveFileType getFileRequestReceiveFileValue()
This instance must be tagged as EventType.Tag.FILE_REQUEST_RECEIVE_FILE.
FileRequestReceiveFileType value associated with this
instance if isFileRequestReceiveFile() is true.java.lang.IllegalStateException - If isFileRequestReceiveFile() is
false.public boolean isGroupAddExternalId()
true if this instance is tagged as EventType.Tag.GROUP_ADD_EXTERNAL_ID, false otherwise.public static EventType groupAddExternalId(GroupAddExternalIdType value)
EventType that has its tag set to EventType.Tag.GROUP_ADD_EXTERNAL_ID.
(groups) Added external ID for group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_ADD_EXTERNAL_ID.java.lang.IllegalArgumentException - if value is null.public GroupAddExternalIdType getGroupAddExternalIdValue()
This instance must be tagged as EventType.Tag.GROUP_ADD_EXTERNAL_ID.
GroupAddExternalIdType value associated with this
instance if isGroupAddExternalId() is true.java.lang.IllegalStateException - If isGroupAddExternalId() is false.public boolean isGroupAddMember()
true if this instance is tagged as EventType.Tag.GROUP_ADD_MEMBER, false otherwise.public static EventType groupAddMember(GroupAddMemberType value)
EventType that has its tag set to EventType.Tag.GROUP_ADD_MEMBER.
(groups) Added team members to group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_ADD_MEMBER.java.lang.IllegalArgumentException - if value is null.public GroupAddMemberType getGroupAddMemberValue()
This instance must be tagged as EventType.Tag.GROUP_ADD_MEMBER.
GroupAddMemberType value associated with this
instance if isGroupAddMember() is true.java.lang.IllegalStateException - If isGroupAddMember() is false.public boolean isGroupChangeExternalId()
true if this instance is tagged as EventType.Tag.GROUP_CHANGE_EXTERNAL_ID, false otherwise.public static EventType groupChangeExternalId(GroupChangeExternalIdType value)
EventType that has its tag set to EventType.Tag.GROUP_CHANGE_EXTERNAL_ID.
(groups) Changed external ID for group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_CHANGE_EXTERNAL_ID.java.lang.IllegalArgumentException - if value is null.public GroupChangeExternalIdType getGroupChangeExternalIdValue()
This instance must be tagged as EventType.Tag.GROUP_CHANGE_EXTERNAL_ID.
GroupChangeExternalIdType value associated with this
instance if isGroupChangeExternalId() is true.java.lang.IllegalStateException - If isGroupChangeExternalId() is
false.public boolean isGroupChangeManagementType()
true if this instance has the tag EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE, false otherwise.true if this instance is tagged as EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE, false otherwise.public static EventType groupChangeManagementType(GroupChangeManagementTypeType value)
EventType that has its tag set to EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE.
(groups) Changed group management type
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE.java.lang.IllegalArgumentException - if value is null.public GroupChangeManagementTypeType getGroupChangeManagementTypeValue()
This instance must be tagged as EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE.
GroupChangeManagementTypeType value associated with
this instance if isGroupChangeManagementType() is true.java.lang.IllegalStateException - If isGroupChangeManagementType() is
false.public boolean isGroupChangeMemberRole()
true if this instance is tagged as EventType.Tag.GROUP_CHANGE_MEMBER_ROLE, false otherwise.public static EventType groupChangeMemberRole(GroupChangeMemberRoleType value)
EventType that has its tag set to EventType.Tag.GROUP_CHANGE_MEMBER_ROLE.
(groups) Changed manager permissions of group member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_CHANGE_MEMBER_ROLE.java.lang.IllegalArgumentException - if value is null.public GroupChangeMemberRoleType getGroupChangeMemberRoleValue()
This instance must be tagged as EventType.Tag.GROUP_CHANGE_MEMBER_ROLE.
GroupChangeMemberRoleType value associated with this
instance if isGroupChangeMemberRole() is true.java.lang.IllegalStateException - If isGroupChangeMemberRole() is
false.public boolean isGroupCreate()
true if this instance is tagged as EventType.Tag.GROUP_CREATE, false otherwise.public static EventType groupCreate(GroupCreateType value)
EventType that has its tag set to EventType.Tag.GROUP_CREATE.
(groups) Created group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_CREATE.java.lang.IllegalArgumentException - if value is null.public GroupCreateType getGroupCreateValue()
This instance must be tagged as EventType.Tag.GROUP_CREATE.
GroupCreateType value associated with this instance
if isGroupCreate() is true.java.lang.IllegalStateException - If isGroupCreate() is false.public boolean isGroupDelete()
true if this instance is tagged as EventType.Tag.GROUP_DELETE, false otherwise.public static EventType groupDelete(GroupDeleteType value)
EventType that has its tag set to EventType.Tag.GROUP_DELETE.
(groups) Deleted group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_DELETE.java.lang.IllegalArgumentException - if value is null.public GroupDeleteType getGroupDeleteValue()
This instance must be tagged as EventType.Tag.GROUP_DELETE.
GroupDeleteType value associated with this instance
if isGroupDelete() is true.java.lang.IllegalStateException - If isGroupDelete() is false.public boolean isGroupDescriptionUpdated()
true if this instance is tagged as EventType.Tag.GROUP_DESCRIPTION_UPDATED, false otherwise.public static EventType groupDescriptionUpdated(GroupDescriptionUpdatedType value)
EventType that has its tag set to EventType.Tag.GROUP_DESCRIPTION_UPDATED.
(groups) Updated group (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_DESCRIPTION_UPDATED.java.lang.IllegalArgumentException - if value is null.public GroupDescriptionUpdatedType getGroupDescriptionUpdatedValue()
This instance must be tagged as EventType.Tag.GROUP_DESCRIPTION_UPDATED.
GroupDescriptionUpdatedType value associated with
this instance if isGroupDescriptionUpdated() is true.java.lang.IllegalStateException - If isGroupDescriptionUpdated() is
false.public boolean isGroupJoinPolicyUpdated()
true if this instance is tagged as EventType.Tag.GROUP_JOIN_POLICY_UPDATED, false otherwise.public static EventType groupJoinPolicyUpdated(GroupJoinPolicyUpdatedType value)
EventType that has its tag set to EventType.Tag.GROUP_JOIN_POLICY_UPDATED.
(groups) Updated group join policy (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_JOIN_POLICY_UPDATED.java.lang.IllegalArgumentException - if value is null.public GroupJoinPolicyUpdatedType getGroupJoinPolicyUpdatedValue()
This instance must be tagged as EventType.Tag.GROUP_JOIN_POLICY_UPDATED.
GroupJoinPolicyUpdatedType value associated with this
instance if isGroupJoinPolicyUpdated() is true.java.lang.IllegalStateException - If isGroupJoinPolicyUpdated() is
false.public boolean isGroupMoved()
true if this instance is tagged as EventType.Tag.GROUP_MOVED, false otherwise.public static EventType groupMoved(GroupMovedType value)
EventType that has its tag set to EventType.Tag.GROUP_MOVED.
(groups) Moved group (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_MOVED.java.lang.IllegalArgumentException - if value is null.public GroupMovedType getGroupMovedValue()
This instance must be tagged as EventType.Tag.GROUP_MOVED.
GroupMovedType value associated with this instance if
isGroupMoved() is true.java.lang.IllegalStateException - If isGroupMoved() is false.public boolean isGroupRemoveExternalId()
true if this instance is tagged as EventType.Tag.GROUP_REMOVE_EXTERNAL_ID, false otherwise.public static EventType groupRemoveExternalId(GroupRemoveExternalIdType value)
EventType that has its tag set to EventType.Tag.GROUP_REMOVE_EXTERNAL_ID.
(groups) Removed external ID for group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_REMOVE_EXTERNAL_ID.java.lang.IllegalArgumentException - if value is null.public GroupRemoveExternalIdType getGroupRemoveExternalIdValue()
This instance must be tagged as EventType.Tag.GROUP_REMOVE_EXTERNAL_ID.
GroupRemoveExternalIdType value associated with this
instance if isGroupRemoveExternalId() is true.java.lang.IllegalStateException - If isGroupRemoveExternalId() is
false.public boolean isGroupRemoveMember()
true if this instance is tagged as EventType.Tag.GROUP_REMOVE_MEMBER, false otherwise.public static EventType groupRemoveMember(GroupRemoveMemberType value)
EventType that has its tag set to EventType.Tag.GROUP_REMOVE_MEMBER.
(groups) Removed team members from group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_REMOVE_MEMBER.java.lang.IllegalArgumentException - if value is null.public GroupRemoveMemberType getGroupRemoveMemberValue()
This instance must be tagged as EventType.Tag.GROUP_REMOVE_MEMBER.
GroupRemoveMemberType value associated with this
instance if isGroupRemoveMember() is true.java.lang.IllegalStateException - If isGroupRemoveMember() is false.public boolean isGroupRename()
true if this instance is tagged as EventType.Tag.GROUP_RENAME, false otherwise.public static EventType groupRename(GroupRenameType value)
EventType that has its tag set to EventType.Tag.GROUP_RENAME.
(groups) Renamed group
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_RENAME.java.lang.IllegalArgumentException - if value is null.public GroupRenameType getGroupRenameValue()
This instance must be tagged as EventType.Tag.GROUP_RENAME.
GroupRenameType value associated with this instance
if isGroupRename() is true.java.lang.IllegalStateException - If isGroupRename() is false.public boolean isEmmError()
true if this instance is tagged as EventType.Tag.EMM_ERROR,
false otherwise.public static EventType emmError(EmmErrorType value)
EventType that has its tag set to EventType.Tag.EMM_ERROR.
(logins) Failed to sign in via EMM (deprecated, replaced by 'Failed to sign in')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_ERROR.java.lang.IllegalArgumentException - if value is null.public EmmErrorType getEmmErrorValue()
This instance must be tagged as EventType.Tag.EMM_ERROR.
EmmErrorType value associated with this instance if
isEmmError() is true.java.lang.IllegalStateException - If isEmmError() is false.public boolean isLoginFail()
true if this instance is tagged as EventType.Tag.LOGIN_FAIL, false otherwise.public static EventType loginFail(LoginFailType value)
EventType that has its tag set to EventType.Tag.LOGIN_FAIL.
(logins) Failed to sign in
value - value to assign to this instance.EventType with its tag set to EventType.Tag.LOGIN_FAIL.java.lang.IllegalArgumentException - if value is null.public LoginFailType getLoginFailValue()
This instance must be tagged as EventType.Tag.LOGIN_FAIL.
LoginFailType value associated with this instance if
isLoginFail() is true.java.lang.IllegalStateException - If isLoginFail() is false.public boolean isLoginSuccess()
true if this instance is tagged as EventType.Tag.LOGIN_SUCCESS, false otherwise.public static EventType loginSuccess(LoginSuccessType value)
EventType that has its tag set to EventType.Tag.LOGIN_SUCCESS.
(logins) Signed in
value - value to assign to this instance.EventType with its tag set to EventType.Tag.LOGIN_SUCCESS.java.lang.IllegalArgumentException - if value is null.public LoginSuccessType getLoginSuccessValue()
This instance must be tagged as EventType.Tag.LOGIN_SUCCESS.
LoginSuccessType value associated with this instance
if isLoginSuccess() is true.java.lang.IllegalStateException - If isLoginSuccess() is false.public boolean isLogout()
true if this instance is tagged as EventType.Tag.LOGOUT,
false otherwise.public static EventType logout(LogoutType value)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.LOGOUT.java.lang.IllegalArgumentException - if value is null.public LogoutType getLogoutValue()
This instance must be tagged as EventType.Tag.LOGOUT.
LogoutType value associated with this instance if
isLogout() is true.java.lang.IllegalStateException - If isLogout() is false.public boolean isResellerSupportSessionEnd()
true if this instance has the tag EventType.Tag.RESELLER_SUPPORT_SESSION_END, false otherwise.true if this instance is tagged as EventType.Tag.RESELLER_SUPPORT_SESSION_END, false otherwise.public static EventType resellerSupportSessionEnd(ResellerSupportSessionEndType value)
EventType that has its tag set to EventType.Tag.RESELLER_SUPPORT_SESSION_END.
(logins) Ended reseller support session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.RESELLER_SUPPORT_SESSION_END.java.lang.IllegalArgumentException - if value is null.public ResellerSupportSessionEndType getResellerSupportSessionEndValue()
This instance must be tagged as EventType.Tag.RESELLER_SUPPORT_SESSION_END.
ResellerSupportSessionEndType value associated with
this instance if isResellerSupportSessionEnd() is true.java.lang.IllegalStateException - If isResellerSupportSessionEnd() is
false.public boolean isResellerSupportSessionStart()
true if this instance has the tag EventType.Tag.RESELLER_SUPPORT_SESSION_START, false otherwise.true if this instance is tagged as EventType.Tag.RESELLER_SUPPORT_SESSION_START, false otherwise.public static EventType resellerSupportSessionStart(ResellerSupportSessionStartType value)
EventType that has its tag set to EventType.Tag.RESELLER_SUPPORT_SESSION_START.
(logins) Started reseller support session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.RESELLER_SUPPORT_SESSION_START.java.lang.IllegalArgumentException - if value is null.public ResellerSupportSessionStartType getResellerSupportSessionStartValue()
This instance must be tagged as EventType.Tag.RESELLER_SUPPORT_SESSION_START.
ResellerSupportSessionStartType value associated with
this instance if isResellerSupportSessionStart() is true.java.lang.IllegalStateException - If isResellerSupportSessionStart()
is false.public boolean isSignInAsSessionEnd()
true if this instance is tagged as EventType.Tag.SIGN_IN_AS_SESSION_END, false otherwise.public static EventType signInAsSessionEnd(SignInAsSessionEndType value)
EventType that has its tag set to EventType.Tag.SIGN_IN_AS_SESSION_END.
(logins) Ended admin sign-in-as session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SIGN_IN_AS_SESSION_END.java.lang.IllegalArgumentException - if value is null.public SignInAsSessionEndType getSignInAsSessionEndValue()
This instance must be tagged as EventType.Tag.SIGN_IN_AS_SESSION_END.
SignInAsSessionEndType value associated with this
instance if isSignInAsSessionEnd() is true.java.lang.IllegalStateException - If isSignInAsSessionEnd() is false.public boolean isSignInAsSessionStart()
true if this instance is tagged as EventType.Tag.SIGN_IN_AS_SESSION_START, false otherwise.public static EventType signInAsSessionStart(SignInAsSessionStartType value)
EventType that has its tag set to EventType.Tag.SIGN_IN_AS_SESSION_START.
(logins) Started admin sign-in-as session
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SIGN_IN_AS_SESSION_START.java.lang.IllegalArgumentException - if value is null.public SignInAsSessionStartType getSignInAsSessionStartValue()
This instance must be tagged as EventType.Tag.SIGN_IN_AS_SESSION_START.
SignInAsSessionStartType value associated with this
instance if isSignInAsSessionStart() is true.java.lang.IllegalStateException - If isSignInAsSessionStart() is
false.public boolean isSsoError()
true if this instance is tagged as EventType.Tag.SSO_ERROR,
false otherwise.public static EventType ssoError(SsoErrorType value)
EventType that has its tag set to EventType.Tag.SSO_ERROR.
(logins) Failed to sign in via SSO (deprecated, replaced by 'Failed to sign in')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_ERROR.java.lang.IllegalArgumentException - if value is null.public SsoErrorType getSsoErrorValue()
This instance must be tagged as EventType.Tag.SSO_ERROR.
SsoErrorType value associated with this instance if
isSsoError() is true.java.lang.IllegalStateException - If isSsoError() is false.public boolean isMemberAddName()
true if this instance is tagged as EventType.Tag.MEMBER_ADD_NAME, false otherwise.public static EventType memberAddName(MemberAddNameType value)
EventType that has its tag set to EventType.Tag.MEMBER_ADD_NAME.
(members) Added team member name
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_ADD_NAME.java.lang.IllegalArgumentException - if value is null.public MemberAddNameType getMemberAddNameValue()
This instance must be tagged as EventType.Tag.MEMBER_ADD_NAME.
MemberAddNameType value associated with this instance
if isMemberAddName() is true.java.lang.IllegalStateException - If isMemberAddName() is false.public boolean isMemberChangeAdminRole()
true if this instance is tagged as EventType.Tag.MEMBER_CHANGE_ADMIN_ROLE, false otherwise.public static EventType memberChangeAdminRole(MemberChangeAdminRoleType value)
EventType that has its tag set to EventType.Tag.MEMBER_CHANGE_ADMIN_ROLE.
(members) Changed team member admin role
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_CHANGE_ADMIN_ROLE.java.lang.IllegalArgumentException - if value is null.public MemberChangeAdminRoleType getMemberChangeAdminRoleValue()
This instance must be tagged as EventType.Tag.MEMBER_CHANGE_ADMIN_ROLE.
MemberChangeAdminRoleType value associated with this
instance if isMemberChangeAdminRole() is true.java.lang.IllegalStateException - If isMemberChangeAdminRole() is
false.public boolean isMemberChangeEmail()
true if this instance is tagged as EventType.Tag.MEMBER_CHANGE_EMAIL, false otherwise.public static EventType memberChangeEmail(MemberChangeEmailType value)
EventType that has its tag set to EventType.Tag.MEMBER_CHANGE_EMAIL.
(members) Changed team member email
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_CHANGE_EMAIL.java.lang.IllegalArgumentException - if value is null.public MemberChangeEmailType getMemberChangeEmailValue()
This instance must be tagged as EventType.Tag.MEMBER_CHANGE_EMAIL.
MemberChangeEmailType value associated with this
instance if isMemberChangeEmail() is true.java.lang.IllegalStateException - If isMemberChangeEmail() is false.public boolean isMemberChangeMembershipType()
true if this instance has the tag EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE, false otherwise.public static EventType memberChangeMembershipType(MemberChangeMembershipTypeType value)
EventType that has its tag set to EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE.
(members) Changed membership type (limited/full) of member (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE.java.lang.IllegalArgumentException - if value is null.public MemberChangeMembershipTypeType getMemberChangeMembershipTypeValue()
This instance must be tagged as EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE.
MemberChangeMembershipTypeType value associated with
this instance if isMemberChangeMembershipType() is true.java.lang.IllegalStateException - If isMemberChangeMembershipType()
is false.public boolean isMemberChangeName()
true if this instance is tagged as EventType.Tag.MEMBER_CHANGE_NAME, false otherwise.public static EventType memberChangeName(MemberChangeNameType value)
EventType that has its tag set to EventType.Tag.MEMBER_CHANGE_NAME.
(members) Changed team member name
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_CHANGE_NAME.java.lang.IllegalArgumentException - if value is null.public MemberChangeNameType getMemberChangeNameValue()
This instance must be tagged as EventType.Tag.MEMBER_CHANGE_NAME.
MemberChangeNameType value associated with this
instance if isMemberChangeName() is true.java.lang.IllegalStateException - If isMemberChangeName() is false.public boolean isMemberChangeStatus()
true if this instance is tagged as EventType.Tag.MEMBER_CHANGE_STATUS, false otherwise.public static EventType memberChangeStatus(MemberChangeStatusType value)
EventType that has its tag set to EventType.Tag.MEMBER_CHANGE_STATUS.
(members) Changed member status (invited, joined, suspended, etc.)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_CHANGE_STATUS.java.lang.IllegalArgumentException - if value is null.public MemberChangeStatusType getMemberChangeStatusValue()
This instance must be tagged as EventType.Tag.MEMBER_CHANGE_STATUS.
MemberChangeStatusType value associated with this
instance if isMemberChangeStatus() is true.java.lang.IllegalStateException - If isMemberChangeStatus() is false.public boolean isMemberPermanentlyDeleteAccountContents()
true if this instance has the tag EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS, false
otherwise.public static EventType memberPermanentlyDeleteAccountContents(MemberPermanentlyDeleteAccountContentsType value)
EventType that has its tag set to EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS.
(members) Permanently deleted contents of deleted team member account
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS.java.lang.IllegalArgumentException - if value is null.public MemberPermanentlyDeleteAccountContentsType getMemberPermanentlyDeleteAccountContentsValue()
This instance must be tagged as EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS.
MemberPermanentlyDeleteAccountContentsType value
associated with this instance if isMemberPermanentlyDeleteAccountContents() is true.java.lang.IllegalStateException - If isMemberPermanentlyDeleteAccountContents() is false.public boolean isMemberSpaceLimitsAddCustomQuota()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA, false otherwise.public static EventType memberSpaceLimitsAddCustomQuota(MemberSpaceLimitsAddCustomQuotaType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA.
(members) Set custom member space limit
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsAddCustomQuotaType getMemberSpaceLimitsAddCustomQuotaValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA.
MemberSpaceLimitsAddCustomQuotaType value associated
with this instance if isMemberSpaceLimitsAddCustomQuota() is
true.java.lang.IllegalStateException - If isMemberSpaceLimitsAddCustomQuota() is false.public boolean isMemberSpaceLimitsChangeCustomQuota()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA, false
otherwise.public static EventType memberSpaceLimitsChangeCustomQuota(MemberSpaceLimitsChangeCustomQuotaType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA.
(members) Changed custom member space limit
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsChangeCustomQuotaType getMemberSpaceLimitsChangeCustomQuotaValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA.
MemberSpaceLimitsChangeCustomQuotaType value
associated with this instance if isMemberSpaceLimitsChangeCustomQuota() is true.java.lang.IllegalStateException - If isMemberSpaceLimitsChangeCustomQuota() is false.public boolean isMemberSpaceLimitsChangeStatus()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS, false otherwise.public static EventType memberSpaceLimitsChangeStatus(MemberSpaceLimitsChangeStatusType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS.
(members) Changed space limit status
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsChangeStatusType getMemberSpaceLimitsChangeStatusValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS.
MemberSpaceLimitsChangeStatusType value associated
with this instance if isMemberSpaceLimitsChangeStatus() is
true.java.lang.IllegalStateException - If isMemberSpaceLimitsChangeStatus() is false.public boolean isMemberSpaceLimitsRemoveCustomQuota()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA, false
otherwise.public static EventType memberSpaceLimitsRemoveCustomQuota(MemberSpaceLimitsRemoveCustomQuotaType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA.
(members) Removed custom member space limit
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsRemoveCustomQuotaType getMemberSpaceLimitsRemoveCustomQuotaValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA.
MemberSpaceLimitsRemoveCustomQuotaType value
associated with this instance if isMemberSpaceLimitsRemoveCustomQuota() is true.java.lang.IllegalStateException - If isMemberSpaceLimitsRemoveCustomQuota() is false.public boolean isMemberSuggest()
true if this instance is tagged as EventType.Tag.MEMBER_SUGGEST, false otherwise.public static EventType memberSuggest(MemberSuggestType value)
EventType that has its tag set to EventType.Tag.MEMBER_SUGGEST.
(members) Suggested person to add to team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SUGGEST.java.lang.IllegalArgumentException - if value is null.public MemberSuggestType getMemberSuggestValue()
This instance must be tagged as EventType.Tag.MEMBER_SUGGEST.
MemberSuggestType value associated with this instance
if isMemberSuggest() is true.java.lang.IllegalStateException - If isMemberSuggest() is false.public boolean isMemberTransferAccountContents()
true if this instance has the tag EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS, false otherwise.public static EventType memberTransferAccountContents(MemberTransferAccountContentsType value)
EventType that has its tag set to EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS.
(members) Transferred contents of deleted member account to another member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS.java.lang.IllegalArgumentException - if value is null.public MemberTransferAccountContentsType getMemberTransferAccountContentsValue()
This instance must be tagged as EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS.
MemberTransferAccountContentsType value associated
with this instance if isMemberTransferAccountContents() is
true.java.lang.IllegalStateException - If isMemberTransferAccountContents() is false.public boolean isSecondaryMailsPolicyChanged()
true if this instance has the tag EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED, false otherwise.true if this instance is tagged as EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED, false otherwise.public static EventType secondaryMailsPolicyChanged(SecondaryMailsPolicyChangedType value)
EventType that has its tag set to EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED.
(members) Secondary mails policy changed
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED.java.lang.IllegalArgumentException - if value is null.public SecondaryMailsPolicyChangedType getSecondaryMailsPolicyChangedValue()
This instance must be tagged as EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED.
SecondaryMailsPolicyChangedType value associated with
this instance if isSecondaryMailsPolicyChanged() is true.java.lang.IllegalStateException - If isSecondaryMailsPolicyChanged()
is false.public boolean isPaperContentAddMember()
true if this instance is tagged as EventType.Tag.PAPER_CONTENT_ADD_MEMBER, false otherwise.public static EventType paperContentAddMember(PaperContentAddMemberType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_ADD_MEMBER.
(paper) Added team member to Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_ADD_MEMBER.java.lang.IllegalArgumentException - if value is null.public PaperContentAddMemberType getPaperContentAddMemberValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_ADD_MEMBER.
PaperContentAddMemberType value associated with this
instance if isPaperContentAddMember() is true.java.lang.IllegalStateException - If isPaperContentAddMember() is
false.public boolean isPaperContentAddToFolder()
true if this instance has the tag EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER, false otherwise.public static EventType paperContentAddToFolder(PaperContentAddToFolderType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER.
(paper) Added Paper doc/folder to folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER.java.lang.IllegalArgumentException - if value is null.public PaperContentAddToFolderType getPaperContentAddToFolderValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER.
PaperContentAddToFolderType value associated with
this instance if isPaperContentAddToFolder() is true.java.lang.IllegalStateException - If isPaperContentAddToFolder() is
false.public boolean isPaperContentArchive()
true if this instance is tagged as EventType.Tag.PAPER_CONTENT_ARCHIVE, false otherwise.public static EventType paperContentArchive(PaperContentArchiveType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_ARCHIVE.
(paper) Archived Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_ARCHIVE.java.lang.IllegalArgumentException - if value is null.public PaperContentArchiveType getPaperContentArchiveValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_ARCHIVE.
PaperContentArchiveType value associated with this
instance if isPaperContentArchive() is true.java.lang.IllegalStateException - If isPaperContentArchive() is
false.public boolean isPaperContentCreate()
true if this instance is tagged as EventType.Tag.PAPER_CONTENT_CREATE, false otherwise.public static EventType paperContentCreate(PaperContentCreateType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_CREATE.
(paper) Created Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_CREATE.java.lang.IllegalArgumentException - if value is null.public PaperContentCreateType getPaperContentCreateValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_CREATE.
PaperContentCreateType value associated with this
instance if isPaperContentCreate() is true.java.lang.IllegalStateException - If isPaperContentCreate() is false.public boolean isPaperContentPermanentlyDelete()
true if this instance has the tag EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE, false otherwise.public static EventType paperContentPermanentlyDelete(PaperContentPermanentlyDeleteType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE.
(paper) Permanently deleted Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE.java.lang.IllegalArgumentException - if value is null.public PaperContentPermanentlyDeleteType getPaperContentPermanentlyDeleteValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE.
PaperContentPermanentlyDeleteType value associated
with this instance if isPaperContentPermanentlyDelete() is
true.java.lang.IllegalStateException - If isPaperContentPermanentlyDelete() is false.public boolean isPaperContentRemoveFromFolder()
true if this instance has the tag EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER, false otherwise.public static EventType paperContentRemoveFromFolder(PaperContentRemoveFromFolderType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER.
(paper) Removed Paper doc/folder from folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER.java.lang.IllegalArgumentException - if value is null.public PaperContentRemoveFromFolderType getPaperContentRemoveFromFolderValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER.
PaperContentRemoveFromFolderType value associated
with this instance if isPaperContentRemoveFromFolder() is
true.java.lang.IllegalStateException - If isPaperContentRemoveFromFolder()
is false.public boolean isPaperContentRemoveMember()
true if this instance has the tag EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER, false otherwise.public static EventType paperContentRemoveMember(PaperContentRemoveMemberType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER.
(paper) Removed team member from Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER.java.lang.IllegalArgumentException - if value is null.public PaperContentRemoveMemberType getPaperContentRemoveMemberValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER.
PaperContentRemoveMemberType value associated with
this instance if isPaperContentRemoveMember() is true.java.lang.IllegalStateException - If isPaperContentRemoveMember() is
false.public boolean isPaperContentRename()
true if this instance is tagged as EventType.Tag.PAPER_CONTENT_RENAME, false otherwise.public static EventType paperContentRename(PaperContentRenameType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_RENAME.
(paper) Renamed Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_RENAME.java.lang.IllegalArgumentException - if value is null.public PaperContentRenameType getPaperContentRenameValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_RENAME.
PaperContentRenameType value associated with this
instance if isPaperContentRename() is true.java.lang.IllegalStateException - If isPaperContentRename() is false.public boolean isPaperContentRestore()
true if this instance is tagged as EventType.Tag.PAPER_CONTENT_RESTORE, false otherwise.public static EventType paperContentRestore(PaperContentRestoreType value)
EventType that has its tag set to EventType.Tag.PAPER_CONTENT_RESTORE.
(paper) Restored archived Paper doc/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CONTENT_RESTORE.java.lang.IllegalArgumentException - if value is null.public PaperContentRestoreType getPaperContentRestoreValue()
This instance must be tagged as EventType.Tag.PAPER_CONTENT_RESTORE.
PaperContentRestoreType value associated with this
instance if isPaperContentRestore() is true.java.lang.IllegalStateException - If isPaperContentRestore() is
false.public boolean isPaperDocAddComment()
true if this instance is tagged as EventType.Tag.PAPER_DOC_ADD_COMMENT, false otherwise.public static EventType paperDocAddComment(PaperDocAddCommentType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_ADD_COMMENT.
(paper) Added Paper doc comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_ADD_COMMENT.java.lang.IllegalArgumentException - if value is null.public PaperDocAddCommentType getPaperDocAddCommentValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_ADD_COMMENT.
PaperDocAddCommentType value associated with this
instance if isPaperDocAddComment() is true.java.lang.IllegalStateException - If isPaperDocAddComment() is false.public boolean isPaperDocChangeMemberRole()
true if this instance has the tag EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE, false otherwise.public static EventType paperDocChangeMemberRole(PaperDocChangeMemberRoleType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE.
(paper) Changed team member permissions for Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE.java.lang.IllegalArgumentException - if value is null.public PaperDocChangeMemberRoleType getPaperDocChangeMemberRoleValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE.
PaperDocChangeMemberRoleType value associated with
this instance if isPaperDocChangeMemberRole() is true.java.lang.IllegalStateException - If isPaperDocChangeMemberRole() is
false.public boolean isPaperDocChangeSharingPolicy()
true if this instance has the tag EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY, false otherwise.public static EventType paperDocChangeSharingPolicy(PaperDocChangeSharingPolicyType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY.
(paper) Changed sharing setting for Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY.java.lang.IllegalArgumentException - if value is null.public PaperDocChangeSharingPolicyType getPaperDocChangeSharingPolicyValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY.
PaperDocChangeSharingPolicyType value associated with
this instance if isPaperDocChangeSharingPolicy() is true.java.lang.IllegalStateException - If isPaperDocChangeSharingPolicy()
is false.public boolean isPaperDocChangeSubscription()
true if this instance has the tag EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION, false otherwise.public static EventType paperDocChangeSubscription(PaperDocChangeSubscriptionType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION.
(paper) Followed/unfollowed Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION.java.lang.IllegalArgumentException - if value is null.public PaperDocChangeSubscriptionType getPaperDocChangeSubscriptionValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION.
PaperDocChangeSubscriptionType value associated with
this instance if isPaperDocChangeSubscription() is true.java.lang.IllegalStateException - If isPaperDocChangeSubscription()
is false.public boolean isPaperDocDeleted()
true if this instance is tagged as EventType.Tag.PAPER_DOC_DELETED, false otherwise.public static EventType paperDocDeleted(PaperDocDeletedType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_DELETED.
(paper) Archived Paper doc (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_DELETED.java.lang.IllegalArgumentException - if value is null.public PaperDocDeletedType getPaperDocDeletedValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_DELETED.
PaperDocDeletedType value associated with this
instance if isPaperDocDeleted() is true.java.lang.IllegalStateException - If isPaperDocDeleted() is false.public boolean isPaperDocDeleteComment()
true if this instance is tagged as EventType.Tag.PAPER_DOC_DELETE_COMMENT, false otherwise.public static EventType paperDocDeleteComment(PaperDocDeleteCommentType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_DELETE_COMMENT.
(paper) Deleted Paper doc comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_DELETE_COMMENT.java.lang.IllegalArgumentException - if value is null.public PaperDocDeleteCommentType getPaperDocDeleteCommentValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_DELETE_COMMENT.
PaperDocDeleteCommentType value associated with this
instance if isPaperDocDeleteComment() is true.java.lang.IllegalStateException - If isPaperDocDeleteComment() is
false.public boolean isPaperDocDownload()
true if this instance is tagged as EventType.Tag.PAPER_DOC_DOWNLOAD, false otherwise.public static EventType paperDocDownload(PaperDocDownloadType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_DOWNLOAD.
(paper) Downloaded Paper doc in specific format
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_DOWNLOAD.java.lang.IllegalArgumentException - if value is null.public PaperDocDownloadType getPaperDocDownloadValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_DOWNLOAD.
PaperDocDownloadType value associated with this
instance if isPaperDocDownload() is true.java.lang.IllegalStateException - If isPaperDocDownload() is false.public boolean isPaperDocEdit()
true if this instance is tagged as EventType.Tag.PAPER_DOC_EDIT, false otherwise.public static EventType paperDocEdit(PaperDocEditType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_EDIT.
(paper) Edited Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_EDIT.java.lang.IllegalArgumentException - if value is null.public PaperDocEditType getPaperDocEditValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_EDIT.
PaperDocEditType value associated with this instance
if isPaperDocEdit() is true.java.lang.IllegalStateException - If isPaperDocEdit() is false.public boolean isPaperDocEditComment()
true if this instance is tagged as EventType.Tag.PAPER_DOC_EDIT_COMMENT, false otherwise.public static EventType paperDocEditComment(PaperDocEditCommentType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_EDIT_COMMENT.
(paper) Edited Paper doc comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_EDIT_COMMENT.java.lang.IllegalArgumentException - if value is null.public PaperDocEditCommentType getPaperDocEditCommentValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_EDIT_COMMENT.
PaperDocEditCommentType value associated with this
instance if isPaperDocEditComment() is true.java.lang.IllegalStateException - If isPaperDocEditComment() is
false.public boolean isPaperDocFollowed()
true if this instance is tagged as EventType.Tag.PAPER_DOC_FOLLOWED, false otherwise.public static EventType paperDocFollowed(PaperDocFollowedType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_FOLLOWED.
(paper) Followed Paper doc (deprecated, replaced by 'Followed/unfollowed Paper doc')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_FOLLOWED.java.lang.IllegalArgumentException - if value is null.public PaperDocFollowedType getPaperDocFollowedValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_FOLLOWED.
PaperDocFollowedType value associated with this
instance if isPaperDocFollowed() is true.java.lang.IllegalStateException - If isPaperDocFollowed() is false.public boolean isPaperDocMention()
true if this instance is tagged as EventType.Tag.PAPER_DOC_MENTION, false otherwise.public static EventType paperDocMention(PaperDocMentionType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_MENTION.
(paper) Mentioned team member in Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_MENTION.java.lang.IllegalArgumentException - if value is null.public PaperDocMentionType getPaperDocMentionValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_MENTION.
PaperDocMentionType value associated with this
instance if isPaperDocMention() is true.java.lang.IllegalStateException - If isPaperDocMention() is false.public boolean isPaperDocRequestAccess()
true if this instance is tagged as EventType.Tag.PAPER_DOC_REQUEST_ACCESS, false otherwise.public static EventType paperDocRequestAccess(PaperDocRequestAccessType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_REQUEST_ACCESS.
(paper) Requested access to Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_REQUEST_ACCESS.java.lang.IllegalArgumentException - if value is null.public PaperDocRequestAccessType getPaperDocRequestAccessValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_REQUEST_ACCESS.
PaperDocRequestAccessType value associated with this
instance if isPaperDocRequestAccess() is true.java.lang.IllegalStateException - If isPaperDocRequestAccess() is
false.public boolean isPaperDocResolveComment()
true if this instance is tagged as EventType.Tag.PAPER_DOC_RESOLVE_COMMENT, false otherwise.public static EventType paperDocResolveComment(PaperDocResolveCommentType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_RESOLVE_COMMENT.
(paper) Resolved Paper doc comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_RESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public PaperDocResolveCommentType getPaperDocResolveCommentValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_RESOLVE_COMMENT.
PaperDocResolveCommentType value associated with this
instance if isPaperDocResolveComment() is true.java.lang.IllegalStateException - If isPaperDocResolveComment() is
false.public boolean isPaperDocRevert()
true if this instance is tagged as EventType.Tag.PAPER_DOC_REVERT, false otherwise.public static EventType paperDocRevert(PaperDocRevertType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_REVERT.
(paper) Restored Paper doc to previous version
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_REVERT.java.lang.IllegalArgumentException - if value is null.public PaperDocRevertType getPaperDocRevertValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_REVERT.
PaperDocRevertType value associated with this
instance if isPaperDocRevert() is true.java.lang.IllegalStateException - If isPaperDocRevert() is false.public boolean isPaperDocSlackShare()
true if this instance is tagged as EventType.Tag.PAPER_DOC_SLACK_SHARE, false otherwise.public static EventType paperDocSlackShare(PaperDocSlackShareType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_SLACK_SHARE.
(paper) Shared Paper doc via Slack
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_SLACK_SHARE.java.lang.IllegalArgumentException - if value is null.public PaperDocSlackShareType getPaperDocSlackShareValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_SLACK_SHARE.
PaperDocSlackShareType value associated with this
instance if isPaperDocSlackShare() is true.java.lang.IllegalStateException - If isPaperDocSlackShare() is false.public boolean isPaperDocTeamInvite()
true if this instance is tagged as EventType.Tag.PAPER_DOC_TEAM_INVITE, false otherwise.public static EventType paperDocTeamInvite(PaperDocTeamInviteType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_TEAM_INVITE.
(paper) Shared Paper doc with team member (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_TEAM_INVITE.java.lang.IllegalArgumentException - if value is null.public PaperDocTeamInviteType getPaperDocTeamInviteValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_TEAM_INVITE.
PaperDocTeamInviteType value associated with this
instance if isPaperDocTeamInvite() is true.java.lang.IllegalStateException - If isPaperDocTeamInvite() is false.public boolean isPaperDocTrashed()
true if this instance is tagged as EventType.Tag.PAPER_DOC_TRASHED, false otherwise.public static EventType paperDocTrashed(PaperDocTrashedType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_TRASHED.
(paper) Deleted Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_TRASHED.java.lang.IllegalArgumentException - if value is null.public PaperDocTrashedType getPaperDocTrashedValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_TRASHED.
PaperDocTrashedType value associated with this
instance if isPaperDocTrashed() is true.java.lang.IllegalStateException - If isPaperDocTrashed() is false.public boolean isPaperDocUnresolveComment()
true if this instance has the tag EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT, false otherwise.public static EventType paperDocUnresolveComment(PaperDocUnresolveCommentType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT.
(paper) Unresolved Paper doc comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public PaperDocUnresolveCommentType getPaperDocUnresolveCommentValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT.
PaperDocUnresolveCommentType value associated with
this instance if isPaperDocUnresolveComment() is true.java.lang.IllegalStateException - If isPaperDocUnresolveComment() is
false.public boolean isPaperDocUntrashed()
true if this instance is tagged as EventType.Tag.PAPER_DOC_UNTRASHED, false otherwise.public static EventType paperDocUntrashed(PaperDocUntrashedType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_UNTRASHED.
(paper) Restored Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_UNTRASHED.java.lang.IllegalArgumentException - if value is null.public PaperDocUntrashedType getPaperDocUntrashedValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_UNTRASHED.
PaperDocUntrashedType value associated with this
instance if isPaperDocUntrashed() is true.java.lang.IllegalStateException - If isPaperDocUntrashed() is false.public boolean isPaperDocView()
true if this instance is tagged as EventType.Tag.PAPER_DOC_VIEW, false otherwise.public static EventType paperDocView(PaperDocViewType value)
EventType that has its tag set to EventType.Tag.PAPER_DOC_VIEW.
(paper) Viewed Paper doc
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_DOC_VIEW.java.lang.IllegalArgumentException - if value is null.public PaperDocViewType getPaperDocViewValue()
This instance must be tagged as EventType.Tag.PAPER_DOC_VIEW.
PaperDocViewType value associated with this instance
if isPaperDocView() is true.java.lang.IllegalStateException - If isPaperDocView() is false.public boolean isPaperExternalViewAllow()
true if this instance is tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW, false otherwise.public static EventType paperExternalViewAllow(PaperExternalViewAllowType value)
EventType that has its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW.
(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW.java.lang.IllegalArgumentException - if value is null.public PaperExternalViewAllowType getPaperExternalViewAllowValue()
This instance must be tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW.
PaperExternalViewAllowType value associated with this
instance if isPaperExternalViewAllow() is true.java.lang.IllegalStateException - If isPaperExternalViewAllow() is
false.public boolean isPaperExternalViewDefaultTeam()
true if this instance has the tag EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM, false otherwise.public static EventType paperExternalViewDefaultTeam(PaperExternalViewDefaultTeamType value)
EventType that has its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM.
(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM.java.lang.IllegalArgumentException - if value is null.public PaperExternalViewDefaultTeamType getPaperExternalViewDefaultTeamValue()
This instance must be tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM.
PaperExternalViewDefaultTeamType value associated
with this instance if isPaperExternalViewDefaultTeam() is
true.java.lang.IllegalStateException - If isPaperExternalViewDefaultTeam()
is false.public boolean isPaperExternalViewForbid()
true if this instance has the tag EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID, false otherwise.public static EventType paperExternalViewForbid(PaperExternalViewForbidType value)
EventType that has its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID.
(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID.java.lang.IllegalArgumentException - if value is null.public PaperExternalViewForbidType getPaperExternalViewForbidValue()
This instance must be tagged as EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID.
PaperExternalViewForbidType value associated with
this instance if isPaperExternalViewForbid() is true.java.lang.IllegalStateException - If isPaperExternalViewForbid() is
false.public boolean isPaperFolderChangeSubscription()
true if this instance has the tag EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION, false otherwise.public static EventType paperFolderChangeSubscription(PaperFolderChangeSubscriptionType value)
EventType that has its tag set to EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION.
(paper) Followed/unfollowed Paper folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION.java.lang.IllegalArgumentException - if value is null.public PaperFolderChangeSubscriptionType getPaperFolderChangeSubscriptionValue()
This instance must be tagged as EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION.
PaperFolderChangeSubscriptionType value associated
with this instance if isPaperFolderChangeSubscription() is
true.java.lang.IllegalStateException - If isPaperFolderChangeSubscription() is false.public boolean isPaperFolderDeleted()
true if this instance is tagged as EventType.Tag.PAPER_FOLDER_DELETED, false otherwise.public static EventType paperFolderDeleted(PaperFolderDeletedType value)
EventType that has its tag set to EventType.Tag.PAPER_FOLDER_DELETED.
(paper) Archived Paper folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_FOLDER_DELETED.java.lang.IllegalArgumentException - if value is null.public PaperFolderDeletedType getPaperFolderDeletedValue()
This instance must be tagged as EventType.Tag.PAPER_FOLDER_DELETED.
PaperFolderDeletedType value associated with this
instance if isPaperFolderDeleted() is true.java.lang.IllegalStateException - If isPaperFolderDeleted() is false.public boolean isPaperFolderFollowed()
true if this instance is tagged as EventType.Tag.PAPER_FOLDER_FOLLOWED, false otherwise.public static EventType paperFolderFollowed(PaperFolderFollowedType value)
EventType that has its tag set to EventType.Tag.PAPER_FOLDER_FOLLOWED.
(paper) Followed Paper folder (deprecated, replaced by 'Followed/unfollowed Paper folder')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_FOLDER_FOLLOWED.java.lang.IllegalArgumentException - if value is null.public PaperFolderFollowedType getPaperFolderFollowedValue()
This instance must be tagged as EventType.Tag.PAPER_FOLDER_FOLLOWED.
PaperFolderFollowedType value associated with this
instance if isPaperFolderFollowed() is true.java.lang.IllegalStateException - If isPaperFolderFollowed() is
false.public boolean isPaperFolderTeamInvite()
true if this instance is tagged as EventType.Tag.PAPER_FOLDER_TEAM_INVITE, false otherwise.public static EventType paperFolderTeamInvite(PaperFolderTeamInviteType value)
EventType that has its tag set to EventType.Tag.PAPER_FOLDER_TEAM_INVITE.
(paper) Shared Paper folder with member (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_FOLDER_TEAM_INVITE.java.lang.IllegalArgumentException - if value is null.public PaperFolderTeamInviteType getPaperFolderTeamInviteValue()
This instance must be tagged as EventType.Tag.PAPER_FOLDER_TEAM_INVITE.
PaperFolderTeamInviteType value associated with this
instance if isPaperFolderTeamInvite() is true.java.lang.IllegalStateException - If isPaperFolderTeamInvite() is
false.public boolean isPasswordChange()
true if this instance is tagged as EventType.Tag.PASSWORD_CHANGE, false otherwise.public static EventType passwordChange(PasswordChangeType value)
EventType that has its tag set to EventType.Tag.PASSWORD_CHANGE.
(passwords) Changed password
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PASSWORD_CHANGE.java.lang.IllegalArgumentException - if value is null.public PasswordChangeType getPasswordChangeValue()
This instance must be tagged as EventType.Tag.PASSWORD_CHANGE.
PasswordChangeType value associated with this
instance if isPasswordChange() is true.java.lang.IllegalStateException - If isPasswordChange() is false.public boolean isPasswordReset()
true if this instance is tagged as EventType.Tag.PASSWORD_RESET, false otherwise.public static EventType passwordReset(PasswordResetType value)
EventType that has its tag set to EventType.Tag.PASSWORD_RESET.
(passwords) Reset password
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PASSWORD_RESET.java.lang.IllegalArgumentException - if value is null.public PasswordResetType getPasswordResetValue()
This instance must be tagged as EventType.Tag.PASSWORD_RESET.
PasswordResetType value associated with this instance
if isPasswordReset() is true.java.lang.IllegalStateException - If isPasswordReset() is false.public boolean isPasswordResetAll()
true if this instance is tagged as EventType.Tag.PASSWORD_RESET_ALL, false otherwise.public static EventType passwordResetAll(PasswordResetAllType value)
EventType that has its tag set to EventType.Tag.PASSWORD_RESET_ALL.
(passwords) Reset all team member passwords
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PASSWORD_RESET_ALL.java.lang.IllegalArgumentException - if value is null.public PasswordResetAllType getPasswordResetAllValue()
This instance must be tagged as EventType.Tag.PASSWORD_RESET_ALL.
PasswordResetAllType value associated with this
instance if isPasswordResetAll() is true.java.lang.IllegalStateException - If isPasswordResetAll() is false.public boolean isEmmCreateExceptionsReport()
true if this instance has the tag EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT, false otherwise.true if this instance is tagged as EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT, false otherwise.public static EventType emmCreateExceptionsReport(EmmCreateExceptionsReportType value)
EventType that has its tag set to EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT.
(reports) Created EMM-excluded users report
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT.java.lang.IllegalArgumentException - if value is null.public EmmCreateExceptionsReportType getEmmCreateExceptionsReportValue()
This instance must be tagged as EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT.
EmmCreateExceptionsReportType value associated with
this instance if isEmmCreateExceptionsReport() is true.java.lang.IllegalStateException - If isEmmCreateExceptionsReport() is
false.public boolean isEmmCreateUsageReport()
true if this instance is tagged as EventType.Tag.EMM_CREATE_USAGE_REPORT, false otherwise.public static EventType emmCreateUsageReport(EmmCreateUsageReportType value)
EventType that has its tag set to EventType.Tag.EMM_CREATE_USAGE_REPORT.
(reports) Created EMM mobile app usage report
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_CREATE_USAGE_REPORT.java.lang.IllegalArgumentException - if value is null.public EmmCreateUsageReportType getEmmCreateUsageReportValue()
This instance must be tagged as EventType.Tag.EMM_CREATE_USAGE_REPORT.
EmmCreateUsageReportType value associated with this
instance if isEmmCreateUsageReport() is true.java.lang.IllegalStateException - If isEmmCreateUsageReport() is
false.public boolean isExportMembersReport()
true if this instance is tagged as EventType.Tag.EXPORT_MEMBERS_REPORT, false otherwise.public static EventType exportMembersReport(ExportMembersReportType value)
EventType that has its tag set to EventType.Tag.EXPORT_MEMBERS_REPORT.
(reports) Created member data report
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EXPORT_MEMBERS_REPORT.java.lang.IllegalArgumentException - if value is null.public ExportMembersReportType getExportMembersReportValue()
This instance must be tagged as EventType.Tag.EXPORT_MEMBERS_REPORT.
ExportMembersReportType value associated with this
instance if isExportMembersReport() is true.java.lang.IllegalStateException - If isExportMembersReport() is
false.public boolean isPaperAdminExportStart()
true if this instance is tagged as EventType.Tag.PAPER_ADMIN_EXPORT_START, false otherwise.public static EventType paperAdminExportStart(PaperAdminExportStartType value)
EventType that has its tag set to EventType.Tag.PAPER_ADMIN_EXPORT_START.
(reports) Exported all team Paper docs
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_ADMIN_EXPORT_START.java.lang.IllegalArgumentException - if value is null.public PaperAdminExportStartType getPaperAdminExportStartValue()
This instance must be tagged as EventType.Tag.PAPER_ADMIN_EXPORT_START.
PaperAdminExportStartType value associated with this
instance if isPaperAdminExportStart() is true.java.lang.IllegalStateException - If isPaperAdminExportStart() is
false.public boolean isSmartSyncCreateAdminPrivilegeReport()
true if this instance has the tag EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT, false otherwise.true if this instance is tagged as EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT, false
otherwise.public static EventType smartSyncCreateAdminPrivilegeReport(SmartSyncCreateAdminPrivilegeReportType value)
EventType that has its tag set to EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT.
(reports) Created Smart Sync non-admin devices report
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT.java.lang.IllegalArgumentException - if value is null.public SmartSyncCreateAdminPrivilegeReportType getSmartSyncCreateAdminPrivilegeReportValue()
This instance must be tagged as EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT.
SmartSyncCreateAdminPrivilegeReportType value
associated with this instance if isSmartSyncCreateAdminPrivilegeReport() is true.java.lang.IllegalStateException - If isSmartSyncCreateAdminPrivilegeReport() is false.public boolean isTeamActivityCreateReport()
true if this instance has the tag EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT, false otherwise.true if this instance is tagged as EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT, false otherwise.public static EventType teamActivityCreateReport(TeamActivityCreateReportType value)
EventType that has its tag set to EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT.
(reports) Created team activity report
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT.java.lang.IllegalArgumentException - if value is null.public TeamActivityCreateReportType getTeamActivityCreateReportValue()
This instance must be tagged as EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT.
TeamActivityCreateReportType value associated with
this instance if isTeamActivityCreateReport() is true.java.lang.IllegalStateException - If isTeamActivityCreateReport() is
false.public boolean isCollectionShare()
true if this instance is tagged as EventType.Tag.COLLECTION_SHARE, false otherwise.public static EventType collectionShare(CollectionShareType value)
EventType that has its tag set to EventType.Tag.COLLECTION_SHARE.
(sharing) Shared album
value - value to assign to this instance.EventType with its tag set to EventType.Tag.COLLECTION_SHARE.java.lang.IllegalArgumentException - if value is null.public CollectionShareType getCollectionShareValue()
This instance must be tagged as EventType.Tag.COLLECTION_SHARE.
CollectionShareType value associated with this
instance if isCollectionShare() is true.java.lang.IllegalStateException - If isCollectionShare() is false.public boolean isNoteAclInviteOnly()
true if this instance is tagged as EventType.Tag.NOTE_ACL_INVITE_ONLY, false otherwise.public static EventType noteAclInviteOnly(NoteAclInviteOnlyType value)
EventType that has its tag set to EventType.Tag.NOTE_ACL_INVITE_ONLY.
(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NOTE_ACL_INVITE_ONLY.java.lang.IllegalArgumentException - if value is null.public NoteAclInviteOnlyType getNoteAclInviteOnlyValue()
This instance must be tagged as EventType.Tag.NOTE_ACL_INVITE_ONLY.
NoteAclInviteOnlyType value associated with this
instance if isNoteAclInviteOnly() is true.java.lang.IllegalStateException - If isNoteAclInviteOnly() is false.public boolean isNoteAclLink()
true if this instance is tagged as EventType.Tag.NOTE_ACL_LINK, false otherwise.public static EventType noteAclLink(NoteAclLinkType value)
EventType that has its tag set to EventType.Tag.NOTE_ACL_LINK.
(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NOTE_ACL_LINK.java.lang.IllegalArgumentException - if value is null.public NoteAclLinkType getNoteAclLinkValue()
This instance must be tagged as EventType.Tag.NOTE_ACL_LINK.
NoteAclLinkType value associated with this instance
if isNoteAclLink() is true.java.lang.IllegalStateException - If isNoteAclLink() is false.public boolean isNoteAclTeamLink()
true if this instance is tagged as EventType.Tag.NOTE_ACL_TEAM_LINK, false otherwise.public static EventType noteAclTeamLink(NoteAclTeamLinkType value)
EventType that has its tag set to EventType.Tag.NOTE_ACL_TEAM_LINK.
(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NOTE_ACL_TEAM_LINK.java.lang.IllegalArgumentException - if value is null.public NoteAclTeamLinkType getNoteAclTeamLinkValue()
This instance must be tagged as EventType.Tag.NOTE_ACL_TEAM_LINK.
NoteAclTeamLinkType value associated with this
instance if isNoteAclTeamLink() is true.java.lang.IllegalStateException - If isNoteAclTeamLink() is false.public boolean isNoteShared()
true if this instance is tagged as EventType.Tag.NOTE_SHARED, false otherwise.public static EventType noteShared(NoteSharedType value)
EventType that has its tag set to EventType.Tag.NOTE_SHARED.
(sharing) Shared Paper doc (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NOTE_SHARED.java.lang.IllegalArgumentException - if value is null.public NoteSharedType getNoteSharedValue()
This instance must be tagged as EventType.Tag.NOTE_SHARED.
NoteSharedType value associated with this instance if
isNoteShared() is true.java.lang.IllegalStateException - If isNoteShared() is false.public boolean isNoteShareReceive()
true if this instance is tagged as EventType.Tag.NOTE_SHARE_RECEIVE, false otherwise.public static EventType noteShareReceive(NoteShareReceiveType value)
EventType that has its tag set to EventType.Tag.NOTE_SHARE_RECEIVE.
(sharing) Shared received Paper doc (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NOTE_SHARE_RECEIVE.java.lang.IllegalArgumentException - if value is null.public NoteShareReceiveType getNoteShareReceiveValue()
This instance must be tagged as EventType.Tag.NOTE_SHARE_RECEIVE.
NoteShareReceiveType value associated with this
instance if isNoteShareReceive() is true.java.lang.IllegalStateException - If isNoteShareReceive() is false.public boolean isOpenNoteShared()
true if this instance is tagged as EventType.Tag.OPEN_NOTE_SHARED, false otherwise.public static EventType openNoteShared(OpenNoteSharedType value)
EventType that has its tag set to EventType.Tag.OPEN_NOTE_SHARED.
(sharing) Opened shared Paper doc (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.OPEN_NOTE_SHARED.java.lang.IllegalArgumentException - if value is null.public OpenNoteSharedType getOpenNoteSharedValue()
This instance must be tagged as EventType.Tag.OPEN_NOTE_SHARED.
OpenNoteSharedType value associated with this
instance if isOpenNoteShared() is true.java.lang.IllegalStateException - If isOpenNoteShared() is false.public boolean isSfAddGroup()
true if this instance is tagged as EventType.Tag.SF_ADD_GROUP, false otherwise.public static EventType sfAddGroup(SfAddGroupType value)
EventType that has its tag set to EventType.Tag.SF_ADD_GROUP.
(sharing) Added team to shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_ADD_GROUP.java.lang.IllegalArgumentException - if value is null.public SfAddGroupType getSfAddGroupValue()
This instance must be tagged as EventType.Tag.SF_ADD_GROUP.
SfAddGroupType value associated with this instance if
isSfAddGroup() is true.java.lang.IllegalStateException - If isSfAddGroup() is false.public boolean isSfAllowNonMembersToViewSharedLinks()
true if this instance has the tag EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS, false otherwise.true if this instance is tagged as EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS, false
otherwise.public static EventType sfAllowNonMembersToViewSharedLinks(SfAllowNonMembersToViewSharedLinksType value)
EventType that has its tag set to EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS.
(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS.java.lang.IllegalArgumentException - if value is null.public SfAllowNonMembersToViewSharedLinksType getSfAllowNonMembersToViewSharedLinksValue()
This instance must be tagged as EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS.
SfAllowNonMembersToViewSharedLinksType value
associated with this instance if isSfAllowNonMembersToViewSharedLinks() is true.java.lang.IllegalStateException - If isSfAllowNonMembersToViewSharedLinks() is false.public boolean isSfExternalInviteWarn()
true if this instance is tagged as EventType.Tag.SF_EXTERNAL_INVITE_WARN, false otherwise.public static EventType sfExternalInviteWarn(SfExternalInviteWarnType value)
EventType that has its tag set to EventType.Tag.SF_EXTERNAL_INVITE_WARN.
(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_EXTERNAL_INVITE_WARN.java.lang.IllegalArgumentException - if value is null.public SfExternalInviteWarnType getSfExternalInviteWarnValue()
This instance must be tagged as EventType.Tag.SF_EXTERNAL_INVITE_WARN.
SfExternalInviteWarnType value associated with this
instance if isSfExternalInviteWarn() is true.java.lang.IllegalStateException - If isSfExternalInviteWarn() is
false.public boolean isSfFbInvite()
true if this instance is tagged as EventType.Tag.SF_FB_INVITE, false otherwise.public static EventType sfFbInvite(SfFbInviteType value)
EventType that has its tag set to EventType.Tag.SF_FB_INVITE.
(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_FB_INVITE.java.lang.IllegalArgumentException - if value is null.public SfFbInviteType getSfFbInviteValue()
This instance must be tagged as EventType.Tag.SF_FB_INVITE.
SfFbInviteType value associated with this instance if
isSfFbInvite() is true.java.lang.IllegalStateException - If isSfFbInvite() is false.public boolean isSfFbInviteChangeRole()
true if this instance is tagged as EventType.Tag.SF_FB_INVITE_CHANGE_ROLE, false otherwise.public static EventType sfFbInviteChangeRole(SfFbInviteChangeRoleType value)
EventType that has its tag set to EventType.Tag.SF_FB_INVITE_CHANGE_ROLE.
(sharing) Changed Facebook user's role in shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_FB_INVITE_CHANGE_ROLE.java.lang.IllegalArgumentException - if value is null.public SfFbInviteChangeRoleType getSfFbInviteChangeRoleValue()
This instance must be tagged as EventType.Tag.SF_FB_INVITE_CHANGE_ROLE.
SfFbInviteChangeRoleType value associated with this
instance if isSfFbInviteChangeRole() is true.java.lang.IllegalStateException - If isSfFbInviteChangeRole() is
false.public boolean isSfFbUninvite()
true if this instance is tagged as EventType.Tag.SF_FB_UNINVITE, false otherwise.public static EventType sfFbUninvite(SfFbUninviteType value)
EventType that has its tag set to EventType.Tag.SF_FB_UNINVITE.
(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_FB_UNINVITE.java.lang.IllegalArgumentException - if value is null.public SfFbUninviteType getSfFbUninviteValue()
This instance must be tagged as EventType.Tag.SF_FB_UNINVITE.
SfFbUninviteType value associated with this instance
if isSfFbUninvite() is true.java.lang.IllegalStateException - If isSfFbUninvite() is false.public boolean isSfInviteGroup()
true if this instance is tagged as EventType.Tag.SF_INVITE_GROUP, false otherwise.public static EventType sfInviteGroup(SfInviteGroupType value)
EventType that has its tag set to EventType.Tag.SF_INVITE_GROUP.
(sharing) Invited group to shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_INVITE_GROUP.java.lang.IllegalArgumentException - if value is null.public SfInviteGroupType getSfInviteGroupValue()
This instance must be tagged as EventType.Tag.SF_INVITE_GROUP.
SfInviteGroupType value associated with this instance
if isSfInviteGroup() is true.java.lang.IllegalStateException - If isSfInviteGroup() is false.public boolean isSfTeamGrantAccess()
true if this instance is tagged as EventType.Tag.SF_TEAM_GRANT_ACCESS, false otherwise.public static EventType sfTeamGrantAccess(SfTeamGrantAccessType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_GRANT_ACCESS.
(sharing) Granted access to shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_GRANT_ACCESS.java.lang.IllegalArgumentException - if value is null.public SfTeamGrantAccessType getSfTeamGrantAccessValue()
This instance must be tagged as EventType.Tag.SF_TEAM_GRANT_ACCESS.
SfTeamGrantAccessType value associated with this
instance if isSfTeamGrantAccess() is true.java.lang.IllegalStateException - If isSfTeamGrantAccess() is false.public boolean isSfTeamInvite()
true if this instance is tagged as EventType.Tag.SF_TEAM_INVITE, false otherwise.public static EventType sfTeamInvite(SfTeamInviteType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_INVITE.
(sharing) Invited team members to shared folder (deprecated, replaced by 'Invited user to Dropbox and added them to shared file/folder')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_INVITE.java.lang.IllegalArgumentException - if value is null.public SfTeamInviteType getSfTeamInviteValue()
This instance must be tagged as EventType.Tag.SF_TEAM_INVITE.
SfTeamInviteType value associated with this instance
if isSfTeamInvite() is true.java.lang.IllegalStateException - If isSfTeamInvite() is false.public boolean isSfTeamInviteChangeRole()
true if this instance has the tag EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE, false otherwise.true if this instance is tagged as EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE, false otherwise.public static EventType sfTeamInviteChangeRole(SfTeamInviteChangeRoleType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE.
(sharing) Changed team member's role in shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE.java.lang.IllegalArgumentException - if value is null.public SfTeamInviteChangeRoleType getSfTeamInviteChangeRoleValue()
This instance must be tagged as EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE.
SfTeamInviteChangeRoleType value associated with this
instance if isSfTeamInviteChangeRole() is true.java.lang.IllegalStateException - If isSfTeamInviteChangeRole() is
false.public boolean isSfTeamJoin()
true if this instance is tagged as EventType.Tag.SF_TEAM_JOIN, false otherwise.public static EventType sfTeamJoin(SfTeamJoinType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_JOIN.
(sharing) Joined team member's shared folder (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_JOIN.java.lang.IllegalArgumentException - if value is null.public SfTeamJoinType getSfTeamJoinValue()
This instance must be tagged as EventType.Tag.SF_TEAM_JOIN.
SfTeamJoinType value associated with this instance if
isSfTeamJoin() is true.java.lang.IllegalStateException - If isSfTeamJoin() is false.public boolean isSfTeamJoinFromOobLink()
true if this instance has the tag EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK, false otherwise.true if this instance is tagged as EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK, false otherwise.public static EventType sfTeamJoinFromOobLink(SfTeamJoinFromOobLinkType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK.
(sharing) Joined team member's shared folder from link (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK.java.lang.IllegalArgumentException - if value is null.public SfTeamJoinFromOobLinkType getSfTeamJoinFromOobLinkValue()
This instance must be tagged as EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK.
SfTeamJoinFromOobLinkType value associated with this
instance if isSfTeamJoinFromOobLink() is true.java.lang.IllegalStateException - If isSfTeamJoinFromOobLink() is
false.public boolean isSfTeamUninvite()
true if this instance is tagged as EventType.Tag.SF_TEAM_UNINVITE, false otherwise.public static EventType sfTeamUninvite(SfTeamUninviteType value)
EventType that has its tag set to EventType.Tag.SF_TEAM_UNINVITE.
(sharing) Unshared folder with team member (deprecated, replaced by 'Removed invitee from shared file/folder before invite was accepted')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SF_TEAM_UNINVITE.java.lang.IllegalArgumentException - if value is null.public SfTeamUninviteType getSfTeamUninviteValue()
This instance must be tagged as EventType.Tag.SF_TEAM_UNINVITE.
SfTeamUninviteType value associated with this
instance if isSfTeamUninvite() is true.java.lang.IllegalStateException - If isSfTeamUninvite() is false.public boolean isSharedContentAddInvitees()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_ADD_INVITEES, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_ADD_INVITEES, false otherwise.public static EventType sharedContentAddInvitees(SharedContentAddInviteesType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_ADD_INVITEES.
(sharing) Invited user to Dropbox and added them to shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_ADD_INVITEES.java.lang.IllegalArgumentException - if value is null.public SharedContentAddInviteesType getSharedContentAddInviteesValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_ADD_INVITEES.
SharedContentAddInviteesType value associated with
this instance if isSharedContentAddInvitees() is true.java.lang.IllegalStateException - If isSharedContentAddInvitees() is
false.public boolean isSharedContentAddLinkExpiry()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY, false otherwise.public static EventType sharedContentAddLinkExpiry(SharedContentAddLinkExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY.
(sharing) Added expiration date to link for shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedContentAddLinkExpiryType getSharedContentAddLinkExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY.
SharedContentAddLinkExpiryType value associated with
this instance if isSharedContentAddLinkExpiry() is true.java.lang.IllegalStateException - If isSharedContentAddLinkExpiry()
is false.public boolean isSharedContentAddLinkPassword()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD, false otherwise.public static EventType sharedContentAddLinkPassword(SharedContentAddLinkPasswordType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD.
(sharing) Added password to link for shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD.java.lang.IllegalArgumentException - if value is null.public SharedContentAddLinkPasswordType getSharedContentAddLinkPasswordValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD.
SharedContentAddLinkPasswordType value associated
with this instance if isSharedContentAddLinkPassword() is
true.java.lang.IllegalStateException - If isSharedContentAddLinkPassword()
is false.public boolean isSharedContentAddMember()
true if this instance is tagged as EventType.Tag.SHARED_CONTENT_ADD_MEMBER, false otherwise.public static EventType sharedContentAddMember(SharedContentAddMemberType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_ADD_MEMBER.
(sharing) Added users and/or groups to shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_ADD_MEMBER.java.lang.IllegalArgumentException - if value is null.public SharedContentAddMemberType getSharedContentAddMemberValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_ADD_MEMBER.
SharedContentAddMemberType value associated with this
instance if isSharedContentAddMember() is true.java.lang.IllegalStateException - If isSharedContentAddMember() is
false.public boolean isSharedContentChangeDownloadsPolicy()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY, false otherwise.public static EventType sharedContentChangeDownloadsPolicy(SharedContentChangeDownloadsPolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY.
(sharing) Changed whether members can download shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeDownloadsPolicyType getSharedContentChangeDownloadsPolicyValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY.
SharedContentChangeDownloadsPolicyType value
associated with this instance if isSharedContentChangeDownloadsPolicy() is true.java.lang.IllegalStateException - If isSharedContentChangeDownloadsPolicy() is false.public boolean isSharedContentChangeInviteeRole()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE, false otherwise.public static EventType sharedContentChangeInviteeRole(SharedContentChangeInviteeRoleType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE.
(sharing) Changed access type of invitee to shared file/folder before invite was accepted
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeInviteeRoleType getSharedContentChangeInviteeRoleValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE.
SharedContentChangeInviteeRoleType value associated
with this instance if isSharedContentChangeInviteeRole() is
true.java.lang.IllegalStateException - If isSharedContentChangeInviteeRole() is false.public boolean isSharedContentChangeLinkAudience()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE, false otherwise.public static EventType sharedContentChangeLinkAudience(SharedContentChangeLinkAudienceType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE.
(sharing) Changed link audience of shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeLinkAudienceType getSharedContentChangeLinkAudienceValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE.
SharedContentChangeLinkAudienceType value associated
with this instance if isSharedContentChangeLinkAudience() is
true.java.lang.IllegalStateException - If isSharedContentChangeLinkAudience() is false.public boolean isSharedContentChangeLinkExpiry()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY, false otherwise.public static EventType sharedContentChangeLinkExpiry(SharedContentChangeLinkExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY.
(sharing) Changed link expiration of shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeLinkExpiryType getSharedContentChangeLinkExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY.
SharedContentChangeLinkExpiryType value associated
with this instance if isSharedContentChangeLinkExpiry() is
true.java.lang.IllegalStateException - If isSharedContentChangeLinkExpiry() is false.public boolean isSharedContentChangeLinkPassword()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD, false otherwise.public static EventType sharedContentChangeLinkPassword(SharedContentChangeLinkPasswordType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD.
(sharing) Changed link password of shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeLinkPasswordType getSharedContentChangeLinkPasswordValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD.
SharedContentChangeLinkPasswordType value associated
with this instance if isSharedContentChangeLinkPassword() is
true.java.lang.IllegalStateException - If isSharedContentChangeLinkPassword() is false.public boolean isSharedContentChangeMemberRole()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE, false otherwise.public static EventType sharedContentChangeMemberRole(SharedContentChangeMemberRoleType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE.
(sharing) Changed access type of shared file/folder member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeMemberRoleType getSharedContentChangeMemberRoleValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE.
SharedContentChangeMemberRoleType value associated
with this instance if isSharedContentChangeMemberRole() is
true.java.lang.IllegalStateException - If isSharedContentChangeMemberRole() is false.public boolean isSharedContentChangeViewerInfoPolicy()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY, false
otherwise.public static EventType sharedContentChangeViewerInfoPolicy(SharedContentChangeViewerInfoPolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY.
(sharing) Changed whether members can see who viewed shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedContentChangeViewerInfoPolicyType getSharedContentChangeViewerInfoPolicyValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY.
SharedContentChangeViewerInfoPolicyType value
associated with this instance if isSharedContentChangeViewerInfoPolicy() is true.java.lang.IllegalStateException - If isSharedContentChangeViewerInfoPolicy() is false.public boolean isSharedContentClaimInvitation()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION, false otherwise.public static EventType sharedContentClaimInvitation(SharedContentClaimInvitationType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION.
(sharing) Acquired membership of shared file/folder by accepting invite
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION.java.lang.IllegalArgumentException - if value is null.public SharedContentClaimInvitationType getSharedContentClaimInvitationValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION.
SharedContentClaimInvitationType value associated
with this instance if isSharedContentClaimInvitation() is
true.java.lang.IllegalStateException - If isSharedContentClaimInvitation()
is false.public boolean isSharedContentCopy()
true if this instance is tagged as EventType.Tag.SHARED_CONTENT_COPY, false otherwise.public static EventType sharedContentCopy(SharedContentCopyType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_COPY.
(sharing) Copied shared file/folder to own Dropbox
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_COPY.java.lang.IllegalArgumentException - if value is null.public SharedContentCopyType getSharedContentCopyValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_COPY.
SharedContentCopyType value associated with this
instance if isSharedContentCopy() is true.java.lang.IllegalStateException - If isSharedContentCopy() is false.public boolean isSharedContentDownload()
true if this instance is tagged as EventType.Tag.SHARED_CONTENT_DOWNLOAD, false otherwise.public static EventType sharedContentDownload(SharedContentDownloadType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_DOWNLOAD.
(sharing) Downloaded shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_DOWNLOAD.java.lang.IllegalArgumentException - if value is null.public SharedContentDownloadType getSharedContentDownloadValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_DOWNLOAD.
SharedContentDownloadType value associated with this
instance if isSharedContentDownload() is true.java.lang.IllegalStateException - If isSharedContentDownload() is
false.public boolean isSharedContentRelinquishMembership()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP, false otherwise.public static EventType sharedContentRelinquishMembership(SharedContentRelinquishMembershipType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP.
(sharing) Left shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP.java.lang.IllegalArgumentException - if value is null.public SharedContentRelinquishMembershipType getSharedContentRelinquishMembershipValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP.
SharedContentRelinquishMembershipType value
associated with this instance if isSharedContentRelinquishMembership() is true.java.lang.IllegalStateException - If isSharedContentRelinquishMembership() is false.public boolean isSharedContentRemoveInvitees()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES, false otherwise.public static EventType sharedContentRemoveInvitees(SharedContentRemoveInviteesType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES.
(sharing) Removed invitee from shared file/folder before invite was accepted
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES.java.lang.IllegalArgumentException - if value is null.public SharedContentRemoveInviteesType getSharedContentRemoveInviteesValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES.
SharedContentRemoveInviteesType value associated with
this instance if isSharedContentRemoveInvitees() is true.java.lang.IllegalStateException - If isSharedContentRemoveInvitees()
is false.public boolean isSharedContentRemoveLinkExpiry()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY, false otherwise.public static EventType sharedContentRemoveLinkExpiry(SharedContentRemoveLinkExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY.
(sharing) Removed link expiration date of shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedContentRemoveLinkExpiryType getSharedContentRemoveLinkExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY.
SharedContentRemoveLinkExpiryType value associated
with this instance if isSharedContentRemoveLinkExpiry() is
true.java.lang.IllegalStateException - If isSharedContentRemoveLinkExpiry() is false.public boolean isSharedContentRemoveLinkPassword()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD, false otherwise.public static EventType sharedContentRemoveLinkPassword(SharedContentRemoveLinkPasswordType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD.
(sharing) Removed link password of shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD.java.lang.IllegalArgumentException - if value is null.public SharedContentRemoveLinkPasswordType getSharedContentRemoveLinkPasswordValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD.
SharedContentRemoveLinkPasswordType value associated
with this instance if isSharedContentRemoveLinkPassword() is
true.java.lang.IllegalStateException - If isSharedContentRemoveLinkPassword() is false.public boolean isSharedContentRemoveMember()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER, false otherwise.public static EventType sharedContentRemoveMember(SharedContentRemoveMemberType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER.
(sharing) Removed user/group from shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER.java.lang.IllegalArgumentException - if value is null.public SharedContentRemoveMemberType getSharedContentRemoveMemberValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER.
SharedContentRemoveMemberType value associated with
this instance if isSharedContentRemoveMember() is true.java.lang.IllegalStateException - If isSharedContentRemoveMember() is
false.public boolean isSharedContentRequestAccess()
true if this instance has the tag EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS, false otherwise.public static EventType sharedContentRequestAccess(SharedContentRequestAccessType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS.
(sharing) Requested access to shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS.java.lang.IllegalArgumentException - if value is null.public SharedContentRequestAccessType getSharedContentRequestAccessValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS.
SharedContentRequestAccessType value associated with
this instance if isSharedContentRequestAccess() is true.java.lang.IllegalStateException - If isSharedContentRequestAccess()
is false.public boolean isSharedContentUnshare()
true if this instance is tagged as EventType.Tag.SHARED_CONTENT_UNSHARE, false otherwise.public static EventType sharedContentUnshare(SharedContentUnshareType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_UNSHARE.
(sharing) Unshared file/folder by clearing membership and turning off link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_UNSHARE.java.lang.IllegalArgumentException - if value is null.public SharedContentUnshareType getSharedContentUnshareValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_UNSHARE.
SharedContentUnshareType value associated with this
instance if isSharedContentUnshare() is true.java.lang.IllegalStateException - If isSharedContentUnshare() is
false.public boolean isSharedContentView()
true if this instance is tagged as EventType.Tag.SHARED_CONTENT_VIEW, false otherwise.public static EventType sharedContentView(SharedContentViewType value)
EventType that has its tag set to EventType.Tag.SHARED_CONTENT_VIEW.
(sharing) Previewed shared file/folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_CONTENT_VIEW.java.lang.IllegalArgumentException - if value is null.public SharedContentViewType getSharedContentViewValue()
This instance must be tagged as EventType.Tag.SHARED_CONTENT_VIEW.
SharedContentViewType value associated with this
instance if isSharedContentView() is true.java.lang.IllegalStateException - If isSharedContentView() is false.public boolean isSharedFolderChangeLinkPolicy()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY, false otherwise.public static EventType sharedFolderChangeLinkPolicy(SharedFolderChangeLinkPolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY.
(sharing) Changed who can access shared folder via link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedFolderChangeLinkPolicyType getSharedFolderChangeLinkPolicyValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY.
SharedFolderChangeLinkPolicyType value associated
with this instance if isSharedFolderChangeLinkPolicy() is
true.java.lang.IllegalStateException - If isSharedFolderChangeLinkPolicy()
is false.public boolean isSharedFolderChangeMembersInheritancePolicy()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY, false
otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY, false
otherwise.public static EventType sharedFolderChangeMembersInheritancePolicy(SharedFolderChangeMembersInheritancePolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY.
(sharing) Changed whether shared folder inherits members from parent folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedFolderChangeMembersInheritancePolicyType getSharedFolderChangeMembersInheritancePolicyValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY.
SharedFolderChangeMembersInheritancePolicyType value
associated with this instance if isSharedFolderChangeMembersInheritancePolicy() is true.java.lang.IllegalStateException - If isSharedFolderChangeMembersInheritancePolicy() is false.public boolean isSharedFolderChangeMembersManagementPolicy()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY, false
otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY, false
otherwise.public static EventType sharedFolderChangeMembersManagementPolicy(SharedFolderChangeMembersManagementPolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY.
(sharing) Changed who can add/remove members of shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedFolderChangeMembersManagementPolicyType getSharedFolderChangeMembersManagementPolicyValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY.
SharedFolderChangeMembersManagementPolicyType value
associated with this instance if isSharedFolderChangeMembersManagementPolicy() is true.java.lang.IllegalStateException - If isSharedFolderChangeMembersManagementPolicy() is false.public boolean isSharedFolderChangeMembersPolicy()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY, false otherwise.public static EventType sharedFolderChangeMembersPolicy(SharedFolderChangeMembersPolicyType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY.
(sharing) Changed who can become member of shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY.java.lang.IllegalArgumentException - if value is null.public SharedFolderChangeMembersPolicyType getSharedFolderChangeMembersPolicyValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY.
SharedFolderChangeMembersPolicyType value associated
with this instance if isSharedFolderChangeMembersPolicy() is
true.java.lang.IllegalStateException - If isSharedFolderChangeMembersPolicy() is false.public boolean isSharedFolderCreate()
true if this instance is tagged as EventType.Tag.SHARED_FOLDER_CREATE, false otherwise.public static EventType sharedFolderCreate(SharedFolderCreateType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_CREATE.
(sharing) Created shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_CREATE.java.lang.IllegalArgumentException - if value is null.public SharedFolderCreateType getSharedFolderCreateValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_CREATE.
SharedFolderCreateType value associated with this
instance if isSharedFolderCreate() is true.java.lang.IllegalStateException - If isSharedFolderCreate() is false.public boolean isSharedFolderDeclineInvitation()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION, false otherwise.public static EventType sharedFolderDeclineInvitation(SharedFolderDeclineInvitationType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION.
(sharing) Declined team member's invite to shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION.java.lang.IllegalArgumentException - if value is null.public SharedFolderDeclineInvitationType getSharedFolderDeclineInvitationValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION.
SharedFolderDeclineInvitationType value associated
with this instance if isSharedFolderDeclineInvitation() is
true.java.lang.IllegalStateException - If isSharedFolderDeclineInvitation() is false.public boolean isSharedFolderMount()
true if this instance is tagged as EventType.Tag.SHARED_FOLDER_MOUNT, false otherwise.public static EventType sharedFolderMount(SharedFolderMountType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_MOUNT.
(sharing) Added shared folder to own Dropbox
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_MOUNT.java.lang.IllegalArgumentException - if value is null.public SharedFolderMountType getSharedFolderMountValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_MOUNT.
SharedFolderMountType value associated with this
instance if isSharedFolderMount() is true.java.lang.IllegalStateException - If isSharedFolderMount() is false.public boolean isSharedFolderNest()
true if this instance is tagged as EventType.Tag.SHARED_FOLDER_NEST, false otherwise.public static EventType sharedFolderNest(SharedFolderNestType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_NEST.
(sharing) Changed parent of shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_NEST.java.lang.IllegalArgumentException - if value is null.public SharedFolderNestType getSharedFolderNestValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_NEST.
SharedFolderNestType value associated with this
instance if isSharedFolderNest() is true.java.lang.IllegalStateException - If isSharedFolderNest() is false.public boolean isSharedFolderTransferOwnership()
true if this instance has the tag EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP, false otherwise.public static EventType sharedFolderTransferOwnership(SharedFolderTransferOwnershipType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP.
(sharing) Transferred ownership of shared folder to another member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP.java.lang.IllegalArgumentException - if value is null.public SharedFolderTransferOwnershipType getSharedFolderTransferOwnershipValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP.
SharedFolderTransferOwnershipType value associated
with this instance if isSharedFolderTransferOwnership() is
true.java.lang.IllegalStateException - If isSharedFolderTransferOwnership() is false.public boolean isSharedFolderUnmount()
true if this instance is tagged as EventType.Tag.SHARED_FOLDER_UNMOUNT, false otherwise.public static EventType sharedFolderUnmount(SharedFolderUnmountType value)
EventType that has its tag set to EventType.Tag.SHARED_FOLDER_UNMOUNT.
(sharing) Deleted shared folder from Dropbox
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_FOLDER_UNMOUNT.java.lang.IllegalArgumentException - if value is null.public SharedFolderUnmountType getSharedFolderUnmountValue()
This instance must be tagged as EventType.Tag.SHARED_FOLDER_UNMOUNT.
SharedFolderUnmountType value associated with this
instance if isSharedFolderUnmount() is true.java.lang.IllegalStateException - If isSharedFolderUnmount() is
false.public boolean isSharedLinkAddExpiry()
true if this instance is tagged as EventType.Tag.SHARED_LINK_ADD_EXPIRY, false otherwise.public static EventType sharedLinkAddExpiry(SharedLinkAddExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_ADD_EXPIRY.
(sharing) Added shared link expiration date
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_ADD_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedLinkAddExpiryType getSharedLinkAddExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_ADD_EXPIRY.
SharedLinkAddExpiryType value associated with this
instance if isSharedLinkAddExpiry() is true.java.lang.IllegalStateException - If isSharedLinkAddExpiry() is
false.public boolean isSharedLinkChangeExpiry()
true if this instance is tagged as EventType.Tag.SHARED_LINK_CHANGE_EXPIRY, false otherwise.public static EventType sharedLinkChangeExpiry(SharedLinkChangeExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_CHANGE_EXPIRY.
(sharing) Changed shared link expiration date
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_CHANGE_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedLinkChangeExpiryType getSharedLinkChangeExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_CHANGE_EXPIRY.
SharedLinkChangeExpiryType value associated with this
instance if isSharedLinkChangeExpiry() is true.java.lang.IllegalStateException - If isSharedLinkChangeExpiry() is
false.public boolean isSharedLinkChangeVisibility()
true if this instance has the tag EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY, false otherwise.true if this instance is tagged as EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY, false otherwise.public static EventType sharedLinkChangeVisibility(SharedLinkChangeVisibilityType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY.
(sharing) Changed visibility of shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY.java.lang.IllegalArgumentException - if value is null.public SharedLinkChangeVisibilityType getSharedLinkChangeVisibilityValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY.
SharedLinkChangeVisibilityType value associated with
this instance if isSharedLinkChangeVisibility() is true.java.lang.IllegalStateException - If isSharedLinkChangeVisibility()
is false.public boolean isSharedLinkCopy()
true if this instance is tagged as EventType.Tag.SHARED_LINK_COPY, false otherwise.public static EventType sharedLinkCopy(SharedLinkCopyType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_COPY.
(sharing) Added file/folder to Dropbox from shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_COPY.java.lang.IllegalArgumentException - if value is null.public SharedLinkCopyType getSharedLinkCopyValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_COPY.
SharedLinkCopyType value associated with this
instance if isSharedLinkCopy() is true.java.lang.IllegalStateException - If isSharedLinkCopy() is false.public boolean isSharedLinkCreate()
true if this instance is tagged as EventType.Tag.SHARED_LINK_CREATE, false otherwise.public static EventType sharedLinkCreate(SharedLinkCreateType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_CREATE.
(sharing) Created shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_CREATE.java.lang.IllegalArgumentException - if value is null.public SharedLinkCreateType getSharedLinkCreateValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_CREATE.
SharedLinkCreateType value associated with this
instance if isSharedLinkCreate() is true.java.lang.IllegalStateException - If isSharedLinkCreate() is false.public boolean isSharedLinkDisable()
true if this instance is tagged as EventType.Tag.SHARED_LINK_DISABLE, false otherwise.public static EventType sharedLinkDisable(SharedLinkDisableType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_DISABLE.
(sharing) Removed shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_DISABLE.java.lang.IllegalArgumentException - if value is null.public SharedLinkDisableType getSharedLinkDisableValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_DISABLE.
SharedLinkDisableType value associated with this
instance if isSharedLinkDisable() is true.java.lang.IllegalStateException - If isSharedLinkDisable() is false.public boolean isSharedLinkDownload()
true if this instance is tagged as EventType.Tag.SHARED_LINK_DOWNLOAD, false otherwise.public static EventType sharedLinkDownload(SharedLinkDownloadType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_DOWNLOAD.
(sharing) Downloaded file/folder from shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_DOWNLOAD.java.lang.IllegalArgumentException - if value is null.public SharedLinkDownloadType getSharedLinkDownloadValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_DOWNLOAD.
SharedLinkDownloadType value associated with this
instance if isSharedLinkDownload() is true.java.lang.IllegalStateException - If isSharedLinkDownload() is false.public boolean isSharedLinkRemoveExpiry()
true if this instance is tagged as EventType.Tag.SHARED_LINK_REMOVE_EXPIRY, false otherwise.public static EventType sharedLinkRemoveExpiry(SharedLinkRemoveExpiryType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_REMOVE_EXPIRY.
(sharing) Removed shared link expiration date
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_REMOVE_EXPIRY.java.lang.IllegalArgumentException - if value is null.public SharedLinkRemoveExpiryType getSharedLinkRemoveExpiryValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_REMOVE_EXPIRY.
SharedLinkRemoveExpiryType value associated with this
instance if isSharedLinkRemoveExpiry() is true.java.lang.IllegalStateException - If isSharedLinkRemoveExpiry() is
false.public boolean isSharedLinkShare()
true if this instance is tagged as EventType.Tag.SHARED_LINK_SHARE, false otherwise.public static EventType sharedLinkShare(SharedLinkShareType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_SHARE.
(sharing) Added members as audience of shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_SHARE.java.lang.IllegalArgumentException - if value is null.public SharedLinkShareType getSharedLinkShareValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_SHARE.
SharedLinkShareType value associated with this
instance if isSharedLinkShare() is true.java.lang.IllegalStateException - If isSharedLinkShare() is false.public boolean isSharedLinkView()
true if this instance is tagged as EventType.Tag.SHARED_LINK_VIEW, false otherwise.public static EventType sharedLinkView(SharedLinkViewType value)
EventType that has its tag set to EventType.Tag.SHARED_LINK_VIEW.
(sharing) Opened shared link
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_LINK_VIEW.java.lang.IllegalArgumentException - if value is null.public SharedLinkViewType getSharedLinkViewValue()
This instance must be tagged as EventType.Tag.SHARED_LINK_VIEW.
SharedLinkViewType value associated with this
instance if isSharedLinkView() is true.java.lang.IllegalStateException - If isSharedLinkView() is false.public boolean isSharedNoteOpened()
true if this instance is tagged as EventType.Tag.SHARED_NOTE_OPENED, false otherwise.public static EventType sharedNoteOpened(SharedNoteOpenedType value)
EventType that has its tag set to EventType.Tag.SHARED_NOTE_OPENED.
(sharing) Opened shared Paper doc (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARED_NOTE_OPENED.java.lang.IllegalArgumentException - if value is null.public SharedNoteOpenedType getSharedNoteOpenedValue()
This instance must be tagged as EventType.Tag.SHARED_NOTE_OPENED.
SharedNoteOpenedType value associated with this
instance if isSharedNoteOpened() is true.java.lang.IllegalStateException - If isSharedNoteOpened() is false.public boolean isShmodelGroupShare()
true if this instance is tagged as EventType.Tag.SHMODEL_GROUP_SHARE, false otherwise.public static EventType shmodelGroupShare(ShmodelGroupShareType value)
EventType that has its tag set to EventType.Tag.SHMODEL_GROUP_SHARE.
(sharing) Shared link with group (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHMODEL_GROUP_SHARE.java.lang.IllegalArgumentException - if value is null.public ShmodelGroupShareType getShmodelGroupShareValue()
This instance must be tagged as EventType.Tag.SHMODEL_GROUP_SHARE.
ShmodelGroupShareType value associated with this
instance if isShmodelGroupShare() is true.java.lang.IllegalStateException - If isShmodelGroupShare() is false.public boolean isShowcaseAccessGranted()
true if this instance is tagged as EventType.Tag.SHOWCASE_ACCESS_GRANTED, false otherwise.public static EventType showcaseAccessGranted(ShowcaseAccessGrantedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_ACCESS_GRANTED.
(showcase) Granted access to showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_ACCESS_GRANTED.java.lang.IllegalArgumentException - if value is null.public ShowcaseAccessGrantedType getShowcaseAccessGrantedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_ACCESS_GRANTED.
ShowcaseAccessGrantedType value associated with this
instance if isShowcaseAccessGranted() is true.java.lang.IllegalStateException - If isShowcaseAccessGranted() is
false.public boolean isShowcaseAddMember()
true if this instance is tagged as EventType.Tag.SHOWCASE_ADD_MEMBER, false otherwise.public static EventType showcaseAddMember(ShowcaseAddMemberType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_ADD_MEMBER.
(showcase) Added member to showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_ADD_MEMBER.java.lang.IllegalArgumentException - if value is null.public ShowcaseAddMemberType getShowcaseAddMemberValue()
This instance must be tagged as EventType.Tag.SHOWCASE_ADD_MEMBER.
ShowcaseAddMemberType value associated with this
instance if isShowcaseAddMember() is true.java.lang.IllegalStateException - If isShowcaseAddMember() is false.public boolean isShowcaseArchived()
true if this instance is tagged as EventType.Tag.SHOWCASE_ARCHIVED, false otherwise.public static EventType showcaseArchived(ShowcaseArchivedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_ARCHIVED.
(showcase) Archived showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_ARCHIVED.java.lang.IllegalArgumentException - if value is null.public ShowcaseArchivedType getShowcaseArchivedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_ARCHIVED.
ShowcaseArchivedType value associated with this
instance if isShowcaseArchived() is true.java.lang.IllegalStateException - If isShowcaseArchived() is false.public boolean isShowcaseCreated()
true if this instance is tagged as EventType.Tag.SHOWCASE_CREATED, false otherwise.public static EventType showcaseCreated(ShowcaseCreatedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_CREATED.
(showcase) Created showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_CREATED.java.lang.IllegalArgumentException - if value is null.public ShowcaseCreatedType getShowcaseCreatedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_CREATED.
ShowcaseCreatedType value associated with this
instance if isShowcaseCreated() is true.java.lang.IllegalStateException - If isShowcaseCreated() is false.public boolean isShowcaseDeleteComment()
true if this instance is tagged as EventType.Tag.SHOWCASE_DELETE_COMMENT, false otherwise.public static EventType showcaseDeleteComment(ShowcaseDeleteCommentType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_DELETE_COMMENT.
(showcase) Deleted showcase comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_DELETE_COMMENT.java.lang.IllegalArgumentException - if value is null.public ShowcaseDeleteCommentType getShowcaseDeleteCommentValue()
This instance must be tagged as EventType.Tag.SHOWCASE_DELETE_COMMENT.
ShowcaseDeleteCommentType value associated with this
instance if isShowcaseDeleteComment() is true.java.lang.IllegalStateException - If isShowcaseDeleteComment() is
false.public boolean isShowcaseEdited()
true if this instance is tagged as EventType.Tag.SHOWCASE_EDITED, false otherwise.public static EventType showcaseEdited(ShowcaseEditedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_EDITED.
(showcase) Edited showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_EDITED.java.lang.IllegalArgumentException - if value is null.public ShowcaseEditedType getShowcaseEditedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_EDITED.
ShowcaseEditedType value associated with this
instance if isShowcaseEdited() is true.java.lang.IllegalStateException - If isShowcaseEdited() is false.public boolean isShowcaseEditComment()
true if this instance is tagged as EventType.Tag.SHOWCASE_EDIT_COMMENT, false otherwise.public static EventType showcaseEditComment(ShowcaseEditCommentType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_EDIT_COMMENT.
(showcase) Edited showcase comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_EDIT_COMMENT.java.lang.IllegalArgumentException - if value is null.public ShowcaseEditCommentType getShowcaseEditCommentValue()
This instance must be tagged as EventType.Tag.SHOWCASE_EDIT_COMMENT.
ShowcaseEditCommentType value associated with this
instance if isShowcaseEditComment() is true.java.lang.IllegalStateException - If isShowcaseEditComment() is
false.public boolean isShowcaseFileAdded()
true if this instance is tagged as EventType.Tag.SHOWCASE_FILE_ADDED, false otherwise.public static EventType showcaseFileAdded(ShowcaseFileAddedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_FILE_ADDED.
(showcase) Added file to showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_FILE_ADDED.java.lang.IllegalArgumentException - if value is null.public ShowcaseFileAddedType getShowcaseFileAddedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_FILE_ADDED.
ShowcaseFileAddedType value associated with this
instance if isShowcaseFileAdded() is true.java.lang.IllegalStateException - If isShowcaseFileAdded() is false.public boolean isShowcaseFileDownload()
true if this instance is tagged as EventType.Tag.SHOWCASE_FILE_DOWNLOAD, false otherwise.public static EventType showcaseFileDownload(ShowcaseFileDownloadType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_FILE_DOWNLOAD.
(showcase) Downloaded file from showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_FILE_DOWNLOAD.java.lang.IllegalArgumentException - if value is null.public ShowcaseFileDownloadType getShowcaseFileDownloadValue()
This instance must be tagged as EventType.Tag.SHOWCASE_FILE_DOWNLOAD.
ShowcaseFileDownloadType value associated with this
instance if isShowcaseFileDownload() is true.java.lang.IllegalStateException - If isShowcaseFileDownload() is
false.public boolean isShowcaseFileRemoved()
true if this instance is tagged as EventType.Tag.SHOWCASE_FILE_REMOVED, false otherwise.public static EventType showcaseFileRemoved(ShowcaseFileRemovedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_FILE_REMOVED.
(showcase) Removed file from showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_FILE_REMOVED.java.lang.IllegalArgumentException - if value is null.public ShowcaseFileRemovedType getShowcaseFileRemovedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_FILE_REMOVED.
ShowcaseFileRemovedType value associated with this
instance if isShowcaseFileRemoved() is true.java.lang.IllegalStateException - If isShowcaseFileRemoved() is
false.public boolean isShowcaseFileView()
true if this instance is tagged as EventType.Tag.SHOWCASE_FILE_VIEW, false otherwise.public static EventType showcaseFileView(ShowcaseFileViewType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_FILE_VIEW.
(showcase) Viewed file in showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_FILE_VIEW.java.lang.IllegalArgumentException - if value is null.public ShowcaseFileViewType getShowcaseFileViewValue()
This instance must be tagged as EventType.Tag.SHOWCASE_FILE_VIEW.
ShowcaseFileViewType value associated with this
instance if isShowcaseFileView() is true.java.lang.IllegalStateException - If isShowcaseFileView() is false.public boolean isShowcasePermanentlyDeleted()
true if this instance has the tag EventType.Tag.SHOWCASE_PERMANENTLY_DELETED, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_PERMANENTLY_DELETED, false otherwise.public static EventType showcasePermanentlyDeleted(ShowcasePermanentlyDeletedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_PERMANENTLY_DELETED.
(showcase) Permanently deleted showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_PERMANENTLY_DELETED.java.lang.IllegalArgumentException - if value is null.public ShowcasePermanentlyDeletedType getShowcasePermanentlyDeletedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_PERMANENTLY_DELETED.
ShowcasePermanentlyDeletedType value associated with
this instance if isShowcasePermanentlyDeleted() is true.java.lang.IllegalStateException - If isShowcasePermanentlyDeleted()
is false.public boolean isShowcasePostComment()
true if this instance is tagged as EventType.Tag.SHOWCASE_POST_COMMENT, false otherwise.public static EventType showcasePostComment(ShowcasePostCommentType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_POST_COMMENT.
(showcase) Added showcase comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_POST_COMMENT.java.lang.IllegalArgumentException - if value is null.public ShowcasePostCommentType getShowcasePostCommentValue()
This instance must be tagged as EventType.Tag.SHOWCASE_POST_COMMENT.
ShowcasePostCommentType value associated with this
instance if isShowcasePostComment() is true.java.lang.IllegalStateException - If isShowcasePostComment() is
false.public boolean isShowcaseRemoveMember()
true if this instance is tagged as EventType.Tag.SHOWCASE_REMOVE_MEMBER, false otherwise.public static EventType showcaseRemoveMember(ShowcaseRemoveMemberType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_REMOVE_MEMBER.
(showcase) Removed member from showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_REMOVE_MEMBER.java.lang.IllegalArgumentException - if value is null.public ShowcaseRemoveMemberType getShowcaseRemoveMemberValue()
This instance must be tagged as EventType.Tag.SHOWCASE_REMOVE_MEMBER.
ShowcaseRemoveMemberType value associated with this
instance if isShowcaseRemoveMember() is true.java.lang.IllegalStateException - If isShowcaseRemoveMember() is
false.public boolean isShowcaseRenamed()
true if this instance is tagged as EventType.Tag.SHOWCASE_RENAMED, false otherwise.public static EventType showcaseRenamed(ShowcaseRenamedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_RENAMED.
(showcase) Renamed showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_RENAMED.java.lang.IllegalArgumentException - if value is null.public ShowcaseRenamedType getShowcaseRenamedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_RENAMED.
ShowcaseRenamedType value associated with this
instance if isShowcaseRenamed() is true.java.lang.IllegalStateException - If isShowcaseRenamed() is false.public boolean isShowcaseRequestAccess()
true if this instance is tagged as EventType.Tag.SHOWCASE_REQUEST_ACCESS, false otherwise.public static EventType showcaseRequestAccess(ShowcaseRequestAccessType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_REQUEST_ACCESS.
(showcase) Requested access to showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_REQUEST_ACCESS.java.lang.IllegalArgumentException - if value is null.public ShowcaseRequestAccessType getShowcaseRequestAccessValue()
This instance must be tagged as EventType.Tag.SHOWCASE_REQUEST_ACCESS.
ShowcaseRequestAccessType value associated with this
instance if isShowcaseRequestAccess() is true.java.lang.IllegalStateException - If isShowcaseRequestAccess() is
false.public boolean isShowcaseResolveComment()
true if this instance is tagged as EventType.Tag.SHOWCASE_RESOLVE_COMMENT, false otherwise.public static EventType showcaseResolveComment(ShowcaseResolveCommentType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_RESOLVE_COMMENT.
(showcase) Resolved showcase comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_RESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public ShowcaseResolveCommentType getShowcaseResolveCommentValue()
This instance must be tagged as EventType.Tag.SHOWCASE_RESOLVE_COMMENT.
ShowcaseResolveCommentType value associated with this
instance if isShowcaseResolveComment() is true.java.lang.IllegalStateException - If isShowcaseResolveComment() is
false.public boolean isShowcaseRestored()
true if this instance is tagged as EventType.Tag.SHOWCASE_RESTORED, false otherwise.public static EventType showcaseRestored(ShowcaseRestoredType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_RESTORED.
(showcase) Unarchived showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_RESTORED.java.lang.IllegalArgumentException - if value is null.public ShowcaseRestoredType getShowcaseRestoredValue()
This instance must be tagged as EventType.Tag.SHOWCASE_RESTORED.
ShowcaseRestoredType value associated with this
instance if isShowcaseRestored() is true.java.lang.IllegalStateException - If isShowcaseRestored() is false.public boolean isShowcaseTrashed()
true if this instance is tagged as EventType.Tag.SHOWCASE_TRASHED, false otherwise.public static EventType showcaseTrashed(ShowcaseTrashedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_TRASHED.
(showcase) Deleted showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_TRASHED.java.lang.IllegalArgumentException - if value is null.public ShowcaseTrashedType getShowcaseTrashedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_TRASHED.
ShowcaseTrashedType value associated with this
instance if isShowcaseTrashed() is true.java.lang.IllegalStateException - If isShowcaseTrashed() is false.public boolean isShowcaseTrashedDeprecated()
true if this instance has the tag EventType.Tag.SHOWCASE_TRASHED_DEPRECATED, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_TRASHED_DEPRECATED, false otherwise.public static EventType showcaseTrashedDeprecated(ShowcaseTrashedDeprecatedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_TRASHED_DEPRECATED.
(showcase) Deleted showcase (old version) (deprecated, replaced by 'Deleted showcase')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_TRASHED_DEPRECATED.java.lang.IllegalArgumentException - if value is null.public ShowcaseTrashedDeprecatedType getShowcaseTrashedDeprecatedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_TRASHED_DEPRECATED.
ShowcaseTrashedDeprecatedType value associated with
this instance if isShowcaseTrashedDeprecated() is true.java.lang.IllegalStateException - If isShowcaseTrashedDeprecated() is
false.public boolean isShowcaseUnresolveComment()
true if this instance has the tag EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT, false otherwise.public static EventType showcaseUnresolveComment(ShowcaseUnresolveCommentType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT.
(showcase) Unresolved showcase comment
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT.java.lang.IllegalArgumentException - if value is null.public ShowcaseUnresolveCommentType getShowcaseUnresolveCommentValue()
This instance must be tagged as EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT.
ShowcaseUnresolveCommentType value associated with
this instance if isShowcaseUnresolveComment() is true.java.lang.IllegalStateException - If isShowcaseUnresolveComment() is
false.public boolean isShowcaseUntrashed()
true if this instance is tagged as EventType.Tag.SHOWCASE_UNTRASHED, false otherwise.public static EventType showcaseUntrashed(ShowcaseUntrashedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_UNTRASHED.
(showcase) Restored showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_UNTRASHED.java.lang.IllegalArgumentException - if value is null.public ShowcaseUntrashedType getShowcaseUntrashedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_UNTRASHED.
ShowcaseUntrashedType value associated with this
instance if isShowcaseUntrashed() is true.java.lang.IllegalStateException - If isShowcaseUntrashed() is false.public boolean isShowcaseUntrashedDeprecated()
true if this instance has the tag EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED, false otherwise.public static EventType showcaseUntrashedDeprecated(ShowcaseUntrashedDeprecatedType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED.
(showcase) Restored showcase (old version) (deprecated, replaced by 'Restored showcase')
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED.java.lang.IllegalArgumentException - if value is null.public ShowcaseUntrashedDeprecatedType getShowcaseUntrashedDeprecatedValue()
This instance must be tagged as EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED.
ShowcaseUntrashedDeprecatedType value associated with
this instance if isShowcaseUntrashedDeprecated() is true.java.lang.IllegalStateException - If isShowcaseUntrashedDeprecated()
is false.public boolean isShowcaseView()
true if this instance is tagged as EventType.Tag.SHOWCASE_VIEW, false otherwise.public static EventType showcaseView(ShowcaseViewType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_VIEW.
(showcase) Viewed showcase
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_VIEW.java.lang.IllegalArgumentException - if value is null.public ShowcaseViewType getShowcaseViewValue()
This instance must be tagged as EventType.Tag.SHOWCASE_VIEW.
ShowcaseViewType value associated with this instance
if isShowcaseView() is true.java.lang.IllegalStateException - If isShowcaseView() is false.public boolean isSsoAddCert()
true if this instance is tagged as EventType.Tag.SSO_ADD_CERT, false otherwise.public static EventType ssoAddCert(SsoAddCertType value)
EventType that has its tag set to EventType.Tag.SSO_ADD_CERT.
(sso) Added X.509 certificate for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_ADD_CERT.java.lang.IllegalArgumentException - if value is null.public SsoAddCertType getSsoAddCertValue()
This instance must be tagged as EventType.Tag.SSO_ADD_CERT.
SsoAddCertType value associated with this instance if
isSsoAddCert() is true.java.lang.IllegalStateException - If isSsoAddCert() is false.public boolean isSsoAddLoginUrl()
true if this instance is tagged as EventType.Tag.SSO_ADD_LOGIN_URL, false otherwise.public static EventType ssoAddLoginUrl(SsoAddLoginUrlType value)
EventType that has its tag set to EventType.Tag.SSO_ADD_LOGIN_URL.
(sso) Added sign-in URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_ADD_LOGIN_URL.java.lang.IllegalArgumentException - if value is null.public SsoAddLoginUrlType getSsoAddLoginUrlValue()
This instance must be tagged as EventType.Tag.SSO_ADD_LOGIN_URL.
SsoAddLoginUrlType value associated with this
instance if isSsoAddLoginUrl() is true.java.lang.IllegalStateException - If isSsoAddLoginUrl() is false.public boolean isSsoAddLogoutUrl()
true if this instance is tagged as EventType.Tag.SSO_ADD_LOGOUT_URL, false otherwise.public static EventType ssoAddLogoutUrl(SsoAddLogoutUrlType value)
EventType that has its tag set to EventType.Tag.SSO_ADD_LOGOUT_URL.
(sso) Added sign-out URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_ADD_LOGOUT_URL.java.lang.IllegalArgumentException - if value is null.public SsoAddLogoutUrlType getSsoAddLogoutUrlValue()
This instance must be tagged as EventType.Tag.SSO_ADD_LOGOUT_URL.
SsoAddLogoutUrlType value associated with this
instance if isSsoAddLogoutUrl() is true.java.lang.IllegalStateException - If isSsoAddLogoutUrl() is false.public boolean isSsoChangeCert()
true if this instance is tagged as EventType.Tag.SSO_CHANGE_CERT, false otherwise.public static EventType ssoChangeCert(SsoChangeCertType value)
EventType that has its tag set to EventType.Tag.SSO_CHANGE_CERT.
(sso) Changed X.509 certificate for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_CHANGE_CERT.java.lang.IllegalArgumentException - if value is null.public SsoChangeCertType getSsoChangeCertValue()
This instance must be tagged as EventType.Tag.SSO_CHANGE_CERT.
SsoChangeCertType value associated with this instance
if isSsoChangeCert() is true.java.lang.IllegalStateException - If isSsoChangeCert() is false.public boolean isSsoChangeLoginUrl()
true if this instance is tagged as EventType.Tag.SSO_CHANGE_LOGIN_URL, false otherwise.public static EventType ssoChangeLoginUrl(SsoChangeLoginUrlType value)
EventType that has its tag set to EventType.Tag.SSO_CHANGE_LOGIN_URL.
(sso) Changed sign-in URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_CHANGE_LOGIN_URL.java.lang.IllegalArgumentException - if value is null.public SsoChangeLoginUrlType getSsoChangeLoginUrlValue()
This instance must be tagged as EventType.Tag.SSO_CHANGE_LOGIN_URL.
SsoChangeLoginUrlType value associated with this
instance if isSsoChangeLoginUrl() is true.java.lang.IllegalStateException - If isSsoChangeLoginUrl() is false.public boolean isSsoChangeLogoutUrl()
true if this instance is tagged as EventType.Tag.SSO_CHANGE_LOGOUT_URL, false otherwise.public static EventType ssoChangeLogoutUrl(SsoChangeLogoutUrlType value)
EventType that has its tag set to EventType.Tag.SSO_CHANGE_LOGOUT_URL.
(sso) Changed sign-out URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_CHANGE_LOGOUT_URL.java.lang.IllegalArgumentException - if value is null.public SsoChangeLogoutUrlType getSsoChangeLogoutUrlValue()
This instance must be tagged as EventType.Tag.SSO_CHANGE_LOGOUT_URL.
SsoChangeLogoutUrlType value associated with this
instance if isSsoChangeLogoutUrl() is true.java.lang.IllegalStateException - If isSsoChangeLogoutUrl() is false.public boolean isSsoChangeSamlIdentityMode()
true if this instance has the tag EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE, false otherwise.true if this instance is tagged as EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE, false otherwise.public static EventType ssoChangeSamlIdentityMode(SsoChangeSamlIdentityModeType value)
EventType that has its tag set to EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE.
(sso) Changed SAML identity mode for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE.java.lang.IllegalArgumentException - if value is null.public SsoChangeSamlIdentityModeType getSsoChangeSamlIdentityModeValue()
This instance must be tagged as EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE.
SsoChangeSamlIdentityModeType value associated with
this instance if isSsoChangeSamlIdentityMode() is true.java.lang.IllegalStateException - If isSsoChangeSamlIdentityMode() is
false.public boolean isSsoRemoveCert()
true if this instance is tagged as EventType.Tag.SSO_REMOVE_CERT, false otherwise.public static EventType ssoRemoveCert(SsoRemoveCertType value)
EventType that has its tag set to EventType.Tag.SSO_REMOVE_CERT.
(sso) Removed X.509 certificate for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_REMOVE_CERT.java.lang.IllegalArgumentException - if value is null.public SsoRemoveCertType getSsoRemoveCertValue()
This instance must be tagged as EventType.Tag.SSO_REMOVE_CERT.
SsoRemoveCertType value associated with this instance
if isSsoRemoveCert() is true.java.lang.IllegalStateException - If isSsoRemoveCert() is false.public boolean isSsoRemoveLoginUrl()
true if this instance is tagged as EventType.Tag.SSO_REMOVE_LOGIN_URL, false otherwise.public static EventType ssoRemoveLoginUrl(SsoRemoveLoginUrlType value)
EventType that has its tag set to EventType.Tag.SSO_REMOVE_LOGIN_URL.
(sso) Removed sign-in URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_REMOVE_LOGIN_URL.java.lang.IllegalArgumentException - if value is null.public SsoRemoveLoginUrlType getSsoRemoveLoginUrlValue()
This instance must be tagged as EventType.Tag.SSO_REMOVE_LOGIN_URL.
SsoRemoveLoginUrlType value associated with this
instance if isSsoRemoveLoginUrl() is true.java.lang.IllegalStateException - If isSsoRemoveLoginUrl() is false.public boolean isSsoRemoveLogoutUrl()
true if this instance is tagged as EventType.Tag.SSO_REMOVE_LOGOUT_URL, false otherwise.public static EventType ssoRemoveLogoutUrl(SsoRemoveLogoutUrlType value)
EventType that has its tag set to EventType.Tag.SSO_REMOVE_LOGOUT_URL.
(sso) Removed sign-out URL for SSO
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_REMOVE_LOGOUT_URL.java.lang.IllegalArgumentException - if value is null.public SsoRemoveLogoutUrlType getSsoRemoveLogoutUrlValue()
This instance must be tagged as EventType.Tag.SSO_REMOVE_LOGOUT_URL.
SsoRemoveLogoutUrlType value associated with this
instance if isSsoRemoveLogoutUrl() is true.java.lang.IllegalStateException - If isSsoRemoveLogoutUrl() is false.public boolean isTeamFolderChangeStatus()
true if this instance is tagged as EventType.Tag.TEAM_FOLDER_CHANGE_STATUS, false otherwise.public static EventType teamFolderChangeStatus(TeamFolderChangeStatusType value)
EventType that has its tag set to EventType.Tag.TEAM_FOLDER_CHANGE_STATUS.
(team_folders) Changed archival status of team folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_FOLDER_CHANGE_STATUS.java.lang.IllegalArgumentException - if value is null.public TeamFolderChangeStatusType getTeamFolderChangeStatusValue()
This instance must be tagged as EventType.Tag.TEAM_FOLDER_CHANGE_STATUS.
TeamFolderChangeStatusType value associated with this
instance if isTeamFolderChangeStatus() is true.java.lang.IllegalStateException - If isTeamFolderChangeStatus() is
false.public boolean isTeamFolderCreate()
true if this instance is tagged as EventType.Tag.TEAM_FOLDER_CREATE, false otherwise.public static EventType teamFolderCreate(TeamFolderCreateType value)
EventType that has its tag set to EventType.Tag.TEAM_FOLDER_CREATE.
(team_folders) Created team folder in active status
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_FOLDER_CREATE.java.lang.IllegalArgumentException - if value is null.public TeamFolderCreateType getTeamFolderCreateValue()
This instance must be tagged as EventType.Tag.TEAM_FOLDER_CREATE.
TeamFolderCreateType value associated with this
instance if isTeamFolderCreate() is true.java.lang.IllegalStateException - If isTeamFolderCreate() is false.public boolean isTeamFolderDowngrade()
true if this instance is tagged as EventType.Tag.TEAM_FOLDER_DOWNGRADE, false otherwise.public static EventType teamFolderDowngrade(TeamFolderDowngradeType value)
EventType that has its tag set to EventType.Tag.TEAM_FOLDER_DOWNGRADE.
(team_folders) Downgraded team folder to regular shared folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_FOLDER_DOWNGRADE.java.lang.IllegalArgumentException - if value is null.public TeamFolderDowngradeType getTeamFolderDowngradeValue()
This instance must be tagged as EventType.Tag.TEAM_FOLDER_DOWNGRADE.
TeamFolderDowngradeType value associated with this
instance if isTeamFolderDowngrade() is true.java.lang.IllegalStateException - If isTeamFolderDowngrade() is
false.public boolean isTeamFolderPermanentlyDelete()
true if this instance has the tag EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE, false otherwise.true if this instance is tagged as EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE, false otherwise.public static EventType teamFolderPermanentlyDelete(TeamFolderPermanentlyDeleteType value)
EventType that has its tag set to EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE.
(team_folders) Permanently deleted archived team folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE.java.lang.IllegalArgumentException - if value is null.public TeamFolderPermanentlyDeleteType getTeamFolderPermanentlyDeleteValue()
This instance must be tagged as EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE.
TeamFolderPermanentlyDeleteType value associated with
this instance if isTeamFolderPermanentlyDelete() is true.java.lang.IllegalStateException - If isTeamFolderPermanentlyDelete()
is false.public boolean isTeamFolderRename()
true if this instance is tagged as EventType.Tag.TEAM_FOLDER_RENAME, false otherwise.public static EventType teamFolderRename(TeamFolderRenameType value)
EventType that has its tag set to EventType.Tag.TEAM_FOLDER_RENAME.
(team_folders) Renamed active/archived team folder
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_FOLDER_RENAME.java.lang.IllegalArgumentException - if value is null.public TeamFolderRenameType getTeamFolderRenameValue()
This instance must be tagged as EventType.Tag.TEAM_FOLDER_RENAME.
TeamFolderRenameType value associated with this
instance if isTeamFolderRename() is true.java.lang.IllegalStateException - If isTeamFolderRename() is false.public boolean isTeamSelectiveSyncSettingsChanged()
true if this instance has the tag EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED, false otherwise.true if this instance is tagged as EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED, false otherwise.public static EventType teamSelectiveSyncSettingsChanged(TeamSelectiveSyncSettingsChangedType value)
EventType that has its tag set to EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED.
(team_folders) Changed sync default
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED.java.lang.IllegalArgumentException - if value is null.public TeamSelectiveSyncSettingsChangedType getTeamSelectiveSyncSettingsChangedValue()
This instance must be tagged as EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED.
TeamSelectiveSyncSettingsChangedType value associated
with this instance if isTeamSelectiveSyncSettingsChanged() is
true.java.lang.IllegalStateException - If isTeamSelectiveSyncSettingsChanged() is false.public boolean isAccountCaptureChangePolicy()
true if this instance has the tag EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY, false otherwise.public static EventType accountCaptureChangePolicy(AccountCaptureChangePolicyType value)
EventType that has its tag set to EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY.
(team_policies) Changed account capture setting on team domain
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public AccountCaptureChangePolicyType getAccountCaptureChangePolicyValue()
This instance must be tagged as EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY.
AccountCaptureChangePolicyType value associated with
this instance if isAccountCaptureChangePolicy() is true.java.lang.IllegalStateException - If isAccountCaptureChangePolicy()
is false.public boolean isAllowDownloadDisabled()
true if this instance is tagged as EventType.Tag.ALLOW_DOWNLOAD_DISABLED, false otherwise.public static EventType allowDownloadDisabled(AllowDownloadDisabledType value)
EventType that has its tag set to EventType.Tag.ALLOW_DOWNLOAD_DISABLED.
(team_policies) Disabled downloads (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ALLOW_DOWNLOAD_DISABLED.java.lang.IllegalArgumentException - if value is null.public AllowDownloadDisabledType getAllowDownloadDisabledValue()
This instance must be tagged as EventType.Tag.ALLOW_DOWNLOAD_DISABLED.
AllowDownloadDisabledType value associated with this
instance if isAllowDownloadDisabled() is true.java.lang.IllegalStateException - If isAllowDownloadDisabled() is
false.public boolean isAllowDownloadEnabled()
true if this instance is tagged as EventType.Tag.ALLOW_DOWNLOAD_ENABLED, false otherwise.public static EventType allowDownloadEnabled(AllowDownloadEnabledType value)
EventType that has its tag set to EventType.Tag.ALLOW_DOWNLOAD_ENABLED.
(team_policies) Enabled downloads (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.ALLOW_DOWNLOAD_ENABLED.java.lang.IllegalArgumentException - if value is null.public AllowDownloadEnabledType getAllowDownloadEnabledValue()
This instance must be tagged as EventType.Tag.ALLOW_DOWNLOAD_ENABLED.
AllowDownloadEnabledType value associated with this
instance if isAllowDownloadEnabled() is true.java.lang.IllegalStateException - If isAllowDownloadEnabled() is
false.public boolean isDataPlacementRestrictionChangePolicy()
true if this instance has the tag EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY, false
otherwise.public static EventType dataPlacementRestrictionChangePolicy(DataPlacementRestrictionChangePolicyType value)
EventType that has its tag set to EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY.
(team_policies) Set restrictions on data center locations where team data resides
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public DataPlacementRestrictionChangePolicyType getDataPlacementRestrictionChangePolicyValue()
This instance must be tagged as EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY.
DataPlacementRestrictionChangePolicyType value
associated with this instance if isDataPlacementRestrictionChangePolicy() is true.java.lang.IllegalStateException - If isDataPlacementRestrictionChangePolicy() is false.public boolean isDataPlacementRestrictionSatisfyPolicy()
true if this instance has the tag EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY, false
otherwise.public static EventType dataPlacementRestrictionSatisfyPolicy(DataPlacementRestrictionSatisfyPolicyType value)
EventType that has its tag set to EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY.
(team_policies) Completed restrictions on data center locations where team data resides
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY.java.lang.IllegalArgumentException - if value is null.public DataPlacementRestrictionSatisfyPolicyType getDataPlacementRestrictionSatisfyPolicyValue()
This instance must be tagged as EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY.
DataPlacementRestrictionSatisfyPolicyType value
associated with this instance if isDataPlacementRestrictionSatisfyPolicy() is true.java.lang.IllegalStateException - If isDataPlacementRestrictionSatisfyPolicy() is false.public boolean isDeviceApprovalsChangeDesktopPolicy()
true if this instance has the tag EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY, false otherwise.public static EventType deviceApprovalsChangeDesktopPolicy(DeviceApprovalsChangeDesktopPolicyType value)
EventType that has its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY.
(team_policies) Set/removed limit on number of computers member can link to team Dropbox account
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY.java.lang.IllegalArgumentException - if value is null.public DeviceApprovalsChangeDesktopPolicyType getDeviceApprovalsChangeDesktopPolicyValue()
This instance must be tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY.
DeviceApprovalsChangeDesktopPolicyType value
associated with this instance if isDeviceApprovalsChangeDesktopPolicy() is true.java.lang.IllegalStateException - If isDeviceApprovalsChangeDesktopPolicy() is false.public boolean isDeviceApprovalsChangeMobilePolicy()
true if this instance has the tag EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY, false otherwise.public static EventType deviceApprovalsChangeMobilePolicy(DeviceApprovalsChangeMobilePolicyType value)
EventType that has its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY.
(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY.java.lang.IllegalArgumentException - if value is null.public DeviceApprovalsChangeMobilePolicyType getDeviceApprovalsChangeMobilePolicyValue()
This instance must be tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY.
DeviceApprovalsChangeMobilePolicyType value
associated with this instance if isDeviceApprovalsChangeMobilePolicy() is true.java.lang.IllegalStateException - If isDeviceApprovalsChangeMobilePolicy() is false.public boolean isDeviceApprovalsChangeOverageAction()
true if this instance has the tag EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION, false otherwise.public static EventType deviceApprovalsChangeOverageAction(DeviceApprovalsChangeOverageActionType value)
EventType that has its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION.
(team_policies) Changed device approvals setting when member is over limit
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION.java.lang.IllegalArgumentException - if value is null.public DeviceApprovalsChangeOverageActionType getDeviceApprovalsChangeOverageActionValue()
This instance must be tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION.
DeviceApprovalsChangeOverageActionType value
associated with this instance if isDeviceApprovalsChangeOverageAction() is true.java.lang.IllegalStateException - If isDeviceApprovalsChangeOverageAction() is false.public boolean isDeviceApprovalsChangeUnlinkAction()
true if this instance has the tag EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION, false otherwise.true if this instance is tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION, false otherwise.public static EventType deviceApprovalsChangeUnlinkAction(DeviceApprovalsChangeUnlinkActionType value)
EventType that has its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION.
(team_policies) Changed device approvals setting when member unlinks approved device
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION.java.lang.IllegalArgumentException - if value is null.public DeviceApprovalsChangeUnlinkActionType getDeviceApprovalsChangeUnlinkActionValue()
This instance must be tagged as EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION.
DeviceApprovalsChangeUnlinkActionType value
associated with this instance if isDeviceApprovalsChangeUnlinkAction() is true.java.lang.IllegalStateException - If isDeviceApprovalsChangeUnlinkAction() is false.public boolean isDirectoryRestrictionsAddMembers()
true if this instance has the tag EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS, false otherwise.true if this instance is tagged as EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS, false otherwise.public static EventType directoryRestrictionsAddMembers(DirectoryRestrictionsAddMembersType value)
EventType that has its tag set to EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS.
(team_policies) Added members to directory restrictions list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS.java.lang.IllegalArgumentException - if value is null.public DirectoryRestrictionsAddMembersType getDirectoryRestrictionsAddMembersValue()
This instance must be tagged as EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS.
DirectoryRestrictionsAddMembersType value associated
with this instance if isDirectoryRestrictionsAddMembers() is
true.java.lang.IllegalStateException - If isDirectoryRestrictionsAddMembers() is false.public boolean isDirectoryRestrictionsRemoveMembers()
true if this instance has the tag EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS, false otherwise.true if this instance is tagged as EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS, false otherwise.public static EventType directoryRestrictionsRemoveMembers(DirectoryRestrictionsRemoveMembersType value)
EventType that has its tag set to EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS.
(team_policies) Removed members from directory restrictions list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS.java.lang.IllegalArgumentException - if value is null.public DirectoryRestrictionsRemoveMembersType getDirectoryRestrictionsRemoveMembersValue()
This instance must be tagged as EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS.
DirectoryRestrictionsRemoveMembersType value
associated with this instance if isDirectoryRestrictionsRemoveMembers() is true.java.lang.IllegalStateException - If isDirectoryRestrictionsRemoveMembers() is false.public boolean isEmmAddException()
true if this instance is tagged as EventType.Tag.EMM_ADD_EXCEPTION, false otherwise.public static EventType emmAddException(EmmAddExceptionType value)
EventType that has its tag set to EventType.Tag.EMM_ADD_EXCEPTION.
(team_policies) Added members to EMM exception list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_ADD_EXCEPTION.java.lang.IllegalArgumentException - if value is null.public EmmAddExceptionType getEmmAddExceptionValue()
This instance must be tagged as EventType.Tag.EMM_ADD_EXCEPTION.
EmmAddExceptionType value associated with this
instance if isEmmAddException() is true.java.lang.IllegalStateException - If isEmmAddException() is false.public boolean isEmmChangePolicy()
true if this instance is tagged as EventType.Tag.EMM_CHANGE_POLICY, false otherwise.public static EventType emmChangePolicy(EmmChangePolicyType value)
EventType that has its tag set to EventType.Tag.EMM_CHANGE_POLICY.
(team_policies) Enabled/disabled enterprise mobility management for members
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public EmmChangePolicyType getEmmChangePolicyValue()
This instance must be tagged as EventType.Tag.EMM_CHANGE_POLICY.
EmmChangePolicyType value associated with this
instance if isEmmChangePolicy() is true.java.lang.IllegalStateException - If isEmmChangePolicy() is false.public boolean isEmmRemoveException()
true if this instance is tagged as EventType.Tag.EMM_REMOVE_EXCEPTION, false otherwise.public static EventType emmRemoveException(EmmRemoveExceptionType value)
EventType that has its tag set to EventType.Tag.EMM_REMOVE_EXCEPTION.
(team_policies) Removed members from EMM exception list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EMM_REMOVE_EXCEPTION.java.lang.IllegalArgumentException - if value is null.public EmmRemoveExceptionType getEmmRemoveExceptionValue()
This instance must be tagged as EventType.Tag.EMM_REMOVE_EXCEPTION.
EmmRemoveExceptionType value associated with this
instance if isEmmRemoveException() is true.java.lang.IllegalStateException - If isEmmRemoveException() is false.public boolean isExtendedVersionHistoryChangePolicy()
true if this instance has the tag EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY, false otherwise.public static EventType extendedVersionHistoryChangePolicy(ExtendedVersionHistoryChangePolicyType value)
EventType that has its tag set to EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY.
(team_policies) Accepted/opted out of extended version history
value - value to assign to this instance.EventType with its tag set to EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public ExtendedVersionHistoryChangePolicyType getExtendedVersionHistoryChangePolicyValue()
This instance must be tagged as EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY.
ExtendedVersionHistoryChangePolicyType value
associated with this instance if isExtendedVersionHistoryChangePolicy() is true.java.lang.IllegalStateException - If isExtendedVersionHistoryChangePolicy() is false.public boolean isFileCommentsChangePolicy()
true if this instance has the tag EventType.Tag.FILE_COMMENTS_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.FILE_COMMENTS_CHANGE_POLICY, false otherwise.public static EventType fileCommentsChangePolicy(FileCommentsChangePolicyType value)
EventType that has its tag set to EventType.Tag.FILE_COMMENTS_CHANGE_POLICY.
(team_policies) Enabled/disabled commenting on team files
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_COMMENTS_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public FileCommentsChangePolicyType getFileCommentsChangePolicyValue()
This instance must be tagged as EventType.Tag.FILE_COMMENTS_CHANGE_POLICY.
FileCommentsChangePolicyType value associated with
this instance if isFileCommentsChangePolicy() is true.java.lang.IllegalStateException - If isFileCommentsChangePolicy() is
false.public boolean isFileRequestsChangePolicy()
true if this instance has the tag EventType.Tag.FILE_REQUESTS_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.FILE_REQUESTS_CHANGE_POLICY, false otherwise.public static EventType fileRequestsChangePolicy(FileRequestsChangePolicyType value)
EventType that has its tag set to EventType.Tag.FILE_REQUESTS_CHANGE_POLICY.
(team_policies) Enabled/disabled file requests
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUESTS_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public FileRequestsChangePolicyType getFileRequestsChangePolicyValue()
This instance must be tagged as EventType.Tag.FILE_REQUESTS_CHANGE_POLICY.
FileRequestsChangePolicyType value associated with
this instance if isFileRequestsChangePolicy() is true.java.lang.IllegalStateException - If isFileRequestsChangePolicy() is
false.public boolean isFileRequestsEmailsEnabled()
true if this instance has the tag EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED, false otherwise.true if this instance is tagged as EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED, false otherwise.public static EventType fileRequestsEmailsEnabled(FileRequestsEmailsEnabledType value)
EventType that has its tag set to EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED.
(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED.java.lang.IllegalArgumentException - if value is null.public FileRequestsEmailsEnabledType getFileRequestsEmailsEnabledValue()
This instance must be tagged as EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED.
FileRequestsEmailsEnabledType value associated with
this instance if isFileRequestsEmailsEnabled() is true.java.lang.IllegalStateException - If isFileRequestsEmailsEnabled() is
false.public boolean isFileRequestsEmailsRestrictedToTeamOnly()
true if this instance has the tag EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY, false
otherwise.true if this instance is tagged as EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY, false
otherwise.public static EventType fileRequestsEmailsRestrictedToTeamOnly(FileRequestsEmailsRestrictedToTeamOnlyType value)
EventType that has its tag set to EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY.
(team_policies) Enabled file request emails for team (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY.java.lang.IllegalArgumentException - if value is null.public FileRequestsEmailsRestrictedToTeamOnlyType getFileRequestsEmailsRestrictedToTeamOnlyValue()
This instance must be tagged as EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY.
FileRequestsEmailsRestrictedToTeamOnlyType value
associated with this instance if isFileRequestsEmailsRestrictedToTeamOnly() is true.java.lang.IllegalStateException - If isFileRequestsEmailsRestrictedToTeamOnly() is false.public boolean isGoogleSsoChangePolicy()
true if this instance is tagged as EventType.Tag.GOOGLE_SSO_CHANGE_POLICY, false otherwise.public static EventType googleSsoChangePolicy(GoogleSsoChangePolicyType value)
EventType that has its tag set to EventType.Tag.GOOGLE_SSO_CHANGE_POLICY.
(team_policies) Enabled/disabled Google single sign-on for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GOOGLE_SSO_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public GoogleSsoChangePolicyType getGoogleSsoChangePolicyValue()
This instance must be tagged as EventType.Tag.GOOGLE_SSO_CHANGE_POLICY.
GoogleSsoChangePolicyType value associated with this
instance if isGoogleSsoChangePolicy() is true.java.lang.IllegalStateException - If isGoogleSsoChangePolicy() is
false.public boolean isGroupUserManagementChangePolicy()
true if this instance has the tag EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY, false otherwise.public static EventType groupUserManagementChangePolicy(GroupUserManagementChangePolicyType value)
EventType that has its tag set to EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY.
(team_policies) Changed who can create groups
value - value to assign to this instance.EventType with its tag set to EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public GroupUserManagementChangePolicyType getGroupUserManagementChangePolicyValue()
This instance must be tagged as EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY.
GroupUserManagementChangePolicyType value associated
with this instance if isGroupUserManagementChangePolicy() is
true.java.lang.IllegalStateException - If isGroupUserManagementChangePolicy() is false.public boolean isMemberRequestsChangePolicy()
true if this instance has the tag EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY, false otherwise.public static EventType memberRequestsChangePolicy(MemberRequestsChangePolicyType value)
EventType that has its tag set to EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY.
(team_policies) Changed whether users can find team when not invited
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public MemberRequestsChangePolicyType getMemberRequestsChangePolicyValue()
This instance must be tagged as EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY.
MemberRequestsChangePolicyType value associated with
this instance if isMemberRequestsChangePolicy() is true.java.lang.IllegalStateException - If isMemberRequestsChangePolicy()
is false.public boolean isMemberSpaceLimitsAddException()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION, false otherwise.public static EventType memberSpaceLimitsAddException(MemberSpaceLimitsAddExceptionType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION.
(team_policies) Added members to member space limit exception list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsAddExceptionType getMemberSpaceLimitsAddExceptionValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION.
MemberSpaceLimitsAddExceptionType value associated
with this instance if isMemberSpaceLimitsAddException() is
true.java.lang.IllegalStateException - If isMemberSpaceLimitsAddException() is false.public boolean isMemberSpaceLimitsChangeCapsTypePolicy()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY, false
otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY, false
otherwise.public static EventType memberSpaceLimitsChangeCapsTypePolicy(MemberSpaceLimitsChangeCapsTypePolicyType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY.
(team_policies) Changed member space limit type for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsChangeCapsTypePolicyType getMemberSpaceLimitsChangeCapsTypePolicyValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY.
MemberSpaceLimitsChangeCapsTypePolicyType value
associated with this instance if isMemberSpaceLimitsChangeCapsTypePolicy() is true.java.lang.IllegalStateException - If isMemberSpaceLimitsChangeCapsTypePolicy() is false.public boolean isMemberSpaceLimitsChangePolicy()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY, false otherwise.public static EventType memberSpaceLimitsChangePolicy(MemberSpaceLimitsChangePolicyType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY.
(team_policies) Changed team default member space limit
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsChangePolicyType getMemberSpaceLimitsChangePolicyValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY.
MemberSpaceLimitsChangePolicyType value associated
with this instance if isMemberSpaceLimitsChangePolicy() is
true.java.lang.IllegalStateException - If isMemberSpaceLimitsChangePolicy() is false.public boolean isMemberSpaceLimitsRemoveException()
true if this instance has the tag EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION, false otherwise.public static EventType memberSpaceLimitsRemoveException(MemberSpaceLimitsRemoveExceptionType value)
EventType that has its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION.
(team_policies) Removed members from member space limit exception list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION.java.lang.IllegalArgumentException - if value is null.public MemberSpaceLimitsRemoveExceptionType getMemberSpaceLimitsRemoveExceptionValue()
This instance must be tagged as EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION.
MemberSpaceLimitsRemoveExceptionType value associated
with this instance if isMemberSpaceLimitsRemoveException() is
true.java.lang.IllegalStateException - If isMemberSpaceLimitsRemoveException() is false.public boolean isMemberSuggestionsChangePolicy()
true if this instance has the tag EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY, false otherwise.public static EventType memberSuggestionsChangePolicy(MemberSuggestionsChangePolicyType value)
EventType that has its tag set to EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY.
(team_policies) Enabled/disabled option for team members to suggest people to add to team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public MemberSuggestionsChangePolicyType getMemberSuggestionsChangePolicyValue()
This instance must be tagged as EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY.
MemberSuggestionsChangePolicyType value associated
with this instance if isMemberSuggestionsChangePolicy() is
true.java.lang.IllegalStateException - If isMemberSuggestionsChangePolicy() is false.public boolean isMicrosoftOfficeAddinChangePolicy()
true if this instance has the tag EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY, false otherwise.public static EventType microsoftOfficeAddinChangePolicy(MicrosoftOfficeAddinChangePolicyType value)
EventType that has its tag set to EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY.
(team_policies) Enabled/disabled Microsoft Office add-in
value - value to assign to this instance.EventType with its tag set to EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public MicrosoftOfficeAddinChangePolicyType getMicrosoftOfficeAddinChangePolicyValue()
This instance must be tagged as EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY.
MicrosoftOfficeAddinChangePolicyType value associated
with this instance if isMicrosoftOfficeAddinChangePolicy() is
true.java.lang.IllegalStateException - If isMicrosoftOfficeAddinChangePolicy() is false.public boolean isNetworkControlChangePolicy()
true if this instance has the tag EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY, false otherwise.public static EventType networkControlChangePolicy(NetworkControlChangePolicyType value)
EventType that has its tag set to EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY.
(team_policies) Enabled/disabled network control
value - value to assign to this instance.EventType with its tag set to EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public NetworkControlChangePolicyType getNetworkControlChangePolicyValue()
This instance must be tagged as EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY.
NetworkControlChangePolicyType value associated with
this instance if isNetworkControlChangePolicy() is true.java.lang.IllegalStateException - If isNetworkControlChangePolicy()
is false.public boolean isPaperChangeDeploymentPolicy()
true if this instance has the tag EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY, false otherwise.public static EventType paperChangeDeploymentPolicy(PaperChangeDeploymentPolicyType value)
EventType that has its tag set to EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY.
(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY.java.lang.IllegalArgumentException - if value is null.public PaperChangeDeploymentPolicyType getPaperChangeDeploymentPolicyValue()
This instance must be tagged as EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY.
PaperChangeDeploymentPolicyType value associated with
this instance if isPaperChangeDeploymentPolicy() is true.java.lang.IllegalStateException - If isPaperChangeDeploymentPolicy()
is false.public boolean isPaperChangeMemberLinkPolicy()
true if this instance has the tag EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY, false otherwise.public static EventType paperChangeMemberLinkPolicy(PaperChangeMemberLinkPolicyType value)
EventType that has its tag set to EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY.
(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY.java.lang.IllegalArgumentException - if value is null.public PaperChangeMemberLinkPolicyType getPaperChangeMemberLinkPolicyValue()
This instance must be tagged as EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY.
PaperChangeMemberLinkPolicyType value associated with
this instance if isPaperChangeMemberLinkPolicy() is true.java.lang.IllegalStateException - If isPaperChangeMemberLinkPolicy()
is false.public boolean isPaperChangeMemberPolicy()
true if this instance has the tag EventType.Tag.PAPER_CHANGE_MEMBER_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_CHANGE_MEMBER_POLICY, false otherwise.public static EventType paperChangeMemberPolicy(PaperChangeMemberPolicyType value)
EventType that has its tag set to EventType.Tag.PAPER_CHANGE_MEMBER_POLICY.
(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CHANGE_MEMBER_POLICY.java.lang.IllegalArgumentException - if value is null.public PaperChangeMemberPolicyType getPaperChangeMemberPolicyValue()
This instance must be tagged as EventType.Tag.PAPER_CHANGE_MEMBER_POLICY.
PaperChangeMemberPolicyType value associated with
this instance if isPaperChangeMemberPolicy() is true.java.lang.IllegalStateException - If isPaperChangeMemberPolicy() is
false.public boolean isPaperChangePolicy()
true if this instance is tagged as EventType.Tag.PAPER_CHANGE_POLICY, false otherwise.public static EventType paperChangePolicy(PaperChangePolicyType value)
EventType that has its tag set to EventType.Tag.PAPER_CHANGE_POLICY.
(team_policies) Enabled/disabled Dropbox Paper for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public PaperChangePolicyType getPaperChangePolicyValue()
This instance must be tagged as EventType.Tag.PAPER_CHANGE_POLICY.
PaperChangePolicyType value associated with this
instance if isPaperChangePolicy() is true.java.lang.IllegalStateException - If isPaperChangePolicy() is false.public boolean isPaperEnabledUsersGroupAddition()
true if this instance has the tag EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION, false otherwise.public static EventType paperEnabledUsersGroupAddition(PaperEnabledUsersGroupAdditionType value)
EventType that has its tag set to EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION.
(team_policies) Added users to Paper-enabled users list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION.java.lang.IllegalArgumentException - if value is null.public PaperEnabledUsersGroupAdditionType getPaperEnabledUsersGroupAdditionValue()
This instance must be tagged as EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION.
PaperEnabledUsersGroupAdditionType value associated
with this instance if isPaperEnabledUsersGroupAddition() is
true.java.lang.IllegalStateException - If isPaperEnabledUsersGroupAddition() is false.public boolean isPaperEnabledUsersGroupRemoval()
true if this instance has the tag EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL, false otherwise.true if this instance is tagged as EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL, false otherwise.public static EventType paperEnabledUsersGroupRemoval(PaperEnabledUsersGroupRemovalType value)
EventType that has its tag set to EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL.
(team_policies) Removed users from Paper-enabled users list
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL.java.lang.IllegalArgumentException - if value is null.public PaperEnabledUsersGroupRemovalType getPaperEnabledUsersGroupRemovalValue()
This instance must be tagged as EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL.
PaperEnabledUsersGroupRemovalType value associated
with this instance if isPaperEnabledUsersGroupRemoval() is
true.java.lang.IllegalStateException - If isPaperEnabledUsersGroupRemoval() is false.public boolean isPermanentDeleteChangePolicy()
true if this instance has the tag EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY, false otherwise.public static EventType permanentDeleteChangePolicy(PermanentDeleteChangePolicyType value)
EventType that has its tag set to EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY.
(team_policies) Enabled/disabled ability of team members to permanently delete content
value - value to assign to this instance.EventType with its tag set to EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public PermanentDeleteChangePolicyType getPermanentDeleteChangePolicyValue()
This instance must be tagged as EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY.
PermanentDeleteChangePolicyType value associated with
this instance if isPermanentDeleteChangePolicy() is true.java.lang.IllegalStateException - If isPermanentDeleteChangePolicy()
is false.public boolean isSharingChangeFolderJoinPolicy()
true if this instance has the tag EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY, false otherwise.public static EventType sharingChangeFolderJoinPolicy(SharingChangeFolderJoinPolicyType value)
EventType that has its tag set to EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY.
(team_policies) Changed whether team members can join shared folders owned outside team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY.java.lang.IllegalArgumentException - if value is null.public SharingChangeFolderJoinPolicyType getSharingChangeFolderJoinPolicyValue()
This instance must be tagged as EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY.
SharingChangeFolderJoinPolicyType value associated
with this instance if isSharingChangeFolderJoinPolicy() is
true.java.lang.IllegalStateException - If isSharingChangeFolderJoinPolicy() is false.public boolean isSharingChangeLinkPolicy()
true if this instance has the tag EventType.Tag.SHARING_CHANGE_LINK_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARING_CHANGE_LINK_POLICY, false otherwise.public static EventType sharingChangeLinkPolicy(SharingChangeLinkPolicyType value)
EventType that has its tag set to EventType.Tag.SHARING_CHANGE_LINK_POLICY.
(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARING_CHANGE_LINK_POLICY.java.lang.IllegalArgumentException - if value is null.public SharingChangeLinkPolicyType getSharingChangeLinkPolicyValue()
This instance must be tagged as EventType.Tag.SHARING_CHANGE_LINK_POLICY.
SharingChangeLinkPolicyType value associated with
this instance if isSharingChangeLinkPolicy() is true.java.lang.IllegalStateException - If isSharingChangeLinkPolicy() is
false.public boolean isSharingChangeMemberPolicy()
true if this instance has the tag EventType.Tag.SHARING_CHANGE_MEMBER_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHARING_CHANGE_MEMBER_POLICY, false otherwise.public static EventType sharingChangeMemberPolicy(SharingChangeMemberPolicyType value)
EventType that has its tag set to EventType.Tag.SHARING_CHANGE_MEMBER_POLICY.
(team_policies) Changed whether members can share files/folders outside team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHARING_CHANGE_MEMBER_POLICY.java.lang.IllegalArgumentException - if value is null.public SharingChangeMemberPolicyType getSharingChangeMemberPolicyValue()
This instance must be tagged as EventType.Tag.SHARING_CHANGE_MEMBER_POLICY.
SharingChangeMemberPolicyType value associated with
this instance if isSharingChangeMemberPolicy() is true.java.lang.IllegalStateException - If isSharingChangeMemberPolicy() is
false.public boolean isShowcaseChangeDownloadPolicy()
true if this instance has the tag EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY, false otherwise.public static EventType showcaseChangeDownloadPolicy(ShowcaseChangeDownloadPolicyType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY.
(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY.java.lang.IllegalArgumentException - if value is null.public ShowcaseChangeDownloadPolicyType getShowcaseChangeDownloadPolicyValue()
This instance must be tagged as EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY.
ShowcaseChangeDownloadPolicyType value associated
with this instance if isShowcaseChangeDownloadPolicy() is
true.java.lang.IllegalStateException - If isShowcaseChangeDownloadPolicy()
is false.public boolean isShowcaseChangeEnabledPolicy()
true if this instance has the tag EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY, false otherwise.public static EventType showcaseChangeEnabledPolicy(ShowcaseChangeEnabledPolicyType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY.
(team_policies) Enabled/disabled Dropbox Showcase for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY.java.lang.IllegalArgumentException - if value is null.public ShowcaseChangeEnabledPolicyType getShowcaseChangeEnabledPolicyValue()
This instance must be tagged as EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY.
ShowcaseChangeEnabledPolicyType value associated with
this instance if isShowcaseChangeEnabledPolicy() is true.java.lang.IllegalStateException - If isShowcaseChangeEnabledPolicy()
is false.public boolean isShowcaseChangeExternalSharingPolicy()
true if this instance has the tag EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY, false
otherwise.public static EventType showcaseChangeExternalSharingPolicy(ShowcaseChangeExternalSharingPolicyType value)
EventType that has its tag set to EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY.
(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY.java.lang.IllegalArgumentException - if value is null.public ShowcaseChangeExternalSharingPolicyType getShowcaseChangeExternalSharingPolicyValue()
This instance must be tagged as EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY.
ShowcaseChangeExternalSharingPolicyType value
associated with this instance if isShowcaseChangeExternalSharingPolicy() is true.java.lang.IllegalStateException - If isShowcaseChangeExternalSharingPolicy() is false.public boolean isSmartSyncChangePolicy()
true if this instance is tagged as EventType.Tag.SMART_SYNC_CHANGE_POLICY, false otherwise.public static EventType smartSyncChangePolicy(SmartSyncChangePolicyType value)
EventType that has its tag set to EventType.Tag.SMART_SYNC_CHANGE_POLICY.
(team_policies) Changed default Smart Sync setting for team members
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SMART_SYNC_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public SmartSyncChangePolicyType getSmartSyncChangePolicyValue()
This instance must be tagged as EventType.Tag.SMART_SYNC_CHANGE_POLICY.
SmartSyncChangePolicyType value associated with this
instance if isSmartSyncChangePolicy() is true.java.lang.IllegalStateException - If isSmartSyncChangePolicy() is
false.public boolean isSmartSyncNotOptOut()
true if this instance is tagged as EventType.Tag.SMART_SYNC_NOT_OPT_OUT, false otherwise.public static EventType smartSyncNotOptOut(SmartSyncNotOptOutType value)
EventType that has its tag set to EventType.Tag.SMART_SYNC_NOT_OPT_OUT.
(team_policies) Opted team into Smart Sync
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SMART_SYNC_NOT_OPT_OUT.java.lang.IllegalArgumentException - if value is null.public SmartSyncNotOptOutType getSmartSyncNotOptOutValue()
This instance must be tagged as EventType.Tag.SMART_SYNC_NOT_OPT_OUT.
SmartSyncNotOptOutType value associated with this
instance if isSmartSyncNotOptOut() is true.java.lang.IllegalStateException - If isSmartSyncNotOptOut() is false.public boolean isSmartSyncOptOut()
true if this instance is tagged as EventType.Tag.SMART_SYNC_OPT_OUT, false otherwise.public static EventType smartSyncOptOut(SmartSyncOptOutType value)
EventType that has its tag set to EventType.Tag.SMART_SYNC_OPT_OUT.
(team_policies) Opted team out of Smart Sync
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SMART_SYNC_OPT_OUT.java.lang.IllegalArgumentException - if value is null.public SmartSyncOptOutType getSmartSyncOptOutValue()
This instance must be tagged as EventType.Tag.SMART_SYNC_OPT_OUT.
SmartSyncOptOutType value associated with this
instance if isSmartSyncOptOut() is true.java.lang.IllegalStateException - If isSmartSyncOptOut() is false.public boolean isSsoChangePolicy()
true if this instance is tagged as EventType.Tag.SSO_CHANGE_POLICY, false otherwise.public static EventType ssoChangePolicy(SsoChangePolicyType value)
EventType that has its tag set to EventType.Tag.SSO_CHANGE_POLICY.
(team_policies) Changed single sign-on setting for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.SSO_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public SsoChangePolicyType getSsoChangePolicyValue()
This instance must be tagged as EventType.Tag.SSO_CHANGE_POLICY.
SsoChangePolicyType value associated with this
instance if isSsoChangePolicy() is true.java.lang.IllegalStateException - If isSsoChangePolicy() is false.public boolean isTfaChangePolicy()
true if this instance is tagged as EventType.Tag.TFA_CHANGE_POLICY, false otherwise.public static EventType tfaChangePolicy(TfaChangePolicyType value)
EventType that has its tag set to EventType.Tag.TFA_CHANGE_POLICY.
(team_policies) Changed two-step verification setting for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public TfaChangePolicyType getTfaChangePolicyValue()
This instance must be tagged as EventType.Tag.TFA_CHANGE_POLICY.
TfaChangePolicyType value associated with this
instance if isTfaChangePolicy() is true.java.lang.IllegalStateException - If isTfaChangePolicy() is false.public boolean isTwoAccountChangePolicy()
true if this instance is tagged as EventType.Tag.TWO_ACCOUNT_CHANGE_POLICY, false otherwise.public static EventType twoAccountChangePolicy(TwoAccountChangePolicyType value)
EventType that has its tag set to EventType.Tag.TWO_ACCOUNT_CHANGE_POLICY.
(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TWO_ACCOUNT_CHANGE_POLICY.java.lang.IllegalArgumentException - if value is null.public TwoAccountChangePolicyType getTwoAccountChangePolicyValue()
This instance must be tagged as EventType.Tag.TWO_ACCOUNT_CHANGE_POLICY.
TwoAccountChangePolicyType value associated with this
instance if isTwoAccountChangePolicy() is true.java.lang.IllegalStateException - If isTwoAccountChangePolicy() is
false.public boolean isWebSessionsChangeFixedLengthPolicy()
true if this instance has the tag EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY, false
otherwise.public static EventType webSessionsChangeFixedLengthPolicy(WebSessionsChangeFixedLengthPolicyType value)
EventType that has its tag set to EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY.
(team_policies) Changed how long members can stay signed in to Dropbox.com
value - value to assign to this instance.EventType with its tag set to EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY.java.lang.IllegalArgumentException - if value is null.public WebSessionsChangeFixedLengthPolicyType getWebSessionsChangeFixedLengthPolicyValue()
This instance must be tagged as EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY.
WebSessionsChangeFixedLengthPolicyType value
associated with this instance if isWebSessionsChangeFixedLengthPolicy() is true.java.lang.IllegalStateException - If isWebSessionsChangeFixedLengthPolicy() is false.public boolean isWebSessionsChangeIdleLengthPolicy()
true if this instance has the tag EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY, false otherwise.true if this instance is tagged as EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY, false otherwise.public static EventType webSessionsChangeIdleLengthPolicy(WebSessionsChangeIdleLengthPolicyType value)
EventType that has its tag set to EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY.
(team_policies) Changed how long team members can be idle while signed in to Dropbox.com
value - value to assign to this instance.EventType with its tag set to EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY.java.lang.IllegalArgumentException - if value is null.public WebSessionsChangeIdleLengthPolicyType getWebSessionsChangeIdleLengthPolicyValue()
This instance must be tagged as EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY.
WebSessionsChangeIdleLengthPolicyType value
associated with this instance if isWebSessionsChangeIdleLengthPolicy() is true.java.lang.IllegalStateException - If isWebSessionsChangeIdleLengthPolicy() is false.public boolean isTeamMergeFrom()
true if this instance is tagged as EventType.Tag.TEAM_MERGE_FROM, false otherwise.public static EventType teamMergeFrom(TeamMergeFromType value)
EventType that has its tag set to EventType.Tag.TEAM_MERGE_FROM.
(team_profile) Merged another team into this team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_MERGE_FROM.java.lang.IllegalArgumentException - if value is null.public TeamMergeFromType getTeamMergeFromValue()
This instance must be tagged as EventType.Tag.TEAM_MERGE_FROM.
TeamMergeFromType value associated with this instance
if isTeamMergeFrom() is true.java.lang.IllegalStateException - If isTeamMergeFrom() is false.public boolean isTeamMergeTo()
true if this instance is tagged as EventType.Tag.TEAM_MERGE_TO, false otherwise.public static EventType teamMergeTo(TeamMergeToType value)
EventType that has its tag set to EventType.Tag.TEAM_MERGE_TO.
(team_profile) Merged this team into another team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_MERGE_TO.java.lang.IllegalArgumentException - if value is null.public TeamMergeToType getTeamMergeToValue()
This instance must be tagged as EventType.Tag.TEAM_MERGE_TO.
TeamMergeToType value associated with this instance
if isTeamMergeTo() is true.java.lang.IllegalStateException - If isTeamMergeTo() is false.public boolean isTeamProfileAddLogo()
true if this instance is tagged as EventType.Tag.TEAM_PROFILE_ADD_LOGO, false otherwise.public static EventType teamProfileAddLogo(TeamProfileAddLogoType value)
EventType that has its tag set to EventType.Tag.TEAM_PROFILE_ADD_LOGO.
(team_profile) Added team logo to display on shared link headers
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_PROFILE_ADD_LOGO.java.lang.IllegalArgumentException - if value is null.public TeamProfileAddLogoType getTeamProfileAddLogoValue()
This instance must be tagged as EventType.Tag.TEAM_PROFILE_ADD_LOGO.
TeamProfileAddLogoType value associated with this
instance if isTeamProfileAddLogo() is true.java.lang.IllegalStateException - If isTeamProfileAddLogo() is false.public boolean isTeamProfileChangeDefaultLanguage()
true if this instance has the tag EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE, false otherwise.true if this instance is tagged as EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE, false otherwise.public static EventType teamProfileChangeDefaultLanguage(TeamProfileChangeDefaultLanguageType value)
EventType that has its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE.
(team_profile) Changed default language for team
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE.java.lang.IllegalArgumentException - if value is null.public TeamProfileChangeDefaultLanguageType getTeamProfileChangeDefaultLanguageValue()
This instance must be tagged as EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE.
TeamProfileChangeDefaultLanguageType value associated
with this instance if isTeamProfileChangeDefaultLanguage() is
true.java.lang.IllegalStateException - If isTeamProfileChangeDefaultLanguage() is false.public boolean isTeamProfileChangeLogo()
true if this instance is tagged as EventType.Tag.TEAM_PROFILE_CHANGE_LOGO, false otherwise.public static EventType teamProfileChangeLogo(TeamProfileChangeLogoType value)
EventType that has its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_LOGO.
(team_profile) Changed team logo displayed on shared link headers
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_LOGO.java.lang.IllegalArgumentException - if value is null.public TeamProfileChangeLogoType getTeamProfileChangeLogoValue()
This instance must be tagged as EventType.Tag.TEAM_PROFILE_CHANGE_LOGO.
TeamProfileChangeLogoType value associated with this
instance if isTeamProfileChangeLogo() is true.java.lang.IllegalStateException - If isTeamProfileChangeLogo() is
false.public boolean isTeamProfileChangeName()
true if this instance is tagged as EventType.Tag.TEAM_PROFILE_CHANGE_NAME, false otherwise.public static EventType teamProfileChangeName(TeamProfileChangeNameType value)
EventType that has its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_NAME.
(team_profile) Changed team name
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_PROFILE_CHANGE_NAME.java.lang.IllegalArgumentException - if value is null.public TeamProfileChangeNameType getTeamProfileChangeNameValue()
This instance must be tagged as EventType.Tag.TEAM_PROFILE_CHANGE_NAME.
TeamProfileChangeNameType value associated with this
instance if isTeamProfileChangeName() is true.java.lang.IllegalStateException - If isTeamProfileChangeName() is
false.public boolean isTeamProfileRemoveLogo()
true if this instance is tagged as EventType.Tag.TEAM_PROFILE_REMOVE_LOGO, false otherwise.public static EventType teamProfileRemoveLogo(TeamProfileRemoveLogoType value)
EventType that has its tag set to EventType.Tag.TEAM_PROFILE_REMOVE_LOGO.
(team_profile) Removed team logo displayed on shared link headers
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TEAM_PROFILE_REMOVE_LOGO.java.lang.IllegalArgumentException - if value is null.public TeamProfileRemoveLogoType getTeamProfileRemoveLogoValue()
This instance must be tagged as EventType.Tag.TEAM_PROFILE_REMOVE_LOGO.
TeamProfileRemoveLogoType value associated with this
instance if isTeamProfileRemoveLogo() is true.java.lang.IllegalStateException - If isTeamProfileRemoveLogo() is
false.public boolean isTfaAddBackupPhone()
true if this instance is tagged as EventType.Tag.TFA_ADD_BACKUP_PHONE, false otherwise.public static EventType tfaAddBackupPhone(TfaAddBackupPhoneType value)
EventType that has its tag set to EventType.Tag.TFA_ADD_BACKUP_PHONE.
(tfa) Added backup phone for two-step verification
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_ADD_BACKUP_PHONE.java.lang.IllegalArgumentException - if value is null.public TfaAddBackupPhoneType getTfaAddBackupPhoneValue()
This instance must be tagged as EventType.Tag.TFA_ADD_BACKUP_PHONE.
TfaAddBackupPhoneType value associated with this
instance if isTfaAddBackupPhone() is true.java.lang.IllegalStateException - If isTfaAddBackupPhone() is false.public boolean isTfaAddSecurityKey()
true if this instance is tagged as EventType.Tag.TFA_ADD_SECURITY_KEY, false otherwise.public static EventType tfaAddSecurityKey(TfaAddSecurityKeyType value)
EventType that has its tag set to EventType.Tag.TFA_ADD_SECURITY_KEY.
(tfa) Added security key for two-step verification
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_ADD_SECURITY_KEY.java.lang.IllegalArgumentException - if value is null.public TfaAddSecurityKeyType getTfaAddSecurityKeyValue()
This instance must be tagged as EventType.Tag.TFA_ADD_SECURITY_KEY.
TfaAddSecurityKeyType value associated with this
instance if isTfaAddSecurityKey() is true.java.lang.IllegalStateException - If isTfaAddSecurityKey() is false.public boolean isTfaChangeBackupPhone()
true if this instance is tagged as EventType.Tag.TFA_CHANGE_BACKUP_PHONE, false otherwise.public static EventType tfaChangeBackupPhone(TfaChangeBackupPhoneType value)
EventType that has its tag set to EventType.Tag.TFA_CHANGE_BACKUP_PHONE.
(tfa) Changed backup phone for two-step verification
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_CHANGE_BACKUP_PHONE.java.lang.IllegalArgumentException - if value is null.public TfaChangeBackupPhoneType getTfaChangeBackupPhoneValue()
This instance must be tagged as EventType.Tag.TFA_CHANGE_BACKUP_PHONE.
TfaChangeBackupPhoneType value associated with this
instance if isTfaChangeBackupPhone() is true.java.lang.IllegalStateException - If isTfaChangeBackupPhone() is
false.public boolean isTfaChangeStatus()
true if this instance is tagged as EventType.Tag.TFA_CHANGE_STATUS, false otherwise.public static EventType tfaChangeStatus(TfaChangeStatusType value)
EventType that has its tag set to EventType.Tag.TFA_CHANGE_STATUS.
(tfa) Enabled/disabled/changed two-step verification setting
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_CHANGE_STATUS.java.lang.IllegalArgumentException - if value is null.public TfaChangeStatusType getTfaChangeStatusValue()
This instance must be tagged as EventType.Tag.TFA_CHANGE_STATUS.
TfaChangeStatusType value associated with this
instance if isTfaChangeStatus() is true.java.lang.IllegalStateException - If isTfaChangeStatus() is false.public boolean isTfaRemoveBackupPhone()
true if this instance is tagged as EventType.Tag.TFA_REMOVE_BACKUP_PHONE, false otherwise.public static EventType tfaRemoveBackupPhone(TfaRemoveBackupPhoneType value)
EventType that has its tag set to EventType.Tag.TFA_REMOVE_BACKUP_PHONE.
(tfa) Removed backup phone for two-step verification
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_REMOVE_BACKUP_PHONE.java.lang.IllegalArgumentException - if value is null.public TfaRemoveBackupPhoneType getTfaRemoveBackupPhoneValue()
This instance must be tagged as EventType.Tag.TFA_REMOVE_BACKUP_PHONE.
TfaRemoveBackupPhoneType value associated with this
instance if isTfaRemoveBackupPhone() is true.java.lang.IllegalStateException - If isTfaRemoveBackupPhone() is
false.public boolean isTfaRemoveSecurityKey()
true if this instance is tagged as EventType.Tag.TFA_REMOVE_SECURITY_KEY, false otherwise.public static EventType tfaRemoveSecurityKey(TfaRemoveSecurityKeyType value)
EventType that has its tag set to EventType.Tag.TFA_REMOVE_SECURITY_KEY.
(tfa) Removed security key for two-step verification
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_REMOVE_SECURITY_KEY.java.lang.IllegalArgumentException - if value is null.public TfaRemoveSecurityKeyType getTfaRemoveSecurityKeyValue()
This instance must be tagged as EventType.Tag.TFA_REMOVE_SECURITY_KEY.
TfaRemoveSecurityKeyType value associated with this
instance if isTfaRemoveSecurityKey() is true.java.lang.IllegalStateException - If isTfaRemoveSecurityKey() is
false.public boolean isTfaReset()
true if this instance is tagged as EventType.Tag.TFA_RESET,
false otherwise.public static EventType tfaReset(TfaResetType value)
EventType that has its tag set to EventType.Tag.TFA_RESET.
(tfa) Reset two-step verification for team member
value - value to assign to this instance.EventType with its tag set to EventType.Tag.TFA_RESET.java.lang.IllegalArgumentException - if value is null.public TfaResetType getTfaResetValue()
This instance must be tagged as EventType.Tag.TFA_RESET.
TfaResetType value associated with this instance if
isTfaReset() is true.java.lang.IllegalStateException - If isTfaReset() is false.public boolean isOther()
true if this instance is tagged as EventType.Tag.OTHER,
false otherwise.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringMultiline()
The returned String may contain newlines.