Class EventType
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.EventType
-
public final class EventType extends java.lang.ObjectThe type of the event with description.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 returntrue. You can usetag()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
OTHERvalue will be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventType.TagDiscriminating tag type forEventType.
-
Method Summary
-
-
-
Field Detail
-
OTHER
public static final EventType OTHER
Catch-all used for unknown tag values returned by the Dropbox servers.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.
-
-
Method Detail
-
tag
public EventType.Tag tag()
Returns the tag for this instance.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 returntrue. Callers are recommended to use the tag value in aswitchstatement to properly handle the different values for thisEventType.If a tag returned by the server is unrecognized by this SDK, the
EventType.Tag.OTHERvalue will be used.- Returns:
- the tag for this instance.
-
isAdminAlertingAlertStateChanged
public boolean isAdminAlertingAlertStateChanged()
Returnstrueif this instance has the tagEventType.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED,falseotherwise.
-
adminAlertingAlertStateChanged
public static EventType adminAlertingAlertStateChanged(AdminAlertingAlertStateChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED.(admin_alerting) Changed an alert state
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingAlertStateChangedValue
public AdminAlertingAlertStateChangedType getAdminAlertingAlertStateChangedValue()
(admin_alerting) Changed an alert stateThis instance must be tagged as
EventType.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED.- Returns:
- The
AdminAlertingAlertStateChangedTypevalue associated with this instance ifisAdminAlertingAlertStateChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingAlertStateChanged()isfalse.
-
isAdminAlertingChangedAlertConfig
public boolean isAdminAlertingChangedAlertConfig()
Returnstrueif this instance has the tagEventType.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG,falseotherwise.
-
adminAlertingChangedAlertConfig
public static EventType adminAlertingChangedAlertConfig(AdminAlertingChangedAlertConfigType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG.(admin_alerting) Changed an alert setting
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingChangedAlertConfigValue
public AdminAlertingChangedAlertConfigType getAdminAlertingChangedAlertConfigValue()
(admin_alerting) Changed an alert settingThis instance must be tagged as
EventType.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG.- Returns:
- The
AdminAlertingChangedAlertConfigTypevalue associated with this instance ifisAdminAlertingChangedAlertConfig()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingChangedAlertConfig()isfalse.
-
isAdminAlertingTriggeredAlert
public boolean isAdminAlertingTriggeredAlert()
Returnstrueif this instance has the tagEventType.Tag.ADMIN_ALERTING_TRIGGERED_ALERT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ADMIN_ALERTING_TRIGGERED_ALERT,falseotherwise.
-
adminAlertingTriggeredAlert
public static EventType adminAlertingTriggeredAlert(AdminAlertingTriggeredAlertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ADMIN_ALERTING_TRIGGERED_ALERT.(admin_alerting) Triggered security alert
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ADMIN_ALERTING_TRIGGERED_ALERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingTriggeredAlertValue
public AdminAlertingTriggeredAlertType getAdminAlertingTriggeredAlertValue()
(admin_alerting) Triggered security alertThis instance must be tagged as
EventType.Tag.ADMIN_ALERTING_TRIGGERED_ALERT.- Returns:
- The
AdminAlertingTriggeredAlertTypevalue associated with this instance ifisAdminAlertingTriggeredAlert()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingTriggeredAlert()isfalse.
-
isRansomwareRestoreProcessCompleted
public boolean isRansomwareRestoreProcessCompleted()
Returnstrueif this instance has the tagEventType.Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED,falseotherwise.
-
ransomwareRestoreProcessCompleted
public static EventType ransomwareRestoreProcessCompleted(RansomwareRestoreProcessCompletedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED.(admin_alerting) Completed ransomware restore process
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRansomwareRestoreProcessCompletedValue
public RansomwareRestoreProcessCompletedType getRansomwareRestoreProcessCompletedValue()
(admin_alerting) Completed ransomware restore processThis instance must be tagged as
EventType.Tag.RANSOMWARE_RESTORE_PROCESS_COMPLETED.- Returns:
- The
RansomwareRestoreProcessCompletedTypevalue associated with this instance ifisRansomwareRestoreProcessCompleted()istrue. - Throws:
java.lang.IllegalStateException- IfisRansomwareRestoreProcessCompleted()isfalse.
-
isRansomwareRestoreProcessStarted
public boolean isRansomwareRestoreProcessStarted()
Returnstrueif this instance has the tagEventType.Tag.RANSOMWARE_RESTORE_PROCESS_STARTED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RANSOMWARE_RESTORE_PROCESS_STARTED,falseotherwise.
-
ransomwareRestoreProcessStarted
public static EventType ransomwareRestoreProcessStarted(RansomwareRestoreProcessStartedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RANSOMWARE_RESTORE_PROCESS_STARTED.(admin_alerting) Started ransomware restore process
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RANSOMWARE_RESTORE_PROCESS_STARTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRansomwareRestoreProcessStartedValue
public RansomwareRestoreProcessStartedType getRansomwareRestoreProcessStartedValue()
(admin_alerting) Started ransomware restore processThis instance must be tagged as
EventType.Tag.RANSOMWARE_RESTORE_PROCESS_STARTED.- Returns:
- The
RansomwareRestoreProcessStartedTypevalue associated with this instance ifisRansomwareRestoreProcessStarted()istrue. - Throws:
java.lang.IllegalStateException- IfisRansomwareRestoreProcessStarted()isfalse.
-
isAppBlockedByPermissions
public boolean isAppBlockedByPermissions()
Returnstrueif this instance has the tagEventType.Tag.APP_BLOCKED_BY_PERMISSIONS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.APP_BLOCKED_BY_PERMISSIONS,falseotherwise.
-
appBlockedByPermissions
public static EventType appBlockedByPermissions(AppBlockedByPermissionsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_BLOCKED_BY_PERMISSIONS.(apps) Failed to connect app for member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_BLOCKED_BY_PERMISSIONS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppBlockedByPermissionsValue
public AppBlockedByPermissionsType getAppBlockedByPermissionsValue()
(apps) Failed to connect app for memberThis instance must be tagged as
EventType.Tag.APP_BLOCKED_BY_PERMISSIONS.- Returns:
- The
AppBlockedByPermissionsTypevalue associated with this instance ifisAppBlockedByPermissions()istrue. - Throws:
java.lang.IllegalStateException- IfisAppBlockedByPermissions()isfalse.
-
isAppLinkTeam
public boolean isAppLinkTeam()
- Returns:
trueif this instance is tagged asEventType.Tag.APP_LINK_TEAM,falseotherwise.
-
appLinkTeam
public static EventType appLinkTeam(AppLinkTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_LINK_TEAM.(apps) Linked app for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_LINK_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppLinkTeamValue
public AppLinkTeamType getAppLinkTeamValue()
(apps) Linked app for teamThis instance must be tagged as
EventType.Tag.APP_LINK_TEAM.- Returns:
- The
AppLinkTeamTypevalue associated with this instance ifisAppLinkTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisAppLinkTeam()isfalse.
-
isAppLinkUser
public boolean isAppLinkUser()
- Returns:
trueif this instance is tagged asEventType.Tag.APP_LINK_USER,falseotherwise.
-
appLinkUser
public static EventType appLinkUser(AppLinkUserType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_LINK_USER.(apps) Linked app for member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_LINK_USER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppLinkUserValue
public AppLinkUserType getAppLinkUserValue()
(apps) Linked app for memberThis instance must be tagged as
EventType.Tag.APP_LINK_USER.- Returns:
- The
AppLinkUserTypevalue associated with this instance ifisAppLinkUser()istrue. - Throws:
java.lang.IllegalStateException- IfisAppLinkUser()isfalse.
-
isAppUnlinkTeam
public boolean isAppUnlinkTeam()
- Returns:
trueif this instance is tagged asEventType.Tag.APP_UNLINK_TEAM,falseotherwise.
-
appUnlinkTeam
public static EventType appUnlinkTeam(AppUnlinkTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_UNLINK_TEAM.(apps) Unlinked app for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_UNLINK_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppUnlinkTeamValue
public AppUnlinkTeamType getAppUnlinkTeamValue()
(apps) Unlinked app for teamThis instance must be tagged as
EventType.Tag.APP_UNLINK_TEAM.- Returns:
- The
AppUnlinkTeamTypevalue associated with this instance ifisAppUnlinkTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisAppUnlinkTeam()isfalse.
-
isAppUnlinkUser
public boolean isAppUnlinkUser()
- Returns:
trueif this instance is tagged asEventType.Tag.APP_UNLINK_USER,falseotherwise.
-
appUnlinkUser
public static EventType appUnlinkUser(AppUnlinkUserType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_UNLINK_USER.(apps) Unlinked app for member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_UNLINK_USER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppUnlinkUserValue
public AppUnlinkUserType getAppUnlinkUserValue()
(apps) Unlinked app for memberThis instance must be tagged as
EventType.Tag.APP_UNLINK_USER.- Returns:
- The
AppUnlinkUserTypevalue associated with this instance ifisAppUnlinkUser()istrue. - Throws:
java.lang.IllegalStateException- IfisAppUnlinkUser()isfalse.
-
isIntegrationConnected
public boolean isIntegrationConnected()
- Returns:
trueif this instance is tagged asEventType.Tag.INTEGRATION_CONNECTED,falseotherwise.
-
integrationConnected
public static EventType integrationConnected(IntegrationConnectedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.INTEGRATION_CONNECTED.(apps) Connected integration for member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.INTEGRATION_CONNECTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationConnectedValue
public IntegrationConnectedType getIntegrationConnectedValue()
(apps) Connected integration for memberThis instance must be tagged as
EventType.Tag.INTEGRATION_CONNECTED.- Returns:
- The
IntegrationConnectedTypevalue associated with this instance ifisIntegrationConnected()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationConnected()isfalse.
-
isIntegrationDisconnected
public boolean isIntegrationDisconnected()
- Returns:
trueif this instance is tagged asEventType.Tag.INTEGRATION_DISCONNECTED,falseotherwise.
-
integrationDisconnected
public static EventType integrationDisconnected(IntegrationDisconnectedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.INTEGRATION_DISCONNECTED.(apps) Disconnected integration for member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.INTEGRATION_DISCONNECTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationDisconnectedValue
public IntegrationDisconnectedType getIntegrationDisconnectedValue()
(apps) Disconnected integration for memberThis instance must be tagged as
EventType.Tag.INTEGRATION_DISCONNECTED.- Returns:
- The
IntegrationDisconnectedTypevalue associated with this instance ifisIntegrationDisconnected()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationDisconnected()isfalse.
-
isFileAddComment
public boolean isFileAddComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_ADD_COMMENT,falseotherwise.
-
fileAddComment
public static EventType fileAddComment(FileAddCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_ADD_COMMENT.(comments) Added file comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_ADD_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileAddCommentValue
public FileAddCommentType getFileAddCommentValue()
(comments) Added file commentThis instance must be tagged as
EventType.Tag.FILE_ADD_COMMENT.- Returns:
- The
FileAddCommentTypevalue associated with this instance ifisFileAddComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileAddComment()isfalse.
-
isFileChangeCommentSubscription
public boolean isFileChangeCommentSubscription()
Returnstrueif this instance has the tagEventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION,falseotherwise.
-
fileChangeCommentSubscription
public static EventType fileChangeCommentSubscription(FileChangeCommentSubscriptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION.(comments) Subscribed to or unsubscribed from comment notifications for file
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileChangeCommentSubscriptionValue
public FileChangeCommentSubscriptionType getFileChangeCommentSubscriptionValue()
(comments) Subscribed to or unsubscribed from comment notifications for fileThis instance must be tagged as
EventType.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION.- Returns:
- The
FileChangeCommentSubscriptionTypevalue associated with this instance ifisFileChangeCommentSubscription()istrue. - Throws:
java.lang.IllegalStateException- IfisFileChangeCommentSubscription()isfalse.
-
isFileDeleteComment
public boolean isFileDeleteComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_DELETE_COMMENT,falseotherwise.
-
fileDeleteComment
public static EventType fileDeleteComment(FileDeleteCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_DELETE_COMMENT.(comments) Deleted file comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_DELETE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDeleteCommentValue
public FileDeleteCommentType getFileDeleteCommentValue()
(comments) Deleted file commentThis instance must be tagged as
EventType.Tag.FILE_DELETE_COMMENT.- Returns:
- The
FileDeleteCommentTypevalue associated with this instance ifisFileDeleteComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDeleteComment()isfalse.
-
isFileEditComment
public boolean isFileEditComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_EDIT_COMMENT,falseotherwise.
-
fileEditComment
public static EventType fileEditComment(FileEditCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_EDIT_COMMENT.(comments) Edited file comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_EDIT_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileEditCommentValue
public FileEditCommentType getFileEditCommentValue()
(comments) Edited file commentThis instance must be tagged as
EventType.Tag.FILE_EDIT_COMMENT.- Returns:
- The
FileEditCommentTypevalue associated with this instance ifisFileEditComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileEditComment()isfalse.
-
isFileLikeComment
public boolean isFileLikeComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_LIKE_COMMENT,falseotherwise.
-
fileLikeComment
public static EventType fileLikeComment(FileLikeCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_LIKE_COMMENT.(comments) Liked file comment (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_LIKE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLikeCommentValue
public FileLikeCommentType getFileLikeCommentValue()
(comments) Liked file comment (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.FILE_LIKE_COMMENT.- Returns:
- The
FileLikeCommentTypevalue associated with this instance ifisFileLikeComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLikeComment()isfalse.
-
isFileResolveComment
public boolean isFileResolveComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_RESOLVE_COMMENT,falseotherwise.
-
fileResolveComment
public static EventType fileResolveComment(FileResolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_RESOLVE_COMMENT.(comments) Resolved file comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_RESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileResolveCommentValue
public FileResolveCommentType getFileResolveCommentValue()
(comments) Resolved file commentThis instance must be tagged as
EventType.Tag.FILE_RESOLVE_COMMENT.- Returns:
- The
FileResolveCommentTypevalue associated with this instance ifisFileResolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileResolveComment()isfalse.
-
isFileUnlikeComment
public boolean isFileUnlikeComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_UNLIKE_COMMENT,falseotherwise.
-
fileUnlikeComment
public static EventType fileUnlikeComment(FileUnlikeCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_UNLIKE_COMMENT.(comments) Unliked file comment (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_UNLIKE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileUnlikeCommentValue
public FileUnlikeCommentType getFileUnlikeCommentValue()
(comments) Unliked file comment (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.FILE_UNLIKE_COMMENT.- Returns:
- The
FileUnlikeCommentTypevalue associated with this instance ifisFileUnlikeComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileUnlikeComment()isfalse.
-
isFileUnresolveComment
public boolean isFileUnresolveComment()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_UNRESOLVE_COMMENT,falseotherwise.
-
fileUnresolveComment
public static EventType fileUnresolveComment(FileUnresolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_UNRESOLVE_COMMENT.(comments) Unresolved file comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_UNRESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileUnresolveCommentValue
public FileUnresolveCommentType getFileUnresolveCommentValue()
(comments) Unresolved file commentThis instance must be tagged as
EventType.Tag.FILE_UNRESOLVE_COMMENT.- Returns:
- The
FileUnresolveCommentTypevalue associated with this instance ifisFileUnresolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisFileUnresolveComment()isfalse.
-
isGovernancePolicyAddFolders
public boolean isGovernancePolicyAddFolders()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDERS,falseotherwise.
-
governancePolicyAddFolders
public static EventType governancePolicyAddFolders(GovernancePolicyAddFoldersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDERS.(data_governance) Added folders to policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyAddFoldersValue
public GovernancePolicyAddFoldersType getGovernancePolicyAddFoldersValue()
(data_governance) Added folders to policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_ADD_FOLDERS.- Returns:
- The
GovernancePolicyAddFoldersTypevalue associated with this instance ifisGovernancePolicyAddFolders()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyAddFolders()isfalse.
-
isGovernancePolicyAddFolderFailed
public boolean isGovernancePolicyAddFolderFailed()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED,falseotherwise.
-
governancePolicyAddFolderFailed
public static EventType governancePolicyAddFolderFailed(GovernancePolicyAddFolderFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED.(data_governance) Couldn't add a folder to a policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyAddFolderFailedValue
public GovernancePolicyAddFolderFailedType getGovernancePolicyAddFolderFailedValue()
(data_governance) Couldn't add a folder to a policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED.- Returns:
- The
GovernancePolicyAddFolderFailedTypevalue associated with this instance ifisGovernancePolicyAddFolderFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyAddFolderFailed()isfalse.
-
isGovernancePolicyContentDisposed
public boolean isGovernancePolicyContentDisposed()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED,falseotherwise.
-
governancePolicyContentDisposed
public static EventType governancePolicyContentDisposed(GovernancePolicyContentDisposedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED.(data_governance) Content disposed
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyContentDisposedValue
public GovernancePolicyContentDisposedType getGovernancePolicyContentDisposedValue()
(data_governance) Content disposedThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED.- Returns:
- The
GovernancePolicyContentDisposedTypevalue associated with this instance ifisGovernancePolicyContentDisposed()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyContentDisposed()isfalse.
-
isGovernancePolicyCreate
public boolean isGovernancePolicyCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_CREATE,falseotherwise.
-
governancePolicyCreate
public static EventType governancePolicyCreate(GovernancePolicyCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_CREATE.(data_governance) Activated a new policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyCreateValue
public GovernancePolicyCreateType getGovernancePolicyCreateValue()
(data_governance) Activated a new policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_CREATE.- Returns:
- The
GovernancePolicyCreateTypevalue associated with this instance ifisGovernancePolicyCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyCreate()isfalse.
-
isGovernancePolicyDelete
public boolean isGovernancePolicyDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_DELETE,falseotherwise.
-
governancePolicyDelete
public static EventType governancePolicyDelete(GovernancePolicyDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_DELETE.(data_governance) Deleted a policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyDeleteValue
public GovernancePolicyDeleteType getGovernancePolicyDeleteValue()
(data_governance) Deleted a policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_DELETE.- Returns:
- The
GovernancePolicyDeleteTypevalue associated with this instance ifisGovernancePolicyDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyDelete()isfalse.
-
isGovernancePolicyEditDetails
public boolean isGovernancePolicyEditDetails()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_EDIT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_EDIT_DETAILS,falseotherwise.
-
governancePolicyEditDetails
public static EventType governancePolicyEditDetails(GovernancePolicyEditDetailsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_EDIT_DETAILS.(data_governance) Edited policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_EDIT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyEditDetailsValue
public GovernancePolicyEditDetailsType getGovernancePolicyEditDetailsValue()
(data_governance) Edited policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_EDIT_DETAILS.- Returns:
- The
GovernancePolicyEditDetailsTypevalue associated with this instance ifisGovernancePolicyEditDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyEditDetails()isfalse.
-
isGovernancePolicyEditDuration
public boolean isGovernancePolicyEditDuration()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_EDIT_DURATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_EDIT_DURATION,falseotherwise.
-
governancePolicyEditDuration
public static EventType governancePolicyEditDuration(GovernancePolicyEditDurationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_EDIT_DURATION.(data_governance) Changed policy duration
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_EDIT_DURATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyEditDurationValue
public GovernancePolicyEditDurationType getGovernancePolicyEditDurationValue()
(data_governance) Changed policy durationThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_EDIT_DURATION.- Returns:
- The
GovernancePolicyEditDurationTypevalue associated with this instance ifisGovernancePolicyEditDuration()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyEditDuration()isfalse.
-
isGovernancePolicyExportCreated
public boolean isGovernancePolicyExportCreated()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_EXPORT_CREATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_EXPORT_CREATED,falseotherwise.
-
governancePolicyExportCreated
public static EventType governancePolicyExportCreated(GovernancePolicyExportCreatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_EXPORT_CREATED.(data_governance) Created a policy download
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_EXPORT_CREATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyExportCreatedValue
public GovernancePolicyExportCreatedType getGovernancePolicyExportCreatedValue()
(data_governance) Created a policy downloadThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_EXPORT_CREATED.- Returns:
- The
GovernancePolicyExportCreatedTypevalue associated with this instance ifisGovernancePolicyExportCreated()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyExportCreated()isfalse.
-
isGovernancePolicyExportRemoved
public boolean isGovernancePolicyExportRemoved()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED,falseotherwise.
-
governancePolicyExportRemoved
public static EventType governancePolicyExportRemoved(GovernancePolicyExportRemovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED.(data_governance) Removed a policy download
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyExportRemovedValue
public GovernancePolicyExportRemovedType getGovernancePolicyExportRemovedValue()
(data_governance) Removed a policy downloadThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED.- Returns:
- The
GovernancePolicyExportRemovedTypevalue associated with this instance ifisGovernancePolicyExportRemoved()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyExportRemoved()isfalse.
-
isGovernancePolicyRemoveFolders
public boolean isGovernancePolicyRemoveFolders()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS,falseotherwise.
-
governancePolicyRemoveFolders
public static EventType governancePolicyRemoveFolders(GovernancePolicyRemoveFoldersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS.(data_governance) Removed folders from policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyRemoveFoldersValue
public GovernancePolicyRemoveFoldersType getGovernancePolicyRemoveFoldersValue()
(data_governance) Removed folders from policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS.- Returns:
- The
GovernancePolicyRemoveFoldersTypevalue associated with this instance ifisGovernancePolicyRemoveFolders()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyRemoveFolders()isfalse.
-
isGovernancePolicyReportCreated
public boolean isGovernancePolicyReportCreated()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_REPORT_CREATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_REPORT_CREATED,falseotherwise.
-
governancePolicyReportCreated
public static EventType governancePolicyReportCreated(GovernancePolicyReportCreatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_REPORT_CREATED.(data_governance) Created a summary report for a policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_REPORT_CREATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyReportCreatedValue
public GovernancePolicyReportCreatedType getGovernancePolicyReportCreatedValue()
(data_governance) Created a summary report for a policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_REPORT_CREATED.- Returns:
- The
GovernancePolicyReportCreatedTypevalue associated with this instance ifisGovernancePolicyReportCreated()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyReportCreated()isfalse.
-
isGovernancePolicyZipPartDownloaded
public boolean isGovernancePolicyZipPartDownloaded()
Returnstrueif this instance has the tagEventType.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED,falseotherwise.
-
governancePolicyZipPartDownloaded
public static EventType governancePolicyZipPartDownloaded(GovernancePolicyZipPartDownloadedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED.(data_governance) Downloaded content from a policy
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyZipPartDownloadedValue
public GovernancePolicyZipPartDownloadedType getGovernancePolicyZipPartDownloadedValue()
(data_governance) Downloaded content from a policyThis instance must be tagged as
EventType.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED.- Returns:
- The
GovernancePolicyZipPartDownloadedTypevalue associated with this instance ifisGovernancePolicyZipPartDownloaded()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyZipPartDownloaded()isfalse.
-
isLegalHoldsActivateAHold
public boolean isLegalHoldsActivateAHold()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD,falseotherwise.
-
legalHoldsActivateAHold
public static EventType legalHoldsActivateAHold(LegalHoldsActivateAHoldType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD.(data_governance) Activated a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsActivateAHoldValue
public LegalHoldsActivateAHoldType getLegalHoldsActivateAHoldValue()
(data_governance) Activated a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD.- Returns:
- The
LegalHoldsActivateAHoldTypevalue associated with this instance ifisLegalHoldsActivateAHold()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsActivateAHold()isfalse.
-
isLegalHoldsAddMembers
public boolean isLegalHoldsAddMembers()
- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_ADD_MEMBERS,falseotherwise.
-
legalHoldsAddMembers
public static EventType legalHoldsAddMembers(LegalHoldsAddMembersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_ADD_MEMBERS.(data_governance) Added members to a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_ADD_MEMBERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsAddMembersValue
public LegalHoldsAddMembersType getLegalHoldsAddMembersValue()
(data_governance) Added members to a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_ADD_MEMBERS.- Returns:
- The
LegalHoldsAddMembersTypevalue associated with this instance ifisLegalHoldsAddMembers()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsAddMembers()isfalse.
-
isLegalHoldsChangeHoldDetails
public boolean isLegalHoldsChangeHoldDetails()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS,falseotherwise.
-
legalHoldsChangeHoldDetails
public static EventType legalHoldsChangeHoldDetails(LegalHoldsChangeHoldDetailsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS.(data_governance) Edited details for a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsChangeHoldDetailsValue
public LegalHoldsChangeHoldDetailsType getLegalHoldsChangeHoldDetailsValue()
(data_governance) Edited details for a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS.- Returns:
- The
LegalHoldsChangeHoldDetailsTypevalue associated with this instance ifisLegalHoldsChangeHoldDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsChangeHoldDetails()isfalse.
-
isLegalHoldsChangeHoldName
public boolean isLegalHoldsChangeHoldName()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME,falseotherwise.
-
legalHoldsChangeHoldName
public static EventType legalHoldsChangeHoldName(LegalHoldsChangeHoldNameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME.(data_governance) Renamed a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsChangeHoldNameValue
public LegalHoldsChangeHoldNameType getLegalHoldsChangeHoldNameValue()
(data_governance) Renamed a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME.- Returns:
- The
LegalHoldsChangeHoldNameTypevalue associated with this instance ifisLegalHoldsChangeHoldName()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsChangeHoldName()isfalse.
-
isLegalHoldsExportAHold
public boolean isLegalHoldsExportAHold()
- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_EXPORT_A_HOLD,falseotherwise.
-
legalHoldsExportAHold
public static EventType legalHoldsExportAHold(LegalHoldsExportAHoldType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_A_HOLD.(data_governance) Exported hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_A_HOLD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportAHoldValue
public LegalHoldsExportAHoldType getLegalHoldsExportAHoldValue()
(data_governance) Exported holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_EXPORT_A_HOLD.- Returns:
- The
LegalHoldsExportAHoldTypevalue associated with this instance ifisLegalHoldsExportAHold()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportAHold()isfalse.
-
isLegalHoldsExportCancelled
public boolean isLegalHoldsExportCancelled()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_EXPORT_CANCELLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_EXPORT_CANCELLED,falseotherwise.
-
legalHoldsExportCancelled
public static EventType legalHoldsExportCancelled(LegalHoldsExportCancelledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_CANCELLED.(data_governance) Canceled export for a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_CANCELLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportCancelledValue
public LegalHoldsExportCancelledType getLegalHoldsExportCancelledValue()
(data_governance) Canceled export for a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_EXPORT_CANCELLED.- Returns:
- The
LegalHoldsExportCancelledTypevalue associated with this instance ifisLegalHoldsExportCancelled()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportCancelled()isfalse.
-
isLegalHoldsExportDownloaded
public boolean isLegalHoldsExportDownloaded()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED,falseotherwise.
-
legalHoldsExportDownloaded
public static EventType legalHoldsExportDownloaded(LegalHoldsExportDownloadedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED.(data_governance) Downloaded export for a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportDownloadedValue
public LegalHoldsExportDownloadedType getLegalHoldsExportDownloadedValue()
(data_governance) Downloaded export for a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED.- Returns:
- The
LegalHoldsExportDownloadedTypevalue associated with this instance ifisLegalHoldsExportDownloaded()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportDownloaded()isfalse.
-
isLegalHoldsExportRemoved
public boolean isLegalHoldsExportRemoved()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_EXPORT_REMOVED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_EXPORT_REMOVED,falseotherwise.
-
legalHoldsExportRemoved
public static EventType legalHoldsExportRemoved(LegalHoldsExportRemovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_REMOVED.(data_governance) Removed export for a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_EXPORT_REMOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportRemovedValue
public LegalHoldsExportRemovedType getLegalHoldsExportRemovedValue()
(data_governance) Removed export for a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_EXPORT_REMOVED.- Returns:
- The
LegalHoldsExportRemovedTypevalue associated with this instance ifisLegalHoldsExportRemoved()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportRemoved()isfalse.
-
isLegalHoldsReleaseAHold
public boolean isLegalHoldsReleaseAHold()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_RELEASE_A_HOLD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_RELEASE_A_HOLD,falseotherwise.
-
legalHoldsReleaseAHold
public static EventType legalHoldsReleaseAHold(LegalHoldsReleaseAHoldType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_RELEASE_A_HOLD.(data_governance) Released a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_RELEASE_A_HOLD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsReleaseAHoldValue
public LegalHoldsReleaseAHoldType getLegalHoldsReleaseAHoldValue()
(data_governance) Released a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_RELEASE_A_HOLD.- Returns:
- The
LegalHoldsReleaseAHoldTypevalue associated with this instance ifisLegalHoldsReleaseAHold()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsReleaseAHold()isfalse.
-
isLegalHoldsRemoveMembers
public boolean isLegalHoldsRemoveMembers()
Returnstrueif this instance has the tagEventType.Tag.LEGAL_HOLDS_REMOVE_MEMBERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_REMOVE_MEMBERS,falseotherwise.
-
legalHoldsRemoveMembers
public static EventType legalHoldsRemoveMembers(LegalHoldsRemoveMembersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_REMOVE_MEMBERS.(data_governance) Removed members from a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_REMOVE_MEMBERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsRemoveMembersValue
public LegalHoldsRemoveMembersType getLegalHoldsRemoveMembersValue()
(data_governance) Removed members from a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_REMOVE_MEMBERS.- Returns:
- The
LegalHoldsRemoveMembersTypevalue associated with this instance ifisLegalHoldsRemoveMembers()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsRemoveMembers()isfalse.
-
isLegalHoldsReportAHold
public boolean isLegalHoldsReportAHold()
- Returns:
trueif this instance is tagged asEventType.Tag.LEGAL_HOLDS_REPORT_A_HOLD,falseotherwise.
-
legalHoldsReportAHold
public static EventType legalHoldsReportAHold(LegalHoldsReportAHoldType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LEGAL_HOLDS_REPORT_A_HOLD.(data_governance) Created a summary report for a hold
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LEGAL_HOLDS_REPORT_A_HOLD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsReportAHoldValue
public LegalHoldsReportAHoldType getLegalHoldsReportAHoldValue()
(data_governance) Created a summary report for a holdThis instance must be tagged as
EventType.Tag.LEGAL_HOLDS_REPORT_A_HOLD.- Returns:
- The
LegalHoldsReportAHoldTypevalue associated with this instance ifisLegalHoldsReportAHold()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsReportAHold()isfalse.
-
isDeviceChangeIpDesktop
public boolean isDeviceChangeIpDesktop()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_CHANGE_IP_DESKTOP,falseotherwise.
-
deviceChangeIpDesktop
public static EventType deviceChangeIpDesktop(DeviceChangeIpDesktopType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_CHANGE_IP_DESKTOP.(devices) Changed IP address associated with active desktop session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_CHANGE_IP_DESKTOP. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpDesktopValue
public DeviceChangeIpDesktopType getDeviceChangeIpDesktopValue()
(devices) Changed IP address associated with active desktop sessionThis instance must be tagged as
EventType.Tag.DEVICE_CHANGE_IP_DESKTOP.- Returns:
- The
DeviceChangeIpDesktopTypevalue associated with this instance ifisDeviceChangeIpDesktop()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpDesktop()isfalse.
-
isDeviceChangeIpMobile
public boolean isDeviceChangeIpMobile()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_CHANGE_IP_MOBILE,falseotherwise.
-
deviceChangeIpMobile
public static EventType deviceChangeIpMobile(DeviceChangeIpMobileType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_CHANGE_IP_MOBILE.(devices) Changed IP address associated with active mobile session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_CHANGE_IP_MOBILE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpMobileValue
public DeviceChangeIpMobileType getDeviceChangeIpMobileValue()
(devices) Changed IP address associated with active mobile sessionThis instance must be tagged as
EventType.Tag.DEVICE_CHANGE_IP_MOBILE.- Returns:
- The
DeviceChangeIpMobileTypevalue associated with this instance ifisDeviceChangeIpMobile()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpMobile()isfalse.
-
isDeviceChangeIpWeb
public boolean isDeviceChangeIpWeb()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_CHANGE_IP_WEB,falseotherwise.
-
deviceChangeIpWeb
public static EventType deviceChangeIpWeb(DeviceChangeIpWebType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_CHANGE_IP_WEB.(devices) Changed IP address associated with active web session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_CHANGE_IP_WEB. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpWebValue
public DeviceChangeIpWebType getDeviceChangeIpWebValue()
(devices) Changed IP address associated with active web sessionThis instance must be tagged as
EventType.Tag.DEVICE_CHANGE_IP_WEB.- Returns:
- The
DeviceChangeIpWebTypevalue associated with this instance ifisDeviceChangeIpWeb()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpWeb()isfalse.
-
isDeviceDeleteOnUnlinkFail
public boolean isDeviceDeleteOnUnlinkFail()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL,falseotherwise.
-
deviceDeleteOnUnlinkFail
public static EventType deviceDeleteOnUnlinkFail(DeviceDeleteOnUnlinkFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL.(devices) Failed to delete all files from unlinked device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceDeleteOnUnlinkFailValue
public DeviceDeleteOnUnlinkFailType getDeviceDeleteOnUnlinkFailValue()
(devices) Failed to delete all files from unlinked deviceThis instance must be tagged as
EventType.Tag.DEVICE_DELETE_ON_UNLINK_FAIL.- Returns:
- The
DeviceDeleteOnUnlinkFailTypevalue associated with this instance ifisDeviceDeleteOnUnlinkFail()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceDeleteOnUnlinkFail()isfalse.
-
isDeviceDeleteOnUnlinkSuccess
public boolean isDeviceDeleteOnUnlinkSuccess()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS,falseotherwise.
-
deviceDeleteOnUnlinkSuccess
public static EventType deviceDeleteOnUnlinkSuccess(DeviceDeleteOnUnlinkSuccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS.(devices) Deleted all files from unlinked device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceDeleteOnUnlinkSuccessValue
public DeviceDeleteOnUnlinkSuccessType getDeviceDeleteOnUnlinkSuccessValue()
(devices) Deleted all files from unlinked deviceThis instance must be tagged as
EventType.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS.- Returns:
- The
DeviceDeleteOnUnlinkSuccessTypevalue associated with this instance ifisDeviceDeleteOnUnlinkSuccess()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceDeleteOnUnlinkSuccess()isfalse.
-
isDeviceLinkFail
public boolean isDeviceLinkFail()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_LINK_FAIL,falseotherwise.
-
deviceLinkFail
public static EventType deviceLinkFail(DeviceLinkFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_LINK_FAIL.(devices) Failed to link device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_LINK_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceLinkFailValue
public DeviceLinkFailType getDeviceLinkFailValue()
(devices) Failed to link deviceThis instance must be tagged as
EventType.Tag.DEVICE_LINK_FAIL.- Returns:
- The
DeviceLinkFailTypevalue associated with this instance ifisDeviceLinkFail()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceLinkFail()isfalse.
-
isDeviceLinkSuccess
public boolean isDeviceLinkSuccess()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_LINK_SUCCESS,falseotherwise.
-
deviceLinkSuccess
public static EventType deviceLinkSuccess(DeviceLinkSuccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_LINK_SUCCESS.(devices) Linked device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_LINK_SUCCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceLinkSuccessValue
public DeviceLinkSuccessType getDeviceLinkSuccessValue()
(devices) Linked deviceThis instance must be tagged as
EventType.Tag.DEVICE_LINK_SUCCESS.- Returns:
- The
DeviceLinkSuccessTypevalue associated with this instance ifisDeviceLinkSuccess()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceLinkSuccess()isfalse.
-
isDeviceManagementDisabled
public boolean isDeviceManagementDisabled()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_MANAGEMENT_DISABLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_MANAGEMENT_DISABLED,falseotherwise.
-
deviceManagementDisabled
public static EventType deviceManagementDisabled(DeviceManagementDisabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_MANAGEMENT_DISABLED.(devices) Disabled device management (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_MANAGEMENT_DISABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceManagementDisabledValue
public DeviceManagementDisabledType getDeviceManagementDisabledValue()
(devices) Disabled device management (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DEVICE_MANAGEMENT_DISABLED.- Returns:
- The
DeviceManagementDisabledTypevalue associated with this instance ifisDeviceManagementDisabled()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceManagementDisabled()isfalse.
-
isDeviceManagementEnabled
public boolean isDeviceManagementEnabled()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_MANAGEMENT_ENABLED,falseotherwise.
-
deviceManagementEnabled
public static EventType deviceManagementEnabled(DeviceManagementEnabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_MANAGEMENT_ENABLED.(devices) Enabled device management (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_MANAGEMENT_ENABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceManagementEnabledValue
public DeviceManagementEnabledType getDeviceManagementEnabledValue()
(devices) Enabled device management (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DEVICE_MANAGEMENT_ENABLED.- Returns:
- The
DeviceManagementEnabledTypevalue associated with this instance ifisDeviceManagementEnabled()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceManagementEnabled()isfalse.
-
isDeviceSyncBackupStatusChanged
public boolean isDeviceSyncBackupStatusChanged()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED,falseotherwise.
-
deviceSyncBackupStatusChanged
public static EventType deviceSyncBackupStatusChanged(DeviceSyncBackupStatusChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED.(devices) Enabled/disabled backup for computer
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceSyncBackupStatusChangedValue
public DeviceSyncBackupStatusChangedType getDeviceSyncBackupStatusChangedValue()
(devices) Enabled/disabled backup for computerThis instance must be tagged as
EventType.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED.- Returns:
- The
DeviceSyncBackupStatusChangedTypevalue associated with this instance ifisDeviceSyncBackupStatusChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceSyncBackupStatusChanged()isfalse.
-
isDeviceUnlink
public boolean isDeviceUnlink()
- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_UNLINK,falseotherwise.
-
deviceUnlink
public static EventType deviceUnlink(DeviceUnlinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_UNLINK.(devices) Disconnected device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_UNLINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceUnlinkValue
public DeviceUnlinkType getDeviceUnlinkValue()
(devices) Disconnected deviceThis instance must be tagged as
EventType.Tag.DEVICE_UNLINK.- Returns:
- The
DeviceUnlinkTypevalue associated with this instance ifisDeviceUnlink()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceUnlink()isfalse.
-
isDropboxPasswordsExported
public boolean isDropboxPasswordsExported()
Returnstrueif this instance has the tagEventType.Tag.DROPBOX_PASSWORDS_EXPORTED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DROPBOX_PASSWORDS_EXPORTED,falseotherwise.
-
dropboxPasswordsExported
public static EventType dropboxPasswordsExported(DropboxPasswordsExportedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DROPBOX_PASSWORDS_EXPORTED.(devices) Exported passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DROPBOX_PASSWORDS_EXPORTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsExportedValue
public DropboxPasswordsExportedType getDropboxPasswordsExportedValue()
(devices) Exported passwordsThis instance must be tagged as
EventType.Tag.DROPBOX_PASSWORDS_EXPORTED.- Returns:
- The
DropboxPasswordsExportedTypevalue associated with this instance ifisDropboxPasswordsExported()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsExported()isfalse.
-
isDropboxPasswordsNewDeviceEnrolled
public boolean isDropboxPasswordsNewDeviceEnrolled()
Returnstrueif this instance has the tagEventType.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED,falseotherwise.
-
dropboxPasswordsNewDeviceEnrolled
public static EventType dropboxPasswordsNewDeviceEnrolled(DropboxPasswordsNewDeviceEnrolledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED.(devices) Enrolled new Dropbox Passwords device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsNewDeviceEnrolledValue
public DropboxPasswordsNewDeviceEnrolledType getDropboxPasswordsNewDeviceEnrolledValue()
(devices) Enrolled new Dropbox Passwords deviceThis instance must be tagged as
EventType.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED.- Returns:
- The
DropboxPasswordsNewDeviceEnrolledTypevalue associated with this instance ifisDropboxPasswordsNewDeviceEnrolled()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsNewDeviceEnrolled()isfalse.
-
isEmmRefreshAuthToken
public boolean isEmmRefreshAuthToken()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_REFRESH_AUTH_TOKEN,falseotherwise.
-
emmRefreshAuthToken
public static EventType emmRefreshAuthToken(EmmRefreshAuthTokenType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_REFRESH_AUTH_TOKEN.(devices) Refreshed auth token used for setting up EMM
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_REFRESH_AUTH_TOKEN. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmRefreshAuthTokenValue
public EmmRefreshAuthTokenType getEmmRefreshAuthTokenValue()
(devices) Refreshed auth token used for setting up EMMThis instance must be tagged as
EventType.Tag.EMM_REFRESH_AUTH_TOKEN.- Returns:
- The
EmmRefreshAuthTokenTypevalue associated with this instance ifisEmmRefreshAuthToken()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmRefreshAuthToken()isfalse.
-
isExternalDriveBackupEligibilityStatusChecked
public boolean isExternalDriveBackupEligibilityStatusChecked()
Returnstrueif this instance has the tagEventType.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED,falseotherwise.
-
externalDriveBackupEligibilityStatusChecked
public static EventType externalDriveBackupEligibilityStatusChecked(ExternalDriveBackupEligibilityStatusCheckedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED.(devices) Checked external drive backup eligibility status
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupEligibilityStatusCheckedValue
public ExternalDriveBackupEligibilityStatusCheckedType getExternalDriveBackupEligibilityStatusCheckedValue()
(devices) Checked external drive backup eligibility statusThis instance must be tagged as
EventType.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED.- Returns:
- The
ExternalDriveBackupEligibilityStatusCheckedTypevalue associated with this instance ifisExternalDriveBackupEligibilityStatusChecked()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupEligibilityStatusChecked()isfalse.
-
isExternalDriveBackupStatusChanged
public boolean isExternalDriveBackupStatusChanged()
Returnstrueif this instance has the tagEventType.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED,falseotherwise.
-
externalDriveBackupStatusChanged
public static EventType externalDriveBackupStatusChanged(ExternalDriveBackupStatusChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED.(devices) Modified external drive backup
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupStatusChangedValue
public ExternalDriveBackupStatusChangedType getExternalDriveBackupStatusChangedValue()
(devices) Modified external drive backupThis instance must be tagged as
EventType.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED.- Returns:
- The
ExternalDriveBackupStatusChangedTypevalue associated with this instance ifisExternalDriveBackupStatusChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupStatusChanged()isfalse.
-
isAccountCaptureChangeAvailability
public boolean isAccountCaptureChangeAvailability()
Returnstrueif this instance has the tagEventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY,falseotherwise.
-
accountCaptureChangeAvailability
public static EventType accountCaptureChangeAvailability(AccountCaptureChangeAvailabilityType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY.(domains) Granted/revoked option to enable account capture on team domains
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureChangeAvailabilityValue
public AccountCaptureChangeAvailabilityType getAccountCaptureChangeAvailabilityValue()
(domains) Granted/revoked option to enable account capture on team domainsThis instance must be tagged as
EventType.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY.- Returns:
- The
AccountCaptureChangeAvailabilityTypevalue associated with this instance ifisAccountCaptureChangeAvailability()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureChangeAvailability()isfalse.
-
isAccountCaptureMigrateAccount
public boolean isAccountCaptureMigrateAccount()
Returnstrueif this instance has the tagEventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT,falseotherwise.
-
accountCaptureMigrateAccount
public static EventType accountCaptureMigrateAccount(AccountCaptureMigrateAccountType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT.(domains) Account-captured user migrated account to team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureMigrateAccountValue
public AccountCaptureMigrateAccountType getAccountCaptureMigrateAccountValue()
(domains) Account-captured user migrated account to teamThis instance must be tagged as
EventType.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT.- Returns:
- The
AccountCaptureMigrateAccountTypevalue associated with this instance ifisAccountCaptureMigrateAccount()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureMigrateAccount()isfalse.
-
isAccountCaptureNotificationEmailsSent
public boolean isAccountCaptureNotificationEmailsSent()
Returnstrueif this instance has the tagEventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT,falseotherwise.
-
accountCaptureNotificationEmailsSent
public static EventType accountCaptureNotificationEmailsSent(AccountCaptureNotificationEmailsSentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT.(domains) Sent account capture email to all unmanaged members
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureNotificationEmailsSentValue
public AccountCaptureNotificationEmailsSentType getAccountCaptureNotificationEmailsSentValue()
(domains) Sent account capture email to all unmanaged membersThis instance must be tagged as
EventType.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT.- Returns:
- The
AccountCaptureNotificationEmailsSentTypevalue associated with this instance ifisAccountCaptureNotificationEmailsSent()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureNotificationEmailsSent()isfalse.
-
isAccountCaptureRelinquishAccount
public boolean isAccountCaptureRelinquishAccount()
Returnstrueif this instance has the tagEventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT,falseotherwise.
-
accountCaptureRelinquishAccount
public static EventType accountCaptureRelinquishAccount(AccountCaptureRelinquishAccountType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT.(domains) Account-captured user changed account email to personal email
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureRelinquishAccountValue
public AccountCaptureRelinquishAccountType getAccountCaptureRelinquishAccountValue()
(domains) Account-captured user changed account email to personal emailThis instance must be tagged as
EventType.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT.- Returns:
- The
AccountCaptureRelinquishAccountTypevalue associated with this instance ifisAccountCaptureRelinquishAccount()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureRelinquishAccount()isfalse.
-
isDisabledDomainInvites
public boolean isDisabledDomainInvites()
- Returns:
trueif this instance is tagged asEventType.Tag.DISABLED_DOMAIN_INVITES,falseotherwise.
-
disabledDomainInvites
public static EventType disabledDomainInvites(DisabledDomainInvitesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DISABLED_DOMAIN_INVITES.(domains) Disabled domain invites (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DISABLED_DOMAIN_INVITES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDisabledDomainInvitesValue
public DisabledDomainInvitesType getDisabledDomainInvitesValue()
(domains) Disabled domain invites (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DISABLED_DOMAIN_INVITES.- Returns:
- The
DisabledDomainInvitesTypevalue associated with this instance ifisDisabledDomainInvites()istrue. - Throws:
java.lang.IllegalStateException- IfisDisabledDomainInvites()isfalse.
-
isDomainInvitesApproveRequestToJoinTeam
public boolean isDomainInvitesApproveRequestToJoinTeam()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM,falseotherwise.
-
domainInvitesApproveRequestToJoinTeam
public static EventType domainInvitesApproveRequestToJoinTeam(DomainInvitesApproveRequestToJoinTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM.(domains) Approved user's request to join team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesApproveRequestToJoinTeamValue
public DomainInvitesApproveRequestToJoinTeamType getDomainInvitesApproveRequestToJoinTeamValue()
(domains) Approved user's request to join teamThis instance must be tagged as
EventType.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM.- Returns:
- The
DomainInvitesApproveRequestToJoinTeamTypevalue associated with this instance ifisDomainInvitesApproveRequestToJoinTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesApproveRequestToJoinTeam()isfalse.
-
isDomainInvitesDeclineRequestToJoinTeam
public boolean isDomainInvitesDeclineRequestToJoinTeam()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM,falseotherwise.
-
domainInvitesDeclineRequestToJoinTeam
public static EventType domainInvitesDeclineRequestToJoinTeam(DomainInvitesDeclineRequestToJoinTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM.(domains) Declined user's request to join team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesDeclineRequestToJoinTeamValue
public DomainInvitesDeclineRequestToJoinTeamType getDomainInvitesDeclineRequestToJoinTeamValue()
(domains) Declined user's request to join teamThis instance must be tagged as
EventType.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM.- Returns:
- The
DomainInvitesDeclineRequestToJoinTeamTypevalue associated with this instance ifisDomainInvitesDeclineRequestToJoinTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesDeclineRequestToJoinTeam()isfalse.
-
isDomainInvitesEmailExistingUsers
public boolean isDomainInvitesEmailExistingUsers()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS,falseotherwise.
-
domainInvitesEmailExistingUsers
public static EventType domainInvitesEmailExistingUsers(DomainInvitesEmailExistingUsersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS.(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesEmailExistingUsersValue
public DomainInvitesEmailExistingUsersType getDomainInvitesEmailExistingUsersValue()
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS.- Returns:
- The
DomainInvitesEmailExistingUsersTypevalue associated with this instance ifisDomainInvitesEmailExistingUsers()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesEmailExistingUsers()isfalse.
-
isDomainInvitesRequestToJoinTeam
public boolean isDomainInvitesRequestToJoinTeam()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM,falseotherwise.
-
domainInvitesRequestToJoinTeam
public static EventType domainInvitesRequestToJoinTeam(DomainInvitesRequestToJoinTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM.(domains) Requested to join team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesRequestToJoinTeamValue
public DomainInvitesRequestToJoinTeamType getDomainInvitesRequestToJoinTeamValue()
(domains) Requested to join teamThis instance must be tagged as
EventType.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM.- Returns:
- The
DomainInvitesRequestToJoinTeamTypevalue associated with this instance ifisDomainInvitesRequestToJoinTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesRequestToJoinTeam()isfalse.
-
isDomainInvitesSetInviteNewUserPrefToNo
public boolean isDomainInvitesSetInviteNewUserPrefToNo()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO,falseotherwise.
-
domainInvitesSetInviteNewUserPrefToNo
public static EventType domainInvitesSetInviteNewUserPrefToNo(DomainInvitesSetInviteNewUserPrefToNoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO.(domains) Disabled "Automatically invite new users" (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesSetInviteNewUserPrefToNoValue
public DomainInvitesSetInviteNewUserPrefToNoType getDomainInvitesSetInviteNewUserPrefToNoValue()
(domains) Disabled "Automatically invite new users" (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToNoTypevalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToNo()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesSetInviteNewUserPrefToNo()isfalse.
-
isDomainInvitesSetInviteNewUserPrefToYes
public boolean isDomainInvitesSetInviteNewUserPrefToYes()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES,falseotherwise.
-
domainInvitesSetInviteNewUserPrefToYes
public static EventType domainInvitesSetInviteNewUserPrefToYes(DomainInvitesSetInviteNewUserPrefToYesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES.(domains) Enabled "Automatically invite new users" (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesSetInviteNewUserPrefToYesValue
public DomainInvitesSetInviteNewUserPrefToYesType getDomainInvitesSetInviteNewUserPrefToYesValue()
(domains) Enabled "Automatically invite new users" (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToYesTypevalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToYes()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesSetInviteNewUserPrefToYes()isfalse.
-
isDomainVerificationAddDomainFail
public boolean isDomainVerificationAddDomainFail()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL,falseotherwise.
-
domainVerificationAddDomainFail
public static EventType domainVerificationAddDomainFail(DomainVerificationAddDomainFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL.(domains) Failed to verify team domain
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationAddDomainFailValue
public DomainVerificationAddDomainFailType getDomainVerificationAddDomainFailValue()
(domains) Failed to verify team domainThis instance must be tagged as
EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL.- Returns:
- The
DomainVerificationAddDomainFailTypevalue associated with this instance ifisDomainVerificationAddDomainFail()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationAddDomainFail()isfalse.
-
isDomainVerificationAddDomainSuccess
public boolean isDomainVerificationAddDomainSuccess()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS,falseotherwise.
-
domainVerificationAddDomainSuccess
public static EventType domainVerificationAddDomainSuccess(DomainVerificationAddDomainSuccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS.(domains) Verified team domain
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationAddDomainSuccessValue
public DomainVerificationAddDomainSuccessType getDomainVerificationAddDomainSuccessValue()
(domains) Verified team domainThis instance must be tagged as
EventType.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS.- Returns:
- The
DomainVerificationAddDomainSuccessTypevalue associated with this instance ifisDomainVerificationAddDomainSuccess()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationAddDomainSuccess()isfalse.
-
isDomainVerificationRemoveDomain
public boolean isDomainVerificationRemoveDomain()
Returnstrueif this instance has the tagEventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN,falseotherwise.
-
domainVerificationRemoveDomain
public static EventType domainVerificationRemoveDomain(DomainVerificationRemoveDomainType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN.(domains) Removed domain from list of verified team domains
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationRemoveDomainValue
public DomainVerificationRemoveDomainType getDomainVerificationRemoveDomainValue()
(domains) Removed domain from list of verified team domainsThis instance must be tagged as
EventType.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN.- Returns:
- The
DomainVerificationRemoveDomainTypevalue associated with this instance ifisDomainVerificationRemoveDomain()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationRemoveDomain()isfalse.
-
isEnabledDomainInvites
public boolean isEnabledDomainInvites()
- Returns:
trueif this instance is tagged asEventType.Tag.ENABLED_DOMAIN_INVITES,falseotherwise.
-
enabledDomainInvites
public static EventType enabledDomainInvites(EnabledDomainInvitesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ENABLED_DOMAIN_INVITES.(domains) Enabled domain invites (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ENABLED_DOMAIN_INVITES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEnabledDomainInvitesValue
public EnabledDomainInvitesType getEnabledDomainInvitesValue()
(domains) Enabled domain invites (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.ENABLED_DOMAIN_INVITES.- Returns:
- The
EnabledDomainInvitesTypevalue associated with this instance ifisEnabledDomainInvites()istrue. - Throws:
java.lang.IllegalStateException- IfisEnabledDomainInvites()isfalse.
-
isTeamEncryptionKeyCancelKeyDeletion
public boolean isTeamEncryptionKeyCancelKeyDeletion()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION,falseotherwise.
-
teamEncryptionKeyCancelKeyDeletion
public static EventType teamEncryptionKeyCancelKeyDeletion(TeamEncryptionKeyCancelKeyDeletionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION.(encryption) Canceled team encryption key deletion
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyCancelKeyDeletionValue
public TeamEncryptionKeyCancelKeyDeletionType getTeamEncryptionKeyCancelKeyDeletionValue()
(encryption) Canceled team encryption key deletionThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_CANCEL_KEY_DELETION.- Returns:
- The
TeamEncryptionKeyCancelKeyDeletionTypevalue associated with this instance ifisTeamEncryptionKeyCancelKeyDeletion()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyCancelKeyDeletion()isfalse.
-
isTeamEncryptionKeyCreateKey
public boolean isTeamEncryptionKeyCreateKey()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_CREATE_KEY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_CREATE_KEY,falseotherwise.
-
teamEncryptionKeyCreateKey
public static EventType teamEncryptionKeyCreateKey(TeamEncryptionKeyCreateKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_CREATE_KEY.(encryption) Created team encryption key
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_CREATE_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyCreateKeyValue
public TeamEncryptionKeyCreateKeyType getTeamEncryptionKeyCreateKeyValue()
(encryption) Created team encryption keyThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_CREATE_KEY.- Returns:
- The
TeamEncryptionKeyCreateKeyTypevalue associated with this instance ifisTeamEncryptionKeyCreateKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyCreateKey()isfalse.
-
isTeamEncryptionKeyDeleteKey
public boolean isTeamEncryptionKeyDeleteKey()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_DELETE_KEY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_DELETE_KEY,falseotherwise.
-
teamEncryptionKeyDeleteKey
public static EventType teamEncryptionKeyDeleteKey(TeamEncryptionKeyDeleteKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_DELETE_KEY.(encryption) Deleted team encryption key
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_DELETE_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyDeleteKeyValue
public TeamEncryptionKeyDeleteKeyType getTeamEncryptionKeyDeleteKeyValue()
(encryption) Deleted team encryption keyThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_DELETE_KEY.- Returns:
- The
TeamEncryptionKeyDeleteKeyTypevalue associated with this instance ifisTeamEncryptionKeyDeleteKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyDeleteKey()isfalse.
-
isTeamEncryptionKeyDisableKey
public boolean isTeamEncryptionKeyDisableKey()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_DISABLE_KEY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_DISABLE_KEY,falseotherwise.
-
teamEncryptionKeyDisableKey
public static EventType teamEncryptionKeyDisableKey(TeamEncryptionKeyDisableKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_DISABLE_KEY.(encryption) Disabled team encryption key
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_DISABLE_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyDisableKeyValue
public TeamEncryptionKeyDisableKeyType getTeamEncryptionKeyDisableKeyValue()
(encryption) Disabled team encryption keyThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_DISABLE_KEY.- Returns:
- The
TeamEncryptionKeyDisableKeyTypevalue associated with this instance ifisTeamEncryptionKeyDisableKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyDisableKey()isfalse.
-
isTeamEncryptionKeyEnableKey
public boolean isTeamEncryptionKeyEnableKey()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_ENABLE_KEY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_ENABLE_KEY,falseotherwise.
-
teamEncryptionKeyEnableKey
public static EventType teamEncryptionKeyEnableKey(TeamEncryptionKeyEnableKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_ENABLE_KEY.(encryption) Enabled team encryption key
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_ENABLE_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyEnableKeyValue
public TeamEncryptionKeyEnableKeyType getTeamEncryptionKeyEnableKeyValue()
(encryption) Enabled team encryption keyThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_ENABLE_KEY.- Returns:
- The
TeamEncryptionKeyEnableKeyTypevalue associated with this instance ifisTeamEncryptionKeyEnableKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyEnableKey()isfalse.
-
isTeamEncryptionKeyRotateKey
public boolean isTeamEncryptionKeyRotateKey()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_ROTATE_KEY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_ROTATE_KEY,falseotherwise.
-
teamEncryptionKeyRotateKey
public static EventType teamEncryptionKeyRotateKey(TeamEncryptionKeyRotateKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_ROTATE_KEY.(encryption) Rotated team encryption key (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_ROTATE_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyRotateKeyValue
public TeamEncryptionKeyRotateKeyType getTeamEncryptionKeyRotateKeyValue()
(encryption) Rotated team encryption key (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_ROTATE_KEY.- Returns:
- The
TeamEncryptionKeyRotateKeyTypevalue associated with this instance ifisTeamEncryptionKeyRotateKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyRotateKey()isfalse.
-
isTeamEncryptionKeyScheduleKeyDeletion
public boolean isTeamEncryptionKeyScheduleKeyDeletion()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION,falseotherwise.
-
teamEncryptionKeyScheduleKeyDeletion
public static EventType teamEncryptionKeyScheduleKeyDeletion(TeamEncryptionKeyScheduleKeyDeletionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION.(encryption) Scheduled encryption key deletion
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamEncryptionKeyScheduleKeyDeletionValue
public TeamEncryptionKeyScheduleKeyDeletionType getTeamEncryptionKeyScheduleKeyDeletionValue()
(encryption) Scheduled encryption key deletionThis instance must be tagged as
EventType.Tag.TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION.- Returns:
- The
TeamEncryptionKeyScheduleKeyDeletionTypevalue associated with this instance ifisTeamEncryptionKeyScheduleKeyDeletion()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamEncryptionKeyScheduleKeyDeletion()isfalse.
-
isApplyNamingConvention
public boolean isApplyNamingConvention()
- Returns:
trueif this instance is tagged asEventType.Tag.APPLY_NAMING_CONVENTION,falseotherwise.
-
applyNamingConvention
public static EventType applyNamingConvention(ApplyNamingConventionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APPLY_NAMING_CONVENTION.(file_operations) Applied naming convention
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APPLY_NAMING_CONVENTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getApplyNamingConventionValue
public ApplyNamingConventionType getApplyNamingConventionValue()
(file_operations) Applied naming conventionThis instance must be tagged as
EventType.Tag.APPLY_NAMING_CONVENTION.- Returns:
- The
ApplyNamingConventionTypevalue associated with this instance ifisApplyNamingConvention()istrue. - Throws:
java.lang.IllegalStateException- IfisApplyNamingConvention()isfalse.
-
isCreateFolder
public boolean isCreateFolder()
- Returns:
trueif this instance is tagged asEventType.Tag.CREATE_FOLDER,falseotherwise.
-
createFolder
public static EventType createFolder(CreateFolderType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CREATE_FOLDER.(file_operations) Created folders (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CREATE_FOLDER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCreateFolderValue
public CreateFolderType getCreateFolderValue()
(file_operations) Created folders (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.CREATE_FOLDER.- Returns:
- The
CreateFolderTypevalue associated with this instance ifisCreateFolder()istrue. - Throws:
java.lang.IllegalStateException- IfisCreateFolder()isfalse.
-
isFileAdd
public boolean isFileAdd()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_ADD,falseotherwise.
-
fileAdd
public static EventType fileAdd(FileAddType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_ADD.(file_operations) Added files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_ADD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileAddValue
public FileAddType getFileAddValue()
(file_operations) Added files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_ADD.- Returns:
- The
FileAddTypevalue associated with this instance ifisFileAdd()istrue. - Throws:
java.lang.IllegalStateException- IfisFileAdd()isfalse.
-
isFileAddFromAutomation
public boolean isFileAddFromAutomation()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_ADD_FROM_AUTOMATION,falseotherwise.
-
fileAddFromAutomation
public static EventType fileAddFromAutomation(FileAddFromAutomationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_ADD_FROM_AUTOMATION.(file_operations) Added files and/or folders from automation
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_ADD_FROM_AUTOMATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileAddFromAutomationValue
public FileAddFromAutomationType getFileAddFromAutomationValue()
(file_operations) Added files and/or folders from automationThis instance must be tagged as
EventType.Tag.FILE_ADD_FROM_AUTOMATION.- Returns:
- The
FileAddFromAutomationTypevalue associated with this instance ifisFileAddFromAutomation()istrue. - Throws:
java.lang.IllegalStateException- IfisFileAddFromAutomation()isfalse.
-
isFileCopy
public boolean isFileCopy()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_COPY,falseotherwise.
-
fileCopy
public static EventType fileCopy(FileCopyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_COPY.(file_operations) Copied files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_COPY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileCopyValue
public FileCopyType getFileCopyValue()
(file_operations) Copied files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_COPY.- Returns:
- The
FileCopyTypevalue associated with this instance ifisFileCopy()istrue. - Throws:
java.lang.IllegalStateException- IfisFileCopy()isfalse.
-
isFileDelete
public boolean isFileDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_DELETE,falseotherwise.
-
fileDelete
public static EventType fileDelete(FileDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_DELETE.(file_operations) Deleted files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDeleteValue
public FileDeleteType getFileDeleteValue()
(file_operations) Deleted files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_DELETE.- Returns:
- The
FileDeleteTypevalue associated with this instance ifisFileDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDelete()isfalse.
-
isFileDownload
public boolean isFileDownload()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_DOWNLOAD,falseotherwise.
-
fileDownload
public static EventType fileDownload(FileDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_DOWNLOAD.(file_operations) Downloaded files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDownloadValue
public FileDownloadType getFileDownloadValue()
(file_operations) Downloaded files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_DOWNLOAD.- Returns:
- The
FileDownloadTypevalue associated with this instance ifisFileDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDownload()isfalse.
-
isFileEdit
public boolean isFileEdit()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_EDIT,falseotherwise.
-
fileEdit
public static EventType fileEdit(FileEditType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_EDIT.(file_operations) Edited files
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_EDIT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileEditValue
public FileEditType getFileEditValue()
(file_operations) Edited filesThis instance must be tagged as
EventType.Tag.FILE_EDIT.- Returns:
- The
FileEditTypevalue associated with this instance ifisFileEdit()istrue. - Throws:
java.lang.IllegalStateException- IfisFileEdit()isfalse.
-
isFileGetCopyReference
public boolean isFileGetCopyReference()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_GET_COPY_REFERENCE,falseotherwise.
-
fileGetCopyReference
public static EventType fileGetCopyReference(FileGetCopyReferenceType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_GET_COPY_REFERENCE.(file_operations) Created copy reference to file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_GET_COPY_REFERENCE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileGetCopyReferenceValue
public FileGetCopyReferenceType getFileGetCopyReferenceValue()
(file_operations) Created copy reference to file/folderThis instance must be tagged as
EventType.Tag.FILE_GET_COPY_REFERENCE.- Returns:
- The
FileGetCopyReferenceTypevalue associated with this instance ifisFileGetCopyReference()istrue. - Throws:
java.lang.IllegalStateException- IfisFileGetCopyReference()isfalse.
-
isFileLockingLockStatusChanged
public boolean isFileLockingLockStatusChanged()
Returnstrueif this instance has the tagEventType.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED,falseotherwise.
-
fileLockingLockStatusChanged
public static EventType fileLockingLockStatusChanged(FileLockingLockStatusChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED.(file_operations) Locked/unlocked editing for a file
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLockingLockStatusChangedValue
public FileLockingLockStatusChangedType getFileLockingLockStatusChangedValue()
(file_operations) Locked/unlocked editing for a fileThis instance must be tagged as
EventType.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED.- Returns:
- The
FileLockingLockStatusChangedTypevalue associated with this instance ifisFileLockingLockStatusChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLockingLockStatusChanged()isfalse.
-
isFileMove
public boolean isFileMove()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_MOVE,falseotherwise.
-
fileMove
public static EventType fileMove(FileMoveType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_MOVE.(file_operations) Moved files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_MOVE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileMoveValue
public FileMoveType getFileMoveValue()
(file_operations) Moved files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_MOVE.- Returns:
- The
FileMoveTypevalue associated with this instance ifisFileMove()istrue. - Throws:
java.lang.IllegalStateException- IfisFileMove()isfalse.
-
isFilePermanentlyDelete
public boolean isFilePermanentlyDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_PERMANENTLY_DELETE,falseotherwise.
-
filePermanentlyDelete
public static EventType filePermanentlyDelete(FilePermanentlyDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_PERMANENTLY_DELETE.(file_operations) Permanently deleted files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_PERMANENTLY_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFilePermanentlyDeleteValue
public FilePermanentlyDeleteType getFilePermanentlyDeleteValue()
(file_operations) Permanently deleted files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_PERMANENTLY_DELETE.- Returns:
- The
FilePermanentlyDeleteTypevalue associated with this instance ifisFilePermanentlyDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisFilePermanentlyDelete()isfalse.
-
isFilePreview
public boolean isFilePreview()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_PREVIEW,falseotherwise.
-
filePreview
public static EventType filePreview(FilePreviewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_PREVIEW.(file_operations) Previewed files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_PREVIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFilePreviewValue
public FilePreviewType getFilePreviewValue()
(file_operations) Previewed files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_PREVIEW.- Returns:
- The
FilePreviewTypevalue associated with this instance ifisFilePreview()istrue. - Throws:
java.lang.IllegalStateException- IfisFilePreview()isfalse.
-
isFileRename
public boolean isFileRename()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_RENAME,falseotherwise.
-
fileRename
public static EventType fileRename(FileRenameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_RENAME.(file_operations) Renamed files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_RENAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRenameValue
public FileRenameType getFileRenameValue()
(file_operations) Renamed files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_RENAME.- Returns:
- The
FileRenameTypevalue associated with this instance ifisFileRename()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRename()isfalse.
-
isFileRestore
public boolean isFileRestore()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_RESTORE,falseotherwise.
-
fileRestore
public static EventType fileRestore(FileRestoreType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_RESTORE.(file_operations) Restored deleted files and/or folders
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_RESTORE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRestoreValue
public FileRestoreType getFileRestoreValue()
(file_operations) Restored deleted files and/or foldersThis instance must be tagged as
EventType.Tag.FILE_RESTORE.- Returns:
- The
FileRestoreTypevalue associated with this instance ifisFileRestore()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRestore()isfalse.
-
isFileRevert
public boolean isFileRevert()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REVERT,falseotherwise.
-
fileRevert
public static EventType fileRevert(FileRevertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REVERT.(file_operations) Reverted files to previous version
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REVERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRevertValue
public FileRevertType getFileRevertValue()
(file_operations) Reverted files to previous versionThis instance must be tagged as
EventType.Tag.FILE_REVERT.- Returns:
- The
FileRevertTypevalue associated with this instance ifisFileRevert()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRevert()isfalse.
-
isFileRollbackChanges
public boolean isFileRollbackChanges()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_ROLLBACK_CHANGES,falseotherwise.
-
fileRollbackChanges
public static EventType fileRollbackChanges(FileRollbackChangesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_ROLLBACK_CHANGES.(file_operations) Rolled back file actions
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_ROLLBACK_CHANGES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRollbackChangesValue
public FileRollbackChangesType getFileRollbackChangesValue()
(file_operations) Rolled back file actionsThis instance must be tagged as
EventType.Tag.FILE_ROLLBACK_CHANGES.- Returns:
- The
FileRollbackChangesTypevalue associated with this instance ifisFileRollbackChanges()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRollbackChanges()isfalse.
-
isFileSaveCopyReference
public boolean isFileSaveCopyReference()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_SAVE_COPY_REFERENCE,falseotherwise.
-
fileSaveCopyReference
public static EventType fileSaveCopyReference(FileSaveCopyReferenceType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_SAVE_COPY_REFERENCE.(file_operations) Saved file/folder using copy reference
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_SAVE_COPY_REFERENCE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileSaveCopyReferenceValue
public FileSaveCopyReferenceType getFileSaveCopyReferenceValue()
(file_operations) Saved file/folder using copy referenceThis instance must be tagged as
EventType.Tag.FILE_SAVE_COPY_REFERENCE.- Returns:
- The
FileSaveCopyReferenceTypevalue associated with this instance ifisFileSaveCopyReference()istrue. - Throws:
java.lang.IllegalStateException- IfisFileSaveCopyReference()isfalse.
-
isFolderOverviewDescriptionChanged
public boolean isFolderOverviewDescriptionChanged()
Returnstrueif this instance has the tagEventType.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED,falseotherwise.
-
folderOverviewDescriptionChanged
public static EventType folderOverviewDescriptionChanged(FolderOverviewDescriptionChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED.(file_operations) Updated folder overview
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewDescriptionChangedValue
public FolderOverviewDescriptionChangedType getFolderOverviewDescriptionChangedValue()
(file_operations) Updated folder overviewThis instance must be tagged as
EventType.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED.- Returns:
- The
FolderOverviewDescriptionChangedTypevalue associated with this instance ifisFolderOverviewDescriptionChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewDescriptionChanged()isfalse.
-
isFolderOverviewItemPinned
public boolean isFolderOverviewItemPinned()
Returnstrueif this instance has the tagEventType.Tag.FOLDER_OVERVIEW_ITEM_PINNED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FOLDER_OVERVIEW_ITEM_PINNED,falseotherwise.
-
folderOverviewItemPinned
public static EventType folderOverviewItemPinned(FolderOverviewItemPinnedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FOLDER_OVERVIEW_ITEM_PINNED.(file_operations) Pinned item to folder overview
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FOLDER_OVERVIEW_ITEM_PINNED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewItemPinnedValue
public FolderOverviewItemPinnedType getFolderOverviewItemPinnedValue()
(file_operations) Pinned item to folder overviewThis instance must be tagged as
EventType.Tag.FOLDER_OVERVIEW_ITEM_PINNED.- Returns:
- The
FolderOverviewItemPinnedTypevalue associated with this instance ifisFolderOverviewItemPinned()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewItemPinned()isfalse.
-
isFolderOverviewItemUnpinned
public boolean isFolderOverviewItemUnpinned()
Returnstrueif this instance has the tagEventType.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED,falseotherwise.
-
folderOverviewItemUnpinned
public static EventType folderOverviewItemUnpinned(FolderOverviewItemUnpinnedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED.(file_operations) Unpinned item from folder overview
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewItemUnpinnedValue
public FolderOverviewItemUnpinnedType getFolderOverviewItemUnpinnedValue()
(file_operations) Unpinned item from folder overviewThis instance must be tagged as
EventType.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED.- Returns:
- The
FolderOverviewItemUnpinnedTypevalue associated with this instance ifisFolderOverviewItemUnpinned()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewItemUnpinned()isfalse.
-
isObjectLabelAdded
public boolean isObjectLabelAdded()
- Returns:
trueif this instance is tagged asEventType.Tag.OBJECT_LABEL_ADDED,falseotherwise.
-
objectLabelAdded
public static EventType objectLabelAdded(ObjectLabelAddedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OBJECT_LABEL_ADDED.(file_operations) Added a label
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OBJECT_LABEL_ADDED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelAddedValue
public ObjectLabelAddedType getObjectLabelAddedValue()
(file_operations) Added a labelThis instance must be tagged as
EventType.Tag.OBJECT_LABEL_ADDED.- Returns:
- The
ObjectLabelAddedTypevalue associated with this instance ifisObjectLabelAdded()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelAdded()isfalse.
-
isObjectLabelRemoved
public boolean isObjectLabelRemoved()
- Returns:
trueif this instance is tagged asEventType.Tag.OBJECT_LABEL_REMOVED,falseotherwise.
-
objectLabelRemoved
public static EventType objectLabelRemoved(ObjectLabelRemovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OBJECT_LABEL_REMOVED.(file_operations) Removed a label
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OBJECT_LABEL_REMOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelRemovedValue
public ObjectLabelRemovedType getObjectLabelRemovedValue()
(file_operations) Removed a labelThis instance must be tagged as
EventType.Tag.OBJECT_LABEL_REMOVED.- Returns:
- The
ObjectLabelRemovedTypevalue associated with this instance ifisObjectLabelRemoved()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelRemoved()isfalse.
-
isObjectLabelUpdatedValue
public boolean isObjectLabelUpdatedValue()
Returnstrueif this instance has the tagEventType.Tag.OBJECT_LABEL_UPDATED_VALUE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.OBJECT_LABEL_UPDATED_VALUE,falseotherwise.
-
objectLabelUpdatedValue
public static EventType objectLabelUpdatedValue(ObjectLabelUpdatedValueType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OBJECT_LABEL_UPDATED_VALUE.(file_operations) Updated a label's value
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OBJECT_LABEL_UPDATED_VALUE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelUpdatedValueValue
public ObjectLabelUpdatedValueType getObjectLabelUpdatedValueValue()
(file_operations) Updated a label's valueThis instance must be tagged as
EventType.Tag.OBJECT_LABEL_UPDATED_VALUE.- Returns:
- The
ObjectLabelUpdatedValueTypevalue associated with this instance ifisObjectLabelUpdatedValue()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelUpdatedValue()isfalse.
-
isOrganizeFolderWithTidy
public boolean isOrganizeFolderWithTidy()
- Returns:
trueif this instance is tagged asEventType.Tag.ORGANIZE_FOLDER_WITH_TIDY,falseotherwise.
-
organizeFolderWithTidy
public static EventType organizeFolderWithTidy(OrganizeFolderWithTidyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ORGANIZE_FOLDER_WITH_TIDY.(file_operations) Organized a folder with multi-file organize
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ORGANIZE_FOLDER_WITH_TIDY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOrganizeFolderWithTidyValue
public OrganizeFolderWithTidyType getOrganizeFolderWithTidyValue()
(file_operations) Organized a folder with multi-file organizeThis instance must be tagged as
EventType.Tag.ORGANIZE_FOLDER_WITH_TIDY.- Returns:
- The
OrganizeFolderWithTidyTypevalue associated with this instance ifisOrganizeFolderWithTidy()istrue. - Throws:
java.lang.IllegalStateException- IfisOrganizeFolderWithTidy()isfalse.
-
isReplayFileDelete
public boolean isReplayFileDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.REPLAY_FILE_DELETE,falseotherwise.
-
replayFileDelete
public static EventType replayFileDelete(ReplayFileDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REPLAY_FILE_DELETE.(file_operations) Deleted files in Replay
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REPLAY_FILE_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getReplayFileDeleteValue
public ReplayFileDeleteType getReplayFileDeleteValue()
(file_operations) Deleted files in ReplayThis instance must be tagged as
EventType.Tag.REPLAY_FILE_DELETE.- Returns:
- The
ReplayFileDeleteTypevalue associated with this instance ifisReplayFileDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisReplayFileDelete()isfalse.
-
isRewindFolder
public boolean isRewindFolder()
- Returns:
trueif this instance is tagged asEventType.Tag.REWIND_FOLDER,falseotherwise.
-
rewindFolder
public static EventType rewindFolder(RewindFolderType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REWIND_FOLDER.(file_operations) Rewound a folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REWIND_FOLDER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRewindFolderValue
public RewindFolderType getRewindFolderValue()
(file_operations) Rewound a folderThis instance must be tagged as
EventType.Tag.REWIND_FOLDER.- Returns:
- The
RewindFolderTypevalue associated with this instance ifisRewindFolder()istrue. - Throws:
java.lang.IllegalStateException- IfisRewindFolder()isfalse.
-
isUndoNamingConvention
public boolean isUndoNamingConvention()
- Returns:
trueif this instance is tagged asEventType.Tag.UNDO_NAMING_CONVENTION,falseotherwise.
-
undoNamingConvention
public static EventType undoNamingConvention(UndoNamingConventionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.UNDO_NAMING_CONVENTION.(file_operations) Reverted naming convention
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.UNDO_NAMING_CONVENTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUndoNamingConventionValue
public UndoNamingConventionType getUndoNamingConventionValue()
(file_operations) Reverted naming conventionThis instance must be tagged as
EventType.Tag.UNDO_NAMING_CONVENTION.- Returns:
- The
UndoNamingConventionTypevalue associated with this instance ifisUndoNamingConvention()istrue. - Throws:
java.lang.IllegalStateException- IfisUndoNamingConvention()isfalse.
-
isUndoOrganizeFolderWithTidy
public boolean isUndoOrganizeFolderWithTidy()
Returnstrueif this instance has the tagEventType.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY,falseotherwise.
-
undoOrganizeFolderWithTidy
public static EventType undoOrganizeFolderWithTidy(UndoOrganizeFolderWithTidyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY.(file_operations) Removed multi-file organize
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUndoOrganizeFolderWithTidyValue
public UndoOrganizeFolderWithTidyType getUndoOrganizeFolderWithTidyValue()
(file_operations) Removed multi-file organizeThis instance must be tagged as
EventType.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY.- Returns:
- The
UndoOrganizeFolderWithTidyTypevalue associated with this instance ifisUndoOrganizeFolderWithTidy()istrue. - Throws:
java.lang.IllegalStateException- IfisUndoOrganizeFolderWithTidy()isfalse.
-
isUserTagsAdded
public boolean isUserTagsAdded()
- Returns:
trueif this instance is tagged asEventType.Tag.USER_TAGS_ADDED,falseotherwise.
-
userTagsAdded
public static EventType userTagsAdded(UserTagsAddedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.USER_TAGS_ADDED.(file_operations) Tagged a file
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.USER_TAGS_ADDED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUserTagsAddedValue
public UserTagsAddedType getUserTagsAddedValue()
(file_operations) Tagged a fileThis instance must be tagged as
EventType.Tag.USER_TAGS_ADDED.- Returns:
- The
UserTagsAddedTypevalue associated with this instance ifisUserTagsAdded()istrue. - Throws:
java.lang.IllegalStateException- IfisUserTagsAdded()isfalse.
-
isUserTagsRemoved
public boolean isUserTagsRemoved()
- Returns:
trueif this instance is tagged asEventType.Tag.USER_TAGS_REMOVED,falseotherwise.
-
userTagsRemoved
public static EventType userTagsRemoved(UserTagsRemovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.USER_TAGS_REMOVED.(file_operations) Removed tags
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.USER_TAGS_REMOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUserTagsRemovedValue
public UserTagsRemovedType getUserTagsRemovedValue()
(file_operations) Removed tagsThis instance must be tagged as
EventType.Tag.USER_TAGS_REMOVED.- Returns:
- The
UserTagsRemovedTypevalue associated with this instance ifisUserTagsRemoved()istrue. - Throws:
java.lang.IllegalStateException- IfisUserTagsRemoved()isfalse.
-
isEmailIngestReceiveFile
public boolean isEmailIngestReceiveFile()
- Returns:
trueif this instance is tagged asEventType.Tag.EMAIL_INGEST_RECEIVE_FILE,falseotherwise.
-
emailIngestReceiveFile
public static EventType emailIngestReceiveFile(EmailIngestReceiveFileType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMAIL_INGEST_RECEIVE_FILE.(file_requests) Received files via Email to Dropbox
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMAIL_INGEST_RECEIVE_FILE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmailIngestReceiveFileValue
public EmailIngestReceiveFileType getEmailIngestReceiveFileValue()
(file_requests) Received files via Email to DropboxThis instance must be tagged as
EventType.Tag.EMAIL_INGEST_RECEIVE_FILE.- Returns:
- The
EmailIngestReceiveFileTypevalue associated with this instance ifisEmailIngestReceiveFile()istrue. - Throws:
java.lang.IllegalStateException- IfisEmailIngestReceiveFile()isfalse.
-
isFileRequestChange
public boolean isFileRequestChange()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUEST_CHANGE,falseotherwise.
-
fileRequestChange
public static EventType fileRequestChange(FileRequestChangeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUEST_CHANGE.(file_requests) Changed file request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUEST_CHANGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestChangeValue
public FileRequestChangeType getFileRequestChangeValue()
(file_requests) Changed file requestThis instance must be tagged as
EventType.Tag.FILE_REQUEST_CHANGE.- Returns:
- The
FileRequestChangeTypevalue associated with this instance ifisFileRequestChange()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestChange()isfalse.
-
isFileRequestClose
public boolean isFileRequestClose()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUEST_CLOSE,falseotherwise.
-
fileRequestClose
public static EventType fileRequestClose(FileRequestCloseType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUEST_CLOSE.(file_requests) Closed file request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUEST_CLOSE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestCloseValue
public FileRequestCloseType getFileRequestCloseValue()
(file_requests) Closed file requestThis instance must be tagged as
EventType.Tag.FILE_REQUEST_CLOSE.- Returns:
- The
FileRequestCloseTypevalue associated with this instance ifisFileRequestClose()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestClose()isfalse.
-
isFileRequestCreate
public boolean isFileRequestCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUEST_CREATE,falseotherwise.
-
fileRequestCreate
public static EventType fileRequestCreate(FileRequestCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUEST_CREATE.(file_requests) Created file request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUEST_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestCreateValue
public FileRequestCreateType getFileRequestCreateValue()
(file_requests) Created file requestThis instance must be tagged as
EventType.Tag.FILE_REQUEST_CREATE.- Returns:
- The
FileRequestCreateTypevalue associated with this instance ifisFileRequestCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestCreate()isfalse.
-
isFileRequestDelete
public boolean isFileRequestDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUEST_DELETE,falseotherwise.
-
fileRequestDelete
public static EventType fileRequestDelete(FileRequestDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUEST_DELETE.(file_requests) Delete file request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUEST_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestDeleteValue
public FileRequestDeleteType getFileRequestDeleteValue()
(file_requests) Delete file requestThis instance must be tagged as
EventType.Tag.FILE_REQUEST_DELETE.- Returns:
- The
FileRequestDeleteTypevalue associated with this instance ifisFileRequestDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestDelete()isfalse.
-
isFileRequestReceiveFile
public boolean isFileRequestReceiveFile()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUEST_RECEIVE_FILE,falseotherwise.
-
fileRequestReceiveFile
public static EventType fileRequestReceiveFile(FileRequestReceiveFileType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUEST_RECEIVE_FILE.(file_requests) Received files for file request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUEST_RECEIVE_FILE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestReceiveFileValue
public FileRequestReceiveFileType getFileRequestReceiveFileValue()
(file_requests) Received files for file requestThis instance must be tagged as
EventType.Tag.FILE_REQUEST_RECEIVE_FILE.- Returns:
- The
FileRequestReceiveFileTypevalue associated with this instance ifisFileRequestReceiveFile()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestReceiveFile()isfalse.
-
isGroupAddExternalId
public boolean isGroupAddExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_ADD_EXTERNAL_ID,falseotherwise.
-
groupAddExternalId
public static EventType groupAddExternalId(GroupAddExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_ADD_EXTERNAL_ID.(groups) Added external ID for group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_ADD_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupAddExternalIdValue
public GroupAddExternalIdType getGroupAddExternalIdValue()
(groups) Added external ID for groupThis instance must be tagged as
EventType.Tag.GROUP_ADD_EXTERNAL_ID.- Returns:
- The
GroupAddExternalIdTypevalue associated with this instance ifisGroupAddExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupAddExternalId()isfalse.
-
isGroupAddMember
public boolean isGroupAddMember()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_ADD_MEMBER,falseotherwise.
-
groupAddMember
public static EventType groupAddMember(GroupAddMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_ADD_MEMBER.(groups) Added team members to group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_ADD_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupAddMemberValue
public GroupAddMemberType getGroupAddMemberValue()
(groups) Added team members to groupThis instance must be tagged as
EventType.Tag.GROUP_ADD_MEMBER.- Returns:
- The
GroupAddMemberTypevalue associated with this instance ifisGroupAddMember()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupAddMember()isfalse.
-
isGroupChangeExternalId
public boolean isGroupChangeExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_CHANGE_EXTERNAL_ID,falseotherwise.
-
groupChangeExternalId
public static EventType groupChangeExternalId(GroupChangeExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_CHANGE_EXTERNAL_ID.(groups) Changed external ID for group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_CHANGE_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeExternalIdValue
public GroupChangeExternalIdType getGroupChangeExternalIdValue()
(groups) Changed external ID for groupThis instance must be tagged as
EventType.Tag.GROUP_CHANGE_EXTERNAL_ID.- Returns:
- The
GroupChangeExternalIdTypevalue associated with this instance ifisGroupChangeExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeExternalId()isfalse.
-
isGroupChangeManagementType
public boolean isGroupChangeManagementType()
Returnstrueif this instance has the tagEventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE,falseotherwise.
-
groupChangeManagementType
public static EventType groupChangeManagementType(GroupChangeManagementTypeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE.(groups) Changed group management type
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeManagementTypeValue
public GroupChangeManagementTypeType getGroupChangeManagementTypeValue()
(groups) Changed group management typeThis instance must be tagged as
EventType.Tag.GROUP_CHANGE_MANAGEMENT_TYPE.- Returns:
- The
GroupChangeManagementTypeTypevalue associated with this instance ifisGroupChangeManagementType()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeManagementType()isfalse.
-
isGroupChangeMemberRole
public boolean isGroupChangeMemberRole()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_CHANGE_MEMBER_ROLE,falseotherwise.
-
groupChangeMemberRole
public static EventType groupChangeMemberRole(GroupChangeMemberRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_CHANGE_MEMBER_ROLE.(groups) Changed manager permissions of group member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_CHANGE_MEMBER_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeMemberRoleValue
public GroupChangeMemberRoleType getGroupChangeMemberRoleValue()
(groups) Changed manager permissions of group memberThis instance must be tagged as
EventType.Tag.GROUP_CHANGE_MEMBER_ROLE.- Returns:
- The
GroupChangeMemberRoleTypevalue associated with this instance ifisGroupChangeMemberRole()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeMemberRole()isfalse.
-
isGroupCreate
public boolean isGroupCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_CREATE,falseotherwise.
-
groupCreate
public static EventType groupCreate(GroupCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_CREATE.(groups) Created group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupCreateValue
public GroupCreateType getGroupCreateValue()
(groups) Created groupThis instance must be tagged as
EventType.Tag.GROUP_CREATE.- Returns:
- The
GroupCreateTypevalue associated with this instance ifisGroupCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupCreate()isfalse.
-
isGroupDelete
public boolean isGroupDelete()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_DELETE,falseotherwise.
-
groupDelete
public static EventType groupDelete(GroupDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_DELETE.(groups) Deleted group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupDeleteValue
public GroupDeleteType getGroupDeleteValue()
(groups) Deleted groupThis instance must be tagged as
EventType.Tag.GROUP_DELETE.- Returns:
- The
GroupDeleteTypevalue associated with this instance ifisGroupDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupDelete()isfalse.
-
isGroupDescriptionUpdated
public boolean isGroupDescriptionUpdated()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_DESCRIPTION_UPDATED,falseotherwise.
-
groupDescriptionUpdated
public static EventType groupDescriptionUpdated(GroupDescriptionUpdatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_DESCRIPTION_UPDATED.(groups) Updated group (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_DESCRIPTION_UPDATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupDescriptionUpdatedValue
public GroupDescriptionUpdatedType getGroupDescriptionUpdatedValue()
(groups) Updated group (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.GROUP_DESCRIPTION_UPDATED.- Returns:
- The
GroupDescriptionUpdatedTypevalue associated with this instance ifisGroupDescriptionUpdated()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupDescriptionUpdated()isfalse.
-
isGroupJoinPolicyUpdated
public boolean isGroupJoinPolicyUpdated()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_JOIN_POLICY_UPDATED,falseotherwise.
-
groupJoinPolicyUpdated
public static EventType groupJoinPolicyUpdated(GroupJoinPolicyUpdatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_JOIN_POLICY_UPDATED.(groups) Updated group join policy (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_JOIN_POLICY_UPDATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupJoinPolicyUpdatedValue
public GroupJoinPolicyUpdatedType getGroupJoinPolicyUpdatedValue()
(groups) Updated group join policy (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.GROUP_JOIN_POLICY_UPDATED.- Returns:
- The
GroupJoinPolicyUpdatedTypevalue associated with this instance ifisGroupJoinPolicyUpdated()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupJoinPolicyUpdated()isfalse.
-
isGroupMoved
public boolean isGroupMoved()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_MOVED,falseotherwise.
-
groupMoved
public static EventType groupMoved(GroupMovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_MOVED.(groups) Moved group (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_MOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupMovedValue
public GroupMovedType getGroupMovedValue()
(groups) Moved group (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.GROUP_MOVED.- Returns:
- The
GroupMovedTypevalue associated with this instance ifisGroupMoved()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupMoved()isfalse.
-
isGroupRemoveExternalId
public boolean isGroupRemoveExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_REMOVE_EXTERNAL_ID,falseotherwise.
-
groupRemoveExternalId
public static EventType groupRemoveExternalId(GroupRemoveExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_REMOVE_EXTERNAL_ID.(groups) Removed external ID for group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_REMOVE_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRemoveExternalIdValue
public GroupRemoveExternalIdType getGroupRemoveExternalIdValue()
(groups) Removed external ID for groupThis instance must be tagged as
EventType.Tag.GROUP_REMOVE_EXTERNAL_ID.- Returns:
- The
GroupRemoveExternalIdTypevalue associated with this instance ifisGroupRemoveExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRemoveExternalId()isfalse.
-
isGroupRemoveMember
public boolean isGroupRemoveMember()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_REMOVE_MEMBER,falseotherwise.
-
groupRemoveMember
public static EventType groupRemoveMember(GroupRemoveMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_REMOVE_MEMBER.(groups) Removed team members from group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_REMOVE_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRemoveMemberValue
public GroupRemoveMemberType getGroupRemoveMemberValue()
(groups) Removed team members from groupThis instance must be tagged as
EventType.Tag.GROUP_REMOVE_MEMBER.- Returns:
- The
GroupRemoveMemberTypevalue associated with this instance ifisGroupRemoveMember()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRemoveMember()isfalse.
-
isGroupRename
public boolean isGroupRename()
- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_RENAME,falseotherwise.
-
groupRename
public static EventType groupRename(GroupRenameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_RENAME.(groups) Renamed group
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_RENAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRenameValue
public GroupRenameType getGroupRenameValue()
(groups) Renamed groupThis instance must be tagged as
EventType.Tag.GROUP_RENAME.- Returns:
- The
GroupRenameTypevalue associated with this instance ifisGroupRename()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRename()isfalse.
-
isAccountLockOrUnlocked
public boolean isAccountLockOrUnlocked()
- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_LOCK_OR_UNLOCKED,falseotherwise.
-
accountLockOrUnlocked
public static EventType accountLockOrUnlocked(AccountLockOrUnlockedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_LOCK_OR_UNLOCKED.(logins) Unlocked/locked account after failed sign in attempts
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_LOCK_OR_UNLOCKED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountLockOrUnlockedValue
public AccountLockOrUnlockedType getAccountLockOrUnlockedValue()
(logins) Unlocked/locked account after failed sign in attemptsThis instance must be tagged as
EventType.Tag.ACCOUNT_LOCK_OR_UNLOCKED.- Returns:
- The
AccountLockOrUnlockedTypevalue associated with this instance ifisAccountLockOrUnlocked()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountLockOrUnlocked()isfalse.
-
isEmmError
public boolean isEmmError()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_ERROR,falseotherwise.
-
emmError
public static EventType emmError(EmmErrorType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_ERROR.(logins) Failed to sign in via EMM (deprecated, replaced by 'Failed to sign in')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_ERROR. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmErrorValue
public EmmErrorType getEmmErrorValue()
(logins) Failed to sign in via EMM (deprecated, replaced by 'Failed to sign in')This instance must be tagged as
EventType.Tag.EMM_ERROR.- Returns:
- The
EmmErrorTypevalue associated with this instance ifisEmmError()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmError()isfalse.
-
isGuestAdminSignedInViaTrustedTeams
public boolean isGuestAdminSignedInViaTrustedTeams()
Returnstrueif this instance has the tagEventType.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS,falseotherwise.
-
guestAdminSignedInViaTrustedTeams
public static EventType guestAdminSignedInViaTrustedTeams(GuestAdminSignedInViaTrustedTeamsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS.(logins) Started trusted team admin session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminSignedInViaTrustedTeamsValue
public GuestAdminSignedInViaTrustedTeamsType getGuestAdminSignedInViaTrustedTeamsValue()
(logins) Started trusted team admin sessionThis instance must be tagged as
EventType.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS.- Returns:
- The
GuestAdminSignedInViaTrustedTeamsTypevalue associated with this instance ifisGuestAdminSignedInViaTrustedTeams()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminSignedInViaTrustedTeams()isfalse.
-
isGuestAdminSignedOutViaTrustedTeams
public boolean isGuestAdminSignedOutViaTrustedTeams()
Returnstrueif this instance has the tagEventType.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS,falseotherwise.
-
guestAdminSignedOutViaTrustedTeams
public static EventType guestAdminSignedOutViaTrustedTeams(GuestAdminSignedOutViaTrustedTeamsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS.(logins) Ended trusted team admin session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminSignedOutViaTrustedTeamsValue
public GuestAdminSignedOutViaTrustedTeamsType getGuestAdminSignedOutViaTrustedTeamsValue()
(logins) Ended trusted team admin sessionThis instance must be tagged as
EventType.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS.- Returns:
- The
GuestAdminSignedOutViaTrustedTeamsTypevalue associated with this instance ifisGuestAdminSignedOutViaTrustedTeams()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminSignedOutViaTrustedTeams()isfalse.
-
isLoginFail
public boolean isLoginFail()
- Returns:
trueif this instance is tagged asEventType.Tag.LOGIN_FAIL,falseotherwise.
-
loginFail
public static EventType loginFail(LoginFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LOGIN_FAIL.(logins) Failed to sign in
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LOGIN_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLoginFailValue
public LoginFailType getLoginFailValue()
(logins) Failed to sign inThis instance must be tagged as
EventType.Tag.LOGIN_FAIL.- Returns:
- The
LoginFailTypevalue associated with this instance ifisLoginFail()istrue. - Throws:
java.lang.IllegalStateException- IfisLoginFail()isfalse.
-
isLoginSuccess
public boolean isLoginSuccess()
- Returns:
trueif this instance is tagged asEventType.Tag.LOGIN_SUCCESS,falseotherwise.
-
loginSuccess
public static EventType loginSuccess(LoginSuccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.LOGIN_SUCCESS.(logins) Signed in
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LOGIN_SUCCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLoginSuccessValue
public LoginSuccessType getLoginSuccessValue()
(logins) Signed inThis instance must be tagged as
EventType.Tag.LOGIN_SUCCESS.- Returns:
- The
LoginSuccessTypevalue associated with this instance ifisLoginSuccess()istrue. - Throws:
java.lang.IllegalStateException- IfisLoginSuccess()isfalse.
-
isLogout
public boolean isLogout()
- Returns:
trueif this instance is tagged asEventType.Tag.LOGOUT,falseotherwise.
-
logout
public static EventType logout(LogoutType value)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.LOGOUT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLogoutValue
public LogoutType getLogoutValue()
(logins) Signed outThis instance must be tagged as
EventType.Tag.LOGOUT.- Returns:
- The
LogoutTypevalue associated with this instance ifisLogout()istrue. - Throws:
java.lang.IllegalStateException- IfisLogout()isfalse.
-
isResellerSupportSessionEnd
public boolean isResellerSupportSessionEnd()
Returnstrueif this instance has the tagEventType.Tag.RESELLER_SUPPORT_SESSION_END,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RESELLER_SUPPORT_SESSION_END,falseotherwise.
-
resellerSupportSessionEnd
public static EventType resellerSupportSessionEnd(ResellerSupportSessionEndType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RESELLER_SUPPORT_SESSION_END.(logins) Ended reseller support session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RESELLER_SUPPORT_SESSION_END. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportSessionEndValue
public ResellerSupportSessionEndType getResellerSupportSessionEndValue()
(logins) Ended reseller support sessionThis instance must be tagged as
EventType.Tag.RESELLER_SUPPORT_SESSION_END.- Returns:
- The
ResellerSupportSessionEndTypevalue associated with this instance ifisResellerSupportSessionEnd()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportSessionEnd()isfalse.
-
isResellerSupportSessionStart
public boolean isResellerSupportSessionStart()
Returnstrueif this instance has the tagEventType.Tag.RESELLER_SUPPORT_SESSION_START,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RESELLER_SUPPORT_SESSION_START,falseotherwise.
-
resellerSupportSessionStart
public static EventType resellerSupportSessionStart(ResellerSupportSessionStartType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RESELLER_SUPPORT_SESSION_START.(logins) Started reseller support session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RESELLER_SUPPORT_SESSION_START. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportSessionStartValue
public ResellerSupportSessionStartType getResellerSupportSessionStartValue()
(logins) Started reseller support sessionThis instance must be tagged as
EventType.Tag.RESELLER_SUPPORT_SESSION_START.- Returns:
- The
ResellerSupportSessionStartTypevalue associated with this instance ifisResellerSupportSessionStart()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportSessionStart()isfalse.
-
isSignInAsSessionEnd
public boolean isSignInAsSessionEnd()
- Returns:
trueif this instance is tagged asEventType.Tag.SIGN_IN_AS_SESSION_END,falseotherwise.
-
signInAsSessionEnd
public static EventType signInAsSessionEnd(SignInAsSessionEndType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SIGN_IN_AS_SESSION_END.(logins) Ended admin sign-in-as session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SIGN_IN_AS_SESSION_END. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSignInAsSessionEndValue
public SignInAsSessionEndType getSignInAsSessionEndValue()
(logins) Ended admin sign-in-as sessionThis instance must be tagged as
EventType.Tag.SIGN_IN_AS_SESSION_END.- Returns:
- The
SignInAsSessionEndTypevalue associated with this instance ifisSignInAsSessionEnd()istrue. - Throws:
java.lang.IllegalStateException- IfisSignInAsSessionEnd()isfalse.
-
isSignInAsSessionStart
public boolean isSignInAsSessionStart()
- Returns:
trueif this instance is tagged asEventType.Tag.SIGN_IN_AS_SESSION_START,falseotherwise.
-
signInAsSessionStart
public static EventType signInAsSessionStart(SignInAsSessionStartType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SIGN_IN_AS_SESSION_START.(logins) Started admin sign-in-as session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SIGN_IN_AS_SESSION_START. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSignInAsSessionStartValue
public SignInAsSessionStartType getSignInAsSessionStartValue()
(logins) Started admin sign-in-as sessionThis instance must be tagged as
EventType.Tag.SIGN_IN_AS_SESSION_START.- Returns:
- The
SignInAsSessionStartTypevalue associated with this instance ifisSignInAsSessionStart()istrue. - Throws:
java.lang.IllegalStateException- IfisSignInAsSessionStart()isfalse.
-
isSsoError
public boolean isSsoError()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_ERROR,falseotherwise.
-
ssoError
public static EventType ssoError(SsoErrorType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_ERROR.(logins) Failed to sign in via SSO (deprecated, replaced by 'Failed to sign in')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_ERROR. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoErrorValue
public SsoErrorType getSsoErrorValue()
(logins) Failed to sign in via SSO (deprecated, replaced by 'Failed to sign in')This instance must be tagged as
EventType.Tag.SSO_ERROR.- Returns:
- The
SsoErrorTypevalue associated with this instance ifisSsoError()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoError()isfalse.
-
isBackupAdminInvitationSent
public boolean isBackupAdminInvitationSent()
Returnstrueif this instance has the tagEventType.Tag.BACKUP_ADMIN_INVITATION_SENT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.BACKUP_ADMIN_INVITATION_SENT,falseotherwise.
-
backupAdminInvitationSent
public static EventType backupAdminInvitationSent(BackupAdminInvitationSentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BACKUP_ADMIN_INVITATION_SENT.(members) Invited members to activate Backup
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BACKUP_ADMIN_INVITATION_SENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBackupAdminInvitationSentValue
public BackupAdminInvitationSentType getBackupAdminInvitationSentValue()
(members) Invited members to activate BackupThis instance must be tagged as
EventType.Tag.BACKUP_ADMIN_INVITATION_SENT.- Returns:
- The
BackupAdminInvitationSentTypevalue associated with this instance ifisBackupAdminInvitationSent()istrue. - Throws:
java.lang.IllegalStateException- IfisBackupAdminInvitationSent()isfalse.
-
isBackupInvitationOpened
public boolean isBackupInvitationOpened()
- Returns:
trueif this instance is tagged asEventType.Tag.BACKUP_INVITATION_OPENED,falseotherwise.
-
backupInvitationOpened
public static EventType backupInvitationOpened(BackupInvitationOpenedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BACKUP_INVITATION_OPENED.(members) Opened Backup invite
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BACKUP_INVITATION_OPENED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBackupInvitationOpenedValue
public BackupInvitationOpenedType getBackupInvitationOpenedValue()
(members) Opened Backup inviteThis instance must be tagged as
EventType.Tag.BACKUP_INVITATION_OPENED.- Returns:
- The
BackupInvitationOpenedTypevalue associated with this instance ifisBackupInvitationOpened()istrue. - Throws:
java.lang.IllegalStateException- IfisBackupInvitationOpened()isfalse.
-
isCreateTeamInviteLink
public boolean isCreateTeamInviteLink()
- Returns:
trueif this instance is tagged asEventType.Tag.CREATE_TEAM_INVITE_LINK,falseotherwise.
-
createTeamInviteLink
public static EventType createTeamInviteLink(CreateTeamInviteLinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CREATE_TEAM_INVITE_LINK.(members) Created team invite link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CREATE_TEAM_INVITE_LINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCreateTeamInviteLinkValue
public CreateTeamInviteLinkType getCreateTeamInviteLinkValue()
(members) Created team invite linkThis instance must be tagged as
EventType.Tag.CREATE_TEAM_INVITE_LINK.- Returns:
- The
CreateTeamInviteLinkTypevalue associated with this instance ifisCreateTeamInviteLink()istrue. - Throws:
java.lang.IllegalStateException- IfisCreateTeamInviteLink()isfalse.
-
isDeleteTeamInviteLink
public boolean isDeleteTeamInviteLink()
- Returns:
trueif this instance is tagged asEventType.Tag.DELETE_TEAM_INVITE_LINK,falseotherwise.
-
deleteTeamInviteLink
public static EventType deleteTeamInviteLink(DeleteTeamInviteLinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DELETE_TEAM_INVITE_LINK.(members) Deleted team invite link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DELETE_TEAM_INVITE_LINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeleteTeamInviteLinkValue
public DeleteTeamInviteLinkType getDeleteTeamInviteLinkValue()
(members) Deleted team invite linkThis instance must be tagged as
EventType.Tag.DELETE_TEAM_INVITE_LINK.- Returns:
- The
DeleteTeamInviteLinkTypevalue associated with this instance ifisDeleteTeamInviteLink()istrue. - Throws:
java.lang.IllegalStateException- IfisDeleteTeamInviteLink()isfalse.
-
isMemberAddExternalId
public boolean isMemberAddExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_ADD_EXTERNAL_ID,falseotherwise.
-
memberAddExternalId
public static EventType memberAddExternalId(MemberAddExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_ADD_EXTERNAL_ID.(members) Added an external ID for team member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_ADD_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberAddExternalIdValue
public MemberAddExternalIdType getMemberAddExternalIdValue()
(members) Added an external ID for team memberThis instance must be tagged as
EventType.Tag.MEMBER_ADD_EXTERNAL_ID.- Returns:
- The
MemberAddExternalIdTypevalue associated with this instance ifisMemberAddExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberAddExternalId()isfalse.
-
isMemberAddName
public boolean isMemberAddName()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_ADD_NAME,falseotherwise.
-
memberAddName
public static EventType memberAddName(MemberAddNameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_ADD_NAME.(members) Added team member name
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_ADD_NAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberAddNameValue
public MemberAddNameType getMemberAddNameValue()
(members) Added team member nameThis instance must be tagged as
EventType.Tag.MEMBER_ADD_NAME.- Returns:
- The
MemberAddNameTypevalue associated with this instance ifisMemberAddName()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberAddName()isfalse.
-
isMemberChangeAdminRole
public boolean isMemberChangeAdminRole()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_ADMIN_ROLE,falseotherwise.
-
memberChangeAdminRole
public static EventType memberChangeAdminRole(MemberChangeAdminRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_ADMIN_ROLE.(members) Changed team member admin role
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_ADMIN_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeAdminRoleValue
public MemberChangeAdminRoleType getMemberChangeAdminRoleValue()
(members) Changed team member admin roleThis instance must be tagged as
EventType.Tag.MEMBER_CHANGE_ADMIN_ROLE.- Returns:
- The
MemberChangeAdminRoleTypevalue associated with this instance ifisMemberChangeAdminRole()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeAdminRole()isfalse.
-
isMemberChangeEmail
public boolean isMemberChangeEmail()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_EMAIL,falseotherwise.
-
memberChangeEmail
public static EventType memberChangeEmail(MemberChangeEmailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_EMAIL.(members) Changed team member email
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_EMAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeEmailValue
public MemberChangeEmailType getMemberChangeEmailValue()
(members) Changed team member emailThis instance must be tagged as
EventType.Tag.MEMBER_CHANGE_EMAIL.- Returns:
- The
MemberChangeEmailTypevalue associated with this instance ifisMemberChangeEmail()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeEmail()isfalse.
-
isMemberChangeExternalId
public boolean isMemberChangeExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_EXTERNAL_ID,falseotherwise.
-
memberChangeExternalId
public static EventType memberChangeExternalId(MemberChangeExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_EXTERNAL_ID.(members) Changed the external ID for team member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeExternalIdValue
public MemberChangeExternalIdType getMemberChangeExternalIdValue()
(members) Changed the external ID for team memberThis instance must be tagged as
EventType.Tag.MEMBER_CHANGE_EXTERNAL_ID.- Returns:
- The
MemberChangeExternalIdTypevalue associated with this instance ifisMemberChangeExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeExternalId()isfalse.
-
isMemberChangeMembershipType
public boolean isMemberChangeMembershipType()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE,falseotherwise.
-
memberChangeMembershipType
public static EventType memberChangeMembershipType(MemberChangeMembershipTypeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE.(members) Changed membership type (limited/full) of member (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeMembershipTypeValue
public MemberChangeMembershipTypeType getMemberChangeMembershipTypeValue()
(members) Changed membership type (limited/full) of member (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE.- Returns:
- The
MemberChangeMembershipTypeTypevalue associated with this instance ifisMemberChangeMembershipType()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeMembershipType()isfalse.
-
isMemberChangeName
public boolean isMemberChangeName()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_NAME,falseotherwise.
-
memberChangeName
public static EventType memberChangeName(MemberChangeNameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_NAME.(members) Changed team member name
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_NAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeNameValue
public MemberChangeNameType getMemberChangeNameValue()
(members) Changed team member nameThis instance must be tagged as
EventType.Tag.MEMBER_CHANGE_NAME.- Returns:
- The
MemberChangeNameTypevalue associated with this instance ifisMemberChangeName()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeName()isfalse.
-
isMemberChangeResellerRole
public boolean isMemberChangeResellerRole()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_CHANGE_RESELLER_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_RESELLER_ROLE,falseotherwise.
-
memberChangeResellerRole
public static EventType memberChangeResellerRole(MemberChangeResellerRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_RESELLER_ROLE.(members) Changed team member reseller role
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_RESELLER_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeResellerRoleValue
public MemberChangeResellerRoleType getMemberChangeResellerRoleValue()
(members) Changed team member reseller roleThis instance must be tagged as
EventType.Tag.MEMBER_CHANGE_RESELLER_ROLE.- Returns:
- The
MemberChangeResellerRoleTypevalue associated with this instance ifisMemberChangeResellerRole()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeResellerRole()isfalse.
-
isMemberChangeStatus
public boolean isMemberChangeStatus()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_CHANGE_STATUS,falseotherwise.
-
memberChangeStatus
public static EventType memberChangeStatus(MemberChangeStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_CHANGE_STATUS.(members) Changed member status (invited, joined, suspended, etc.)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_CHANGE_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeStatusValue
public MemberChangeStatusType getMemberChangeStatusValue()
(members) Changed member status (invited, joined, suspended, etc.)This instance must be tagged as
EventType.Tag.MEMBER_CHANGE_STATUS.- Returns:
- The
MemberChangeStatusTypevalue associated with this instance ifisMemberChangeStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeStatus()isfalse.
-
isMemberDeleteManualContacts
public boolean isMemberDeleteManualContacts()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_DELETE_MANUAL_CONTACTS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_DELETE_MANUAL_CONTACTS,falseotherwise.
-
memberDeleteManualContacts
public static EventType memberDeleteManualContacts(MemberDeleteManualContactsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_DELETE_MANUAL_CONTACTS.(members) Cleared manually added contacts
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_DELETE_MANUAL_CONTACTS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberDeleteManualContactsValue
public MemberDeleteManualContactsType getMemberDeleteManualContactsValue()
(members) Cleared manually added contactsThis instance must be tagged as
EventType.Tag.MEMBER_DELETE_MANUAL_CONTACTS.- Returns:
- The
MemberDeleteManualContactsTypevalue associated with this instance ifisMemberDeleteManualContacts()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberDeleteManualContacts()isfalse.
-
isMemberDeleteProfilePhoto
public boolean isMemberDeleteProfilePhoto()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_DELETE_PROFILE_PHOTO,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_DELETE_PROFILE_PHOTO,falseotherwise.
-
memberDeleteProfilePhoto
public static EventType memberDeleteProfilePhoto(MemberDeleteProfilePhotoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_DELETE_PROFILE_PHOTO.(members) Deleted team member profile photo
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_DELETE_PROFILE_PHOTO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberDeleteProfilePhotoValue
public MemberDeleteProfilePhotoType getMemberDeleteProfilePhotoValue()
(members) Deleted team member profile photoThis instance must be tagged as
EventType.Tag.MEMBER_DELETE_PROFILE_PHOTO.- Returns:
- The
MemberDeleteProfilePhotoTypevalue associated with this instance ifisMemberDeleteProfilePhoto()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberDeleteProfilePhoto()isfalse.
-
isMemberPermanentlyDeleteAccountContents
public boolean isMemberPermanentlyDeleteAccountContents()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS,falseotherwise.
-
memberPermanentlyDeleteAccountContents
public static EventType memberPermanentlyDeleteAccountContents(MemberPermanentlyDeleteAccountContentsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS.(members) Permanently deleted contents of deleted team member account
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberPermanentlyDeleteAccountContentsValue
public MemberPermanentlyDeleteAccountContentsType getMemberPermanentlyDeleteAccountContentsValue()
(members) Permanently deleted contents of deleted team member accountThis instance must be tagged as
EventType.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS.- Returns:
- The
MemberPermanentlyDeleteAccountContentsTypevalue associated with this instance ifisMemberPermanentlyDeleteAccountContents()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberPermanentlyDeleteAccountContents()isfalse.
-
isMemberRemoveExternalId
public boolean isMemberRemoveExternalId()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_REMOVE_EXTERNAL_ID,falseotherwise.
-
memberRemoveExternalId
public static EventType memberRemoveExternalId(MemberRemoveExternalIdType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_REMOVE_EXTERNAL_ID.(members) Removed the external ID for team member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_REMOVE_EXTERNAL_ID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberRemoveExternalIdValue
public MemberRemoveExternalIdType getMemberRemoveExternalIdValue()
(members) Removed the external ID for team memberThis instance must be tagged as
EventType.Tag.MEMBER_REMOVE_EXTERNAL_ID.- Returns:
- The
MemberRemoveExternalIdTypevalue associated with this instance ifisMemberRemoveExternalId()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberRemoveExternalId()isfalse.
-
isMemberSetProfilePhoto
public boolean isMemberSetProfilePhoto()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SET_PROFILE_PHOTO,falseotherwise.
-
memberSetProfilePhoto
public static EventType memberSetProfilePhoto(MemberSetProfilePhotoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SET_PROFILE_PHOTO.(members) Set team member profile photo
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SET_PROFILE_PHOTO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSetProfilePhotoValue
public MemberSetProfilePhotoType getMemberSetProfilePhotoValue()
(members) Set team member profile photoThis instance must be tagged as
EventType.Tag.MEMBER_SET_PROFILE_PHOTO.- Returns:
- The
MemberSetProfilePhotoTypevalue associated with this instance ifisMemberSetProfilePhoto()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSetProfilePhoto()isfalse.
-
isMemberSpaceLimitsAddCustomQuota
public boolean isMemberSpaceLimitsAddCustomQuota()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA,falseotherwise.
-
memberSpaceLimitsAddCustomQuota
public static EventType memberSpaceLimitsAddCustomQuota(MemberSpaceLimitsAddCustomQuotaType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA.(members) Set custom member space limit
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsAddCustomQuotaValue
public MemberSpaceLimitsAddCustomQuotaType getMemberSpaceLimitsAddCustomQuotaValue()
(members) Set custom member space limitThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA.- Returns:
- The
MemberSpaceLimitsAddCustomQuotaTypevalue associated with this instance ifisMemberSpaceLimitsAddCustomQuota()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsAddCustomQuota()isfalse.
-
isMemberSpaceLimitsChangeCustomQuota
public boolean isMemberSpaceLimitsChangeCustomQuota()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA,falseotherwise.
-
memberSpaceLimitsChangeCustomQuota
public static EventType memberSpaceLimitsChangeCustomQuota(MemberSpaceLimitsChangeCustomQuotaType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA.(members) Changed custom member space limit
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeCustomQuotaValue
public MemberSpaceLimitsChangeCustomQuotaType getMemberSpaceLimitsChangeCustomQuotaValue()
(members) Changed custom member space limitThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA.- Returns:
- The
MemberSpaceLimitsChangeCustomQuotaTypevalue associated with this instance ifisMemberSpaceLimitsChangeCustomQuota()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeCustomQuota()isfalse.
-
isMemberSpaceLimitsChangeStatus
public boolean isMemberSpaceLimitsChangeStatus()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS,falseotherwise.
-
memberSpaceLimitsChangeStatus
public static EventType memberSpaceLimitsChangeStatus(MemberSpaceLimitsChangeStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS.(members) Changed space limit status
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeStatusValue
public MemberSpaceLimitsChangeStatusType getMemberSpaceLimitsChangeStatusValue()
(members) Changed space limit statusThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS.- Returns:
- The
MemberSpaceLimitsChangeStatusTypevalue associated with this instance ifisMemberSpaceLimitsChangeStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeStatus()isfalse.
-
isMemberSpaceLimitsRemoveCustomQuota
public boolean isMemberSpaceLimitsRemoveCustomQuota()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA,falseotherwise.
-
memberSpaceLimitsRemoveCustomQuota
public static EventType memberSpaceLimitsRemoveCustomQuota(MemberSpaceLimitsRemoveCustomQuotaType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA.(members) Removed custom member space limit
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsRemoveCustomQuotaValue
public MemberSpaceLimitsRemoveCustomQuotaType getMemberSpaceLimitsRemoveCustomQuotaValue()
(members) Removed custom member space limitThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA.- Returns:
- The
MemberSpaceLimitsRemoveCustomQuotaTypevalue associated with this instance ifisMemberSpaceLimitsRemoveCustomQuota()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsRemoveCustomQuota()isfalse.
-
isMemberSuggest
public boolean isMemberSuggest()
- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SUGGEST,falseotherwise.
-
memberSuggest
public static EventType memberSuggest(MemberSuggestType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SUGGEST.(members) Suggested person to add to team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SUGGEST. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSuggestValue
public MemberSuggestType getMemberSuggestValue()
(members) Suggested person to add to teamThis instance must be tagged as
EventType.Tag.MEMBER_SUGGEST.- Returns:
- The
MemberSuggestTypevalue associated with this instance ifisMemberSuggest()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSuggest()isfalse.
-
isMemberTransferAccountContents
public boolean isMemberTransferAccountContents()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS,falseotherwise.
-
memberTransferAccountContents
public static EventType memberTransferAccountContents(MemberTransferAccountContentsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS.(members) Transferred contents of deleted member account to another member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberTransferAccountContentsValue
public MemberTransferAccountContentsType getMemberTransferAccountContentsValue()
(members) Transferred contents of deleted member account to another memberThis instance must be tagged as
EventType.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS.- Returns:
- The
MemberTransferAccountContentsTypevalue associated with this instance ifisMemberTransferAccountContents()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberTransferAccountContents()isfalse.
-
isPendingSecondaryEmailAdded
public boolean isPendingSecondaryEmailAdded()
Returnstrueif this instance has the tagEventType.Tag.PENDING_SECONDARY_EMAIL_ADDED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PENDING_SECONDARY_EMAIL_ADDED,falseotherwise.
-
pendingSecondaryEmailAdded
public static EventType pendingSecondaryEmailAdded(PendingSecondaryEmailAddedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PENDING_SECONDARY_EMAIL_ADDED.(members) Added pending secondary email
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PENDING_SECONDARY_EMAIL_ADDED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPendingSecondaryEmailAddedValue
public PendingSecondaryEmailAddedType getPendingSecondaryEmailAddedValue()
(members) Added pending secondary emailThis instance must be tagged as
EventType.Tag.PENDING_SECONDARY_EMAIL_ADDED.- Returns:
- The
PendingSecondaryEmailAddedTypevalue associated with this instance ifisPendingSecondaryEmailAdded()istrue. - Throws:
java.lang.IllegalStateException- IfisPendingSecondaryEmailAdded()isfalse.
-
isSecondaryEmailDeleted
public boolean isSecondaryEmailDeleted()
- Returns:
trueif this instance is tagged asEventType.Tag.SECONDARY_EMAIL_DELETED,falseotherwise.
-
secondaryEmailDeleted
public static EventType secondaryEmailDeleted(SecondaryEmailDeletedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SECONDARY_EMAIL_DELETED.(members) Deleted secondary email
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SECONDARY_EMAIL_DELETED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryEmailDeletedValue
public SecondaryEmailDeletedType getSecondaryEmailDeletedValue()
(members) Deleted secondary emailThis instance must be tagged as
EventType.Tag.SECONDARY_EMAIL_DELETED.- Returns:
- The
SecondaryEmailDeletedTypevalue associated with this instance ifisSecondaryEmailDeleted()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryEmailDeleted()isfalse.
-
isSecondaryEmailVerified
public boolean isSecondaryEmailVerified()
- Returns:
trueif this instance is tagged asEventType.Tag.SECONDARY_EMAIL_VERIFIED,falseotherwise.
-
secondaryEmailVerified
public static EventType secondaryEmailVerified(SecondaryEmailVerifiedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SECONDARY_EMAIL_VERIFIED.(members) Verified secondary email
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SECONDARY_EMAIL_VERIFIED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryEmailVerifiedValue
public SecondaryEmailVerifiedType getSecondaryEmailVerifiedValue()
(members) Verified secondary emailThis instance must be tagged as
EventType.Tag.SECONDARY_EMAIL_VERIFIED.- Returns:
- The
SecondaryEmailVerifiedTypevalue associated with this instance ifisSecondaryEmailVerified()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryEmailVerified()isfalse.
-
isSecondaryMailsPolicyChanged
public boolean isSecondaryMailsPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.SECONDARY_MAILS_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SECONDARY_MAILS_POLICY_CHANGED,falseotherwise.
-
secondaryMailsPolicyChanged
public static EventType secondaryMailsPolicyChanged(SecondaryMailsPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SECONDARY_MAILS_POLICY_CHANGED.(members) Secondary mails policy changed
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SECONDARY_MAILS_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryMailsPolicyChangedValue
public SecondaryMailsPolicyChangedType getSecondaryMailsPolicyChangedValue()
(members) Secondary mails policy changedThis instance must be tagged as
EventType.Tag.SECONDARY_MAILS_POLICY_CHANGED.- Returns:
- The
SecondaryMailsPolicyChangedTypevalue associated with this instance ifisSecondaryMailsPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryMailsPolicyChanged()isfalse.
-
isBinderAddPage
public boolean isBinderAddPage()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_ADD_PAGE,falseotherwise.
-
binderAddPage
public static EventType binderAddPage(BinderAddPageType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_ADD_PAGE.(paper) Added Binder page (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_ADD_PAGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderAddPageValue
public BinderAddPageType getBinderAddPageValue()
(paper) Added Binder page (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_ADD_PAGE.- Returns:
- The
BinderAddPageTypevalue associated with this instance ifisBinderAddPage()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderAddPage()isfalse.
-
isBinderAddSection
public boolean isBinderAddSection()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_ADD_SECTION,falseotherwise.
-
binderAddSection
public static EventType binderAddSection(BinderAddSectionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_ADD_SECTION.(paper) Added Binder section (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_ADD_SECTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderAddSectionValue
public BinderAddSectionType getBinderAddSectionValue()
(paper) Added Binder section (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_ADD_SECTION.- Returns:
- The
BinderAddSectionTypevalue associated with this instance ifisBinderAddSection()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderAddSection()isfalse.
-
isBinderRemovePage
public boolean isBinderRemovePage()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_REMOVE_PAGE,falseotherwise.
-
binderRemovePage
public static EventType binderRemovePage(BinderRemovePageType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_REMOVE_PAGE.(paper) Removed Binder page (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_REMOVE_PAGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRemovePageValue
public BinderRemovePageType getBinderRemovePageValue()
(paper) Removed Binder page (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_REMOVE_PAGE.- Returns:
- The
BinderRemovePageTypevalue associated with this instance ifisBinderRemovePage()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRemovePage()isfalse.
-
isBinderRemoveSection
public boolean isBinderRemoveSection()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_REMOVE_SECTION,falseotherwise.
-
binderRemoveSection
public static EventType binderRemoveSection(BinderRemoveSectionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_REMOVE_SECTION.(paper) Removed Binder section (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_REMOVE_SECTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRemoveSectionValue
public BinderRemoveSectionType getBinderRemoveSectionValue()
(paper) Removed Binder section (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_REMOVE_SECTION.- Returns:
- The
BinderRemoveSectionTypevalue associated with this instance ifisBinderRemoveSection()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRemoveSection()isfalse.
-
isBinderRenamePage
public boolean isBinderRenamePage()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_RENAME_PAGE,falseotherwise.
-
binderRenamePage
public static EventType binderRenamePage(BinderRenamePageType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_RENAME_PAGE.(paper) Renamed Binder page (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_RENAME_PAGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRenamePageValue
public BinderRenamePageType getBinderRenamePageValue()
(paper) Renamed Binder page (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_RENAME_PAGE.- Returns:
- The
BinderRenamePageTypevalue associated with this instance ifisBinderRenamePage()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRenamePage()isfalse.
-
isBinderRenameSection
public boolean isBinderRenameSection()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_RENAME_SECTION,falseotherwise.
-
binderRenameSection
public static EventType binderRenameSection(BinderRenameSectionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_RENAME_SECTION.(paper) Renamed Binder section (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_RENAME_SECTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRenameSectionValue
public BinderRenameSectionType getBinderRenameSectionValue()
(paper) Renamed Binder section (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_RENAME_SECTION.- Returns:
- The
BinderRenameSectionTypevalue associated with this instance ifisBinderRenameSection()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRenameSection()isfalse.
-
isBinderReorderPage
public boolean isBinderReorderPage()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_REORDER_PAGE,falseotherwise.
-
binderReorderPage
public static EventType binderReorderPage(BinderReorderPageType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_REORDER_PAGE.(paper) Reordered Binder page (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_REORDER_PAGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderReorderPageValue
public BinderReorderPageType getBinderReorderPageValue()
(paper) Reordered Binder page (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_REORDER_PAGE.- Returns:
- The
BinderReorderPageTypevalue associated with this instance ifisBinderReorderPage()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderReorderPage()isfalse.
-
isBinderReorderSection
public boolean isBinderReorderSection()
- Returns:
trueif this instance is tagged asEventType.Tag.BINDER_REORDER_SECTION,falseotherwise.
-
binderReorderSection
public static EventType binderReorderSection(BinderReorderSectionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.BINDER_REORDER_SECTION.(paper) Reordered Binder section (deprecated, replaced by 'Edited files')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.BINDER_REORDER_SECTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderReorderSectionValue
public BinderReorderSectionType getBinderReorderSectionValue()
(paper) Reordered Binder section (deprecated, replaced by 'Edited files')This instance must be tagged as
EventType.Tag.BINDER_REORDER_SECTION.- Returns:
- The
BinderReorderSectionTypevalue associated with this instance ifisBinderReorderSection()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderReorderSection()isfalse.
-
isPaperContentAddMember
public boolean isPaperContentAddMember()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_ADD_MEMBER,falseotherwise.
-
paperContentAddMember
public static EventType paperContentAddMember(PaperContentAddMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_ADD_MEMBER.(paper) Added users and/or groups to Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_ADD_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentAddMemberValue
public PaperContentAddMemberType getPaperContentAddMemberValue()
(paper) Added users and/or groups to Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_ADD_MEMBER.- Returns:
- The
PaperContentAddMemberTypevalue associated with this instance ifisPaperContentAddMember()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentAddMember()isfalse.
-
isPaperContentAddToFolder
public boolean isPaperContentAddToFolder()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER,falseotherwise.
-
paperContentAddToFolder
public static EventType paperContentAddToFolder(PaperContentAddToFolderType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER.(paper) Added Paper doc/folder to folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentAddToFolderValue
public PaperContentAddToFolderType getPaperContentAddToFolderValue()
(paper) Added Paper doc/folder to folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_ADD_TO_FOLDER.- Returns:
- The
PaperContentAddToFolderTypevalue associated with this instance ifisPaperContentAddToFolder()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentAddToFolder()isfalse.
-
isPaperContentArchive
public boolean isPaperContentArchive()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_ARCHIVE,falseotherwise.
-
paperContentArchive
public static EventType paperContentArchive(PaperContentArchiveType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_ARCHIVE.(paper) Archived Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_ARCHIVE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentArchiveValue
public PaperContentArchiveType getPaperContentArchiveValue()
(paper) Archived Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_ARCHIVE.- Returns:
- The
PaperContentArchiveTypevalue associated with this instance ifisPaperContentArchive()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentArchive()isfalse.
-
isPaperContentCreate
public boolean isPaperContentCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_CREATE,falseotherwise.
-
paperContentCreate
public static EventType paperContentCreate(PaperContentCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_CREATE.(paper) Created Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentCreateValue
public PaperContentCreateType getPaperContentCreateValue()
(paper) Created Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_CREATE.- Returns:
- The
PaperContentCreateTypevalue associated with this instance ifisPaperContentCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentCreate()isfalse.
-
isPaperContentPermanentlyDelete
public boolean isPaperContentPermanentlyDelete()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE,falseotherwise.
-
paperContentPermanentlyDelete
public static EventType paperContentPermanentlyDelete(PaperContentPermanentlyDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE.(paper) Permanently deleted Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentPermanentlyDeleteValue
public PaperContentPermanentlyDeleteType getPaperContentPermanentlyDeleteValue()
(paper) Permanently deleted Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_PERMANENTLY_DELETE.- Returns:
- The
PaperContentPermanentlyDeleteTypevalue associated with this instance ifisPaperContentPermanentlyDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentPermanentlyDelete()isfalse.
-
isPaperContentRemoveFromFolder
public boolean isPaperContentRemoveFromFolder()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER,falseotherwise.
-
paperContentRemoveFromFolder
public static EventType paperContentRemoveFromFolder(PaperContentRemoveFromFolderType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER.(paper) Removed Paper doc/folder from folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRemoveFromFolderValue
public PaperContentRemoveFromFolderType getPaperContentRemoveFromFolderValue()
(paper) Removed Paper doc/folder from folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER.- Returns:
- The
PaperContentRemoveFromFolderTypevalue associated with this instance ifisPaperContentRemoveFromFolder()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRemoveFromFolder()isfalse.
-
isPaperContentRemoveMember
public boolean isPaperContentRemoveMember()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CONTENT_REMOVE_MEMBER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_REMOVE_MEMBER,falseotherwise.
-
paperContentRemoveMember
public static EventType paperContentRemoveMember(PaperContentRemoveMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_REMOVE_MEMBER.(paper) Removed users and/or groups from Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_REMOVE_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRemoveMemberValue
public PaperContentRemoveMemberType getPaperContentRemoveMemberValue()
(paper) Removed users and/or groups from Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_REMOVE_MEMBER.- Returns:
- The
PaperContentRemoveMemberTypevalue associated with this instance ifisPaperContentRemoveMember()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRemoveMember()isfalse.
-
isPaperContentRename
public boolean isPaperContentRename()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_RENAME,falseotherwise.
-
paperContentRename
public static EventType paperContentRename(PaperContentRenameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_RENAME.(paper) Renamed Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_RENAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRenameValue
public PaperContentRenameType getPaperContentRenameValue()
(paper) Renamed Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_RENAME.- Returns:
- The
PaperContentRenameTypevalue associated with this instance ifisPaperContentRename()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRename()isfalse.
-
isPaperContentRestore
public boolean isPaperContentRestore()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CONTENT_RESTORE,falseotherwise.
-
paperContentRestore
public static EventType paperContentRestore(PaperContentRestoreType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CONTENT_RESTORE.(paper) Restored archived Paper doc/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CONTENT_RESTORE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRestoreValue
public PaperContentRestoreType getPaperContentRestoreValue()
(paper) Restored archived Paper doc/folderThis instance must be tagged as
EventType.Tag.PAPER_CONTENT_RESTORE.- Returns:
- The
PaperContentRestoreTypevalue associated with this instance ifisPaperContentRestore()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRestore()isfalse.
-
isPaperDocAddComment
public boolean isPaperDocAddComment()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_ADD_COMMENT,falseotherwise.
-
paperDocAddComment
public static EventType paperDocAddComment(PaperDocAddCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_ADD_COMMENT.(paper) Added Paper doc comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_ADD_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocAddCommentValue
public PaperDocAddCommentType getPaperDocAddCommentValue()
(paper) Added Paper doc commentThis instance must be tagged as
EventType.Tag.PAPER_DOC_ADD_COMMENT.- Returns:
- The
PaperDocAddCommentTypevalue associated with this instance ifisPaperDocAddComment()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocAddComment()isfalse.
-
isPaperDocChangeMemberRole
public boolean isPaperDocChangeMemberRole()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE,falseotherwise.
-
paperDocChangeMemberRole
public static EventType paperDocChangeMemberRole(PaperDocChangeMemberRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE.(paper) Changed member permissions for Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeMemberRoleValue
public PaperDocChangeMemberRoleType getPaperDocChangeMemberRoleValue()
(paper) Changed member permissions for Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE.- Returns:
- The
PaperDocChangeMemberRoleTypevalue associated with this instance ifisPaperDocChangeMemberRole()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeMemberRole()isfalse.
-
isPaperDocChangeSharingPolicy
public boolean isPaperDocChangeSharingPolicy()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY,falseotherwise.
-
paperDocChangeSharingPolicy
public static EventType paperDocChangeSharingPolicy(PaperDocChangeSharingPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY.(paper) Changed sharing setting for Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeSharingPolicyValue
public PaperDocChangeSharingPolicyType getPaperDocChangeSharingPolicyValue()
(paper) Changed sharing setting for Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_CHANGE_SHARING_POLICY.- Returns:
- The
PaperDocChangeSharingPolicyTypevalue associated with this instance ifisPaperDocChangeSharingPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeSharingPolicy()isfalse.
-
isPaperDocChangeSubscription
public boolean isPaperDocChangeSubscription()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION,falseotherwise.
-
paperDocChangeSubscription
public static EventType paperDocChangeSubscription(PaperDocChangeSubscriptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION.(paper) Followed/unfollowed Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeSubscriptionValue
public PaperDocChangeSubscriptionType getPaperDocChangeSubscriptionValue()
(paper) Followed/unfollowed Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION.- Returns:
- The
PaperDocChangeSubscriptionTypevalue associated with this instance ifisPaperDocChangeSubscription()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeSubscription()isfalse.
-
isPaperDocDeleted
public boolean isPaperDocDeleted()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_DELETED,falseotherwise.
-
paperDocDeleted
public static EventType paperDocDeleted(PaperDocDeletedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_DELETED.(paper) Archived Paper doc (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_DELETED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDeletedValue
public PaperDocDeletedType getPaperDocDeletedValue()
(paper) Archived Paper doc (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_DOC_DELETED.- Returns:
- The
PaperDocDeletedTypevalue associated with this instance ifisPaperDocDeleted()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDeleted()isfalse.
-
isPaperDocDeleteComment
public boolean isPaperDocDeleteComment()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_DELETE_COMMENT,falseotherwise.
-
paperDocDeleteComment
public static EventType paperDocDeleteComment(PaperDocDeleteCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_DELETE_COMMENT.(paper) Deleted Paper doc comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_DELETE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDeleteCommentValue
public PaperDocDeleteCommentType getPaperDocDeleteCommentValue()
(paper) Deleted Paper doc commentThis instance must be tagged as
EventType.Tag.PAPER_DOC_DELETE_COMMENT.- Returns:
- The
PaperDocDeleteCommentTypevalue associated with this instance ifisPaperDocDeleteComment()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDeleteComment()isfalse.
-
isPaperDocDownload
public boolean isPaperDocDownload()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_DOWNLOAD,falseotherwise.
-
paperDocDownload
public static EventType paperDocDownload(PaperDocDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_DOWNLOAD.(paper) Downloaded Paper doc in specific format
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDownloadValue
public PaperDocDownloadType getPaperDocDownloadValue()
(paper) Downloaded Paper doc in specific formatThis instance must be tagged as
EventType.Tag.PAPER_DOC_DOWNLOAD.- Returns:
- The
PaperDocDownloadTypevalue associated with this instance ifisPaperDocDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDownload()isfalse.
-
isPaperDocEdit
public boolean isPaperDocEdit()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_EDIT,falseotherwise.
-
paperDocEdit
public static EventType paperDocEdit(PaperDocEditType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_EDIT.(paper) Edited Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_EDIT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocEditValue
public PaperDocEditType getPaperDocEditValue()
(paper) Edited Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_EDIT.- Returns:
- The
PaperDocEditTypevalue associated with this instance ifisPaperDocEdit()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocEdit()isfalse.
-
isPaperDocEditComment
public boolean isPaperDocEditComment()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_EDIT_COMMENT,falseotherwise.
-
paperDocEditComment
public static EventType paperDocEditComment(PaperDocEditCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_EDIT_COMMENT.(paper) Edited Paper doc comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_EDIT_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocEditCommentValue
public PaperDocEditCommentType getPaperDocEditCommentValue()
(paper) Edited Paper doc commentThis instance must be tagged as
EventType.Tag.PAPER_DOC_EDIT_COMMENT.- Returns:
- The
PaperDocEditCommentTypevalue associated with this instance ifisPaperDocEditComment()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocEditComment()isfalse.
-
isPaperDocFollowed
public boolean isPaperDocFollowed()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_FOLLOWED,falseotherwise.
-
paperDocFollowed
public static EventType paperDocFollowed(PaperDocFollowedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_FOLLOWED.(paper) Followed Paper doc (deprecated, replaced by 'Followed/unfollowed Paper doc')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_FOLLOWED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocFollowedValue
public PaperDocFollowedType getPaperDocFollowedValue()
(paper) Followed Paper doc (deprecated, replaced by 'Followed/unfollowed Paper doc')This instance must be tagged as
EventType.Tag.PAPER_DOC_FOLLOWED.- Returns:
- The
PaperDocFollowedTypevalue associated with this instance ifisPaperDocFollowed()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocFollowed()isfalse.
-
isPaperDocMention
public boolean isPaperDocMention()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_MENTION,falseotherwise.
-
paperDocMention
public static EventType paperDocMention(PaperDocMentionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_MENTION.(paper) Mentioned user in Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_MENTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocMentionValue
public PaperDocMentionType getPaperDocMentionValue()
(paper) Mentioned user in Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_MENTION.- Returns:
- The
PaperDocMentionTypevalue associated with this instance ifisPaperDocMention()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocMention()isfalse.
-
isPaperDocOwnershipChanged
public boolean isPaperDocOwnershipChanged()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DOC_OWNERSHIP_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_OWNERSHIP_CHANGED,falseotherwise.
-
paperDocOwnershipChanged
public static EventType paperDocOwnershipChanged(PaperDocOwnershipChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_OWNERSHIP_CHANGED.(paper) Transferred ownership of Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_OWNERSHIP_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocOwnershipChangedValue
public PaperDocOwnershipChangedType getPaperDocOwnershipChangedValue()
(paper) Transferred ownership of Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_OWNERSHIP_CHANGED.- Returns:
- The
PaperDocOwnershipChangedTypevalue associated with this instance ifisPaperDocOwnershipChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocOwnershipChanged()isfalse.
-
isPaperDocRequestAccess
public boolean isPaperDocRequestAccess()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_REQUEST_ACCESS,falseotherwise.
-
paperDocRequestAccess
public static EventType paperDocRequestAccess(PaperDocRequestAccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_REQUEST_ACCESS.(paper) Requested access to Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_REQUEST_ACCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocRequestAccessValue
public PaperDocRequestAccessType getPaperDocRequestAccessValue()
(paper) Requested access to Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_REQUEST_ACCESS.- Returns:
- The
PaperDocRequestAccessTypevalue associated with this instance ifisPaperDocRequestAccess()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocRequestAccess()isfalse.
-
isPaperDocResolveComment
public boolean isPaperDocResolveComment()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_RESOLVE_COMMENT,falseotherwise.
-
paperDocResolveComment
public static EventType paperDocResolveComment(PaperDocResolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_RESOLVE_COMMENT.(paper) Resolved Paper doc comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_RESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocResolveCommentValue
public PaperDocResolveCommentType getPaperDocResolveCommentValue()
(paper) Resolved Paper doc commentThis instance must be tagged as
EventType.Tag.PAPER_DOC_RESOLVE_COMMENT.- Returns:
- The
PaperDocResolveCommentTypevalue associated with this instance ifisPaperDocResolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocResolveComment()isfalse.
-
isPaperDocRevert
public boolean isPaperDocRevert()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_REVERT,falseotherwise.
-
paperDocRevert
public static EventType paperDocRevert(PaperDocRevertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_REVERT.(paper) Restored Paper doc to previous version
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_REVERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocRevertValue
public PaperDocRevertType getPaperDocRevertValue()
(paper) Restored Paper doc to previous versionThis instance must be tagged as
EventType.Tag.PAPER_DOC_REVERT.- Returns:
- The
PaperDocRevertTypevalue associated with this instance ifisPaperDocRevert()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocRevert()isfalse.
-
isPaperDocSlackShare
public boolean isPaperDocSlackShare()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_SLACK_SHARE,falseotherwise.
-
paperDocSlackShare
public static EventType paperDocSlackShare(PaperDocSlackShareType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_SLACK_SHARE.(paper) Shared Paper doc via Slack
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_SLACK_SHARE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocSlackShareValue
public PaperDocSlackShareType getPaperDocSlackShareValue()
(paper) Shared Paper doc via SlackThis instance must be tagged as
EventType.Tag.PAPER_DOC_SLACK_SHARE.- Returns:
- The
PaperDocSlackShareTypevalue associated with this instance ifisPaperDocSlackShare()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocSlackShare()isfalse.
-
isPaperDocTeamInvite
public boolean isPaperDocTeamInvite()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_TEAM_INVITE,falseotherwise.
-
paperDocTeamInvite
public static EventType paperDocTeamInvite(PaperDocTeamInviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_TEAM_INVITE.(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_TEAM_INVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocTeamInviteValue
public PaperDocTeamInviteType getPaperDocTeamInviteValue()
(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_DOC_TEAM_INVITE.- Returns:
- The
PaperDocTeamInviteTypevalue associated with this instance ifisPaperDocTeamInvite()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocTeamInvite()isfalse.
-
isPaperDocTrashed
public boolean isPaperDocTrashed()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_TRASHED,falseotherwise.
-
paperDocTrashed
public static EventType paperDocTrashed(PaperDocTrashedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_TRASHED.(paper) Deleted Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_TRASHED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocTrashedValue
public PaperDocTrashedType getPaperDocTrashedValue()
(paper) Deleted Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_TRASHED.- Returns:
- The
PaperDocTrashedTypevalue associated with this instance ifisPaperDocTrashed()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocTrashed()isfalse.
-
isPaperDocUnresolveComment
public boolean isPaperDocUnresolveComment()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT,falseotherwise.
-
paperDocUnresolveComment
public static EventType paperDocUnresolveComment(PaperDocUnresolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT.(paper) Unresolved Paper doc comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocUnresolveCommentValue
public PaperDocUnresolveCommentType getPaperDocUnresolveCommentValue()
(paper) Unresolved Paper doc commentThis instance must be tagged as
EventType.Tag.PAPER_DOC_UNRESOLVE_COMMENT.- Returns:
- The
PaperDocUnresolveCommentTypevalue associated with this instance ifisPaperDocUnresolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocUnresolveComment()isfalse.
-
isPaperDocUntrashed
public boolean isPaperDocUntrashed()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_UNTRASHED,falseotherwise.
-
paperDocUntrashed
public static EventType paperDocUntrashed(PaperDocUntrashedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_UNTRASHED.(paper) Restored Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_UNTRASHED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocUntrashedValue
public PaperDocUntrashedType getPaperDocUntrashedValue()
(paper) Restored Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_UNTRASHED.- Returns:
- The
PaperDocUntrashedTypevalue associated with this instance ifisPaperDocUntrashed()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocUntrashed()isfalse.
-
isPaperDocView
public boolean isPaperDocView()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DOC_VIEW,falseotherwise.
-
paperDocView
public static EventType paperDocView(PaperDocViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DOC_VIEW.(paper) Viewed Paper doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DOC_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocViewValue
public PaperDocViewType getPaperDocViewValue()
(paper) Viewed Paper docThis instance must be tagged as
EventType.Tag.PAPER_DOC_VIEW.- Returns:
- The
PaperDocViewTypevalue associated with this instance ifisPaperDocView()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocView()isfalse.
-
isPaperExternalViewAllow
public boolean isPaperExternalViewAllow()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW,falseotherwise.
-
paperExternalViewAllow
public static EventType paperExternalViewAllow(PaperExternalViewAllowType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW.(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewAllowValue
public PaperExternalViewAllowType getPaperExternalViewAllowValue()
(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_EXTERNAL_VIEW_ALLOW.- Returns:
- The
PaperExternalViewAllowTypevalue associated with this instance ifisPaperExternalViewAllow()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewAllow()isfalse.
-
isPaperExternalViewDefaultTeam
public boolean isPaperExternalViewDefaultTeam()
Returnstrueif this instance has the tagEventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM,falseotherwise.
-
paperExternalViewDefaultTeam
public static EventType paperExternalViewDefaultTeam(PaperExternalViewDefaultTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM.(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewDefaultTeamValue
public PaperExternalViewDefaultTeamType getPaperExternalViewDefaultTeamValue()
(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM.- Returns:
- The
PaperExternalViewDefaultTeamTypevalue associated with this instance ifisPaperExternalViewDefaultTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewDefaultTeam()isfalse.
-
isPaperExternalViewForbid
public boolean isPaperExternalViewForbid()
Returnstrueif this instance has the tagEventType.Tag.PAPER_EXTERNAL_VIEW_FORBID,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_EXTERNAL_VIEW_FORBID,falseotherwise.
-
paperExternalViewForbid
public static EventType paperExternalViewForbid(PaperExternalViewForbidType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_FORBID.(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_EXTERNAL_VIEW_FORBID. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewForbidValue
public PaperExternalViewForbidType getPaperExternalViewForbidValue()
(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_EXTERNAL_VIEW_FORBID.- Returns:
- The
PaperExternalViewForbidTypevalue associated with this instance ifisPaperExternalViewForbid()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewForbid()isfalse.
-
isPaperFolderChangeSubscription
public boolean isPaperFolderChangeSubscription()
Returnstrueif this instance has the tagEventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION,falseotherwise.
-
paperFolderChangeSubscription
public static EventType paperFolderChangeSubscription(PaperFolderChangeSubscriptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION.(paper) Followed/unfollowed Paper folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderChangeSubscriptionValue
public PaperFolderChangeSubscriptionType getPaperFolderChangeSubscriptionValue()
(paper) Followed/unfollowed Paper folderThis instance must be tagged as
EventType.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION.- Returns:
- The
PaperFolderChangeSubscriptionTypevalue associated with this instance ifisPaperFolderChangeSubscription()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderChangeSubscription()isfalse.
-
isPaperFolderDeleted
public boolean isPaperFolderDeleted()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_FOLDER_DELETED,falseotherwise.
-
paperFolderDeleted
public static EventType paperFolderDeleted(PaperFolderDeletedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_FOLDER_DELETED.(paper) Archived Paper folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_FOLDER_DELETED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderDeletedValue
public PaperFolderDeletedType getPaperFolderDeletedValue()
(paper) Archived Paper folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_FOLDER_DELETED.- Returns:
- The
PaperFolderDeletedTypevalue associated with this instance ifisPaperFolderDeleted()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderDeleted()isfalse.
-
isPaperFolderFollowed
public boolean isPaperFolderFollowed()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_FOLDER_FOLLOWED,falseotherwise.
-
paperFolderFollowed
public static EventType paperFolderFollowed(PaperFolderFollowedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_FOLDER_FOLLOWED.(paper) Followed Paper folder (deprecated, replaced by 'Followed/unfollowed Paper folder')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_FOLDER_FOLLOWED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderFollowedValue
public PaperFolderFollowedType getPaperFolderFollowedValue()
(paper) Followed Paper folder (deprecated, replaced by 'Followed/unfollowed Paper folder')This instance must be tagged as
EventType.Tag.PAPER_FOLDER_FOLLOWED.- Returns:
- The
PaperFolderFollowedTypevalue associated with this instance ifisPaperFolderFollowed()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderFollowed()isfalse.
-
isPaperFolderTeamInvite
public boolean isPaperFolderTeamInvite()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_FOLDER_TEAM_INVITE,falseotherwise.
-
paperFolderTeamInvite
public static EventType paperFolderTeamInvite(PaperFolderTeamInviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_FOLDER_TEAM_INVITE.(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_FOLDER_TEAM_INVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderTeamInviteValue
public PaperFolderTeamInviteType getPaperFolderTeamInviteValue()
(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_FOLDER_TEAM_INVITE.- Returns:
- The
PaperFolderTeamInviteTypevalue associated with this instance ifisPaperFolderTeamInvite()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderTeamInvite()isfalse.
-
isPaperPublishedLinkChangePermission
public boolean isPaperPublishedLinkChangePermission()
Returnstrueif this instance has the tagEventType.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION,falseotherwise.
-
paperPublishedLinkChangePermission
public static EventType paperPublishedLinkChangePermission(PaperPublishedLinkChangePermissionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION.(paper) Changed permissions for published doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkChangePermissionValue
public PaperPublishedLinkChangePermissionType getPaperPublishedLinkChangePermissionValue()
(paper) Changed permissions for published docThis instance must be tagged as
EventType.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION.- Returns:
- The
PaperPublishedLinkChangePermissionTypevalue associated with this instance ifisPaperPublishedLinkChangePermission()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkChangePermission()isfalse.
-
isPaperPublishedLinkCreate
public boolean isPaperPublishedLinkCreate()
Returnstrueif this instance has the tagEventType.Tag.PAPER_PUBLISHED_LINK_CREATE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_PUBLISHED_LINK_CREATE,falseotherwise.
-
paperPublishedLinkCreate
public static EventType paperPublishedLinkCreate(PaperPublishedLinkCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_CREATE.(paper) Published doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkCreateValue
public PaperPublishedLinkCreateType getPaperPublishedLinkCreateValue()
(paper) Published docThis instance must be tagged as
EventType.Tag.PAPER_PUBLISHED_LINK_CREATE.- Returns:
- The
PaperPublishedLinkCreateTypevalue associated with this instance ifisPaperPublishedLinkCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkCreate()isfalse.
-
isPaperPublishedLinkDisabled
public boolean isPaperPublishedLinkDisabled()
Returnstrueif this instance has the tagEventType.Tag.PAPER_PUBLISHED_LINK_DISABLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_PUBLISHED_LINK_DISABLED,falseotherwise.
-
paperPublishedLinkDisabled
public static EventType paperPublishedLinkDisabled(PaperPublishedLinkDisabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_DISABLED.(paper) Unpublished doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_DISABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkDisabledValue
public PaperPublishedLinkDisabledType getPaperPublishedLinkDisabledValue()
(paper) Unpublished docThis instance must be tagged as
EventType.Tag.PAPER_PUBLISHED_LINK_DISABLED.- Returns:
- The
PaperPublishedLinkDisabledTypevalue associated with this instance ifisPaperPublishedLinkDisabled()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkDisabled()isfalse.
-
isPaperPublishedLinkView
public boolean isPaperPublishedLinkView()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_PUBLISHED_LINK_VIEW,falseotherwise.
-
paperPublishedLinkView
public static EventType paperPublishedLinkView(PaperPublishedLinkViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_VIEW.(paper) Viewed published doc
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_PUBLISHED_LINK_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkViewValue
public PaperPublishedLinkViewType getPaperPublishedLinkViewValue()
(paper) Viewed published docThis instance must be tagged as
EventType.Tag.PAPER_PUBLISHED_LINK_VIEW.- Returns:
- The
PaperPublishedLinkViewTypevalue associated with this instance ifisPaperPublishedLinkView()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkView()isfalse.
-
isPasswordChange
public boolean isPasswordChange()
- Returns:
trueif this instance is tagged asEventType.Tag.PASSWORD_CHANGE,falseotherwise.
-
passwordChange
public static EventType passwordChange(PasswordChangeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PASSWORD_CHANGE.(passwords) Changed password
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PASSWORD_CHANGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordChangeValue
public PasswordChangeType getPasswordChangeValue()
(passwords) Changed passwordThis instance must be tagged as
EventType.Tag.PASSWORD_CHANGE.- Returns:
- The
PasswordChangeTypevalue associated with this instance ifisPasswordChange()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordChange()isfalse.
-
isPasswordReset
public boolean isPasswordReset()
- Returns:
trueif this instance is tagged asEventType.Tag.PASSWORD_RESET,falseotherwise.
-
passwordReset
public static EventType passwordReset(PasswordResetType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PASSWORD_RESET.(passwords) Reset password
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PASSWORD_RESET. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordResetValue
public PasswordResetType getPasswordResetValue()
(passwords) Reset passwordThis instance must be tagged as
EventType.Tag.PASSWORD_RESET.- Returns:
- The
PasswordResetTypevalue associated with this instance ifisPasswordReset()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordReset()isfalse.
-
isPasswordResetAll
public boolean isPasswordResetAll()
- Returns:
trueif this instance is tagged asEventType.Tag.PASSWORD_RESET_ALL,falseotherwise.
-
passwordResetAll
public static EventType passwordResetAll(PasswordResetAllType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PASSWORD_RESET_ALL.(passwords) Reset all team member passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PASSWORD_RESET_ALL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordResetAllValue
public PasswordResetAllType getPasswordResetAllValue()
(passwords) Reset all team member passwordsThis instance must be tagged as
EventType.Tag.PASSWORD_RESET_ALL.- Returns:
- The
PasswordResetAllTypevalue associated with this instance ifisPasswordResetAll()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordResetAll()isfalse.
-
isClassificationCreateReport
public boolean isClassificationCreateReport()
Returnstrueif this instance has the tagEventType.Tag.CLASSIFICATION_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CLASSIFICATION_CREATE_REPORT,falseotherwise.
-
classificationCreateReport
public static EventType classificationCreateReport(ClassificationCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CLASSIFICATION_CREATE_REPORT.(reports) Created Classification report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CLASSIFICATION_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationCreateReportValue
public ClassificationCreateReportType getClassificationCreateReportValue()
(reports) Created Classification reportThis instance must be tagged as
EventType.Tag.CLASSIFICATION_CREATE_REPORT.- Returns:
- The
ClassificationCreateReportTypevalue associated with this instance ifisClassificationCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationCreateReport()isfalse.
-
isClassificationCreateReportFail
public boolean isClassificationCreateReportFail()
Returnstrueif this instance has the tagEventType.Tag.CLASSIFICATION_CREATE_REPORT_FAIL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CLASSIFICATION_CREATE_REPORT_FAIL,falseotherwise.
-
classificationCreateReportFail
public static EventType classificationCreateReportFail(ClassificationCreateReportFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CLASSIFICATION_CREATE_REPORT_FAIL.(reports) Couldn't create Classification report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CLASSIFICATION_CREATE_REPORT_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationCreateReportFailValue
public ClassificationCreateReportFailType getClassificationCreateReportFailValue()
(reports) Couldn't create Classification reportThis instance must be tagged as
EventType.Tag.CLASSIFICATION_CREATE_REPORT_FAIL.- Returns:
- The
ClassificationCreateReportFailTypevalue associated with this instance ifisClassificationCreateReportFail()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationCreateReportFail()isfalse.
-
isEmmCreateExceptionsReport
public boolean isEmmCreateExceptionsReport()
Returnstrueif this instance has the tagEventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT,falseotherwise.
-
emmCreateExceptionsReport
public static EventType emmCreateExceptionsReport(EmmCreateExceptionsReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT.(reports) Created EMM-excluded users report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmCreateExceptionsReportValue
public EmmCreateExceptionsReportType getEmmCreateExceptionsReportValue()
(reports) Created EMM-excluded users reportThis instance must be tagged as
EventType.Tag.EMM_CREATE_EXCEPTIONS_REPORT.- Returns:
- The
EmmCreateExceptionsReportTypevalue associated with this instance ifisEmmCreateExceptionsReport()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmCreateExceptionsReport()isfalse.
-
isEmmCreateUsageReport
public boolean isEmmCreateUsageReport()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_CREATE_USAGE_REPORT,falseotherwise.
-
emmCreateUsageReport
public static EventType emmCreateUsageReport(EmmCreateUsageReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_CREATE_USAGE_REPORT.(reports) Created EMM mobile app usage report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_CREATE_USAGE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmCreateUsageReportValue
public EmmCreateUsageReportType getEmmCreateUsageReportValue()
(reports) Created EMM mobile app usage reportThis instance must be tagged as
EventType.Tag.EMM_CREATE_USAGE_REPORT.- Returns:
- The
EmmCreateUsageReportTypevalue associated with this instance ifisEmmCreateUsageReport()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmCreateUsageReport()isfalse.
-
isExportMembersReport
public boolean isExportMembersReport()
- Returns:
trueif this instance is tagged asEventType.Tag.EXPORT_MEMBERS_REPORT,falseotherwise.
-
exportMembersReport
public static EventType exportMembersReport(ExportMembersReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXPORT_MEMBERS_REPORT.(reports) Created member data report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXPORT_MEMBERS_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExportMembersReportValue
public ExportMembersReportType getExportMembersReportValue()
(reports) Created member data reportThis instance must be tagged as
EventType.Tag.EXPORT_MEMBERS_REPORT.- Returns:
- The
ExportMembersReportTypevalue associated with this instance ifisExportMembersReport()istrue. - Throws:
java.lang.IllegalStateException- IfisExportMembersReport()isfalse.
-
isExportMembersReportFail
public boolean isExportMembersReportFail()
Returnstrueif this instance has the tagEventType.Tag.EXPORT_MEMBERS_REPORT_FAIL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXPORT_MEMBERS_REPORT_FAIL,falseotherwise.
-
exportMembersReportFail
public static EventType exportMembersReportFail(ExportMembersReportFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXPORT_MEMBERS_REPORT_FAIL.(reports) Failed to create members data report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXPORT_MEMBERS_REPORT_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExportMembersReportFailValue
public ExportMembersReportFailType getExportMembersReportFailValue()
(reports) Failed to create members data reportThis instance must be tagged as
EventType.Tag.EXPORT_MEMBERS_REPORT_FAIL.- Returns:
- The
ExportMembersReportFailTypevalue associated with this instance ifisExportMembersReportFail()istrue. - Throws:
java.lang.IllegalStateException- IfisExportMembersReportFail()isfalse.
-
isExternalSharingCreateReport
public boolean isExternalSharingCreateReport()
Returnstrueif this instance has the tagEventType.Tag.EXTERNAL_SHARING_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTERNAL_SHARING_CREATE_REPORT,falseotherwise.
-
externalSharingCreateReport
public static EventType externalSharingCreateReport(ExternalSharingCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTERNAL_SHARING_CREATE_REPORT.(reports) Created External sharing report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTERNAL_SHARING_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalSharingCreateReportValue
public ExternalSharingCreateReportType getExternalSharingCreateReportValue()
(reports) Created External sharing reportThis instance must be tagged as
EventType.Tag.EXTERNAL_SHARING_CREATE_REPORT.- Returns:
- The
ExternalSharingCreateReportTypevalue associated with this instance ifisExternalSharingCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalSharingCreateReport()isfalse.
-
isExternalSharingReportFailed
public boolean isExternalSharingReportFailed()
Returnstrueif this instance has the tagEventType.Tag.EXTERNAL_SHARING_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTERNAL_SHARING_REPORT_FAILED,falseotherwise.
-
externalSharingReportFailed
public static EventType externalSharingReportFailed(ExternalSharingReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTERNAL_SHARING_REPORT_FAILED.(reports) Couldn't create External sharing report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTERNAL_SHARING_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalSharingReportFailedValue
public ExternalSharingReportFailedType getExternalSharingReportFailedValue()
(reports) Couldn't create External sharing reportThis instance must be tagged as
EventType.Tag.EXTERNAL_SHARING_REPORT_FAILED.- Returns:
- The
ExternalSharingReportFailedTypevalue associated with this instance ifisExternalSharingReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalSharingReportFailed()isfalse.
-
isNoExpirationLinkGenCreateReport
public boolean isNoExpirationLinkGenCreateReport()
Returnstrueif this instance has the tagEventType.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT,falseotherwise.
-
noExpirationLinkGenCreateReport
public static EventType noExpirationLinkGenCreateReport(NoExpirationLinkGenCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT.(reports) Report created: Links created with no expiration
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoExpirationLinkGenCreateReportValue
public NoExpirationLinkGenCreateReportType getNoExpirationLinkGenCreateReportValue()
(reports) Report created: Links created with no expirationThis instance must be tagged as
EventType.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT.- Returns:
- The
NoExpirationLinkGenCreateReportTypevalue associated with this instance ifisNoExpirationLinkGenCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisNoExpirationLinkGenCreateReport()isfalse.
-
isNoExpirationLinkGenReportFailed
public boolean isNoExpirationLinkGenReportFailed()
Returnstrueif this instance has the tagEventType.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED,falseotherwise.
-
noExpirationLinkGenReportFailed
public static EventType noExpirationLinkGenReportFailed(NoExpirationLinkGenReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED.(reports) Couldn't create report: Links created with no expiration
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoExpirationLinkGenReportFailedValue
public NoExpirationLinkGenReportFailedType getNoExpirationLinkGenReportFailedValue()
(reports) Couldn't create report: Links created with no expirationThis instance must be tagged as
EventType.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED.- Returns:
- The
NoExpirationLinkGenReportFailedTypevalue associated with this instance ifisNoExpirationLinkGenReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisNoExpirationLinkGenReportFailed()isfalse.
-
isNoPasswordLinkGenCreateReport
public boolean isNoPasswordLinkGenCreateReport()
Returnstrueif this instance has the tagEventType.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT,falseotherwise.
-
noPasswordLinkGenCreateReport
public static EventType noPasswordLinkGenCreateReport(NoPasswordLinkGenCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT.(reports) Report created: Links created without passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkGenCreateReportValue
public NoPasswordLinkGenCreateReportType getNoPasswordLinkGenCreateReportValue()
(reports) Report created: Links created without passwordsThis instance must be tagged as
EventType.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT.- Returns:
- The
NoPasswordLinkGenCreateReportTypevalue associated with this instance ifisNoPasswordLinkGenCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkGenCreateReport()isfalse.
-
isNoPasswordLinkGenReportFailed
public boolean isNoPasswordLinkGenReportFailed()
Returnstrueif this instance has the tagEventType.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED,falseotherwise.
-
noPasswordLinkGenReportFailed
public static EventType noPasswordLinkGenReportFailed(NoPasswordLinkGenReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED.(reports) Couldn't create report: Links created without passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkGenReportFailedValue
public NoPasswordLinkGenReportFailedType getNoPasswordLinkGenReportFailedValue()
(reports) Couldn't create report: Links created without passwordsThis instance must be tagged as
EventType.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED.- Returns:
- The
NoPasswordLinkGenReportFailedTypevalue associated with this instance ifisNoPasswordLinkGenReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkGenReportFailed()isfalse.
-
isNoPasswordLinkViewCreateReport
public boolean isNoPasswordLinkViewCreateReport()
Returnstrueif this instance has the tagEventType.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT,falseotherwise.
-
noPasswordLinkViewCreateReport
public static EventType noPasswordLinkViewCreateReport(NoPasswordLinkViewCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT.(reports) Report created: Views of links without passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkViewCreateReportValue
public NoPasswordLinkViewCreateReportType getNoPasswordLinkViewCreateReportValue()
(reports) Report created: Views of links without passwordsThis instance must be tagged as
EventType.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT.- Returns:
- The
NoPasswordLinkViewCreateReportTypevalue associated with this instance ifisNoPasswordLinkViewCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkViewCreateReport()isfalse.
-
isNoPasswordLinkViewReportFailed
public boolean isNoPasswordLinkViewReportFailed()
Returnstrueif this instance has the tagEventType.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED,falseotherwise.
-
noPasswordLinkViewReportFailed
public static EventType noPasswordLinkViewReportFailed(NoPasswordLinkViewReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED.(reports) Couldn't create report: Views of links without passwords
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkViewReportFailedValue
public NoPasswordLinkViewReportFailedType getNoPasswordLinkViewReportFailedValue()
(reports) Couldn't create report: Views of links without passwordsThis instance must be tagged as
EventType.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED.- Returns:
- The
NoPasswordLinkViewReportFailedTypevalue associated with this instance ifisNoPasswordLinkViewReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkViewReportFailed()isfalse.
-
isOutdatedLinkViewCreateReport
public boolean isOutdatedLinkViewCreateReport()
Returnstrueif this instance has the tagEventType.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT,falseotherwise.
-
outdatedLinkViewCreateReport
public static EventType outdatedLinkViewCreateReport(OutdatedLinkViewCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT.(reports) Report created: Views of old links
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOutdatedLinkViewCreateReportValue
public OutdatedLinkViewCreateReportType getOutdatedLinkViewCreateReportValue()
(reports) Report created: Views of old linksThis instance must be tagged as
EventType.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT.- Returns:
- The
OutdatedLinkViewCreateReportTypevalue associated with this instance ifisOutdatedLinkViewCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisOutdatedLinkViewCreateReport()isfalse.
-
isOutdatedLinkViewReportFailed
public boolean isOutdatedLinkViewReportFailed()
Returnstrueif this instance has the tagEventType.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED,falseotherwise.
-
outdatedLinkViewReportFailed
public static EventType outdatedLinkViewReportFailed(OutdatedLinkViewReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED.(reports) Couldn't create report: Views of old links
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOutdatedLinkViewReportFailedValue
public OutdatedLinkViewReportFailedType getOutdatedLinkViewReportFailedValue()
(reports) Couldn't create report: Views of old linksThis instance must be tagged as
EventType.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED.- Returns:
- The
OutdatedLinkViewReportFailedTypevalue associated with this instance ifisOutdatedLinkViewReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisOutdatedLinkViewReportFailed()isfalse.
-
isPaperAdminExportStart
public boolean isPaperAdminExportStart()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_ADMIN_EXPORT_START,falseotherwise.
-
paperAdminExportStart
public static EventType paperAdminExportStart(PaperAdminExportStartType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_ADMIN_EXPORT_START.(reports) Exported all team Paper docs
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_ADMIN_EXPORT_START. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperAdminExportStartValue
public PaperAdminExportStartType getPaperAdminExportStartValue()
(reports) Exported all team Paper docsThis instance must be tagged as
EventType.Tag.PAPER_ADMIN_EXPORT_START.- Returns:
- The
PaperAdminExportStartTypevalue associated with this instance ifisPaperAdminExportStart()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperAdminExportStart()isfalse.
-
isRansomwareAlertCreateReport
public boolean isRansomwareAlertCreateReport()
Returnstrueif this instance has the tagEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT,falseotherwise.
-
ransomwareAlertCreateReport
public static EventType ransomwareAlertCreateReport(RansomwareAlertCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT.(reports) Created ransomware report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRansomwareAlertCreateReportValue
public RansomwareAlertCreateReportType getRansomwareAlertCreateReportValue()
(reports) Created ransomware reportThis instance must be tagged as
EventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT.- Returns:
- The
RansomwareAlertCreateReportTypevalue associated with this instance ifisRansomwareAlertCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisRansomwareAlertCreateReport()isfalse.
-
isRansomwareAlertCreateReportFailed
public boolean isRansomwareAlertCreateReportFailed()
Returnstrueif this instance has the tagEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT_FAILED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT_FAILED,falseotherwise.
-
ransomwareAlertCreateReportFailed
public static EventType ransomwareAlertCreateReportFailed(RansomwareAlertCreateReportFailedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT_FAILED.(reports) Couldn't generate ransomware report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT_FAILED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRansomwareAlertCreateReportFailedValue
public RansomwareAlertCreateReportFailedType getRansomwareAlertCreateReportFailedValue()
(reports) Couldn't generate ransomware reportThis instance must be tagged as
EventType.Tag.RANSOMWARE_ALERT_CREATE_REPORT_FAILED.- Returns:
- The
RansomwareAlertCreateReportFailedTypevalue associated with this instance ifisRansomwareAlertCreateReportFailed()istrue. - Throws:
java.lang.IllegalStateException- IfisRansomwareAlertCreateReportFailed()isfalse.
-
isSmartSyncCreateAdminPrivilegeReport
public boolean isSmartSyncCreateAdminPrivilegeReport()
Returnstrueif this instance has the tagEventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT,falseotherwise.
-
smartSyncCreateAdminPrivilegeReport
public static EventType smartSyncCreateAdminPrivilegeReport(SmartSyncCreateAdminPrivilegeReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT.(reports) Created Smart Sync non-admin devices report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncCreateAdminPrivilegeReportValue
public SmartSyncCreateAdminPrivilegeReportType getSmartSyncCreateAdminPrivilegeReportValue()
(reports) Created Smart Sync non-admin devices reportThis instance must be tagged as
EventType.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT.- Returns:
- The
SmartSyncCreateAdminPrivilegeReportTypevalue associated with this instance ifisSmartSyncCreateAdminPrivilegeReport()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncCreateAdminPrivilegeReport()isfalse.
-
isTeamActivityCreateReport
public boolean isTeamActivityCreateReport()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT,falseotherwise.
-
teamActivityCreateReport
public static EventType teamActivityCreateReport(TeamActivityCreateReportType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT.(reports) Created team activity report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamActivityCreateReportValue
public TeamActivityCreateReportType getTeamActivityCreateReportValue()
(reports) Created team activity reportThis instance must be tagged as
EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT.- Returns:
- The
TeamActivityCreateReportTypevalue associated with this instance ifisTeamActivityCreateReport()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamActivityCreateReport()isfalse.
-
isTeamActivityCreateReportFail
public boolean isTeamActivityCreateReportFail()
Returnstrueif this instance has the tagEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL,falseotherwise.
-
teamActivityCreateReportFail
public static EventType teamActivityCreateReportFail(TeamActivityCreateReportFailType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL.(reports) Couldn't generate team activity report
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamActivityCreateReportFailValue
public TeamActivityCreateReportFailType getTeamActivityCreateReportFailValue()
(reports) Couldn't generate team activity reportThis instance must be tagged as
EventType.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL.- Returns:
- The
TeamActivityCreateReportFailTypevalue associated with this instance ifisTeamActivityCreateReportFail()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamActivityCreateReportFail()isfalse.
-
isCollectionShare
public boolean isCollectionShare()
- Returns:
trueif this instance is tagged asEventType.Tag.COLLECTION_SHARE,falseotherwise.
-
collectionShare
public static EventType collectionShare(CollectionShareType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.COLLECTION_SHARE.(sharing) Shared album
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.COLLECTION_SHARE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCollectionShareValue
public CollectionShareType getCollectionShareValue()
(sharing) Shared albumThis instance must be tagged as
EventType.Tag.COLLECTION_SHARE.- Returns:
- The
CollectionShareTypevalue associated with this instance ifisCollectionShare()istrue. - Throws:
java.lang.IllegalStateException- IfisCollectionShare()isfalse.
-
isFileTransfersFileAdd
public boolean isFileTransfersFileAdd()
- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_FILE_ADD,falseotherwise.
-
fileTransfersFileAdd
public static EventType fileTransfersFileAdd(FileTransfersFileAddType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_FILE_ADD.(sharing) Transfer files added
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_FILE_ADD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersFileAddValue
public FileTransfersFileAddType getFileTransfersFileAddValue()
(sharing) Transfer files addedThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_FILE_ADD.- Returns:
- The
FileTransfersFileAddTypevalue associated with this instance ifisFileTransfersFileAdd()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersFileAdd()isfalse.
-
isFileTransfersTransferDelete
public boolean isFileTransfersTransferDelete()
Returnstrueif this instance has the tagEventType.Tag.FILE_TRANSFERS_TRANSFER_DELETE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_TRANSFER_DELETE,falseotherwise.
-
fileTransfersTransferDelete
public static EventType fileTransfersTransferDelete(FileTransfersTransferDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_DELETE.(sharing) Deleted transfer
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferDeleteValue
public FileTransfersTransferDeleteType getFileTransfersTransferDeleteValue()
(sharing) Deleted transferThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_TRANSFER_DELETE.- Returns:
- The
FileTransfersTransferDeleteTypevalue associated with this instance ifisFileTransfersTransferDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferDelete()isfalse.
-
isFileTransfersTransferDownload
public boolean isFileTransfersTransferDownload()
Returnstrueif this instance has the tagEventType.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD,falseotherwise.
-
fileTransfersTransferDownload
public static EventType fileTransfersTransferDownload(FileTransfersTransferDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD.(sharing) Transfer downloaded
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferDownloadValue
public FileTransfersTransferDownloadType getFileTransfersTransferDownloadValue()
(sharing) Transfer downloadedThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD.- Returns:
- The
FileTransfersTransferDownloadTypevalue associated with this instance ifisFileTransfersTransferDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferDownload()isfalse.
-
isFileTransfersTransferSend
public boolean isFileTransfersTransferSend()
Returnstrueif this instance has the tagEventType.Tag.FILE_TRANSFERS_TRANSFER_SEND,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_TRANSFER_SEND,falseotherwise.
-
fileTransfersTransferSend
public static EventType fileTransfersTransferSend(FileTransfersTransferSendType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_SEND.(sharing) Sent transfer
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_SEND. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferSendValue
public FileTransfersTransferSendType getFileTransfersTransferSendValue()
(sharing) Sent transferThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_TRANSFER_SEND.- Returns:
- The
FileTransfersTransferSendTypevalue associated with this instance ifisFileTransfersTransferSend()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferSend()isfalse.
-
isFileTransfersTransferView
public boolean isFileTransfersTransferView()
Returnstrueif this instance has the tagEventType.Tag.FILE_TRANSFERS_TRANSFER_VIEW,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_TRANSFER_VIEW,falseotherwise.
-
fileTransfersTransferView
public static EventType fileTransfersTransferView(FileTransfersTransferViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_VIEW.(sharing) Viewed transfer
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_TRANSFER_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferViewValue
public FileTransfersTransferViewType getFileTransfersTransferViewValue()
(sharing) Viewed transferThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_TRANSFER_VIEW.- Returns:
- The
FileTransfersTransferViewTypevalue associated with this instance ifisFileTransfersTransferView()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferView()isfalse.
-
isNoteAclInviteOnly
public boolean isNoteAclInviteOnly()
- Returns:
trueif this instance is tagged asEventType.Tag.NOTE_ACL_INVITE_ONLY,falseotherwise.
-
noteAclInviteOnly
public static EventType noteAclInviteOnly(NoteAclInviteOnlyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NOTE_ACL_INVITE_ONLY.(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NOTE_ACL_INVITE_ONLY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclInviteOnlyValue
public NoteAclInviteOnlyType getNoteAclInviteOnlyValue()
(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.NOTE_ACL_INVITE_ONLY.- Returns:
- The
NoteAclInviteOnlyTypevalue associated with this instance ifisNoteAclInviteOnly()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclInviteOnly()isfalse.
-
isNoteAclLink
public boolean isNoteAclLink()
- Returns:
trueif this instance is tagged asEventType.Tag.NOTE_ACL_LINK,falseotherwise.
-
noteAclLink
public static EventType noteAclLink(NoteAclLinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NOTE_ACL_LINK.(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NOTE_ACL_LINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclLinkValue
public NoteAclLinkType getNoteAclLinkValue()
(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.NOTE_ACL_LINK.- Returns:
- The
NoteAclLinkTypevalue associated with this instance ifisNoteAclLink()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclLink()isfalse.
-
isNoteAclTeamLink
public boolean isNoteAclTeamLink()
- Returns:
trueif this instance is tagged asEventType.Tag.NOTE_ACL_TEAM_LINK,falseotherwise.
-
noteAclTeamLink
public static EventType noteAclTeamLink(NoteAclTeamLinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NOTE_ACL_TEAM_LINK.(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NOTE_ACL_TEAM_LINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclTeamLinkValue
public NoteAclTeamLinkType getNoteAclTeamLinkValue()
(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.NOTE_ACL_TEAM_LINK.- Returns:
- The
NoteAclTeamLinkTypevalue associated with this instance ifisNoteAclTeamLink()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclTeamLink()isfalse.
-
isNoteShared
public boolean isNoteShared()
- Returns:
trueif this instance is tagged asEventType.Tag.NOTE_SHARED,falseotherwise.
-
noteShared
public static EventType noteShared(NoteSharedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NOTE_SHARED.(sharing) Shared Paper doc (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NOTE_SHARED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteSharedValue
public NoteSharedType getNoteSharedValue()
(sharing) Shared Paper doc (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.NOTE_SHARED.- Returns:
- The
NoteSharedTypevalue associated with this instance ifisNoteShared()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteShared()isfalse.
-
isNoteShareReceive
public boolean isNoteShareReceive()
- Returns:
trueif this instance is tagged asEventType.Tag.NOTE_SHARE_RECEIVE,falseotherwise.
-
noteShareReceive
public static EventType noteShareReceive(NoteShareReceiveType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NOTE_SHARE_RECEIVE.(sharing) Shared received Paper doc (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NOTE_SHARE_RECEIVE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteShareReceiveValue
public NoteShareReceiveType getNoteShareReceiveValue()
(sharing) Shared received Paper doc (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.NOTE_SHARE_RECEIVE.- Returns:
- The
NoteShareReceiveTypevalue associated with this instance ifisNoteShareReceive()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteShareReceive()isfalse.
-
isOpenNoteShared
public boolean isOpenNoteShared()
- Returns:
trueif this instance is tagged asEventType.Tag.OPEN_NOTE_SHARED,falseotherwise.
-
openNoteShared
public static EventType openNoteShared(OpenNoteSharedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.OPEN_NOTE_SHARED.(sharing) Opened shared Paper doc (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.OPEN_NOTE_SHARED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOpenNoteSharedValue
public OpenNoteSharedType getOpenNoteSharedValue()
(sharing) Opened shared Paper doc (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.OPEN_NOTE_SHARED.- Returns:
- The
OpenNoteSharedTypevalue associated with this instance ifisOpenNoteShared()istrue. - Throws:
java.lang.IllegalStateException- IfisOpenNoteShared()isfalse.
-
isReplayFileSharedLinkCreated
public boolean isReplayFileSharedLinkCreated()
Returnstrueif this instance has the tagEventType.Tag.REPLAY_FILE_SHARED_LINK_CREATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.REPLAY_FILE_SHARED_LINK_CREATED,falseotherwise.
-
replayFileSharedLinkCreated
public static EventType replayFileSharedLinkCreated(ReplayFileSharedLinkCreatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REPLAY_FILE_SHARED_LINK_CREATED.(sharing) Created shared link in Replay
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REPLAY_FILE_SHARED_LINK_CREATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getReplayFileSharedLinkCreatedValue
public ReplayFileSharedLinkCreatedType getReplayFileSharedLinkCreatedValue()
(sharing) Created shared link in ReplayThis instance must be tagged as
EventType.Tag.REPLAY_FILE_SHARED_LINK_CREATED.- Returns:
- The
ReplayFileSharedLinkCreatedTypevalue associated with this instance ifisReplayFileSharedLinkCreated()istrue. - Throws:
java.lang.IllegalStateException- IfisReplayFileSharedLinkCreated()isfalse.
-
isReplayFileSharedLinkModified
public boolean isReplayFileSharedLinkModified()
Returnstrueif this instance has the tagEventType.Tag.REPLAY_FILE_SHARED_LINK_MODIFIED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.REPLAY_FILE_SHARED_LINK_MODIFIED,falseotherwise.
-
replayFileSharedLinkModified
public static EventType replayFileSharedLinkModified(ReplayFileSharedLinkModifiedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REPLAY_FILE_SHARED_LINK_MODIFIED.(sharing) Modified shared link in Replay
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REPLAY_FILE_SHARED_LINK_MODIFIED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getReplayFileSharedLinkModifiedValue
public ReplayFileSharedLinkModifiedType getReplayFileSharedLinkModifiedValue()
(sharing) Modified shared link in ReplayThis instance must be tagged as
EventType.Tag.REPLAY_FILE_SHARED_LINK_MODIFIED.- Returns:
- The
ReplayFileSharedLinkModifiedTypevalue associated with this instance ifisReplayFileSharedLinkModified()istrue. - Throws:
java.lang.IllegalStateException- IfisReplayFileSharedLinkModified()isfalse.
-
isReplayProjectTeamAdd
public boolean isReplayProjectTeamAdd()
- Returns:
trueif this instance is tagged asEventType.Tag.REPLAY_PROJECT_TEAM_ADD,falseotherwise.
-
replayProjectTeamAdd
public static EventType replayProjectTeamAdd(ReplayProjectTeamAddType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REPLAY_PROJECT_TEAM_ADD.(sharing) Added member to Replay Project
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REPLAY_PROJECT_TEAM_ADD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getReplayProjectTeamAddValue
public ReplayProjectTeamAddType getReplayProjectTeamAddValue()
(sharing) Added member to Replay ProjectThis instance must be tagged as
EventType.Tag.REPLAY_PROJECT_TEAM_ADD.- Returns:
- The
ReplayProjectTeamAddTypevalue associated with this instance ifisReplayProjectTeamAdd()istrue. - Throws:
java.lang.IllegalStateException- IfisReplayProjectTeamAdd()isfalse.
-
isReplayProjectTeamDelete
public boolean isReplayProjectTeamDelete()
Returnstrueif this instance has the tagEventType.Tag.REPLAY_PROJECT_TEAM_DELETE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.REPLAY_PROJECT_TEAM_DELETE,falseotherwise.
-
replayProjectTeamDelete
public static EventType replayProjectTeamDelete(ReplayProjectTeamDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REPLAY_PROJECT_TEAM_DELETE.(sharing) Removed member from Replay Project
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REPLAY_PROJECT_TEAM_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getReplayProjectTeamDeleteValue
public ReplayProjectTeamDeleteType getReplayProjectTeamDeleteValue()
(sharing) Removed member from Replay ProjectThis instance must be tagged as
EventType.Tag.REPLAY_PROJECT_TEAM_DELETE.- Returns:
- The
ReplayProjectTeamDeleteTypevalue associated with this instance ifisReplayProjectTeamDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisReplayProjectTeamDelete()isfalse.
-
isSfAddGroup
public boolean isSfAddGroup()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_ADD_GROUP,falseotherwise.
-
sfAddGroup
public static EventType sfAddGroup(SfAddGroupType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_ADD_GROUP.(sharing) Added team to shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_ADD_GROUP. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfAddGroupValue
public SfAddGroupType getSfAddGroupValue()
(sharing) Added team to shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_ADD_GROUP.- Returns:
- The
SfAddGroupTypevalue associated with this instance ifisSfAddGroup()istrue. - Throws:
java.lang.IllegalStateException- IfisSfAddGroup()isfalse.
-
isSfAllowNonMembersToViewSharedLinks
public boolean isSfAllowNonMembersToViewSharedLinks()
Returnstrueif this instance has the tagEventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS,falseotherwise.
-
sfAllowNonMembersToViewSharedLinks
public static EventType sfAllowNonMembersToViewSharedLinks(SfAllowNonMembersToViewSharedLinksType value)
Returns an instance ofEventTypethat has its tag set toEventType.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)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfAllowNonMembersToViewSharedLinksValue
public SfAllowNonMembersToViewSharedLinksType getSfAllowNonMembersToViewSharedLinksValue()
(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS.- Returns:
- The
SfAllowNonMembersToViewSharedLinksTypevalue associated with this instance ifisSfAllowNonMembersToViewSharedLinks()istrue. - Throws:
java.lang.IllegalStateException- IfisSfAllowNonMembersToViewSharedLinks()isfalse.
-
isSfExternalInviteWarn
public boolean isSfExternalInviteWarn()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_EXTERNAL_INVITE_WARN,falseotherwise.
-
sfExternalInviteWarn
public static EventType sfExternalInviteWarn(SfExternalInviteWarnType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_EXTERNAL_INVITE_WARN.(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_EXTERNAL_INVITE_WARN. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfExternalInviteWarnValue
public SfExternalInviteWarnType getSfExternalInviteWarnValue()
(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_EXTERNAL_INVITE_WARN.- Returns:
- The
SfExternalInviteWarnTypevalue associated with this instance ifisSfExternalInviteWarn()istrue. - Throws:
java.lang.IllegalStateException- IfisSfExternalInviteWarn()isfalse.
-
isSfFbInvite
public boolean isSfFbInvite()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_FB_INVITE,falseotherwise.
-
sfFbInvite
public static EventType sfFbInvite(SfFbInviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_FB_INVITE.(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_FB_INVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbInviteValue
public SfFbInviteType getSfFbInviteValue()
(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_FB_INVITE.- Returns:
- The
SfFbInviteTypevalue associated with this instance ifisSfFbInvite()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbInvite()isfalse.
-
isSfFbInviteChangeRole
public boolean isSfFbInviteChangeRole()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_FB_INVITE_CHANGE_ROLE,falseotherwise.
-
sfFbInviteChangeRole
public static EventType sfFbInviteChangeRole(SfFbInviteChangeRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_FB_INVITE_CHANGE_ROLE.(sharing) Changed Facebook user's role in shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_FB_INVITE_CHANGE_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbInviteChangeRoleValue
public SfFbInviteChangeRoleType getSfFbInviteChangeRoleValue()
(sharing) Changed Facebook user's role in shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_FB_INVITE_CHANGE_ROLE.- Returns:
- The
SfFbInviteChangeRoleTypevalue associated with this instance ifisSfFbInviteChangeRole()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbInviteChangeRole()isfalse.
-
isSfFbUninvite
public boolean isSfFbUninvite()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_FB_UNINVITE,falseotherwise.
-
sfFbUninvite
public static EventType sfFbUninvite(SfFbUninviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_FB_UNINVITE.(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_FB_UNINVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbUninviteValue
public SfFbUninviteType getSfFbUninviteValue()
(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_FB_UNINVITE.- Returns:
- The
SfFbUninviteTypevalue associated with this instance ifisSfFbUninvite()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbUninvite()isfalse.
-
isSfInviteGroup
public boolean isSfInviteGroup()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_INVITE_GROUP,falseotherwise.
-
sfInviteGroup
public static EventType sfInviteGroup(SfInviteGroupType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_INVITE_GROUP.(sharing) Invited group to shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_INVITE_GROUP. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfInviteGroupValue
public SfInviteGroupType getSfInviteGroupValue()
(sharing) Invited group to shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_INVITE_GROUP.- Returns:
- The
SfInviteGroupTypevalue associated with this instance ifisSfInviteGroup()istrue. - Throws:
java.lang.IllegalStateException- IfisSfInviteGroup()isfalse.
-
isSfTeamGrantAccess
public boolean isSfTeamGrantAccess()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_GRANT_ACCESS,falseotherwise.
-
sfTeamGrantAccess
public static EventType sfTeamGrantAccess(SfTeamGrantAccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_TEAM_GRANT_ACCESS.(sharing) Granted access to shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_GRANT_ACCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamGrantAccessValue
public SfTeamGrantAccessType getSfTeamGrantAccessValue()
(sharing) Granted access to shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_TEAM_GRANT_ACCESS.- Returns:
- The
SfTeamGrantAccessTypevalue associated with this instance ifisSfTeamGrantAccess()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamGrantAccess()isfalse.
-
isSfTeamInvite
public boolean isSfTeamInvite()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_INVITE,falseotherwise.
-
sfTeamInvite
public static EventType sfTeamInvite(SfTeamInviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.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')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_INVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamInviteValue
public SfTeamInviteType getSfTeamInviteValue()
(sharing) Invited team members to shared folder (deprecated, replaced by 'Invited user to Dropbox and added them to shared file/folder')This instance must be tagged as
EventType.Tag.SF_TEAM_INVITE.- Returns:
- The
SfTeamInviteTypevalue associated with this instance ifisSfTeamInvite()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamInvite()isfalse.
-
isSfTeamInviteChangeRole
public boolean isSfTeamInviteChangeRole()
Returnstrueif this instance has the tagEventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE,falseotherwise.
-
sfTeamInviteChangeRole
public static EventType sfTeamInviteChangeRole(SfTeamInviteChangeRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE.(sharing) Changed team member's role in shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamInviteChangeRoleValue
public SfTeamInviteChangeRoleType getSfTeamInviteChangeRoleValue()
(sharing) Changed team member's role in shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_TEAM_INVITE_CHANGE_ROLE.- Returns:
- The
SfTeamInviteChangeRoleTypevalue associated with this instance ifisSfTeamInviteChangeRole()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamInviteChangeRole()isfalse.
-
isSfTeamJoin
public boolean isSfTeamJoin()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_JOIN,falseotherwise.
-
sfTeamJoin
public static EventType sfTeamJoin(SfTeamJoinType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_TEAM_JOIN.(sharing) Joined team member's shared folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_JOIN. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamJoinValue
public SfTeamJoinType getSfTeamJoinValue()
(sharing) Joined team member's shared folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_TEAM_JOIN.- Returns:
- The
SfTeamJoinTypevalue associated with this instance ifisSfTeamJoin()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamJoin()isfalse.
-
isSfTeamJoinFromOobLink
public boolean isSfTeamJoinFromOobLink()
Returnstrueif this instance has the tagEventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK,falseotherwise.
-
sfTeamJoinFromOobLink
public static EventType sfTeamJoinFromOobLink(SfTeamJoinFromOobLinkType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK.(sharing) Joined team member's shared folder from link (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamJoinFromOobLinkValue
public SfTeamJoinFromOobLinkType getSfTeamJoinFromOobLinkValue()
(sharing) Joined team member's shared folder from link (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SF_TEAM_JOIN_FROM_OOB_LINK.- Returns:
- The
SfTeamJoinFromOobLinkTypevalue associated with this instance ifisSfTeamJoinFromOobLink()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamJoinFromOobLink()isfalse.
-
isSfTeamUninvite
public boolean isSfTeamUninvite()
- Returns:
trueif this instance is tagged asEventType.Tag.SF_TEAM_UNINVITE,falseotherwise.
-
sfTeamUninvite
public static EventType sfTeamUninvite(SfTeamUninviteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SF_TEAM_UNINVITE.(sharing) Unshared folder with team member (deprecated, replaced by 'Removed invitee from shared file/folder before invite was accepted')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SF_TEAM_UNINVITE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamUninviteValue
public SfTeamUninviteType getSfTeamUninviteValue()
(sharing) Unshared folder with team member (deprecated, replaced by 'Removed invitee from shared file/folder before invite was accepted')This instance must be tagged as
EventType.Tag.SF_TEAM_UNINVITE.- Returns:
- The
SfTeamUninviteTypevalue associated with this instance ifisSfTeamUninvite()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamUninvite()isfalse.
-
isSharedContentAddInvitees
public boolean isSharedContentAddInvitees()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_ADD_INVITEES,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_ADD_INVITEES,falseotherwise.
-
sharedContentAddInvitees
public static EventType sharedContentAddInvitees(SharedContentAddInviteesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_ADD_INVITEES.(sharing) Invited user to Dropbox and added them to shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_ADD_INVITEES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddInviteesValue
public SharedContentAddInviteesType getSharedContentAddInviteesValue()
(sharing) Invited user to Dropbox and added them to shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_ADD_INVITEES.- Returns:
- The
SharedContentAddInviteesTypevalue associated with this instance ifisSharedContentAddInvitees()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddInvitees()isfalse.
-
isSharedContentAddLinkExpiry
public boolean isSharedContentAddLinkExpiry()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY,falseotherwise.
-
sharedContentAddLinkExpiry
public static EventType sharedContentAddLinkExpiry(SharedContentAddLinkExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY.(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddLinkExpiryValue
public SharedContentAddLinkExpiryType getSharedContentAddLinkExpiryValue()
(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY.- Returns:
- The
SharedContentAddLinkExpiryTypevalue associated with this instance ifisSharedContentAddLinkExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddLinkExpiry()isfalse.
-
isSharedContentAddLinkPassword
public boolean isSharedContentAddLinkPassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD,falseotherwise.
-
sharedContentAddLinkPassword
public static EventType sharedContentAddLinkPassword(SharedContentAddLinkPasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD.(sharing) Added password to link for shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddLinkPasswordValue
public SharedContentAddLinkPasswordType getSharedContentAddLinkPasswordValue()
(sharing) Added password to link for shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD.- Returns:
- The
SharedContentAddLinkPasswordTypevalue associated with this instance ifisSharedContentAddLinkPassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddLinkPassword()isfalse.
-
isSharedContentAddMember
public boolean isSharedContentAddMember()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_ADD_MEMBER,falseotherwise.
-
sharedContentAddMember
public static EventType sharedContentAddMember(SharedContentAddMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_ADD_MEMBER.(sharing) Added users and/or groups to shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_ADD_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddMemberValue
public SharedContentAddMemberType getSharedContentAddMemberValue()
(sharing) Added users and/or groups to shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_ADD_MEMBER.- Returns:
- The
SharedContentAddMemberTypevalue associated with this instance ifisSharedContentAddMember()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddMember()isfalse.
-
isSharedContentChangeDownloadsPolicy
public boolean isSharedContentChangeDownloadsPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY,falseotherwise.
-
sharedContentChangeDownloadsPolicy
public static EventType sharedContentChangeDownloadsPolicy(SharedContentChangeDownloadsPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY.(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeDownloadsPolicyValue
public SharedContentChangeDownloadsPolicyType getSharedContentChangeDownloadsPolicyValue()
(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY.- Returns:
- The
SharedContentChangeDownloadsPolicyTypevalue associated with this instance ifisSharedContentChangeDownloadsPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeDownloadsPolicy()isfalse.
-
isSharedContentChangeInviteeRole
public boolean isSharedContentChangeInviteeRole()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE,falseotherwise.
-
sharedContentChangeInviteeRole
public static EventType sharedContentChangeInviteeRole(SharedContentChangeInviteeRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE.(sharing) Changed access type of invitee to shared file/folder before invite was accepted
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeInviteeRoleValue
public SharedContentChangeInviteeRoleType getSharedContentChangeInviteeRoleValue()
(sharing) Changed access type of invitee to shared file/folder before invite was acceptedThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE.- Returns:
- The
SharedContentChangeInviteeRoleTypevalue associated with this instance ifisSharedContentChangeInviteeRole()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeInviteeRole()isfalse.
-
isSharedContentChangeLinkAudience
public boolean isSharedContentChangeLinkAudience()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE,falseotherwise.
-
sharedContentChangeLinkAudience
public static EventType sharedContentChangeLinkAudience(SharedContentChangeLinkAudienceType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE.(sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkAudienceValue
public SharedContentChangeLinkAudienceType getSharedContentChangeLinkAudienceValue()
(sharing) Changed link audience of shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE.- Returns:
- The
SharedContentChangeLinkAudienceTypevalue associated with this instance ifisSharedContentChangeLinkAudience()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkAudience()isfalse.
-
isSharedContentChangeLinkExpiry
public boolean isSharedContentChangeLinkExpiry()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY,falseotherwise.
-
sharedContentChangeLinkExpiry
public static EventType sharedContentChangeLinkExpiry(SharedContentChangeLinkExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY.(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkExpiryValue
public SharedContentChangeLinkExpiryType getSharedContentChangeLinkExpiryValue()
(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY.- Returns:
- The
SharedContentChangeLinkExpiryTypevalue associated with this instance ifisSharedContentChangeLinkExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkExpiry()isfalse.
-
isSharedContentChangeLinkPassword
public boolean isSharedContentChangeLinkPassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD,falseotherwise.
-
sharedContentChangeLinkPassword
public static EventType sharedContentChangeLinkPassword(SharedContentChangeLinkPasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD.(sharing) Changed link password of shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkPasswordValue
public SharedContentChangeLinkPasswordType getSharedContentChangeLinkPasswordValue()
(sharing) Changed link password of shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD.- Returns:
- The
SharedContentChangeLinkPasswordTypevalue associated with this instance ifisSharedContentChangeLinkPassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkPassword()isfalse.
-
isSharedContentChangeMemberRole
public boolean isSharedContentChangeMemberRole()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE,falseotherwise.
-
sharedContentChangeMemberRole
public static EventType sharedContentChangeMemberRole(SharedContentChangeMemberRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE.(sharing) Changed access type of shared file/folder member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeMemberRoleValue
public SharedContentChangeMemberRoleType getSharedContentChangeMemberRoleValue()
(sharing) Changed access type of shared file/folder memberThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE.- Returns:
- The
SharedContentChangeMemberRoleTypevalue associated with this instance ifisSharedContentChangeMemberRole()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeMemberRole()isfalse.
-
isSharedContentChangeViewerInfoPolicy
public boolean isSharedContentChangeViewerInfoPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY,falseotherwise.
-
sharedContentChangeViewerInfoPolicy
public static EventType sharedContentChangeViewerInfoPolicy(SharedContentChangeViewerInfoPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY.(sharing) Changed whether members can see who viewed shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeViewerInfoPolicyValue
public SharedContentChangeViewerInfoPolicyType getSharedContentChangeViewerInfoPolicyValue()
(sharing) Changed whether members can see who viewed shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY.- Returns:
- The
SharedContentChangeViewerInfoPolicyTypevalue associated with this instance ifisSharedContentChangeViewerInfoPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeViewerInfoPolicy()isfalse.
-
isSharedContentClaimInvitation
public boolean isSharedContentClaimInvitation()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_CLAIM_INVITATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_CLAIM_INVITATION,falseotherwise.
-
sharedContentClaimInvitation
public static EventType sharedContentClaimInvitation(SharedContentClaimInvitationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_CLAIM_INVITATION.(sharing) Acquired membership of shared file/folder by accepting invite
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_CLAIM_INVITATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentClaimInvitationValue
public SharedContentClaimInvitationType getSharedContentClaimInvitationValue()
(sharing) Acquired membership of shared file/folder by accepting inviteThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_CLAIM_INVITATION.- Returns:
- The
SharedContentClaimInvitationTypevalue associated with this instance ifisSharedContentClaimInvitation()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentClaimInvitation()isfalse.
-
isSharedContentCopy
public boolean isSharedContentCopy()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_COPY,falseotherwise.
-
sharedContentCopy
public static EventType sharedContentCopy(SharedContentCopyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_COPY.(sharing) Copied shared file/folder to own Dropbox
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_COPY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentCopyValue
public SharedContentCopyType getSharedContentCopyValue()
(sharing) Copied shared file/folder to own DropboxThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_COPY.- Returns:
- The
SharedContentCopyTypevalue associated with this instance ifisSharedContentCopy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentCopy()isfalse.
-
isSharedContentDownload
public boolean isSharedContentDownload()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_DOWNLOAD,falseotherwise.
-
sharedContentDownload
public static EventType sharedContentDownload(SharedContentDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_DOWNLOAD.(sharing) Downloaded shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentDownloadValue
public SharedContentDownloadType getSharedContentDownloadValue()
(sharing) Downloaded shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_DOWNLOAD.- Returns:
- The
SharedContentDownloadTypevalue associated with this instance ifisSharedContentDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentDownload()isfalse.
-
isSharedContentRelinquishMembership
public boolean isSharedContentRelinquishMembership()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP,falseotherwise.
-
sharedContentRelinquishMembership
public static EventType sharedContentRelinquishMembership(SharedContentRelinquishMembershipType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP.(sharing) Left shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRelinquishMembershipValue
public SharedContentRelinquishMembershipType getSharedContentRelinquishMembershipValue()
(sharing) Left shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP.- Returns:
- The
SharedContentRelinquishMembershipTypevalue associated with this instance ifisSharedContentRelinquishMembership()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRelinquishMembership()isfalse.
-
isSharedContentRemoveInvitees
public boolean isSharedContentRemoveInvitees()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_REMOVE_INVITEES,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_REMOVE_INVITEES,falseotherwise.
-
sharedContentRemoveInvitees
public static EventType sharedContentRemoveInvitees(SharedContentRemoveInviteesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_INVITEES.(sharing) Removed invitee from shared file/folder before invite was accepted
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_INVITEES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveInviteesValue
public SharedContentRemoveInviteesType getSharedContentRemoveInviteesValue()
(sharing) Removed invitee from shared file/folder before invite was acceptedThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_REMOVE_INVITEES.- Returns:
- The
SharedContentRemoveInviteesTypevalue associated with this instance ifisSharedContentRemoveInvitees()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveInvitees()isfalse.
-
isSharedContentRemoveLinkExpiry
public boolean isSharedContentRemoveLinkExpiry()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY,falseotherwise.
-
sharedContentRemoveLinkExpiry
public static EventType sharedContentRemoveLinkExpiry(SharedContentRemoveLinkExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY.(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveLinkExpiryValue
public SharedContentRemoveLinkExpiryType getSharedContentRemoveLinkExpiryValue()
(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY.- Returns:
- The
SharedContentRemoveLinkExpiryTypevalue associated with this instance ifisSharedContentRemoveLinkExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveLinkExpiry()isfalse.
-
isSharedContentRemoveLinkPassword
public boolean isSharedContentRemoveLinkPassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD,falseotherwise.
-
sharedContentRemoveLinkPassword
public static EventType sharedContentRemoveLinkPassword(SharedContentRemoveLinkPasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD.(sharing) Removed link password of shared file/folder (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveLinkPasswordValue
public SharedContentRemoveLinkPasswordType getSharedContentRemoveLinkPasswordValue()
(sharing) Removed link password of shared file/folder (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD.- Returns:
- The
SharedContentRemoveLinkPasswordTypevalue associated with this instance ifisSharedContentRemoveLinkPassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveLinkPassword()isfalse.
-
isSharedContentRemoveMember
public boolean isSharedContentRemoveMember()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_REMOVE_MEMBER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_REMOVE_MEMBER,falseotherwise.
-
sharedContentRemoveMember
public static EventType sharedContentRemoveMember(SharedContentRemoveMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_MEMBER.(sharing) Removed user/group from shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_REMOVE_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveMemberValue
public SharedContentRemoveMemberType getSharedContentRemoveMemberValue()
(sharing) Removed user/group from shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_REMOVE_MEMBER.- Returns:
- The
SharedContentRemoveMemberTypevalue associated with this instance ifisSharedContentRemoveMember()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveMember()isfalse.
-
isSharedContentRequestAccess
public boolean isSharedContentRequestAccess()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_REQUEST_ACCESS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_REQUEST_ACCESS,falseotherwise.
-
sharedContentRequestAccess
public static EventType sharedContentRequestAccess(SharedContentRequestAccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_REQUEST_ACCESS.(sharing) Requested access to shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_REQUEST_ACCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRequestAccessValue
public SharedContentRequestAccessType getSharedContentRequestAccessValue()
(sharing) Requested access to shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_REQUEST_ACCESS.- Returns:
- The
SharedContentRequestAccessTypevalue associated with this instance ifisSharedContentRequestAccess()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRequestAccess()isfalse.
-
isSharedContentRestoreInvitees
public boolean isSharedContentRestoreInvitees()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_RESTORE_INVITEES,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_RESTORE_INVITEES,falseotherwise.
-
sharedContentRestoreInvitees
public static EventType sharedContentRestoreInvitees(SharedContentRestoreInviteesType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_RESTORE_INVITEES.(sharing) Restored shared file/folder invitees
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_RESTORE_INVITEES. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRestoreInviteesValue
public SharedContentRestoreInviteesType getSharedContentRestoreInviteesValue()
(sharing) Restored shared file/folder inviteesThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_RESTORE_INVITEES.- Returns:
- The
SharedContentRestoreInviteesTypevalue associated with this instance ifisSharedContentRestoreInvitees()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRestoreInvitees()isfalse.
-
isSharedContentRestoreMember
public boolean isSharedContentRestoreMember()
Returnstrueif this instance has the tagEventType.Tag.SHARED_CONTENT_RESTORE_MEMBER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_RESTORE_MEMBER,falseotherwise.
-
sharedContentRestoreMember
public static EventType sharedContentRestoreMember(SharedContentRestoreMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_RESTORE_MEMBER.(sharing) Restored users and/or groups to membership of shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_RESTORE_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRestoreMemberValue
public SharedContentRestoreMemberType getSharedContentRestoreMemberValue()
(sharing) Restored users and/or groups to membership of shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_RESTORE_MEMBER.- Returns:
- The
SharedContentRestoreMemberTypevalue associated with this instance ifisSharedContentRestoreMember()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRestoreMember()isfalse.
-
isSharedContentUnshare
public boolean isSharedContentUnshare()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_UNSHARE,falseotherwise.
-
sharedContentUnshare
public static EventType sharedContentUnshare(SharedContentUnshareType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_UNSHARE.(sharing) Unshared file/folder by clearing membership
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_UNSHARE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentUnshareValue
public SharedContentUnshareType getSharedContentUnshareValue()
(sharing) Unshared file/folder by clearing membershipThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_UNSHARE.- Returns:
- The
SharedContentUnshareTypevalue associated with this instance ifisSharedContentUnshare()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentUnshare()isfalse.
-
isSharedContentView
public boolean isSharedContentView()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_CONTENT_VIEW,falseotherwise.
-
sharedContentView
public static EventType sharedContentView(SharedContentViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_CONTENT_VIEW.(sharing) Previewed shared file/folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_CONTENT_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentViewValue
public SharedContentViewType getSharedContentViewValue()
(sharing) Previewed shared file/folderThis instance must be tagged as
EventType.Tag.SHARED_CONTENT_VIEW.- Returns:
- The
SharedContentViewTypevalue associated with this instance ifisSharedContentView()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentView()isfalse.
-
isSharedFolderChangeLinkPolicy
public boolean isSharedFolderChangeLinkPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY,falseotherwise.
-
sharedFolderChangeLinkPolicy
public static EventType sharedFolderChangeLinkPolicy(SharedFolderChangeLinkPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY.(sharing) Changed who can access shared folder via link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeLinkPolicyValue
public SharedFolderChangeLinkPolicyType getSharedFolderChangeLinkPolicyValue()
(sharing) Changed who can access shared folder via linkThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY.- Returns:
- The
SharedFolderChangeLinkPolicyTypevalue associated with this instance ifisSharedFolderChangeLinkPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeLinkPolicy()isfalse.
-
isSharedFolderChangeMembersInheritancePolicy
public boolean isSharedFolderChangeMembersInheritancePolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY,falseotherwise.
-
sharedFolderChangeMembersInheritancePolicy
public static EventType sharedFolderChangeMembersInheritancePolicy(SharedFolderChangeMembersInheritancePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY.(sharing) Changed whether shared folder inherits members from parent folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersInheritancePolicyValue
public SharedFolderChangeMembersInheritancePolicyType getSharedFolderChangeMembersInheritancePolicyValue()
(sharing) Changed whether shared folder inherits members from parent folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY.- Returns:
- The
SharedFolderChangeMembersInheritancePolicyTypevalue associated with this instance ifisSharedFolderChangeMembersInheritancePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersInheritancePolicy()isfalse.
-
isSharedFolderChangeMembersManagementPolicy
public boolean isSharedFolderChangeMembersManagementPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY,falseotherwise.
-
sharedFolderChangeMembersManagementPolicy
public static EventType sharedFolderChangeMembersManagementPolicy(SharedFolderChangeMembersManagementPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY.(sharing) Changed who can add/remove members of shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersManagementPolicyValue
public SharedFolderChangeMembersManagementPolicyType getSharedFolderChangeMembersManagementPolicyValue()
(sharing) Changed who can add/remove members of shared folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY.- Returns:
- The
SharedFolderChangeMembersManagementPolicyTypevalue associated with this instance ifisSharedFolderChangeMembersManagementPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersManagementPolicy()isfalse.
-
isSharedFolderChangeMembersPolicy
public boolean isSharedFolderChangeMembersPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY,falseotherwise.
-
sharedFolderChangeMembersPolicy
public static EventType sharedFolderChangeMembersPolicy(SharedFolderChangeMembersPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY.(sharing) Changed who can become member of shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersPolicyValue
public SharedFolderChangeMembersPolicyType getSharedFolderChangeMembersPolicyValue()
(sharing) Changed who can become member of shared folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY.- Returns:
- The
SharedFolderChangeMembersPolicyTypevalue associated with this instance ifisSharedFolderChangeMembersPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersPolicy()isfalse.
-
isSharedFolderCreate
public boolean isSharedFolderCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_CREATE,falseotherwise.
-
sharedFolderCreate
public static EventType sharedFolderCreate(SharedFolderCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_CREATE.(sharing) Created shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderCreateValue
public SharedFolderCreateType getSharedFolderCreateValue()
(sharing) Created shared folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_CREATE.- Returns:
- The
SharedFolderCreateTypevalue associated with this instance ifisSharedFolderCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderCreate()isfalse.
-
isSharedFolderDeclineInvitation
public boolean isSharedFolderDeclineInvitation()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_DECLINE_INVITATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_DECLINE_INVITATION,falseotherwise.
-
sharedFolderDeclineInvitation
public static EventType sharedFolderDeclineInvitation(SharedFolderDeclineInvitationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_DECLINE_INVITATION.(sharing) Declined team member's invite to shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_DECLINE_INVITATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderDeclineInvitationValue
public SharedFolderDeclineInvitationType getSharedFolderDeclineInvitationValue()
(sharing) Declined team member's invite to shared folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_DECLINE_INVITATION.- Returns:
- The
SharedFolderDeclineInvitationTypevalue associated with this instance ifisSharedFolderDeclineInvitation()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderDeclineInvitation()isfalse.
-
isSharedFolderMount
public boolean isSharedFolderMount()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_MOUNT,falseotherwise.
-
sharedFolderMount
public static EventType sharedFolderMount(SharedFolderMountType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_MOUNT.(sharing) Added shared folder to own Dropbox
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_MOUNT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderMountValue
public SharedFolderMountType getSharedFolderMountValue()
(sharing) Added shared folder to own DropboxThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_MOUNT.- Returns:
- The
SharedFolderMountTypevalue associated with this instance ifisSharedFolderMount()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderMount()isfalse.
-
isSharedFolderNest
public boolean isSharedFolderNest()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_NEST,falseotherwise.
-
sharedFolderNest
public static EventType sharedFolderNest(SharedFolderNestType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_NEST.(sharing) Changed parent of shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_NEST. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderNestValue
public SharedFolderNestType getSharedFolderNestValue()
(sharing) Changed parent of shared folderThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_NEST.- Returns:
- The
SharedFolderNestTypevalue associated with this instance ifisSharedFolderNest()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderNest()isfalse.
-
isSharedFolderTransferOwnership
public boolean isSharedFolderTransferOwnership()
Returnstrueif this instance has the tagEventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP,falseotherwise.
-
sharedFolderTransferOwnership
public static EventType sharedFolderTransferOwnership(SharedFolderTransferOwnershipType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP.(sharing) Transferred ownership of shared folder to another member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderTransferOwnershipValue
public SharedFolderTransferOwnershipType getSharedFolderTransferOwnershipValue()
(sharing) Transferred ownership of shared folder to another memberThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP.- Returns:
- The
SharedFolderTransferOwnershipTypevalue associated with this instance ifisSharedFolderTransferOwnership()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderTransferOwnership()isfalse.
-
isSharedFolderUnmount
public boolean isSharedFolderUnmount()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_FOLDER_UNMOUNT,falseotherwise.
-
sharedFolderUnmount
public static EventType sharedFolderUnmount(SharedFolderUnmountType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_FOLDER_UNMOUNT.(sharing) Deleted shared folder from Dropbox
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_FOLDER_UNMOUNT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderUnmountValue
public SharedFolderUnmountType getSharedFolderUnmountValue()
(sharing) Deleted shared folder from DropboxThis instance must be tagged as
EventType.Tag.SHARED_FOLDER_UNMOUNT.- Returns:
- The
SharedFolderUnmountTypevalue associated with this instance ifisSharedFolderUnmount()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderUnmount()isfalse.
-
isSharedLinkAddExpiry
public boolean isSharedLinkAddExpiry()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_ADD_EXPIRY,falseotherwise.
-
sharedLinkAddExpiry
public static EventType sharedLinkAddExpiry(SharedLinkAddExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_ADD_EXPIRY.(sharing) Added shared link expiration date
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_ADD_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkAddExpiryValue
public SharedLinkAddExpiryType getSharedLinkAddExpiryValue()
(sharing) Added shared link expiration dateThis instance must be tagged as
EventType.Tag.SHARED_LINK_ADD_EXPIRY.- Returns:
- The
SharedLinkAddExpiryTypevalue associated with this instance ifisSharedLinkAddExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkAddExpiry()isfalse.
-
isSharedLinkChangeExpiry
public boolean isSharedLinkChangeExpiry()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_CHANGE_EXPIRY,falseotherwise.
-
sharedLinkChangeExpiry
public static EventType sharedLinkChangeExpiry(SharedLinkChangeExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_CHANGE_EXPIRY.(sharing) Changed shared link expiration date
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_CHANGE_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkChangeExpiryValue
public SharedLinkChangeExpiryType getSharedLinkChangeExpiryValue()
(sharing) Changed shared link expiration dateThis instance must be tagged as
EventType.Tag.SHARED_LINK_CHANGE_EXPIRY.- Returns:
- The
SharedLinkChangeExpiryTypevalue associated with this instance ifisSharedLinkChangeExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkChangeExpiry()isfalse.
-
isSharedLinkChangeVisibility
public boolean isSharedLinkChangeVisibility()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_CHANGE_VISIBILITY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_CHANGE_VISIBILITY,falseotherwise.
-
sharedLinkChangeVisibility
public static EventType sharedLinkChangeVisibility(SharedLinkChangeVisibilityType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_CHANGE_VISIBILITY.(sharing) Changed visibility of shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_CHANGE_VISIBILITY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkChangeVisibilityValue
public SharedLinkChangeVisibilityType getSharedLinkChangeVisibilityValue()
(sharing) Changed visibility of shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_CHANGE_VISIBILITY.- Returns:
- The
SharedLinkChangeVisibilityTypevalue associated with this instance ifisSharedLinkChangeVisibility()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkChangeVisibility()isfalse.
-
isSharedLinkCopy
public boolean isSharedLinkCopy()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_COPY,falseotherwise.
-
sharedLinkCopy
public static EventType sharedLinkCopy(SharedLinkCopyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_COPY.(sharing) Added file/folder to Dropbox from shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_COPY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkCopyValue
public SharedLinkCopyType getSharedLinkCopyValue()
(sharing) Added file/folder to Dropbox from shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_COPY.- Returns:
- The
SharedLinkCopyTypevalue associated with this instance ifisSharedLinkCopy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkCopy()isfalse.
-
isSharedLinkCreate
public boolean isSharedLinkCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_CREATE,falseotherwise.
-
sharedLinkCreate
public static EventType sharedLinkCreate(SharedLinkCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_CREATE.(sharing) Created shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkCreateValue
public SharedLinkCreateType getSharedLinkCreateValue()
(sharing) Created shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_CREATE.- Returns:
- The
SharedLinkCreateTypevalue associated with this instance ifisSharedLinkCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkCreate()isfalse.
-
isSharedLinkDisable
public boolean isSharedLinkDisable()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_DISABLE,falseotherwise.
-
sharedLinkDisable
public static EventType sharedLinkDisable(SharedLinkDisableType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_DISABLE.(sharing) Removed shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_DISABLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkDisableValue
public SharedLinkDisableType getSharedLinkDisableValue()
(sharing) Removed shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_DISABLE.- Returns:
- The
SharedLinkDisableTypevalue associated with this instance ifisSharedLinkDisable()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkDisable()isfalse.
-
isSharedLinkDownload
public boolean isSharedLinkDownload()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_DOWNLOAD,falseotherwise.
-
sharedLinkDownload
public static EventType sharedLinkDownload(SharedLinkDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_DOWNLOAD.(sharing) Downloaded file/folder from shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkDownloadValue
public SharedLinkDownloadType getSharedLinkDownloadValue()
(sharing) Downloaded file/folder from shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_DOWNLOAD.- Returns:
- The
SharedLinkDownloadTypevalue associated with this instance ifisSharedLinkDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkDownload()isfalse.
-
isSharedLinkRemoveExpiry
public boolean isSharedLinkRemoveExpiry()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_REMOVE_EXPIRY,falseotherwise.
-
sharedLinkRemoveExpiry
public static EventType sharedLinkRemoveExpiry(SharedLinkRemoveExpiryType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_REMOVE_EXPIRY.(sharing) Removed shared link expiration date
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_REMOVE_EXPIRY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkRemoveExpiryValue
public SharedLinkRemoveExpiryType getSharedLinkRemoveExpiryValue()
(sharing) Removed shared link expiration dateThis instance must be tagged as
EventType.Tag.SHARED_LINK_REMOVE_EXPIRY.- Returns:
- The
SharedLinkRemoveExpiryTypevalue associated with this instance ifisSharedLinkRemoveExpiry()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkRemoveExpiry()isfalse.
-
isSharedLinkSettingsAddExpiration
public boolean isSharedLinkSettingsAddExpiration()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION,falseotherwise.
-
sharedLinkSettingsAddExpiration
public static EventType sharedLinkSettingsAddExpiration(SharedLinkSettingsAddExpirationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION.(sharing) Added an expiration date to the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAddExpirationValue
public SharedLinkSettingsAddExpirationType getSharedLinkSettingsAddExpirationValue()
(sharing) Added an expiration date to the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION.- Returns:
- The
SharedLinkSettingsAddExpirationTypevalue associated with this instance ifisSharedLinkSettingsAddExpiration()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAddExpiration()isfalse.
-
isSharedLinkSettingsAddPassword
public boolean isSharedLinkSettingsAddPassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD,falseotherwise.
-
sharedLinkSettingsAddPassword
public static EventType sharedLinkSettingsAddPassword(SharedLinkSettingsAddPasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD.(sharing) Added a password to the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAddPasswordValue
public SharedLinkSettingsAddPasswordType getSharedLinkSettingsAddPasswordValue()
(sharing) Added a password to the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD.- Returns:
- The
SharedLinkSettingsAddPasswordTypevalue associated with this instance ifisSharedLinkSettingsAddPassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAddPassword()isfalse.
-
isSharedLinkSettingsAllowDownloadDisabled
public boolean isSharedLinkSettingsAllowDownloadDisabled()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED,falseotherwise.
-
sharedLinkSettingsAllowDownloadDisabled
public static EventType sharedLinkSettingsAllowDownloadDisabled(SharedLinkSettingsAllowDownloadDisabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED.(sharing) Disabled downloads
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAllowDownloadDisabledValue
public SharedLinkSettingsAllowDownloadDisabledType getSharedLinkSettingsAllowDownloadDisabledValue()
(sharing) Disabled downloadsThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED.- Returns:
- The
SharedLinkSettingsAllowDownloadDisabledTypevalue associated with this instance ifisSharedLinkSettingsAllowDownloadDisabled()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAllowDownloadDisabled()isfalse.
-
isSharedLinkSettingsAllowDownloadEnabled
public boolean isSharedLinkSettingsAllowDownloadEnabled()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED,falseotherwise.
-
sharedLinkSettingsAllowDownloadEnabled
public static EventType sharedLinkSettingsAllowDownloadEnabled(SharedLinkSettingsAllowDownloadEnabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED.(sharing) Enabled downloads
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAllowDownloadEnabledValue
public SharedLinkSettingsAllowDownloadEnabledType getSharedLinkSettingsAllowDownloadEnabledValue()
(sharing) Enabled downloadsThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED.- Returns:
- The
SharedLinkSettingsAllowDownloadEnabledTypevalue associated with this instance ifisSharedLinkSettingsAllowDownloadEnabled()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAllowDownloadEnabled()isfalse.
-
isSharedLinkSettingsChangeAudience
public boolean isSharedLinkSettingsChangeAudience()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE,falseotherwise.
-
sharedLinkSettingsChangeAudience
public static EventType sharedLinkSettingsChangeAudience(SharedLinkSettingsChangeAudienceType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE.(sharing) Changed the audience of the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangeAudienceValue
public SharedLinkSettingsChangeAudienceType getSharedLinkSettingsChangeAudienceValue()
(sharing) Changed the audience of the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE.- Returns:
- The
SharedLinkSettingsChangeAudienceTypevalue associated with this instance ifisSharedLinkSettingsChangeAudience()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangeAudience()isfalse.
-
isSharedLinkSettingsChangeExpiration
public boolean isSharedLinkSettingsChangeExpiration()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION,falseotherwise.
-
sharedLinkSettingsChangeExpiration
public static EventType sharedLinkSettingsChangeExpiration(SharedLinkSettingsChangeExpirationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION.(sharing) Changed the expiration date of the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangeExpirationValue
public SharedLinkSettingsChangeExpirationType getSharedLinkSettingsChangeExpirationValue()
(sharing) Changed the expiration date of the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION.- Returns:
- The
SharedLinkSettingsChangeExpirationTypevalue associated with this instance ifisSharedLinkSettingsChangeExpiration()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangeExpiration()isfalse.
-
isSharedLinkSettingsChangePassword
public boolean isSharedLinkSettingsChangePassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD,falseotherwise.
-
sharedLinkSettingsChangePassword
public static EventType sharedLinkSettingsChangePassword(SharedLinkSettingsChangePasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD.(sharing) Changed the password of the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangePasswordValue
public SharedLinkSettingsChangePasswordType getSharedLinkSettingsChangePasswordValue()
(sharing) Changed the password of the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD.- Returns:
- The
SharedLinkSettingsChangePasswordTypevalue associated with this instance ifisSharedLinkSettingsChangePassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangePassword()isfalse.
-
isSharedLinkSettingsRemoveExpiration
public boolean isSharedLinkSettingsRemoveExpiration()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION,falseotherwise.
-
sharedLinkSettingsRemoveExpiration
public static EventType sharedLinkSettingsRemoveExpiration(SharedLinkSettingsRemoveExpirationType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION.(sharing) Removed the expiration date from the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsRemoveExpirationValue
public SharedLinkSettingsRemoveExpirationType getSharedLinkSettingsRemoveExpirationValue()
(sharing) Removed the expiration date from the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION.- Returns:
- The
SharedLinkSettingsRemoveExpirationTypevalue associated with this instance ifisSharedLinkSettingsRemoveExpiration()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsRemoveExpiration()isfalse.
-
isSharedLinkSettingsRemovePassword
public boolean isSharedLinkSettingsRemovePassword()
Returnstrueif this instance has the tagEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD,falseotherwise.
-
sharedLinkSettingsRemovePassword
public static EventType sharedLinkSettingsRemovePassword(SharedLinkSettingsRemovePasswordType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD.(sharing) Removed the password from the shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsRemovePasswordValue
public SharedLinkSettingsRemovePasswordType getSharedLinkSettingsRemovePasswordValue()
(sharing) Removed the password from the shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD.- Returns:
- The
SharedLinkSettingsRemovePasswordTypevalue associated with this instance ifisSharedLinkSettingsRemovePassword()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsRemovePassword()isfalse.
-
isSharedLinkShare
public boolean isSharedLinkShare()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_SHARE,falseotherwise.
-
sharedLinkShare
public static EventType sharedLinkShare(SharedLinkShareType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_SHARE.(sharing) Added members as audience of shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_SHARE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkShareValue
public SharedLinkShareType getSharedLinkShareValue()
(sharing) Added members as audience of shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_SHARE.- Returns:
- The
SharedLinkShareTypevalue associated with this instance ifisSharedLinkShare()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkShare()isfalse.
-
isSharedLinkView
public boolean isSharedLinkView()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_LINK_VIEW,falseotherwise.
-
sharedLinkView
public static EventType sharedLinkView(SharedLinkViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_LINK_VIEW.(sharing) Opened shared link
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_LINK_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkViewValue
public SharedLinkViewType getSharedLinkViewValue()
(sharing) Opened shared linkThis instance must be tagged as
EventType.Tag.SHARED_LINK_VIEW.- Returns:
- The
SharedLinkViewTypevalue associated with this instance ifisSharedLinkView()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkView()isfalse.
-
isSharedNoteOpened
public boolean isSharedNoteOpened()
- Returns:
trueif this instance is tagged asEventType.Tag.SHARED_NOTE_OPENED,falseotherwise.
-
sharedNoteOpened
public static EventType sharedNoteOpened(SharedNoteOpenedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARED_NOTE_OPENED.(sharing) Opened shared Paper doc (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARED_NOTE_OPENED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedNoteOpenedValue
public SharedNoteOpenedType getSharedNoteOpenedValue()
(sharing) Opened shared Paper doc (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHARED_NOTE_OPENED.- Returns:
- The
SharedNoteOpenedTypevalue associated with this instance ifisSharedNoteOpened()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedNoteOpened()isfalse.
-
isShmodelDisableDownloads
public boolean isShmodelDisableDownloads()
- Returns:
trueif this instance is tagged asEventType.Tag.SHMODEL_DISABLE_DOWNLOADS,falseotherwise.
-
shmodelDisableDownloads
public static EventType shmodelDisableDownloads(ShmodelDisableDownloadsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHMODEL_DISABLE_DOWNLOADS.(sharing) Disabled downloads for link (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHMODEL_DISABLE_DOWNLOADS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelDisableDownloadsValue
public ShmodelDisableDownloadsType getShmodelDisableDownloadsValue()
(sharing) Disabled downloads for link (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHMODEL_DISABLE_DOWNLOADS.- Returns:
- The
ShmodelDisableDownloadsTypevalue associated with this instance ifisShmodelDisableDownloads()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelDisableDownloads()isfalse.
-
isShmodelEnableDownloads
public boolean isShmodelEnableDownloads()
- Returns:
trueif this instance is tagged asEventType.Tag.SHMODEL_ENABLE_DOWNLOADS,falseotherwise.
-
shmodelEnableDownloads
public static EventType shmodelEnableDownloads(ShmodelEnableDownloadsType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHMODEL_ENABLE_DOWNLOADS.(sharing) Enabled downloads for link (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHMODEL_ENABLE_DOWNLOADS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelEnableDownloadsValue
public ShmodelEnableDownloadsType getShmodelEnableDownloadsValue()
(sharing) Enabled downloads for link (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHMODEL_ENABLE_DOWNLOADS.- Returns:
- The
ShmodelEnableDownloadsTypevalue associated with this instance ifisShmodelEnableDownloads()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelEnableDownloads()isfalse.
-
isShmodelGroupShare
public boolean isShmodelGroupShare()
- Returns:
trueif this instance is tagged asEventType.Tag.SHMODEL_GROUP_SHARE,falseotherwise.
-
shmodelGroupShare
public static EventType shmodelGroupShare(ShmodelGroupShareType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHMODEL_GROUP_SHARE.(sharing) Shared link with group (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHMODEL_GROUP_SHARE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelGroupShareValue
public ShmodelGroupShareType getShmodelGroupShareValue()
(sharing) Shared link with group (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.SHMODEL_GROUP_SHARE.- Returns:
- The
ShmodelGroupShareTypevalue associated with this instance ifisShmodelGroupShare()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelGroupShare()isfalse.
-
isShowcaseAccessGranted
public boolean isShowcaseAccessGranted()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_ACCESS_GRANTED,falseotherwise.
-
showcaseAccessGranted
public static EventType showcaseAccessGranted(ShowcaseAccessGrantedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_ACCESS_GRANTED.(showcase) Granted access to showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_ACCESS_GRANTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseAccessGrantedValue
public ShowcaseAccessGrantedType getShowcaseAccessGrantedValue()
(showcase) Granted access to showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_ACCESS_GRANTED.- Returns:
- The
ShowcaseAccessGrantedTypevalue associated with this instance ifisShowcaseAccessGranted()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseAccessGranted()isfalse.
-
isShowcaseAddMember
public boolean isShowcaseAddMember()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_ADD_MEMBER,falseotherwise.
-
showcaseAddMember
public static EventType showcaseAddMember(ShowcaseAddMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_ADD_MEMBER.(showcase) Added member to showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_ADD_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseAddMemberValue
public ShowcaseAddMemberType getShowcaseAddMemberValue()
(showcase) Added member to showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_ADD_MEMBER.- Returns:
- The
ShowcaseAddMemberTypevalue associated with this instance ifisShowcaseAddMember()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseAddMember()isfalse.
-
isShowcaseArchived
public boolean isShowcaseArchived()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_ARCHIVED,falseotherwise.
-
showcaseArchived
public static EventType showcaseArchived(ShowcaseArchivedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_ARCHIVED.(showcase) Archived showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_ARCHIVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseArchivedValue
public ShowcaseArchivedType getShowcaseArchivedValue()
(showcase) Archived showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_ARCHIVED.- Returns:
- The
ShowcaseArchivedTypevalue associated with this instance ifisShowcaseArchived()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseArchived()isfalse.
-
isShowcaseCreated
public boolean isShowcaseCreated()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_CREATED,falseotherwise.
-
showcaseCreated
public static EventType showcaseCreated(ShowcaseCreatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_CREATED.(showcase) Created showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_CREATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseCreatedValue
public ShowcaseCreatedType getShowcaseCreatedValue()
(showcase) Created showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_CREATED.- Returns:
- The
ShowcaseCreatedTypevalue associated with this instance ifisShowcaseCreated()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseCreated()isfalse.
-
isShowcaseDeleteComment
public boolean isShowcaseDeleteComment()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_DELETE_COMMENT,falseotherwise.
-
showcaseDeleteComment
public static EventType showcaseDeleteComment(ShowcaseDeleteCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_DELETE_COMMENT.(showcase) Deleted showcase comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_DELETE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseDeleteCommentValue
public ShowcaseDeleteCommentType getShowcaseDeleteCommentValue()
(showcase) Deleted showcase commentThis instance must be tagged as
EventType.Tag.SHOWCASE_DELETE_COMMENT.- Returns:
- The
ShowcaseDeleteCommentTypevalue associated with this instance ifisShowcaseDeleteComment()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseDeleteComment()isfalse.
-
isShowcaseEdited
public boolean isShowcaseEdited()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_EDITED,falseotherwise.
-
showcaseEdited
public static EventType showcaseEdited(ShowcaseEditedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_EDITED.(showcase) Edited showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_EDITED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseEditedValue
public ShowcaseEditedType getShowcaseEditedValue()
(showcase) Edited showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_EDITED.- Returns:
- The
ShowcaseEditedTypevalue associated with this instance ifisShowcaseEdited()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseEdited()isfalse.
-
isShowcaseEditComment
public boolean isShowcaseEditComment()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_EDIT_COMMENT,falseotherwise.
-
showcaseEditComment
public static EventType showcaseEditComment(ShowcaseEditCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_EDIT_COMMENT.(showcase) Edited showcase comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_EDIT_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseEditCommentValue
public ShowcaseEditCommentType getShowcaseEditCommentValue()
(showcase) Edited showcase commentThis instance must be tagged as
EventType.Tag.SHOWCASE_EDIT_COMMENT.- Returns:
- The
ShowcaseEditCommentTypevalue associated with this instance ifisShowcaseEditComment()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseEditComment()isfalse.
-
isShowcaseFileAdded
public boolean isShowcaseFileAdded()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_FILE_ADDED,falseotherwise.
-
showcaseFileAdded
public static EventType showcaseFileAdded(ShowcaseFileAddedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_FILE_ADDED.(showcase) Added file to showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_FILE_ADDED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileAddedValue
public ShowcaseFileAddedType getShowcaseFileAddedValue()
(showcase) Added file to showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_FILE_ADDED.- Returns:
- The
ShowcaseFileAddedTypevalue associated with this instance ifisShowcaseFileAdded()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileAdded()isfalse.
-
isShowcaseFileDownload
public boolean isShowcaseFileDownload()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_FILE_DOWNLOAD,falseotherwise.
-
showcaseFileDownload
public static EventType showcaseFileDownload(ShowcaseFileDownloadType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_FILE_DOWNLOAD.(showcase) Downloaded file from showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_FILE_DOWNLOAD. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileDownloadValue
public ShowcaseFileDownloadType getShowcaseFileDownloadValue()
(showcase) Downloaded file from showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_FILE_DOWNLOAD.- Returns:
- The
ShowcaseFileDownloadTypevalue associated with this instance ifisShowcaseFileDownload()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileDownload()isfalse.
-
isShowcaseFileRemoved
public boolean isShowcaseFileRemoved()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_FILE_REMOVED,falseotherwise.
-
showcaseFileRemoved
public static EventType showcaseFileRemoved(ShowcaseFileRemovedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_FILE_REMOVED.(showcase) Removed file from showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_FILE_REMOVED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileRemovedValue
public ShowcaseFileRemovedType getShowcaseFileRemovedValue()
(showcase) Removed file from showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_FILE_REMOVED.- Returns:
- The
ShowcaseFileRemovedTypevalue associated with this instance ifisShowcaseFileRemoved()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileRemoved()isfalse.
-
isShowcaseFileView
public boolean isShowcaseFileView()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_FILE_VIEW,falseotherwise.
-
showcaseFileView
public static EventType showcaseFileView(ShowcaseFileViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_FILE_VIEW.(showcase) Viewed file in showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_FILE_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileViewValue
public ShowcaseFileViewType getShowcaseFileViewValue()
(showcase) Viewed file in showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_FILE_VIEW.- Returns:
- The
ShowcaseFileViewTypevalue associated with this instance ifisShowcaseFileView()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileView()isfalse.
-
isShowcasePermanentlyDeleted
public boolean isShowcasePermanentlyDeleted()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_PERMANENTLY_DELETED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_PERMANENTLY_DELETED,falseotherwise.
-
showcasePermanentlyDeleted
public static EventType showcasePermanentlyDeleted(ShowcasePermanentlyDeletedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_PERMANENTLY_DELETED.(showcase) Permanently deleted showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_PERMANENTLY_DELETED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcasePermanentlyDeletedValue
public ShowcasePermanentlyDeletedType getShowcasePermanentlyDeletedValue()
(showcase) Permanently deleted showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_PERMANENTLY_DELETED.- Returns:
- The
ShowcasePermanentlyDeletedTypevalue associated with this instance ifisShowcasePermanentlyDeleted()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcasePermanentlyDeleted()isfalse.
-
isShowcasePostComment
public boolean isShowcasePostComment()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_POST_COMMENT,falseotherwise.
-
showcasePostComment
public static EventType showcasePostComment(ShowcasePostCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_POST_COMMENT.(showcase) Added showcase comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_POST_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcasePostCommentValue
public ShowcasePostCommentType getShowcasePostCommentValue()
(showcase) Added showcase commentThis instance must be tagged as
EventType.Tag.SHOWCASE_POST_COMMENT.- Returns:
- The
ShowcasePostCommentTypevalue associated with this instance ifisShowcasePostComment()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcasePostComment()isfalse.
-
isShowcaseRemoveMember
public boolean isShowcaseRemoveMember()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_REMOVE_MEMBER,falseotherwise.
-
showcaseRemoveMember
public static EventType showcaseRemoveMember(ShowcaseRemoveMemberType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_REMOVE_MEMBER.(showcase) Removed member from showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_REMOVE_MEMBER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRemoveMemberValue
public ShowcaseRemoveMemberType getShowcaseRemoveMemberValue()
(showcase) Removed member from showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_REMOVE_MEMBER.- Returns:
- The
ShowcaseRemoveMemberTypevalue associated with this instance ifisShowcaseRemoveMember()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRemoveMember()isfalse.
-
isShowcaseRenamed
public boolean isShowcaseRenamed()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_RENAMED,falseotherwise.
-
showcaseRenamed
public static EventType showcaseRenamed(ShowcaseRenamedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_RENAMED.(showcase) Renamed showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_RENAMED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRenamedValue
public ShowcaseRenamedType getShowcaseRenamedValue()
(showcase) Renamed showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_RENAMED.- Returns:
- The
ShowcaseRenamedTypevalue associated with this instance ifisShowcaseRenamed()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRenamed()isfalse.
-
isShowcaseRequestAccess
public boolean isShowcaseRequestAccess()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_REQUEST_ACCESS,falseotherwise.
-
showcaseRequestAccess
public static EventType showcaseRequestAccess(ShowcaseRequestAccessType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_REQUEST_ACCESS.(showcase) Requested access to showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_REQUEST_ACCESS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRequestAccessValue
public ShowcaseRequestAccessType getShowcaseRequestAccessValue()
(showcase) Requested access to showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_REQUEST_ACCESS.- Returns:
- The
ShowcaseRequestAccessTypevalue associated with this instance ifisShowcaseRequestAccess()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRequestAccess()isfalse.
-
isShowcaseResolveComment
public boolean isShowcaseResolveComment()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_RESOLVE_COMMENT,falseotherwise.
-
showcaseResolveComment
public static EventType showcaseResolveComment(ShowcaseResolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_RESOLVE_COMMENT.(showcase) Resolved showcase comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_RESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseResolveCommentValue
public ShowcaseResolveCommentType getShowcaseResolveCommentValue()
(showcase) Resolved showcase commentThis instance must be tagged as
EventType.Tag.SHOWCASE_RESOLVE_COMMENT.- Returns:
- The
ShowcaseResolveCommentTypevalue associated with this instance ifisShowcaseResolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseResolveComment()isfalse.
-
isShowcaseRestored
public boolean isShowcaseRestored()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_RESTORED,falseotherwise.
-
showcaseRestored
public static EventType showcaseRestored(ShowcaseRestoredType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_RESTORED.(showcase) Unarchived showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_RESTORED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRestoredValue
public ShowcaseRestoredType getShowcaseRestoredValue()
(showcase) Unarchived showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_RESTORED.- Returns:
- The
ShowcaseRestoredTypevalue associated with this instance ifisShowcaseRestored()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRestored()isfalse.
-
isShowcaseTrashed
public boolean isShowcaseTrashed()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_TRASHED,falseotherwise.
-
showcaseTrashed
public static EventType showcaseTrashed(ShowcaseTrashedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_TRASHED.(showcase) Deleted showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_TRASHED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseTrashedValue
public ShowcaseTrashedType getShowcaseTrashedValue()
(showcase) Deleted showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_TRASHED.- Returns:
- The
ShowcaseTrashedTypevalue associated with this instance ifisShowcaseTrashed()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseTrashed()isfalse.
-
isShowcaseTrashedDeprecated
public boolean isShowcaseTrashedDeprecated()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_TRASHED_DEPRECATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_TRASHED_DEPRECATED,falseotherwise.
-
showcaseTrashedDeprecated
public static EventType showcaseTrashedDeprecated(ShowcaseTrashedDeprecatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_TRASHED_DEPRECATED.(showcase) Deleted showcase (old version) (deprecated, replaced by 'Deleted showcase')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_TRASHED_DEPRECATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseTrashedDeprecatedValue
public ShowcaseTrashedDeprecatedType getShowcaseTrashedDeprecatedValue()
(showcase) Deleted showcase (old version) (deprecated, replaced by 'Deleted showcase')This instance must be tagged as
EventType.Tag.SHOWCASE_TRASHED_DEPRECATED.- Returns:
- The
ShowcaseTrashedDeprecatedTypevalue associated with this instance ifisShowcaseTrashedDeprecated()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseTrashedDeprecated()isfalse.
-
isShowcaseUnresolveComment
public boolean isShowcaseUnresolveComment()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_UNRESOLVE_COMMENT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_UNRESOLVE_COMMENT,falseotherwise.
-
showcaseUnresolveComment
public static EventType showcaseUnresolveComment(ShowcaseUnresolveCommentType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_UNRESOLVE_COMMENT.(showcase) Unresolved showcase comment
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_UNRESOLVE_COMMENT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUnresolveCommentValue
public ShowcaseUnresolveCommentType getShowcaseUnresolveCommentValue()
(showcase) Unresolved showcase commentThis instance must be tagged as
EventType.Tag.SHOWCASE_UNRESOLVE_COMMENT.- Returns:
- The
ShowcaseUnresolveCommentTypevalue associated with this instance ifisShowcaseUnresolveComment()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUnresolveComment()isfalse.
-
isShowcaseUntrashed
public boolean isShowcaseUntrashed()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_UNTRASHED,falseotherwise.
-
showcaseUntrashed
public static EventType showcaseUntrashed(ShowcaseUntrashedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_UNTRASHED.(showcase) Restored showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_UNTRASHED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUntrashedValue
public ShowcaseUntrashedType getShowcaseUntrashedValue()
(showcase) Restored showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_UNTRASHED.- Returns:
- The
ShowcaseUntrashedTypevalue associated with this instance ifisShowcaseUntrashed()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUntrashed()isfalse.
-
isShowcaseUntrashedDeprecated
public boolean isShowcaseUntrashedDeprecated()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED,falseotherwise.
-
showcaseUntrashedDeprecated
public static EventType showcaseUntrashedDeprecated(ShowcaseUntrashedDeprecatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED.(showcase) Restored showcase (old version) (deprecated, replaced by 'Restored showcase')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUntrashedDeprecatedValue
public ShowcaseUntrashedDeprecatedType getShowcaseUntrashedDeprecatedValue()
(showcase) Restored showcase (old version) (deprecated, replaced by 'Restored showcase')This instance must be tagged as
EventType.Tag.SHOWCASE_UNTRASHED_DEPRECATED.- Returns:
- The
ShowcaseUntrashedDeprecatedTypevalue associated with this instance ifisShowcaseUntrashedDeprecated()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUntrashedDeprecated()isfalse.
-
isShowcaseView
public boolean isShowcaseView()
- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_VIEW,falseotherwise.
-
showcaseView
public static EventType showcaseView(ShowcaseViewType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_VIEW.(showcase) Viewed showcase
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_VIEW. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseViewValue
public ShowcaseViewType getShowcaseViewValue()
(showcase) Viewed showcaseThis instance must be tagged as
EventType.Tag.SHOWCASE_VIEW.- Returns:
- The
ShowcaseViewTypevalue associated with this instance ifisShowcaseView()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseView()isfalse.
-
isSsoAddCert
public boolean isSsoAddCert()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_ADD_CERT,falseotherwise.
-
ssoAddCert
public static EventType ssoAddCert(SsoAddCertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_ADD_CERT.(sso) Added X.509 certificate for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_ADD_CERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddCertValue
public SsoAddCertType getSsoAddCertValue()
(sso) Added X.509 certificate for SSOThis instance must be tagged as
EventType.Tag.SSO_ADD_CERT.- Returns:
- The
SsoAddCertTypevalue associated with this instance ifisSsoAddCert()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddCert()isfalse.
-
isSsoAddLoginUrl
public boolean isSsoAddLoginUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_ADD_LOGIN_URL,falseotherwise.
-
ssoAddLoginUrl
public static EventType ssoAddLoginUrl(SsoAddLoginUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_ADD_LOGIN_URL.(sso) Added sign-in URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_ADD_LOGIN_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddLoginUrlValue
public SsoAddLoginUrlType getSsoAddLoginUrlValue()
(sso) Added sign-in URL for SSOThis instance must be tagged as
EventType.Tag.SSO_ADD_LOGIN_URL.- Returns:
- The
SsoAddLoginUrlTypevalue associated with this instance ifisSsoAddLoginUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddLoginUrl()isfalse.
-
isSsoAddLogoutUrl
public boolean isSsoAddLogoutUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_ADD_LOGOUT_URL,falseotherwise.
-
ssoAddLogoutUrl
public static EventType ssoAddLogoutUrl(SsoAddLogoutUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_ADD_LOGOUT_URL.(sso) Added sign-out URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_ADD_LOGOUT_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddLogoutUrlValue
public SsoAddLogoutUrlType getSsoAddLogoutUrlValue()
(sso) Added sign-out URL for SSOThis instance must be tagged as
EventType.Tag.SSO_ADD_LOGOUT_URL.- Returns:
- The
SsoAddLogoutUrlTypevalue associated with this instance ifisSsoAddLogoutUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddLogoutUrl()isfalse.
-
isSsoChangeCert
public boolean isSsoChangeCert()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_CHANGE_CERT,falseotherwise.
-
ssoChangeCert
public static EventType ssoChangeCert(SsoChangeCertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_CHANGE_CERT.(sso) Changed X.509 certificate for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_CHANGE_CERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeCertValue
public SsoChangeCertType getSsoChangeCertValue()
(sso) Changed X.509 certificate for SSOThis instance must be tagged as
EventType.Tag.SSO_CHANGE_CERT.- Returns:
- The
SsoChangeCertTypevalue associated with this instance ifisSsoChangeCert()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeCert()isfalse.
-
isSsoChangeLoginUrl
public boolean isSsoChangeLoginUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_CHANGE_LOGIN_URL,falseotherwise.
-
ssoChangeLoginUrl
public static EventType ssoChangeLoginUrl(SsoChangeLoginUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_CHANGE_LOGIN_URL.(sso) Changed sign-in URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_CHANGE_LOGIN_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeLoginUrlValue
public SsoChangeLoginUrlType getSsoChangeLoginUrlValue()
(sso) Changed sign-in URL for SSOThis instance must be tagged as
EventType.Tag.SSO_CHANGE_LOGIN_URL.- Returns:
- The
SsoChangeLoginUrlTypevalue associated with this instance ifisSsoChangeLoginUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeLoginUrl()isfalse.
-
isSsoChangeLogoutUrl
public boolean isSsoChangeLogoutUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_CHANGE_LOGOUT_URL,falseotherwise.
-
ssoChangeLogoutUrl
public static EventType ssoChangeLogoutUrl(SsoChangeLogoutUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_CHANGE_LOGOUT_URL.(sso) Changed sign-out URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_CHANGE_LOGOUT_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeLogoutUrlValue
public SsoChangeLogoutUrlType getSsoChangeLogoutUrlValue()
(sso) Changed sign-out URL for SSOThis instance must be tagged as
EventType.Tag.SSO_CHANGE_LOGOUT_URL.- Returns:
- The
SsoChangeLogoutUrlTypevalue associated with this instance ifisSsoChangeLogoutUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeLogoutUrl()isfalse.
-
isSsoChangeSamlIdentityMode
public boolean isSsoChangeSamlIdentityMode()
Returnstrueif this instance has the tagEventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE,falseotherwise.
-
ssoChangeSamlIdentityMode
public static EventType ssoChangeSamlIdentityMode(SsoChangeSamlIdentityModeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE.(sso) Changed SAML identity mode for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeSamlIdentityModeValue
public SsoChangeSamlIdentityModeType getSsoChangeSamlIdentityModeValue()
(sso) Changed SAML identity mode for SSOThis instance must be tagged as
EventType.Tag.SSO_CHANGE_SAML_IDENTITY_MODE.- Returns:
- The
SsoChangeSamlIdentityModeTypevalue associated with this instance ifisSsoChangeSamlIdentityMode()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeSamlIdentityMode()isfalse.
-
isSsoRemoveCert
public boolean isSsoRemoveCert()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_REMOVE_CERT,falseotherwise.
-
ssoRemoveCert
public static EventType ssoRemoveCert(SsoRemoveCertType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_REMOVE_CERT.(sso) Removed X.509 certificate for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_REMOVE_CERT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveCertValue
public SsoRemoveCertType getSsoRemoveCertValue()
(sso) Removed X.509 certificate for SSOThis instance must be tagged as
EventType.Tag.SSO_REMOVE_CERT.- Returns:
- The
SsoRemoveCertTypevalue associated with this instance ifisSsoRemoveCert()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveCert()isfalse.
-
isSsoRemoveLoginUrl
public boolean isSsoRemoveLoginUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_REMOVE_LOGIN_URL,falseotherwise.
-
ssoRemoveLoginUrl
public static EventType ssoRemoveLoginUrl(SsoRemoveLoginUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_REMOVE_LOGIN_URL.(sso) Removed sign-in URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_REMOVE_LOGIN_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveLoginUrlValue
public SsoRemoveLoginUrlType getSsoRemoveLoginUrlValue()
(sso) Removed sign-in URL for SSOThis instance must be tagged as
EventType.Tag.SSO_REMOVE_LOGIN_URL.- Returns:
- The
SsoRemoveLoginUrlTypevalue associated with this instance ifisSsoRemoveLoginUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveLoginUrl()isfalse.
-
isSsoRemoveLogoutUrl
public boolean isSsoRemoveLogoutUrl()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_REMOVE_LOGOUT_URL,falseotherwise.
-
ssoRemoveLogoutUrl
public static EventType ssoRemoveLogoutUrl(SsoRemoveLogoutUrlType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_REMOVE_LOGOUT_URL.(sso) Removed sign-out URL for SSO
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_REMOVE_LOGOUT_URL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveLogoutUrlValue
public SsoRemoveLogoutUrlType getSsoRemoveLogoutUrlValue()
(sso) Removed sign-out URL for SSOThis instance must be tagged as
EventType.Tag.SSO_REMOVE_LOGOUT_URL.- Returns:
- The
SsoRemoveLogoutUrlTypevalue associated with this instance ifisSsoRemoveLogoutUrl()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveLogoutUrl()isfalse.
-
isTeamFolderChangeStatus
public boolean isTeamFolderChangeStatus()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_FOLDER_CHANGE_STATUS,falseotherwise.
-
teamFolderChangeStatus
public static EventType teamFolderChangeStatus(TeamFolderChangeStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_FOLDER_CHANGE_STATUS.(team_folders) Changed archival status of team folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_FOLDER_CHANGE_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderChangeStatusValue
public TeamFolderChangeStatusType getTeamFolderChangeStatusValue()
(team_folders) Changed archival status of team folderThis instance must be tagged as
EventType.Tag.TEAM_FOLDER_CHANGE_STATUS.- Returns:
- The
TeamFolderChangeStatusTypevalue associated with this instance ifisTeamFolderChangeStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderChangeStatus()isfalse.
-
isTeamFolderCreate
public boolean isTeamFolderCreate()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_FOLDER_CREATE,falseotherwise.
-
teamFolderCreate
public static EventType teamFolderCreate(TeamFolderCreateType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_FOLDER_CREATE.(team_folders) Created team folder in active status
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_FOLDER_CREATE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderCreateValue
public TeamFolderCreateType getTeamFolderCreateValue()
(team_folders) Created team folder in active statusThis instance must be tagged as
EventType.Tag.TEAM_FOLDER_CREATE.- Returns:
- The
TeamFolderCreateTypevalue associated with this instance ifisTeamFolderCreate()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderCreate()isfalse.
-
isTeamFolderDowngrade
public boolean isTeamFolderDowngrade()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_FOLDER_DOWNGRADE,falseotherwise.
-
teamFolderDowngrade
public static EventType teamFolderDowngrade(TeamFolderDowngradeType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_FOLDER_DOWNGRADE.(team_folders) Downgraded team folder to regular shared folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_FOLDER_DOWNGRADE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderDowngradeValue
public TeamFolderDowngradeType getTeamFolderDowngradeValue()
(team_folders) Downgraded team folder to regular shared folderThis instance must be tagged as
EventType.Tag.TEAM_FOLDER_DOWNGRADE.- Returns:
- The
TeamFolderDowngradeTypevalue associated with this instance ifisTeamFolderDowngrade()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderDowngrade()isfalse.
-
isTeamFolderPermanentlyDelete
public boolean isTeamFolderPermanentlyDelete()
Returnstrueif this instance has the tagEventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE,falseotherwise.
-
teamFolderPermanentlyDelete
public static EventType teamFolderPermanentlyDelete(TeamFolderPermanentlyDeleteType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE.(team_folders) Permanently deleted archived team folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderPermanentlyDeleteValue
public TeamFolderPermanentlyDeleteType getTeamFolderPermanentlyDeleteValue()
(team_folders) Permanently deleted archived team folderThis instance must be tagged as
EventType.Tag.TEAM_FOLDER_PERMANENTLY_DELETE.- Returns:
- The
TeamFolderPermanentlyDeleteTypevalue associated with this instance ifisTeamFolderPermanentlyDelete()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderPermanentlyDelete()isfalse.
-
isTeamFolderRename
public boolean isTeamFolderRename()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_FOLDER_RENAME,falseotherwise.
-
teamFolderRename
public static EventType teamFolderRename(TeamFolderRenameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_FOLDER_RENAME.(team_folders) Renamed active/archived team folder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_FOLDER_RENAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderRenameValue
public TeamFolderRenameType getTeamFolderRenameValue()
(team_folders) Renamed active/archived team folderThis instance must be tagged as
EventType.Tag.TEAM_FOLDER_RENAME.- Returns:
- The
TeamFolderRenameTypevalue associated with this instance ifisTeamFolderRename()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderRename()isfalse.
-
isTeamSelectiveSyncSettingsChanged
public boolean isTeamSelectiveSyncSettingsChanged()
Returnstrueif this instance has the tagEventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED,falseotherwise.
-
teamSelectiveSyncSettingsChanged
public static EventType teamSelectiveSyncSettingsChanged(TeamSelectiveSyncSettingsChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED.(team_folders) Changed sync default
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSelectiveSyncSettingsChangedValue
public TeamSelectiveSyncSettingsChangedType getTeamSelectiveSyncSettingsChangedValue()
(team_folders) Changed sync defaultThis instance must be tagged as
EventType.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED.- Returns:
- The
TeamSelectiveSyncSettingsChangedTypevalue associated with this instance ifisTeamSelectiveSyncSettingsChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSelectiveSyncSettingsChanged()isfalse.
-
isAccountCaptureChangePolicy
public boolean isAccountCaptureChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY,falseotherwise.
-
accountCaptureChangePolicy
public static EventType accountCaptureChangePolicy(AccountCaptureChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY.(team_policies) Changed account capture setting on team domain
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureChangePolicyValue
public AccountCaptureChangePolicyType getAccountCaptureChangePolicyValue()
(team_policies) Changed account capture setting on team domainThis instance must be tagged as
EventType.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY.- Returns:
- The
AccountCaptureChangePolicyTypevalue associated with this instance ifisAccountCaptureChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureChangePolicy()isfalse.
-
isAdminEmailRemindersChanged
public boolean isAdminEmailRemindersChanged()
Returnstrueif this instance has the tagEventType.Tag.ADMIN_EMAIL_REMINDERS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ADMIN_EMAIL_REMINDERS_CHANGED,falseotherwise.
-
adminEmailRemindersChanged
public static EventType adminEmailRemindersChanged(AdminEmailRemindersChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ADMIN_EMAIL_REMINDERS_CHANGED.(team_policies) Changed admin reminder settings for requests to join the team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ADMIN_EMAIL_REMINDERS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminEmailRemindersChangedValue
public AdminEmailRemindersChangedType getAdminEmailRemindersChangedValue()
(team_policies) Changed admin reminder settings for requests to join the teamThis instance must be tagged as
EventType.Tag.ADMIN_EMAIL_REMINDERS_CHANGED.- Returns:
- The
AdminEmailRemindersChangedTypevalue associated with this instance ifisAdminEmailRemindersChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminEmailRemindersChanged()isfalse.
-
isAllowDownloadDisabled
public boolean isAllowDownloadDisabled()
- Returns:
trueif this instance is tagged asEventType.Tag.ALLOW_DOWNLOAD_DISABLED,falseotherwise.
-
allowDownloadDisabled
public static EventType allowDownloadDisabled(AllowDownloadDisabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ALLOW_DOWNLOAD_DISABLED.(team_policies) Disabled downloads (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ALLOW_DOWNLOAD_DISABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAllowDownloadDisabledValue
public AllowDownloadDisabledType getAllowDownloadDisabledValue()
(team_policies) Disabled downloads (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.ALLOW_DOWNLOAD_DISABLED.- Returns:
- The
AllowDownloadDisabledTypevalue associated with this instance ifisAllowDownloadDisabled()istrue. - Throws:
java.lang.IllegalStateException- IfisAllowDownloadDisabled()isfalse.
-
isAllowDownloadEnabled
public boolean isAllowDownloadEnabled()
- Returns:
trueif this instance is tagged asEventType.Tag.ALLOW_DOWNLOAD_ENABLED,falseotherwise.
-
allowDownloadEnabled
public static EventType allowDownloadEnabled(AllowDownloadEnabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ALLOW_DOWNLOAD_ENABLED.(team_policies) Enabled downloads (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ALLOW_DOWNLOAD_ENABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAllowDownloadEnabledValue
public AllowDownloadEnabledType getAllowDownloadEnabledValue()
(team_policies) Enabled downloads (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.ALLOW_DOWNLOAD_ENABLED.- Returns:
- The
AllowDownloadEnabledTypevalue associated with this instance ifisAllowDownloadEnabled()istrue. - Throws:
java.lang.IllegalStateException- IfisAllowDownloadEnabled()isfalse.
-
isAppPermissionsChanged
public boolean isAppPermissionsChanged()
- Returns:
trueif this instance is tagged asEventType.Tag.APP_PERMISSIONS_CHANGED,falseotherwise.
-
appPermissionsChanged
public static EventType appPermissionsChanged(AppPermissionsChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.APP_PERMISSIONS_CHANGED.(team_policies) Changed app permissions
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.APP_PERMISSIONS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppPermissionsChangedValue
public AppPermissionsChangedType getAppPermissionsChangedValue()
(team_policies) Changed app permissionsThis instance must be tagged as
EventType.Tag.APP_PERMISSIONS_CHANGED.- Returns:
- The
AppPermissionsChangedTypevalue associated with this instance ifisAppPermissionsChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisAppPermissionsChanged()isfalse.
-
isCameraUploadsPolicyChanged
public boolean isCameraUploadsPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.CAMERA_UPLOADS_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CAMERA_UPLOADS_POLICY_CHANGED,falseotherwise.
-
cameraUploadsPolicyChanged
public static EventType cameraUploadsPolicyChanged(CameraUploadsPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CAMERA_UPLOADS_POLICY_CHANGED.(team_policies) Changed camera uploads setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CAMERA_UPLOADS_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCameraUploadsPolicyChangedValue
public CameraUploadsPolicyChangedType getCameraUploadsPolicyChangedValue()
(team_policies) Changed camera uploads setting for teamThis instance must be tagged as
EventType.Tag.CAMERA_UPLOADS_POLICY_CHANGED.- Returns:
- The
CameraUploadsPolicyChangedTypevalue associated with this instance ifisCameraUploadsPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisCameraUploadsPolicyChanged()isfalse.
-
isCaptureTranscriptPolicyChanged
public boolean isCaptureTranscriptPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED,falseotherwise.
-
captureTranscriptPolicyChanged
public static EventType captureTranscriptPolicyChanged(CaptureTranscriptPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED.(team_policies) Changed Capture transcription policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCaptureTranscriptPolicyChangedValue
public CaptureTranscriptPolicyChangedType getCaptureTranscriptPolicyChangedValue()
(team_policies) Changed Capture transcription policy for teamThis instance must be tagged as
EventType.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED.- Returns:
- The
CaptureTranscriptPolicyChangedTypevalue associated with this instance ifisCaptureTranscriptPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisCaptureTranscriptPolicyChanged()isfalse.
-
isClassificationChangePolicy
public boolean isClassificationChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.CLASSIFICATION_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CLASSIFICATION_CHANGE_POLICY,falseotherwise.
-
classificationChangePolicy
public static EventType classificationChangePolicy(ClassificationChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CLASSIFICATION_CHANGE_POLICY.(team_policies) Changed classification policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CLASSIFICATION_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationChangePolicyValue
public ClassificationChangePolicyType getClassificationChangePolicyValue()
(team_policies) Changed classification policy for teamThis instance must be tagged as
EventType.Tag.CLASSIFICATION_CHANGE_POLICY.- Returns:
- The
ClassificationChangePolicyTypevalue associated with this instance ifisClassificationChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationChangePolicy()isfalse.
-
isComputerBackupPolicyChanged
public boolean isComputerBackupPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.COMPUTER_BACKUP_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.COMPUTER_BACKUP_POLICY_CHANGED,falseotherwise.
-
computerBackupPolicyChanged
public static EventType computerBackupPolicyChanged(ComputerBackupPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.COMPUTER_BACKUP_POLICY_CHANGED.(team_policies) Changed computer backup policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.COMPUTER_BACKUP_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getComputerBackupPolicyChangedValue
public ComputerBackupPolicyChangedType getComputerBackupPolicyChangedValue()
(team_policies) Changed computer backup policy for teamThis instance must be tagged as
EventType.Tag.COMPUTER_BACKUP_POLICY_CHANGED.- Returns:
- The
ComputerBackupPolicyChangedTypevalue associated with this instance ifisComputerBackupPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisComputerBackupPolicyChanged()isfalse.
-
isContentAdministrationPolicyChanged
public boolean isContentAdministrationPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED,falseotherwise.
-
contentAdministrationPolicyChanged
public static EventType contentAdministrationPolicyChanged(ContentAdministrationPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED.(team_policies) Changed content management setting
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getContentAdministrationPolicyChangedValue
public ContentAdministrationPolicyChangedType getContentAdministrationPolicyChangedValue()
(team_policies) Changed content management settingThis instance must be tagged as
EventType.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED.- Returns:
- The
ContentAdministrationPolicyChangedTypevalue associated with this instance ifisContentAdministrationPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisContentAdministrationPolicyChanged()isfalse.
-
isDataPlacementRestrictionChangePolicy
public boolean isDataPlacementRestrictionChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY,falseotherwise.
-
dataPlacementRestrictionChangePolicy
public static EventType dataPlacementRestrictionChangePolicy(DataPlacementRestrictionChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY.(team_policies) Set restrictions on data center locations where team data resides
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataPlacementRestrictionChangePolicyValue
public DataPlacementRestrictionChangePolicyType getDataPlacementRestrictionChangePolicyValue()
(team_policies) Set restrictions on data center locations where team data residesThis instance must be tagged as
EventType.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY.- Returns:
- The
DataPlacementRestrictionChangePolicyTypevalue associated with this instance ifisDataPlacementRestrictionChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisDataPlacementRestrictionChangePolicy()isfalse.
-
isDataPlacementRestrictionSatisfyPolicy
public boolean isDataPlacementRestrictionSatisfyPolicy()
Returnstrueif this instance has the tagEventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY,falseotherwise.
-
dataPlacementRestrictionSatisfyPolicy
public static EventType dataPlacementRestrictionSatisfyPolicy(DataPlacementRestrictionSatisfyPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY.(team_policies) Completed restrictions on data center locations where team data resides
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataPlacementRestrictionSatisfyPolicyValue
public DataPlacementRestrictionSatisfyPolicyType getDataPlacementRestrictionSatisfyPolicyValue()
(team_policies) Completed restrictions on data center locations where team data residesThis instance must be tagged as
EventType.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY.- Returns:
- The
DataPlacementRestrictionSatisfyPolicyTypevalue associated with this instance ifisDataPlacementRestrictionSatisfyPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisDataPlacementRestrictionSatisfyPolicy()isfalse.
-
isDeviceApprovalsAddException
public boolean isDeviceApprovalsAddException()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_ADD_EXCEPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_ADD_EXCEPTION,falseotherwise.
-
deviceApprovalsAddException
public static EventType deviceApprovalsAddException(DeviceApprovalsAddExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_ADD_EXCEPTION.(team_policies) Added members to device approvals exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_ADD_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsAddExceptionValue
public DeviceApprovalsAddExceptionType getDeviceApprovalsAddExceptionValue()
(team_policies) Added members to device approvals exception listThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_ADD_EXCEPTION.- Returns:
- The
DeviceApprovalsAddExceptionTypevalue associated with this instance ifisDeviceApprovalsAddException()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsAddException()isfalse.
-
isDeviceApprovalsChangeDesktopPolicy
public boolean isDeviceApprovalsChangeDesktopPolicy()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY,falseotherwise.
-
deviceApprovalsChangeDesktopPolicy
public static EventType deviceApprovalsChangeDesktopPolicy(DeviceApprovalsChangeDesktopPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY.(team_policies) Set/removed limit on number of computers member can link to team Dropbox account
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeDesktopPolicyValue
public DeviceApprovalsChangeDesktopPolicyType getDeviceApprovalsChangeDesktopPolicyValue()
(team_policies) Set/removed limit on number of computers member can link to team Dropbox accountThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY.- Returns:
- The
DeviceApprovalsChangeDesktopPolicyTypevalue associated with this instance ifisDeviceApprovalsChangeDesktopPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeDesktopPolicy()isfalse.
-
isDeviceApprovalsChangeMobilePolicy
public boolean isDeviceApprovalsChangeMobilePolicy()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY,falseotherwise.
-
deviceApprovalsChangeMobilePolicy
public static EventType deviceApprovalsChangeMobilePolicy(DeviceApprovalsChangeMobilePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY.(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeMobilePolicyValue
public DeviceApprovalsChangeMobilePolicyType getDeviceApprovalsChangeMobilePolicyValue()
(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox accountThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY.- Returns:
- The
DeviceApprovalsChangeMobilePolicyTypevalue associated with this instance ifisDeviceApprovalsChangeMobilePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeMobilePolicy()isfalse.
-
isDeviceApprovalsChangeOverageAction
public boolean isDeviceApprovalsChangeOverageAction()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION,falseotherwise.
-
deviceApprovalsChangeOverageAction
public static EventType deviceApprovalsChangeOverageAction(DeviceApprovalsChangeOverageActionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION.(team_policies) Changed device approvals setting when member is over limit
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeOverageActionValue
public DeviceApprovalsChangeOverageActionType getDeviceApprovalsChangeOverageActionValue()
(team_policies) Changed device approvals setting when member is over limitThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION.- Returns:
- The
DeviceApprovalsChangeOverageActionTypevalue associated with this instance ifisDeviceApprovalsChangeOverageAction()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeOverageAction()isfalse.
-
isDeviceApprovalsChangeUnlinkAction
public boolean isDeviceApprovalsChangeUnlinkAction()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION,falseotherwise.
-
deviceApprovalsChangeUnlinkAction
public static EventType deviceApprovalsChangeUnlinkAction(DeviceApprovalsChangeUnlinkActionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION.(team_policies) Changed device approvals setting when member unlinks approved device
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeUnlinkActionValue
public DeviceApprovalsChangeUnlinkActionType getDeviceApprovalsChangeUnlinkActionValue()
(team_policies) Changed device approvals setting when member unlinks approved deviceThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION.- Returns:
- The
DeviceApprovalsChangeUnlinkActionTypevalue associated with this instance ifisDeviceApprovalsChangeUnlinkAction()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeUnlinkAction()isfalse.
-
isDeviceApprovalsRemoveException
public boolean isDeviceApprovalsRemoveException()
Returnstrueif this instance has the tagEventType.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION,falseotherwise.
-
deviceApprovalsRemoveException
public static EventType deviceApprovalsRemoveException(DeviceApprovalsRemoveExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION.(team_policies) Removed members from device approvals exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsRemoveExceptionValue
public DeviceApprovalsRemoveExceptionType getDeviceApprovalsRemoveExceptionValue()
(team_policies) Removed members from device approvals exception listThis instance must be tagged as
EventType.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION.- Returns:
- The
DeviceApprovalsRemoveExceptionTypevalue associated with this instance ifisDeviceApprovalsRemoveException()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsRemoveException()isfalse.
-
isDirectoryRestrictionsAddMembers
public boolean isDirectoryRestrictionsAddMembers()
Returnstrueif this instance has the tagEventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS,falseotherwise.
-
directoryRestrictionsAddMembers
public static EventType directoryRestrictionsAddMembers(DirectoryRestrictionsAddMembersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS.(team_policies) Added members to directory restrictions list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDirectoryRestrictionsAddMembersValue
public DirectoryRestrictionsAddMembersType getDirectoryRestrictionsAddMembersValue()
(team_policies) Added members to directory restrictions listThis instance must be tagged as
EventType.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS.- Returns:
- The
DirectoryRestrictionsAddMembersTypevalue associated with this instance ifisDirectoryRestrictionsAddMembers()istrue. - Throws:
java.lang.IllegalStateException- IfisDirectoryRestrictionsAddMembers()isfalse.
-
isDirectoryRestrictionsRemoveMembers
public boolean isDirectoryRestrictionsRemoveMembers()
Returnstrueif this instance has the tagEventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS,falseotherwise.
-
directoryRestrictionsRemoveMembers
public static EventType directoryRestrictionsRemoveMembers(DirectoryRestrictionsRemoveMembersType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS.(team_policies) Removed members from directory restrictions list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDirectoryRestrictionsRemoveMembersValue
public DirectoryRestrictionsRemoveMembersType getDirectoryRestrictionsRemoveMembersValue()
(team_policies) Removed members from directory restrictions listThis instance must be tagged as
EventType.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS.- Returns:
- The
DirectoryRestrictionsRemoveMembersTypevalue associated with this instance ifisDirectoryRestrictionsRemoveMembers()istrue. - Throws:
java.lang.IllegalStateException- IfisDirectoryRestrictionsRemoveMembers()isfalse.
-
isDropboxPasswordsPolicyChanged
public boolean isDropboxPasswordsPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED,falseotherwise.
-
dropboxPasswordsPolicyChanged
public static EventType dropboxPasswordsPolicyChanged(DropboxPasswordsPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED.(team_policies) Changed Dropbox Passwords policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsPolicyChangedValue
public DropboxPasswordsPolicyChangedType getDropboxPasswordsPolicyChangedValue()
(team_policies) Changed Dropbox Passwords policy for teamThis instance must be tagged as
EventType.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED.- Returns:
- The
DropboxPasswordsPolicyChangedTypevalue associated with this instance ifisDropboxPasswordsPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsPolicyChanged()isfalse.
-
isEmailIngestPolicyChanged
public boolean isEmailIngestPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.EMAIL_INGEST_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EMAIL_INGEST_POLICY_CHANGED,falseotherwise.
-
emailIngestPolicyChanged
public static EventType emailIngestPolicyChanged(EmailIngestPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMAIL_INGEST_POLICY_CHANGED.(team_policies) Changed email to Dropbox policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMAIL_INGEST_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmailIngestPolicyChangedValue
public EmailIngestPolicyChangedType getEmailIngestPolicyChangedValue()
(team_policies) Changed email to Dropbox policy for teamThis instance must be tagged as
EventType.Tag.EMAIL_INGEST_POLICY_CHANGED.- Returns:
- The
EmailIngestPolicyChangedTypevalue associated with this instance ifisEmailIngestPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisEmailIngestPolicyChanged()isfalse.
-
isEmmAddException
public boolean isEmmAddException()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_ADD_EXCEPTION,falseotherwise.
-
emmAddException
public static EventType emmAddException(EmmAddExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_ADD_EXCEPTION.(team_policies) Added members to EMM exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_ADD_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmAddExceptionValue
public EmmAddExceptionType getEmmAddExceptionValue()
(team_policies) Added members to EMM exception listThis instance must be tagged as
EventType.Tag.EMM_ADD_EXCEPTION.- Returns:
- The
EmmAddExceptionTypevalue associated with this instance ifisEmmAddException()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmAddException()isfalse.
-
isEmmChangePolicy
public boolean isEmmChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_CHANGE_POLICY,falseotherwise.
-
emmChangePolicy
public static EventType emmChangePolicy(EmmChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_CHANGE_POLICY.(team_policies) Enabled/disabled enterprise mobility management for members
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmChangePolicyValue
public EmmChangePolicyType getEmmChangePolicyValue()
(team_policies) Enabled/disabled enterprise mobility management for membersThis instance must be tagged as
EventType.Tag.EMM_CHANGE_POLICY.- Returns:
- The
EmmChangePolicyTypevalue associated with this instance ifisEmmChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmChangePolicy()isfalse.
-
isEmmRemoveException
public boolean isEmmRemoveException()
- Returns:
trueif this instance is tagged asEventType.Tag.EMM_REMOVE_EXCEPTION,falseotherwise.
-
emmRemoveException
public static EventType emmRemoveException(EmmRemoveExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EMM_REMOVE_EXCEPTION.(team_policies) Removed members from EMM exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EMM_REMOVE_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmRemoveExceptionValue
public EmmRemoveExceptionType getEmmRemoveExceptionValue()
(team_policies) Removed members from EMM exception listThis instance must be tagged as
EventType.Tag.EMM_REMOVE_EXCEPTION.- Returns:
- The
EmmRemoveExceptionTypevalue associated with this instance ifisEmmRemoveException()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmRemoveException()isfalse.
-
isExtendedVersionHistoryChangePolicy
public boolean isExtendedVersionHistoryChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY,falseotherwise.
-
extendedVersionHistoryChangePolicy
public static EventType extendedVersionHistoryChangePolicy(ExtendedVersionHistoryChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY.(team_policies) Accepted/opted out of extended version history
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExtendedVersionHistoryChangePolicyValue
public ExtendedVersionHistoryChangePolicyType getExtendedVersionHistoryChangePolicyValue()
(team_policies) Accepted/opted out of extended version historyThis instance must be tagged as
EventType.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY.- Returns:
- The
ExtendedVersionHistoryChangePolicyTypevalue associated with this instance ifisExtendedVersionHistoryChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisExtendedVersionHistoryChangePolicy()isfalse.
-
isExternalDriveBackupPolicyChanged
public boolean isExternalDriveBackupPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED,falseotherwise.
-
externalDriveBackupPolicyChanged
public static EventType externalDriveBackupPolicyChanged(ExternalDriveBackupPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED.(team_policies) Changed external drive backup policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupPolicyChangedValue
public ExternalDriveBackupPolicyChangedType getExternalDriveBackupPolicyChangedValue()
(team_policies) Changed external drive backup policy for teamThis instance must be tagged as
EventType.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED.- Returns:
- The
ExternalDriveBackupPolicyChangedTypevalue associated with this instance ifisExternalDriveBackupPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupPolicyChanged()isfalse.
-
isFileCommentsChangePolicy
public boolean isFileCommentsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.FILE_COMMENTS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_COMMENTS_CHANGE_POLICY,falseotherwise.
-
fileCommentsChangePolicy
public static EventType fileCommentsChangePolicy(FileCommentsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_COMMENTS_CHANGE_POLICY.(team_policies) Enabled/disabled commenting on team files
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_COMMENTS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileCommentsChangePolicyValue
public FileCommentsChangePolicyType getFileCommentsChangePolicyValue()
(team_policies) Enabled/disabled commenting on team filesThis instance must be tagged as
EventType.Tag.FILE_COMMENTS_CHANGE_POLICY.- Returns:
- The
FileCommentsChangePolicyTypevalue associated with this instance ifisFileCommentsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisFileCommentsChangePolicy()isfalse.
-
isFileLockingPolicyChanged
public boolean isFileLockingPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.FILE_LOCKING_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_LOCKING_POLICY_CHANGED,falseotherwise.
-
fileLockingPolicyChanged
public static EventType fileLockingPolicyChanged(FileLockingPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_LOCKING_POLICY_CHANGED.(team_policies) Changed file locking policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_LOCKING_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLockingPolicyChangedValue
public FileLockingPolicyChangedType getFileLockingPolicyChangedValue()
(team_policies) Changed file locking policy for teamThis instance must be tagged as
EventType.Tag.FILE_LOCKING_POLICY_CHANGED.- Returns:
- The
FileLockingPolicyChangedTypevalue associated with this instance ifisFileLockingPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLockingPolicyChanged()isfalse.
-
isFileProviderMigrationPolicyChanged
public boolean isFileProviderMigrationPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED,falseotherwise.
-
fileProviderMigrationPolicyChanged
public static EventType fileProviderMigrationPolicyChanged(FileProviderMigrationPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED.(team_policies) Changed File Provider Migration policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileProviderMigrationPolicyChangedValue
public FileProviderMigrationPolicyChangedType getFileProviderMigrationPolicyChangedValue()
(team_policies) Changed File Provider Migration policy for teamThis instance must be tagged as
EventType.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED.- Returns:
- The
FileProviderMigrationPolicyChangedTypevalue associated with this instance ifisFileProviderMigrationPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFileProviderMigrationPolicyChanged()isfalse.
-
isFileRequestsChangePolicy
public boolean isFileRequestsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.FILE_REQUESTS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUESTS_CHANGE_POLICY,falseotherwise.
-
fileRequestsChangePolicy
public static EventType fileRequestsChangePolicy(FileRequestsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUESTS_CHANGE_POLICY.(team_policies) Enabled/disabled file requests
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUESTS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsChangePolicyValue
public FileRequestsChangePolicyType getFileRequestsChangePolicyValue()
(team_policies) Enabled/disabled file requestsThis instance must be tagged as
EventType.Tag.FILE_REQUESTS_CHANGE_POLICY.- Returns:
- The
FileRequestsChangePolicyTypevalue associated with this instance ifisFileRequestsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsChangePolicy()isfalse.
-
isFileRequestsEmailsEnabled
public boolean isFileRequestsEmailsEnabled()
Returnstrueif this instance has the tagEventType.Tag.FILE_REQUESTS_EMAILS_ENABLED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUESTS_EMAILS_ENABLED,falseotherwise.
-
fileRequestsEmailsEnabled
public static EventType fileRequestsEmailsEnabled(FileRequestsEmailsEnabledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUESTS_EMAILS_ENABLED.(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUESTS_EMAILS_ENABLED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsEmailsEnabledValue
public FileRequestsEmailsEnabledType getFileRequestsEmailsEnabledValue()
(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.FILE_REQUESTS_EMAILS_ENABLED.- Returns:
- The
FileRequestsEmailsEnabledTypevalue associated with this instance ifisFileRequestsEmailsEnabled()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsEmailsEnabled()isfalse.
-
isFileRequestsEmailsRestrictedToTeamOnly
public boolean isFileRequestsEmailsRestrictedToTeamOnly()
Returnstrueif this instance has the tagEventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY,falseotherwise.
-
fileRequestsEmailsRestrictedToTeamOnly
public static EventType fileRequestsEmailsRestrictedToTeamOnly(FileRequestsEmailsRestrictedToTeamOnlyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY.(team_policies) Enabled file request emails for team (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsEmailsRestrictedToTeamOnlyValue
public FileRequestsEmailsRestrictedToTeamOnlyType getFileRequestsEmailsRestrictedToTeamOnlyValue()
(team_policies) Enabled file request emails for team (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY.- Returns:
- The
FileRequestsEmailsRestrictedToTeamOnlyTypevalue associated with this instance ifisFileRequestsEmailsRestrictedToTeamOnly()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsEmailsRestrictedToTeamOnly()isfalse.
-
isFileTransfersPolicyChanged
public boolean isFileTransfersPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.FILE_TRANSFERS_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FILE_TRANSFERS_POLICY_CHANGED,falseotherwise.
-
fileTransfersPolicyChanged
public static EventType fileTransfersPolicyChanged(FileTransfersPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FILE_TRANSFERS_POLICY_CHANGED.(team_policies) Changed file transfers policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FILE_TRANSFERS_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersPolicyChangedValue
public FileTransfersPolicyChangedType getFileTransfersPolicyChangedValue()
(team_policies) Changed file transfers policy for teamThis instance must be tagged as
EventType.Tag.FILE_TRANSFERS_POLICY_CHANGED.- Returns:
- The
FileTransfersPolicyChangedTypevalue associated with this instance ifisFileTransfersPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersPolicyChanged()isfalse.
-
isFolderLinkRestrictionPolicyChanged
public boolean isFolderLinkRestrictionPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.FOLDER_LINK_RESTRICTION_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.FOLDER_LINK_RESTRICTION_POLICY_CHANGED,falseotherwise.
-
folderLinkRestrictionPolicyChanged
public static EventType folderLinkRestrictionPolicyChanged(FolderLinkRestrictionPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.FOLDER_LINK_RESTRICTION_POLICY_CHANGED.(team_policies) Changed folder link restrictions policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.FOLDER_LINK_RESTRICTION_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderLinkRestrictionPolicyChangedValue
public FolderLinkRestrictionPolicyChangedType getFolderLinkRestrictionPolicyChangedValue()
(team_policies) Changed folder link restrictions policy for teamThis instance must be tagged as
EventType.Tag.FOLDER_LINK_RESTRICTION_POLICY_CHANGED.- Returns:
- The
FolderLinkRestrictionPolicyChangedTypevalue associated with this instance ifisFolderLinkRestrictionPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderLinkRestrictionPolicyChanged()isfalse.
-
isGoogleSsoChangePolicy
public boolean isGoogleSsoChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.GOOGLE_SSO_CHANGE_POLICY,falseotherwise.
-
googleSsoChangePolicy
public static EventType googleSsoChangePolicy(GoogleSsoChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GOOGLE_SSO_CHANGE_POLICY.(team_policies) Enabled/disabled Google single sign-on for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GOOGLE_SSO_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGoogleSsoChangePolicyValue
public GoogleSsoChangePolicyType getGoogleSsoChangePolicyValue()
(team_policies) Enabled/disabled Google single sign-on for teamThis instance must be tagged as
EventType.Tag.GOOGLE_SSO_CHANGE_POLICY.- Returns:
- The
GoogleSsoChangePolicyTypevalue associated with this instance ifisGoogleSsoChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisGoogleSsoChangePolicy()isfalse.
-
isGroupUserManagementChangePolicy
public boolean isGroupUserManagementChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY,falseotherwise.
-
groupUserManagementChangePolicy
public static EventType groupUserManagementChangePolicy(GroupUserManagementChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY.(team_policies) Changed who can create groups
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupUserManagementChangePolicyValue
public GroupUserManagementChangePolicyType getGroupUserManagementChangePolicyValue()
(team_policies) Changed who can create groupsThis instance must be tagged as
EventType.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY.- Returns:
- The
GroupUserManagementChangePolicyTypevalue associated with this instance ifisGroupUserManagementChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupUserManagementChangePolicy()isfalse.
-
isIntegrationPolicyChanged
public boolean isIntegrationPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.INTEGRATION_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.INTEGRATION_POLICY_CHANGED,falseotherwise.
-
integrationPolicyChanged
public static EventType integrationPolicyChanged(IntegrationPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.INTEGRATION_POLICY_CHANGED.(team_policies) Changed integration policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.INTEGRATION_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationPolicyChangedValue
public IntegrationPolicyChangedType getIntegrationPolicyChangedValue()
(team_policies) Changed integration policy for teamThis instance must be tagged as
EventType.Tag.INTEGRATION_POLICY_CHANGED.- Returns:
- The
IntegrationPolicyChangedTypevalue associated with this instance ifisIntegrationPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationPolicyChanged()isfalse.
-
isInviteAcceptanceEmailPolicyChanged
public boolean isInviteAcceptanceEmailPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED,falseotherwise.
-
inviteAcceptanceEmailPolicyChanged
public static EventType inviteAcceptanceEmailPolicyChanged(InviteAcceptanceEmailPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED.(team_policies) Changed invite accept email policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getInviteAcceptanceEmailPolicyChangedValue
public InviteAcceptanceEmailPolicyChangedType getInviteAcceptanceEmailPolicyChangedValue()
(team_policies) Changed invite accept email policy for teamThis instance must be tagged as
EventType.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED.- Returns:
- The
InviteAcceptanceEmailPolicyChangedTypevalue associated with this instance ifisInviteAcceptanceEmailPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisInviteAcceptanceEmailPolicyChanged()isfalse.
-
isMemberRequestsChangePolicy
public boolean isMemberRequestsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY,falseotherwise.
-
memberRequestsChangePolicy
public static EventType memberRequestsChangePolicy(MemberRequestsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY.(team_policies) Changed whether users can find team when not invited
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberRequestsChangePolicyValue
public MemberRequestsChangePolicyType getMemberRequestsChangePolicyValue()
(team_policies) Changed whether users can find team when not invitedThis instance must be tagged as
EventType.Tag.MEMBER_REQUESTS_CHANGE_POLICY.- Returns:
- The
MemberRequestsChangePolicyTypevalue associated with this instance ifisMemberRequestsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberRequestsChangePolicy()isfalse.
-
isMemberSendInvitePolicyChanged
public boolean isMemberSendInvitePolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED,falseotherwise.
-
memberSendInvitePolicyChanged
public static EventType memberSendInvitePolicyChanged(MemberSendInvitePolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED.(team_policies) Changed member send invite policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSendInvitePolicyChangedValue
public MemberSendInvitePolicyChangedType getMemberSendInvitePolicyChangedValue()
(team_policies) Changed member send invite policy for teamThis instance must be tagged as
EventType.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED.- Returns:
- The
MemberSendInvitePolicyChangedTypevalue associated with this instance ifisMemberSendInvitePolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSendInvitePolicyChanged()isfalse.
-
isMemberSpaceLimitsAddException
public boolean isMemberSpaceLimitsAddException()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION,falseotherwise.
-
memberSpaceLimitsAddException
public static EventType memberSpaceLimitsAddException(MemberSpaceLimitsAddExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION.(team_policies) Added members to member space limit exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsAddExceptionValue
public MemberSpaceLimitsAddExceptionType getMemberSpaceLimitsAddExceptionValue()
(team_policies) Added members to member space limit exception listThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION.- Returns:
- The
MemberSpaceLimitsAddExceptionTypevalue associated with this instance ifisMemberSpaceLimitsAddException()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsAddException()isfalse.
-
isMemberSpaceLimitsChangeCapsTypePolicy
public boolean isMemberSpaceLimitsChangeCapsTypePolicy()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY,falseotherwise.
-
memberSpaceLimitsChangeCapsTypePolicy
public static EventType memberSpaceLimitsChangeCapsTypePolicy(MemberSpaceLimitsChangeCapsTypePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY.(team_policies) Changed member space limit type for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeCapsTypePolicyValue
public MemberSpaceLimitsChangeCapsTypePolicyType getMemberSpaceLimitsChangeCapsTypePolicyValue()
(team_policies) Changed member space limit type for teamThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY.- Returns:
- The
MemberSpaceLimitsChangeCapsTypePolicyTypevalue associated with this instance ifisMemberSpaceLimitsChangeCapsTypePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeCapsTypePolicy()isfalse.
-
isMemberSpaceLimitsChangePolicy
public boolean isMemberSpaceLimitsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY,falseotherwise.
-
memberSpaceLimitsChangePolicy
public static EventType memberSpaceLimitsChangePolicy(MemberSpaceLimitsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY.(team_policies) Changed team default member space limit
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangePolicyValue
public MemberSpaceLimitsChangePolicyType getMemberSpaceLimitsChangePolicyValue()
(team_policies) Changed team default member space limitThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY.- Returns:
- The
MemberSpaceLimitsChangePolicyTypevalue associated with this instance ifisMemberSpaceLimitsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangePolicy()isfalse.
-
isMemberSpaceLimitsRemoveException
public boolean isMemberSpaceLimitsRemoveException()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION,falseotherwise.
-
memberSpaceLimitsRemoveException
public static EventType memberSpaceLimitsRemoveException(MemberSpaceLimitsRemoveExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION.(team_policies) Removed members from member space limit exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsRemoveExceptionValue
public MemberSpaceLimitsRemoveExceptionType getMemberSpaceLimitsRemoveExceptionValue()
(team_policies) Removed members from member space limit exception listThis instance must be tagged as
EventType.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION.- Returns:
- The
MemberSpaceLimitsRemoveExceptionTypevalue associated with this instance ifisMemberSpaceLimitsRemoveException()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsRemoveException()isfalse.
-
isMemberSuggestionsChangePolicy
public boolean isMemberSuggestionsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY,falseotherwise.
-
memberSuggestionsChangePolicy
public static EventType memberSuggestionsChangePolicy(MemberSuggestionsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY.(team_policies) Enabled/disabled option for team members to suggest people to add to team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSuggestionsChangePolicyValue
public MemberSuggestionsChangePolicyType getMemberSuggestionsChangePolicyValue()
(team_policies) Enabled/disabled option for team members to suggest people to add to teamThis instance must be tagged as
EventType.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY.- Returns:
- The
MemberSuggestionsChangePolicyTypevalue associated with this instance ifisMemberSuggestionsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSuggestionsChangePolicy()isfalse.
-
isMicrosoftOfficeAddinChangePolicy
public boolean isMicrosoftOfficeAddinChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY,falseotherwise.
-
microsoftOfficeAddinChangePolicy
public static EventType microsoftOfficeAddinChangePolicy(MicrosoftOfficeAddinChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY.(team_policies) Enabled/disabled Microsoft Office add-in
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMicrosoftOfficeAddinChangePolicyValue
public MicrosoftOfficeAddinChangePolicyType getMicrosoftOfficeAddinChangePolicyValue()
(team_policies) Enabled/disabled Microsoft Office add-inThis instance must be tagged as
EventType.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY.- Returns:
- The
MicrosoftOfficeAddinChangePolicyTypevalue associated with this instance ifisMicrosoftOfficeAddinChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisMicrosoftOfficeAddinChangePolicy()isfalse.
-
isNetworkControlChangePolicy
public boolean isNetworkControlChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.NETWORK_CONTROL_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.NETWORK_CONTROL_CHANGE_POLICY,falseotherwise.
-
networkControlChangePolicy
public static EventType networkControlChangePolicy(NetworkControlChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.NETWORK_CONTROL_CHANGE_POLICY.(team_policies) Enabled/disabled network control
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.NETWORK_CONTROL_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNetworkControlChangePolicyValue
public NetworkControlChangePolicyType getNetworkControlChangePolicyValue()
(team_policies) Enabled/disabled network controlThis instance must be tagged as
EventType.Tag.NETWORK_CONTROL_CHANGE_POLICY.- Returns:
- The
NetworkControlChangePolicyTypevalue associated with this instance ifisNetworkControlChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisNetworkControlChangePolicy()isfalse.
-
isPaperChangeDeploymentPolicy
public boolean isPaperChangeDeploymentPolicy()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY,falseotherwise.
-
paperChangeDeploymentPolicy
public static EventType paperChangeDeploymentPolicy(PaperChangeDeploymentPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY.(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeDeploymentPolicyValue
public PaperChangeDeploymentPolicyType getPaperChangeDeploymentPolicyValue()
(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific membersThis instance must be tagged as
EventType.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY.- Returns:
- The
PaperChangeDeploymentPolicyTypevalue associated with this instance ifisPaperChangeDeploymentPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeDeploymentPolicy()isfalse.
-
isPaperChangeMemberLinkPolicy
public boolean isPaperChangeMemberLinkPolicy()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY,falseotherwise.
-
paperChangeMemberLinkPolicy
public static EventType paperChangeMemberLinkPolicy(PaperChangeMemberLinkPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY.(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeMemberLinkPolicyValue
public PaperChangeMemberLinkPolicyType getPaperChangeMemberLinkPolicyValue()
(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY.- Returns:
- The
PaperChangeMemberLinkPolicyTypevalue associated with this instance ifisPaperChangeMemberLinkPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeMemberLinkPolicy()isfalse.
-
isPaperChangeMemberPolicy
public boolean isPaperChangeMemberPolicy()
Returnstrueif this instance has the tagEventType.Tag.PAPER_CHANGE_MEMBER_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CHANGE_MEMBER_POLICY,falseotherwise.
-
paperChangeMemberPolicy
public static EventType paperChangeMemberPolicy(PaperChangeMemberPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.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
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CHANGE_MEMBER_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeMemberPolicyValue
public PaperChangeMemberPolicyType getPaperChangeMemberPolicyValue()
(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by defaultThis instance must be tagged as
EventType.Tag.PAPER_CHANGE_MEMBER_POLICY.- Returns:
- The
PaperChangeMemberPolicyTypevalue associated with this instance ifisPaperChangeMemberPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeMemberPolicy()isfalse.
-
isPaperChangePolicy
public boolean isPaperChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_CHANGE_POLICY,falseotherwise.
-
paperChangePolicy
public static EventType paperChangePolicy(PaperChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_CHANGE_POLICY.(team_policies) Enabled/disabled Dropbox Paper for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangePolicyValue
public PaperChangePolicyType getPaperChangePolicyValue()
(team_policies) Enabled/disabled Dropbox Paper for teamThis instance must be tagged as
EventType.Tag.PAPER_CHANGE_POLICY.- Returns:
- The
PaperChangePolicyTypevalue associated with this instance ifisPaperChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangePolicy()isfalse.
-
isPaperDefaultFolderPolicyChanged
public boolean isPaperDefaultFolderPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED,falseotherwise.
-
paperDefaultFolderPolicyChanged
public static EventType paperDefaultFolderPolicyChanged(PaperDefaultFolderPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED.(team_policies) Changed Paper Default Folder Policy setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDefaultFolderPolicyChangedValue
public PaperDefaultFolderPolicyChangedType getPaperDefaultFolderPolicyChangedValue()
(team_policies) Changed Paper Default Folder Policy setting for teamThis instance must be tagged as
EventType.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED.- Returns:
- The
PaperDefaultFolderPolicyChangedTypevalue associated with this instance ifisPaperDefaultFolderPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDefaultFolderPolicyChanged()isfalse.
-
isPaperDesktopPolicyChanged
public boolean isPaperDesktopPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.PAPER_DESKTOP_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_DESKTOP_POLICY_CHANGED,falseotherwise.
-
paperDesktopPolicyChanged
public static EventType paperDesktopPolicyChanged(PaperDesktopPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_DESKTOP_POLICY_CHANGED.(team_policies) Enabled/disabled Paper Desktop for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_DESKTOP_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDesktopPolicyChangedValue
public PaperDesktopPolicyChangedType getPaperDesktopPolicyChangedValue()
(team_policies) Enabled/disabled Paper Desktop for teamThis instance must be tagged as
EventType.Tag.PAPER_DESKTOP_POLICY_CHANGED.- Returns:
- The
PaperDesktopPolicyChangedTypevalue associated with this instance ifisPaperDesktopPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDesktopPolicyChanged()isfalse.
-
isPaperEnabledUsersGroupAddition
public boolean isPaperEnabledUsersGroupAddition()
Returnstrueif this instance has the tagEventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION,falseotherwise.
-
paperEnabledUsersGroupAddition
public static EventType paperEnabledUsersGroupAddition(PaperEnabledUsersGroupAdditionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION.(team_policies) Added users to Paper-enabled users list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperEnabledUsersGroupAdditionValue
public PaperEnabledUsersGroupAdditionType getPaperEnabledUsersGroupAdditionValue()
(team_policies) Added users to Paper-enabled users listThis instance must be tagged as
EventType.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION.- Returns:
- The
PaperEnabledUsersGroupAdditionTypevalue associated with this instance ifisPaperEnabledUsersGroupAddition()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperEnabledUsersGroupAddition()isfalse.
-
isPaperEnabledUsersGroupRemoval
public boolean isPaperEnabledUsersGroupRemoval()
Returnstrueif this instance has the tagEventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL,falseotherwise.
-
paperEnabledUsersGroupRemoval
public static EventType paperEnabledUsersGroupRemoval(PaperEnabledUsersGroupRemovalType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL.(team_policies) Removed users from Paper-enabled users list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperEnabledUsersGroupRemovalValue
public PaperEnabledUsersGroupRemovalType getPaperEnabledUsersGroupRemovalValue()
(team_policies) Removed users from Paper-enabled users listThis instance must be tagged as
EventType.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL.- Returns:
- The
PaperEnabledUsersGroupRemovalTypevalue associated with this instance ifisPaperEnabledUsersGroupRemoval()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperEnabledUsersGroupRemoval()isfalse.
-
isPasswordStrengthRequirementsChangePolicy
public boolean isPasswordStrengthRequirementsChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY,falseotherwise.
-
passwordStrengthRequirementsChangePolicy
public static EventType passwordStrengthRequirementsChangePolicy(PasswordStrengthRequirementsChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY.(team_policies) Changed team password strength requirements
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordStrengthRequirementsChangePolicyValue
public PasswordStrengthRequirementsChangePolicyType getPasswordStrengthRequirementsChangePolicyValue()
(team_policies) Changed team password strength requirementsThis instance must be tagged as
EventType.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY.- Returns:
- The
PasswordStrengthRequirementsChangePolicyTypevalue associated with this instance ifisPasswordStrengthRequirementsChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordStrengthRequirementsChangePolicy()isfalse.
-
isPermanentDeleteChangePolicy
public boolean isPermanentDeleteChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.PERMANENT_DELETE_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.PERMANENT_DELETE_CHANGE_POLICY,falseotherwise.
-
permanentDeleteChangePolicy
public static EventType permanentDeleteChangePolicy(PermanentDeleteChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.PERMANENT_DELETE_CHANGE_POLICY.(team_policies) Enabled/disabled ability of team members to permanently delete content
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.PERMANENT_DELETE_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPermanentDeleteChangePolicyValue
public PermanentDeleteChangePolicyType getPermanentDeleteChangePolicyValue()
(team_policies) Enabled/disabled ability of team members to permanently delete contentThis instance must be tagged as
EventType.Tag.PERMANENT_DELETE_CHANGE_POLICY.- Returns:
- The
PermanentDeleteChangePolicyTypevalue associated with this instance ifisPermanentDeleteChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisPermanentDeleteChangePolicy()isfalse.
-
isResellerSupportChangePolicy
public boolean isResellerSupportChangePolicy()
Returnstrueif this instance has the tagEventType.Tag.RESELLER_SUPPORT_CHANGE_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.RESELLER_SUPPORT_CHANGE_POLICY,falseotherwise.
-
resellerSupportChangePolicy
public static EventType resellerSupportChangePolicy(ResellerSupportChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.RESELLER_SUPPORT_CHANGE_POLICY.(team_policies) Enabled/disabled reseller support
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.RESELLER_SUPPORT_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportChangePolicyValue
public ResellerSupportChangePolicyType getResellerSupportChangePolicyValue()
(team_policies) Enabled/disabled reseller supportThis instance must be tagged as
EventType.Tag.RESELLER_SUPPORT_CHANGE_POLICY.- Returns:
- The
ResellerSupportChangePolicyTypevalue associated with this instance ifisResellerSupportChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportChangePolicy()isfalse.
-
isRewindPolicyChanged
public boolean isRewindPolicyChanged()
- Returns:
trueif this instance is tagged asEventType.Tag.REWIND_POLICY_CHANGED,falseotherwise.
-
rewindPolicyChanged
public static EventType rewindPolicyChanged(RewindPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.REWIND_POLICY_CHANGED.(team_policies) Changed Rewind policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.REWIND_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRewindPolicyChangedValue
public RewindPolicyChangedType getRewindPolicyChangedValue()
(team_policies) Changed Rewind policy for teamThis instance must be tagged as
EventType.Tag.REWIND_POLICY_CHANGED.- Returns:
- The
RewindPolicyChangedTypevalue associated with this instance ifisRewindPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisRewindPolicyChanged()isfalse.
-
isSendForSignaturePolicyChanged
public boolean isSendForSignaturePolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED,falseotherwise.
-
sendForSignaturePolicyChanged
public static EventType sendForSignaturePolicyChanged(SendForSignaturePolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED.(team_policies) Changed send for signature policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSendForSignaturePolicyChangedValue
public SendForSignaturePolicyChangedType getSendForSignaturePolicyChangedValue()
(team_policies) Changed send for signature policy for teamThis instance must be tagged as
EventType.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED.- Returns:
- The
SendForSignaturePolicyChangedTypevalue associated with this instance ifisSendForSignaturePolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisSendForSignaturePolicyChanged()isfalse.
-
isSharingChangeFolderJoinPolicy
public boolean isSharingChangeFolderJoinPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY,falseotherwise.
-
sharingChangeFolderJoinPolicy
public static EventType sharingChangeFolderJoinPolicy(SharingChangeFolderJoinPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY.(team_policies) Changed whether team members can join shared folders owned outside team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeFolderJoinPolicyValue
public SharingChangeFolderJoinPolicyType getSharingChangeFolderJoinPolicyValue()
(team_policies) Changed whether team members can join shared folders owned outside teamThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY.- Returns:
- The
SharingChangeFolderJoinPolicyTypevalue associated with this instance ifisSharingChangeFolderJoinPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeFolderJoinPolicy()isfalse.
-
isSharingChangeLinkAllowChangeExpirationPolicy
public boolean isSharingChangeLinkAllowChangeExpirationPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY,falseotherwise.
-
sharingChangeLinkAllowChangeExpirationPolicy
public static EventType sharingChangeLinkAllowChangeExpirationPolicy(SharingChangeLinkAllowChangeExpirationPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY.(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkAllowChangeExpirationPolicyValue
public SharingChangeLinkAllowChangeExpirationPolicyType getSharingChangeLinkAllowChangeExpirationPolicyValue()
(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the teamThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY.- Returns:
- The
SharingChangeLinkAllowChangeExpirationPolicyTypevalue associated with this instance ifisSharingChangeLinkAllowChangeExpirationPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkAllowChangeExpirationPolicy()isfalse.
-
isSharingChangeLinkDefaultExpirationPolicy
public boolean isSharingChangeLinkDefaultExpirationPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY,falseotherwise.
-
sharingChangeLinkDefaultExpirationPolicy
public static EventType sharingChangeLinkDefaultExpirationPolicy(SharingChangeLinkDefaultExpirationPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY.(team_policies) Changed the default expiration for the links shared outside of the team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkDefaultExpirationPolicyValue
public SharingChangeLinkDefaultExpirationPolicyType getSharingChangeLinkDefaultExpirationPolicyValue()
(team_policies) Changed the default expiration for the links shared outside of the teamThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY.- Returns:
- The
SharingChangeLinkDefaultExpirationPolicyTypevalue associated with this instance ifisSharingChangeLinkDefaultExpirationPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkDefaultExpirationPolicy()isfalse.
-
isSharingChangeLinkEnforcePasswordPolicy
public boolean isSharingChangeLinkEnforcePasswordPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY,falseotherwise.
-
sharingChangeLinkEnforcePasswordPolicy
public static EventType sharingChangeLinkEnforcePasswordPolicy(SharingChangeLinkEnforcePasswordPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY.(team_policies) Changed the password requirement for the links shared outside of the team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkEnforcePasswordPolicyValue
public SharingChangeLinkEnforcePasswordPolicyType getSharingChangeLinkEnforcePasswordPolicyValue()
(team_policies) Changed the password requirement for the links shared outside of the teamThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY.- Returns:
- The
SharingChangeLinkEnforcePasswordPolicyTypevalue associated with this instance ifisSharingChangeLinkEnforcePasswordPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkEnforcePasswordPolicy()isfalse.
-
isSharingChangeLinkPolicy
public boolean isSharingChangeLinkPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_LINK_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_LINK_POLICY,falseotherwise.
-
sharingChangeLinkPolicy
public static EventType sharingChangeLinkPolicy(SharingChangeLinkPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.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
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_LINK_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkPolicyValue
public SharingChangeLinkPolicyType getSharingChangeLinkPolicyValue()
(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by defaultThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_LINK_POLICY.- Returns:
- The
SharingChangeLinkPolicyTypevalue associated with this instance ifisSharingChangeLinkPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkPolicy()isfalse.
-
isSharingChangeMemberPolicy
public boolean isSharingChangeMemberPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHARING_CHANGE_MEMBER_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHARING_CHANGE_MEMBER_POLICY,falseotherwise.
-
sharingChangeMemberPolicy
public static EventType sharingChangeMemberPolicy(SharingChangeMemberPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHARING_CHANGE_MEMBER_POLICY.(team_policies) Changed whether members can share files/folders outside team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHARING_CHANGE_MEMBER_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeMemberPolicyValue
public SharingChangeMemberPolicyType getSharingChangeMemberPolicyValue()
(team_policies) Changed whether members can share files/folders outside teamThis instance must be tagged as
EventType.Tag.SHARING_CHANGE_MEMBER_POLICY.- Returns:
- The
SharingChangeMemberPolicyTypevalue associated with this instance ifisSharingChangeMemberPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeMemberPolicy()isfalse.
-
isShowcaseChangeDownloadPolicy
public boolean isShowcaseChangeDownloadPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY,falseotherwise.
-
showcaseChangeDownloadPolicy
public static EventType showcaseChangeDownloadPolicy(ShowcaseChangeDownloadPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY.(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeDownloadPolicyValue
public ShowcaseChangeDownloadPolicyType getShowcaseChangeDownloadPolicyValue()
(team_policies) Enabled/disabled downloading files from Dropbox Showcase for teamThis instance must be tagged as
EventType.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY.- Returns:
- The
ShowcaseChangeDownloadPolicyTypevalue associated with this instance ifisShowcaseChangeDownloadPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeDownloadPolicy()isfalse.
-
isShowcaseChangeEnabledPolicy
public boolean isShowcaseChangeEnabledPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY,falseotherwise.
-
showcaseChangeEnabledPolicy
public static EventType showcaseChangeEnabledPolicy(ShowcaseChangeEnabledPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY.(team_policies) Enabled/disabled Dropbox Showcase for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeEnabledPolicyValue
public ShowcaseChangeEnabledPolicyType getShowcaseChangeEnabledPolicyValue()
(team_policies) Enabled/disabled Dropbox Showcase for teamThis instance must be tagged as
EventType.Tag.SHOWCASE_CHANGE_ENABLED_POLICY.- Returns:
- The
ShowcaseChangeEnabledPolicyTypevalue associated with this instance ifisShowcaseChangeEnabledPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeEnabledPolicy()isfalse.
-
isShowcaseChangeExternalSharingPolicy
public boolean isShowcaseChangeExternalSharingPolicy()
Returnstrueif this instance has the tagEventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY,falseotherwise.
-
showcaseChangeExternalSharingPolicy
public static EventType showcaseChangeExternalSharingPolicy(ShowcaseChangeExternalSharingPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY.(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeExternalSharingPolicyValue
public ShowcaseChangeExternalSharingPolicyType getShowcaseChangeExternalSharingPolicyValue()
(team_policies) Enabled/disabled sharing Dropbox Showcase externally for teamThis instance must be tagged as
EventType.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY.- Returns:
- The
ShowcaseChangeExternalSharingPolicyTypevalue associated with this instance ifisShowcaseChangeExternalSharingPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeExternalSharingPolicy()isfalse.
-
isSmarterSmartSyncPolicyChanged
public boolean isSmarterSmartSyncPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED,falseotherwise.
-
smarterSmartSyncPolicyChanged
public static EventType smarterSmartSyncPolicyChanged(SmarterSmartSyncPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED.(team_policies) Changed automatic Smart Sync setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmarterSmartSyncPolicyChangedValue
public SmarterSmartSyncPolicyChangedType getSmarterSmartSyncPolicyChangedValue()
(team_policies) Changed automatic Smart Sync setting for teamThis instance must be tagged as
EventType.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED.- Returns:
- The
SmarterSmartSyncPolicyChangedTypevalue associated with this instance ifisSmarterSmartSyncPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisSmarterSmartSyncPolicyChanged()isfalse.
-
isSmartSyncChangePolicy
public boolean isSmartSyncChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.SMART_SYNC_CHANGE_POLICY,falseotherwise.
-
smartSyncChangePolicy
public static EventType smartSyncChangePolicy(SmartSyncChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SMART_SYNC_CHANGE_POLICY.(team_policies) Changed default Smart Sync setting for team members
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SMART_SYNC_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncChangePolicyValue
public SmartSyncChangePolicyType getSmartSyncChangePolicyValue()
(team_policies) Changed default Smart Sync setting for team membersThis instance must be tagged as
EventType.Tag.SMART_SYNC_CHANGE_POLICY.- Returns:
- The
SmartSyncChangePolicyTypevalue associated with this instance ifisSmartSyncChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncChangePolicy()isfalse.
-
isSmartSyncNotOptOut
public boolean isSmartSyncNotOptOut()
- Returns:
trueif this instance is tagged asEventType.Tag.SMART_SYNC_NOT_OPT_OUT,falseotherwise.
-
smartSyncNotOptOut
public static EventType smartSyncNotOptOut(SmartSyncNotOptOutType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SMART_SYNC_NOT_OPT_OUT.(team_policies) Opted team into Smart Sync
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SMART_SYNC_NOT_OPT_OUT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncNotOptOutValue
public SmartSyncNotOptOutType getSmartSyncNotOptOutValue()
(team_policies) Opted team into Smart SyncThis instance must be tagged as
EventType.Tag.SMART_SYNC_NOT_OPT_OUT.- Returns:
- The
SmartSyncNotOptOutTypevalue associated with this instance ifisSmartSyncNotOptOut()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncNotOptOut()isfalse.
-
isSmartSyncOptOut
public boolean isSmartSyncOptOut()
- Returns:
trueif this instance is tagged asEventType.Tag.SMART_SYNC_OPT_OUT,falseotherwise.
-
smartSyncOptOut
public static EventType smartSyncOptOut(SmartSyncOptOutType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SMART_SYNC_OPT_OUT.(team_policies) Opted team out of Smart Sync
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SMART_SYNC_OPT_OUT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncOptOutValue
public SmartSyncOptOutType getSmartSyncOptOutValue()
(team_policies) Opted team out of Smart SyncThis instance must be tagged as
EventType.Tag.SMART_SYNC_OPT_OUT.- Returns:
- The
SmartSyncOptOutTypevalue associated with this instance ifisSmartSyncOptOut()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncOptOut()isfalse.
-
isSsoChangePolicy
public boolean isSsoChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.SSO_CHANGE_POLICY,falseotherwise.
-
ssoChangePolicy
public static EventType ssoChangePolicy(SsoChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.SSO_CHANGE_POLICY.(team_policies) Changed single sign-on setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.SSO_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangePolicyValue
public SsoChangePolicyType getSsoChangePolicyValue()
(team_policies) Changed single sign-on setting for teamThis instance must be tagged as
EventType.Tag.SSO_CHANGE_POLICY.- Returns:
- The
SsoChangePolicyTypevalue associated with this instance ifisSsoChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangePolicy()isfalse.
-
isTeamBrandingPolicyChanged
public boolean isTeamBrandingPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.TEAM_BRANDING_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_BRANDING_POLICY_CHANGED,falseotherwise.
-
teamBrandingPolicyChanged
public static EventType teamBrandingPolicyChanged(TeamBrandingPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_BRANDING_POLICY_CHANGED.(team_policies) Changed team branding policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_BRANDING_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamBrandingPolicyChangedValue
public TeamBrandingPolicyChangedType getTeamBrandingPolicyChangedValue()
(team_policies) Changed team branding policy for teamThis instance must be tagged as
EventType.Tag.TEAM_BRANDING_POLICY_CHANGED.- Returns:
- The
TeamBrandingPolicyChangedTypevalue associated with this instance ifisTeamBrandingPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamBrandingPolicyChanged()isfalse.
-
isTeamExtensionsPolicyChanged
public boolean isTeamExtensionsPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.TEAM_EXTENSIONS_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_EXTENSIONS_POLICY_CHANGED,falseotherwise.
-
teamExtensionsPolicyChanged
public static EventType teamExtensionsPolicyChanged(TeamExtensionsPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_EXTENSIONS_POLICY_CHANGED.(team_policies) Changed App Integrations setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_EXTENSIONS_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamExtensionsPolicyChangedValue
public TeamExtensionsPolicyChangedType getTeamExtensionsPolicyChangedValue()
(team_policies) Changed App Integrations setting for teamThis instance must be tagged as
EventType.Tag.TEAM_EXTENSIONS_POLICY_CHANGED.- Returns:
- The
TeamExtensionsPolicyChangedTypevalue associated with this instance ifisTeamExtensionsPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamExtensionsPolicyChanged()isfalse.
-
isTeamSelectiveSyncPolicyChanged
public boolean isTeamSelectiveSyncPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED,falseotherwise.
-
teamSelectiveSyncPolicyChanged
public static EventType teamSelectiveSyncPolicyChanged(TeamSelectiveSyncPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED.(team_policies) Enabled/disabled Team Selective Sync for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSelectiveSyncPolicyChangedValue
public TeamSelectiveSyncPolicyChangedType getTeamSelectiveSyncPolicyChangedValue()
(team_policies) Enabled/disabled Team Selective Sync for teamThis instance must be tagged as
EventType.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED.- Returns:
- The
TeamSelectiveSyncPolicyChangedTypevalue associated with this instance ifisTeamSelectiveSyncPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSelectiveSyncPolicyChanged()isfalse.
-
isTeamSharingWhitelistSubjectsChanged
public boolean isTeamSharingWhitelistSubjectsChanged()
Returnstrueif this instance has the tagEventType.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED,falseotherwise.
-
teamSharingWhitelistSubjectsChanged
public static EventType teamSharingWhitelistSubjectsChanged(TeamSharingWhitelistSubjectsChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED.(team_policies) Edited the approved list for sharing externally
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSharingWhitelistSubjectsChangedValue
public TeamSharingWhitelistSubjectsChangedType getTeamSharingWhitelistSubjectsChangedValue()
(team_policies) Edited the approved list for sharing externallyThis instance must be tagged as
EventType.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED.- Returns:
- The
TeamSharingWhitelistSubjectsChangedTypevalue associated with this instance ifisTeamSharingWhitelistSubjectsChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSharingWhitelistSubjectsChanged()isfalse.
-
isTfaAddException
public boolean isTfaAddException()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_ADD_EXCEPTION,falseotherwise.
-
tfaAddException
public static EventType tfaAddException(TfaAddExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_ADD_EXCEPTION.(team_policies) Added members to two factor authentication exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_ADD_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddExceptionValue
public TfaAddExceptionType getTfaAddExceptionValue()
(team_policies) Added members to two factor authentication exception listThis instance must be tagged as
EventType.Tag.TFA_ADD_EXCEPTION.- Returns:
- The
TfaAddExceptionTypevalue associated with this instance ifisTfaAddException()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddException()isfalse.
-
isTfaChangePolicy
public boolean isTfaChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_CHANGE_POLICY,falseotherwise.
-
tfaChangePolicy
public static EventType tfaChangePolicy(TfaChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_CHANGE_POLICY.(team_policies) Changed two-step verification setting for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangePolicyValue
public TfaChangePolicyType getTfaChangePolicyValue()
(team_policies) Changed two-step verification setting for teamThis instance must be tagged as
EventType.Tag.TFA_CHANGE_POLICY.- Returns:
- The
TfaChangePolicyTypevalue associated with this instance ifisTfaChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangePolicy()isfalse.
-
isTfaRemoveException
public boolean isTfaRemoveException()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_REMOVE_EXCEPTION,falseotherwise.
-
tfaRemoveException
public static EventType tfaRemoveException(TfaRemoveExceptionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_REMOVE_EXCEPTION.(team_policies) Removed members from two factor authentication exception list
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_REMOVE_EXCEPTION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveExceptionValue
public TfaRemoveExceptionType getTfaRemoveExceptionValue()
(team_policies) Removed members from two factor authentication exception listThis instance must be tagged as
EventType.Tag.TFA_REMOVE_EXCEPTION.- Returns:
- The
TfaRemoveExceptionTypevalue associated with this instance ifisTfaRemoveException()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveException()isfalse.
-
isTwoAccountChangePolicy
public boolean isTwoAccountChangePolicy()
- Returns:
trueif this instance is tagged asEventType.Tag.TWO_ACCOUNT_CHANGE_POLICY,falseotherwise.
-
twoAccountChangePolicy
public static EventType twoAccountChangePolicy(TwoAccountChangePolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TWO_ACCOUNT_CHANGE_POLICY.(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TWO_ACCOUNT_CHANGE_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTwoAccountChangePolicyValue
public TwoAccountChangePolicyType getTwoAccountChangePolicyValue()
(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computerThis instance must be tagged as
EventType.Tag.TWO_ACCOUNT_CHANGE_POLICY.- Returns:
- The
TwoAccountChangePolicyTypevalue associated with this instance ifisTwoAccountChangePolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisTwoAccountChangePolicy()isfalse.
-
isViewerInfoPolicyChanged
public boolean isViewerInfoPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.VIEWER_INFO_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.VIEWER_INFO_POLICY_CHANGED,falseotherwise.
-
viewerInfoPolicyChanged
public static EventType viewerInfoPolicyChanged(ViewerInfoPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.VIEWER_INFO_POLICY_CHANGED.(team_policies) Changed team policy for viewer info
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.VIEWER_INFO_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getViewerInfoPolicyChangedValue
public ViewerInfoPolicyChangedType getViewerInfoPolicyChangedValue()
(team_policies) Changed team policy for viewer infoThis instance must be tagged as
EventType.Tag.VIEWER_INFO_POLICY_CHANGED.- Returns:
- The
ViewerInfoPolicyChangedTypevalue associated with this instance ifisViewerInfoPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisViewerInfoPolicyChanged()isfalse.
-
isWatermarkingPolicyChanged
public boolean isWatermarkingPolicyChanged()
Returnstrueif this instance has the tagEventType.Tag.WATERMARKING_POLICY_CHANGED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.WATERMARKING_POLICY_CHANGED,falseotherwise.
-
watermarkingPolicyChanged
public static EventType watermarkingPolicyChanged(WatermarkingPolicyChangedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.WATERMARKING_POLICY_CHANGED.(team_policies) Changed watermarking policy for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.WATERMARKING_POLICY_CHANGED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWatermarkingPolicyChangedValue
public WatermarkingPolicyChangedType getWatermarkingPolicyChangedValue()
(team_policies) Changed watermarking policy for teamThis instance must be tagged as
EventType.Tag.WATERMARKING_POLICY_CHANGED.- Returns:
- The
WatermarkingPolicyChangedTypevalue associated with this instance ifisWatermarkingPolicyChanged()istrue. - Throws:
java.lang.IllegalStateException- IfisWatermarkingPolicyChanged()isfalse.
-
isWebSessionsChangeActiveSessionLimit
public boolean isWebSessionsChangeActiveSessionLimit()
Returnstrueif this instance has the tagEventType.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT,falseotherwise.
-
webSessionsChangeActiveSessionLimit
public static EventType webSessionsChangeActiveSessionLimit(WebSessionsChangeActiveSessionLimitType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT.(team_policies) Changed limit on active sessions per member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeActiveSessionLimitValue
public WebSessionsChangeActiveSessionLimitType getWebSessionsChangeActiveSessionLimitValue()
(team_policies) Changed limit on active sessions per memberThis instance must be tagged as
EventType.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT.- Returns:
- The
WebSessionsChangeActiveSessionLimitTypevalue associated with this instance ifisWebSessionsChangeActiveSessionLimit()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeActiveSessionLimit()isfalse.
-
isWebSessionsChangeFixedLengthPolicy
public boolean isWebSessionsChangeFixedLengthPolicy()
Returnstrueif this instance has the tagEventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY,falseotherwise.
-
webSessionsChangeFixedLengthPolicy
public static EventType webSessionsChangeFixedLengthPolicy(WebSessionsChangeFixedLengthPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY.(team_policies) Changed how long members can stay signed in to Dropbox.com
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeFixedLengthPolicyValue
public WebSessionsChangeFixedLengthPolicyType getWebSessionsChangeFixedLengthPolicyValue()
(team_policies) Changed how long members can stay signed in to Dropbox.comThis instance must be tagged as
EventType.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY.- Returns:
- The
WebSessionsChangeFixedLengthPolicyTypevalue associated with this instance ifisWebSessionsChangeFixedLengthPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeFixedLengthPolicy()isfalse.
-
isWebSessionsChangeIdleLengthPolicy
public boolean isWebSessionsChangeIdleLengthPolicy()
Returnstrueif this instance has the tagEventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY,falseotherwise.
-
webSessionsChangeIdleLengthPolicy
public static EventType webSessionsChangeIdleLengthPolicy(WebSessionsChangeIdleLengthPolicyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY.(team_policies) Changed how long team members can be idle while signed in to Dropbox.com
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeIdleLengthPolicyValue
public WebSessionsChangeIdleLengthPolicyType getWebSessionsChangeIdleLengthPolicyValue()
(team_policies) Changed how long team members can be idle while signed in to Dropbox.comThis instance must be tagged as
EventType.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY.- Returns:
- The
WebSessionsChangeIdleLengthPolicyTypevalue associated with this instance ifisWebSessionsChangeIdleLengthPolicy()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeIdleLengthPolicy()isfalse.
-
isDataResidencyMigrationRequestSuccessful
public boolean isDataResidencyMigrationRequestSuccessful()
Returnstrueif this instance has the tagEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL,falseotherwise.
-
dataResidencyMigrationRequestSuccessful
public static EventType dataResidencyMigrationRequestSuccessful(DataResidencyMigrationRequestSuccessfulType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL.(team_profile) Requested data residency migration for team data
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataResidencyMigrationRequestSuccessfulValue
public DataResidencyMigrationRequestSuccessfulType getDataResidencyMigrationRequestSuccessfulValue()
(team_profile) Requested data residency migration for team dataThis instance must be tagged as
EventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL.- Returns:
- The
DataResidencyMigrationRequestSuccessfulTypevalue associated with this instance ifisDataResidencyMigrationRequestSuccessful()istrue. - Throws:
java.lang.IllegalStateException- IfisDataResidencyMigrationRequestSuccessful()isfalse.
-
isDataResidencyMigrationRequestUnsuccessful
public boolean isDataResidencyMigrationRequestUnsuccessful()
Returnstrueif this instance has the tagEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL,falseotherwise.
-
dataResidencyMigrationRequestUnsuccessful
public static EventType dataResidencyMigrationRequestUnsuccessful(DataResidencyMigrationRequestUnsuccessfulType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL.(team_profile) Request for data residency migration for team data has failed
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataResidencyMigrationRequestUnsuccessfulValue
public DataResidencyMigrationRequestUnsuccessfulType getDataResidencyMigrationRequestUnsuccessfulValue()
(team_profile) Request for data residency migration for team data has failedThis instance must be tagged as
EventType.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL.- Returns:
- The
DataResidencyMigrationRequestUnsuccessfulTypevalue associated with this instance ifisDataResidencyMigrationRequestUnsuccessful()istrue. - Throws:
java.lang.IllegalStateException- IfisDataResidencyMigrationRequestUnsuccessful()isfalse.
-
isTeamMergeFrom
public boolean isTeamMergeFrom()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_FROM,falseotherwise.
-
teamMergeFrom
public static EventType teamMergeFrom(TeamMergeFromType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_FROM.(team_profile) Merged another team into this team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_FROM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeFromValue
public TeamMergeFromType getTeamMergeFromValue()
(team_profile) Merged another team into this teamThis instance must be tagged as
EventType.Tag.TEAM_MERGE_FROM.- Returns:
- The
TeamMergeFromTypevalue associated with this instance ifisTeamMergeFrom()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeFrom()isfalse.
-
isTeamMergeTo
public boolean isTeamMergeTo()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_TO,falseotherwise.
-
teamMergeTo
public static EventType teamMergeTo(TeamMergeToType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_TO.(team_profile) Merged this team into another team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_TO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeToValue
public TeamMergeToType getTeamMergeToValue()
(team_profile) Merged this team into another teamThis instance must be tagged as
EventType.Tag.TEAM_MERGE_TO.- Returns:
- The
TeamMergeToTypevalue associated with this instance ifisTeamMergeTo()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeTo()isfalse.
-
isTeamProfileAddBackground
public boolean isTeamProfileAddBackground()
Returnstrueif this instance has the tagEventType.Tag.TEAM_PROFILE_ADD_BACKGROUND,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_ADD_BACKGROUND,falseotherwise.
-
teamProfileAddBackground
public static EventType teamProfileAddBackground(TeamProfileAddBackgroundType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_ADD_BACKGROUND.(team_profile) Added team background to display on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_ADD_BACKGROUND. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileAddBackgroundValue
public TeamProfileAddBackgroundType getTeamProfileAddBackgroundValue()
(team_profile) Added team background to display on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_ADD_BACKGROUND.- Returns:
- The
TeamProfileAddBackgroundTypevalue associated with this instance ifisTeamProfileAddBackground()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileAddBackground()isfalse.
-
isTeamProfileAddLogo
public boolean isTeamProfileAddLogo()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_ADD_LOGO,falseotherwise.
-
teamProfileAddLogo
public static EventType teamProfileAddLogo(TeamProfileAddLogoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_ADD_LOGO.(team_profile) Added team logo to display on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_ADD_LOGO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileAddLogoValue
public TeamProfileAddLogoType getTeamProfileAddLogoValue()
(team_profile) Added team logo to display on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_ADD_LOGO.- Returns:
- The
TeamProfileAddLogoTypevalue associated with this instance ifisTeamProfileAddLogo()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileAddLogo()isfalse.
-
isTeamProfileChangeBackground
public boolean isTeamProfileChangeBackground()
Returnstrueif this instance has the tagEventType.Tag.TEAM_PROFILE_CHANGE_BACKGROUND,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_CHANGE_BACKGROUND,falseotherwise.
-
teamProfileChangeBackground
public static EventType teamProfileChangeBackground(TeamProfileChangeBackgroundType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_BACKGROUND.(team_profile) Changed team background displayed on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_BACKGROUND. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeBackgroundValue
public TeamProfileChangeBackgroundType getTeamProfileChangeBackgroundValue()
(team_profile) Changed team background displayed on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_CHANGE_BACKGROUND.- Returns:
- The
TeamProfileChangeBackgroundTypevalue associated with this instance ifisTeamProfileChangeBackground()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeBackground()isfalse.
-
isTeamProfileChangeDefaultLanguage
public boolean isTeamProfileChangeDefaultLanguage()
Returnstrueif this instance has the tagEventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE,falseotherwise.
-
teamProfileChangeDefaultLanguage
public static EventType teamProfileChangeDefaultLanguage(TeamProfileChangeDefaultLanguageType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE.(team_profile) Changed default language for team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeDefaultLanguageValue
public TeamProfileChangeDefaultLanguageType getTeamProfileChangeDefaultLanguageValue()
(team_profile) Changed default language for teamThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE.- Returns:
- The
TeamProfileChangeDefaultLanguageTypevalue associated with this instance ifisTeamProfileChangeDefaultLanguage()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeDefaultLanguage()isfalse.
-
isTeamProfileChangeLogo
public boolean isTeamProfileChangeLogo()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_CHANGE_LOGO,falseotherwise.
-
teamProfileChangeLogo
public static EventType teamProfileChangeLogo(TeamProfileChangeLogoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_LOGO.(team_profile) Changed team logo displayed on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_LOGO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeLogoValue
public TeamProfileChangeLogoType getTeamProfileChangeLogoValue()
(team_profile) Changed team logo displayed on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_CHANGE_LOGO.- Returns:
- The
TeamProfileChangeLogoTypevalue associated with this instance ifisTeamProfileChangeLogo()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeLogo()isfalse.
-
isTeamProfileChangeName
public boolean isTeamProfileChangeName()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_CHANGE_NAME,falseotherwise.
-
teamProfileChangeName
public static EventType teamProfileChangeName(TeamProfileChangeNameType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_NAME.(team_profile) Changed team name
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_CHANGE_NAME. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeNameValue
public TeamProfileChangeNameType getTeamProfileChangeNameValue()
(team_profile) Changed team nameThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_CHANGE_NAME.- Returns:
- The
TeamProfileChangeNameTypevalue associated with this instance ifisTeamProfileChangeName()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeName()isfalse.
-
isTeamProfileRemoveBackground
public boolean isTeamProfileRemoveBackground()
Returnstrueif this instance has the tagEventType.Tag.TEAM_PROFILE_REMOVE_BACKGROUND,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_REMOVE_BACKGROUND,falseotherwise.
-
teamProfileRemoveBackground
public static EventType teamProfileRemoveBackground(TeamProfileRemoveBackgroundType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_REMOVE_BACKGROUND.(team_profile) Removed team background displayed on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_REMOVE_BACKGROUND. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileRemoveBackgroundValue
public TeamProfileRemoveBackgroundType getTeamProfileRemoveBackgroundValue()
(team_profile) Removed team background displayed on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_REMOVE_BACKGROUND.- Returns:
- The
TeamProfileRemoveBackgroundTypevalue associated with this instance ifisTeamProfileRemoveBackground()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileRemoveBackground()isfalse.
-
isTeamProfileRemoveLogo
public boolean isTeamProfileRemoveLogo()
- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_PROFILE_REMOVE_LOGO,falseotherwise.
-
teamProfileRemoveLogo
public static EventType teamProfileRemoveLogo(TeamProfileRemoveLogoType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_PROFILE_REMOVE_LOGO.(team_profile) Removed team logo displayed on shared link headers
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_PROFILE_REMOVE_LOGO. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileRemoveLogoValue
public TeamProfileRemoveLogoType getTeamProfileRemoveLogoValue()
(team_profile) Removed team logo displayed on shared link headersThis instance must be tagged as
EventType.Tag.TEAM_PROFILE_REMOVE_LOGO.- Returns:
- The
TeamProfileRemoveLogoTypevalue associated with this instance ifisTeamProfileRemoveLogo()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileRemoveLogo()isfalse.
-
isTfaAddBackupPhone
public boolean isTfaAddBackupPhone()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_ADD_BACKUP_PHONE,falseotherwise.
-
tfaAddBackupPhone
public static EventType tfaAddBackupPhone(TfaAddBackupPhoneType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_ADD_BACKUP_PHONE.(tfa) Added backup phone for two-step verification
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_ADD_BACKUP_PHONE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddBackupPhoneValue
public TfaAddBackupPhoneType getTfaAddBackupPhoneValue()
(tfa) Added backup phone for two-step verificationThis instance must be tagged as
EventType.Tag.TFA_ADD_BACKUP_PHONE.- Returns:
- The
TfaAddBackupPhoneTypevalue associated with this instance ifisTfaAddBackupPhone()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddBackupPhone()isfalse.
-
isTfaAddSecurityKey
public boolean isTfaAddSecurityKey()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_ADD_SECURITY_KEY,falseotherwise.
-
tfaAddSecurityKey
public static EventType tfaAddSecurityKey(TfaAddSecurityKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_ADD_SECURITY_KEY.(tfa) Added security key for two-step verification
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_ADD_SECURITY_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddSecurityKeyValue
public TfaAddSecurityKeyType getTfaAddSecurityKeyValue()
(tfa) Added security key for two-step verificationThis instance must be tagged as
EventType.Tag.TFA_ADD_SECURITY_KEY.- Returns:
- The
TfaAddSecurityKeyTypevalue associated with this instance ifisTfaAddSecurityKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddSecurityKey()isfalse.
-
isTfaChangeBackupPhone
public boolean isTfaChangeBackupPhone()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_CHANGE_BACKUP_PHONE,falseotherwise.
-
tfaChangeBackupPhone
public static EventType tfaChangeBackupPhone(TfaChangeBackupPhoneType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_CHANGE_BACKUP_PHONE.(tfa) Changed backup phone for two-step verification
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_CHANGE_BACKUP_PHONE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangeBackupPhoneValue
public TfaChangeBackupPhoneType getTfaChangeBackupPhoneValue()
(tfa) Changed backup phone for two-step verificationThis instance must be tagged as
EventType.Tag.TFA_CHANGE_BACKUP_PHONE.- Returns:
- The
TfaChangeBackupPhoneTypevalue associated with this instance ifisTfaChangeBackupPhone()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangeBackupPhone()isfalse.
-
isTfaChangeStatus
public boolean isTfaChangeStatus()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_CHANGE_STATUS,falseotherwise.
-
tfaChangeStatus
public static EventType tfaChangeStatus(TfaChangeStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_CHANGE_STATUS.(tfa) Enabled/disabled/changed two-step verification setting
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_CHANGE_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangeStatusValue
public TfaChangeStatusType getTfaChangeStatusValue()
(tfa) Enabled/disabled/changed two-step verification settingThis instance must be tagged as
EventType.Tag.TFA_CHANGE_STATUS.- Returns:
- The
TfaChangeStatusTypevalue associated with this instance ifisTfaChangeStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangeStatus()isfalse.
-
isTfaRemoveBackupPhone
public boolean isTfaRemoveBackupPhone()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_REMOVE_BACKUP_PHONE,falseotherwise.
-
tfaRemoveBackupPhone
public static EventType tfaRemoveBackupPhone(TfaRemoveBackupPhoneType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_REMOVE_BACKUP_PHONE.(tfa) Removed backup phone for two-step verification
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_REMOVE_BACKUP_PHONE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveBackupPhoneValue
public TfaRemoveBackupPhoneType getTfaRemoveBackupPhoneValue()
(tfa) Removed backup phone for two-step verificationThis instance must be tagged as
EventType.Tag.TFA_REMOVE_BACKUP_PHONE.- Returns:
- The
TfaRemoveBackupPhoneTypevalue associated with this instance ifisTfaRemoveBackupPhone()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveBackupPhone()isfalse.
-
isTfaRemoveSecurityKey
public boolean isTfaRemoveSecurityKey()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_REMOVE_SECURITY_KEY,falseotherwise.
-
tfaRemoveSecurityKey
public static EventType tfaRemoveSecurityKey(TfaRemoveSecurityKeyType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_REMOVE_SECURITY_KEY.(tfa) Removed security key for two-step verification
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_REMOVE_SECURITY_KEY. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveSecurityKeyValue
public TfaRemoveSecurityKeyType getTfaRemoveSecurityKeyValue()
(tfa) Removed security key for two-step verificationThis instance must be tagged as
EventType.Tag.TFA_REMOVE_SECURITY_KEY.- Returns:
- The
TfaRemoveSecurityKeyTypevalue associated with this instance ifisTfaRemoveSecurityKey()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveSecurityKey()isfalse.
-
isTfaReset
public boolean isTfaReset()
- Returns:
trueif this instance is tagged asEventType.Tag.TFA_RESET,falseotherwise.
-
tfaReset
public static EventType tfaReset(TfaResetType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TFA_RESET.(tfa) Reset two-step verification for team member
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TFA_RESET. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaResetValue
public TfaResetType getTfaResetValue()
(tfa) Reset two-step verification for team memberThis instance must be tagged as
EventType.Tag.TFA_RESET.- Returns:
- The
TfaResetTypevalue associated with this instance ifisTfaReset()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaReset()isfalse.
-
isChangedEnterpriseAdminRole
public boolean isChangedEnterpriseAdminRole()
Returnstrueif this instance has the tagEventType.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE,falseotherwise.
-
changedEnterpriseAdminRole
public static EventType changedEnterpriseAdminRole(ChangedEnterpriseAdminRoleType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE.(trusted_teams) Changed enterprise admin role
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getChangedEnterpriseAdminRoleValue
public ChangedEnterpriseAdminRoleType getChangedEnterpriseAdminRoleValue()
(trusted_teams) Changed enterprise admin roleThis instance must be tagged as
EventType.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE.- Returns:
- The
ChangedEnterpriseAdminRoleTypevalue associated with this instance ifisChangedEnterpriseAdminRole()istrue. - Throws:
java.lang.IllegalStateException- IfisChangedEnterpriseAdminRole()isfalse.
-
isChangedEnterpriseConnectedTeamStatus
public boolean isChangedEnterpriseConnectedTeamStatus()
Returnstrueif this instance has the tagEventType.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS,falseotherwise.
-
changedEnterpriseConnectedTeamStatus
public static EventType changedEnterpriseConnectedTeamStatus(ChangedEnterpriseConnectedTeamStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS.(trusted_teams) Changed enterprise-connected team status
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getChangedEnterpriseConnectedTeamStatusValue
public ChangedEnterpriseConnectedTeamStatusType getChangedEnterpriseConnectedTeamStatusValue()
(trusted_teams) Changed enterprise-connected team statusThis instance must be tagged as
EventType.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS.- Returns:
- The
ChangedEnterpriseConnectedTeamStatusTypevalue associated with this instance ifisChangedEnterpriseConnectedTeamStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisChangedEnterpriseConnectedTeamStatus()isfalse.
-
isEndedEnterpriseAdminSession
public boolean isEndedEnterpriseAdminSession()
Returnstrueif this instance has the tagEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION,falseotherwise.
-
endedEnterpriseAdminSession
public static EventType endedEnterpriseAdminSession(EndedEnterpriseAdminSessionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION.(trusted_teams) Ended enterprise admin session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEndedEnterpriseAdminSessionValue
public EndedEnterpriseAdminSessionType getEndedEnterpriseAdminSessionValue()
(trusted_teams) Ended enterprise admin sessionThis instance must be tagged as
EventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION.- Returns:
- The
EndedEnterpriseAdminSessionTypevalue associated with this instance ifisEndedEnterpriseAdminSession()istrue. - Throws:
java.lang.IllegalStateException- IfisEndedEnterpriseAdminSession()isfalse.
-
isEndedEnterpriseAdminSessionDeprecated
public boolean isEndedEnterpriseAdminSessionDeprecated()
Returnstrueif this instance has the tagEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED,falseotherwise.
-
endedEnterpriseAdminSessionDeprecated
public static EventType endedEnterpriseAdminSessionDeprecated(EndedEnterpriseAdminSessionDeprecatedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED.(trusted_teams) Ended enterprise admin session (deprecated, replaced by 'Ended enterprise admin session')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEndedEnterpriseAdminSessionDeprecatedValue
public EndedEnterpriseAdminSessionDeprecatedType getEndedEnterpriseAdminSessionDeprecatedValue()
(trusted_teams) Ended enterprise admin session (deprecated, replaced by 'Ended enterprise admin session')This instance must be tagged as
EventType.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED.- Returns:
- The
EndedEnterpriseAdminSessionDeprecatedTypevalue associated with this instance ifisEndedEnterpriseAdminSessionDeprecated()istrue. - Throws:
java.lang.IllegalStateException- IfisEndedEnterpriseAdminSessionDeprecated()isfalse.
-
isEnterpriseSettingsLocking
public boolean isEnterpriseSettingsLocking()
Returnstrueif this instance has the tagEventType.Tag.ENTERPRISE_SETTINGS_LOCKING,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.ENTERPRISE_SETTINGS_LOCKING,falseotherwise.
-
enterpriseSettingsLocking
public static EventType enterpriseSettingsLocking(EnterpriseSettingsLockingType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.ENTERPRISE_SETTINGS_LOCKING.(trusted_teams) Changed who can update a setting
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.ENTERPRISE_SETTINGS_LOCKING. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEnterpriseSettingsLockingValue
public EnterpriseSettingsLockingType getEnterpriseSettingsLockingValue()
(trusted_teams) Changed who can update a settingThis instance must be tagged as
EventType.Tag.ENTERPRISE_SETTINGS_LOCKING.- Returns:
- The
EnterpriseSettingsLockingTypevalue associated with this instance ifisEnterpriseSettingsLocking()istrue. - Throws:
java.lang.IllegalStateException- IfisEnterpriseSettingsLocking()isfalse.
-
isGuestAdminChangeStatus
public boolean isGuestAdminChangeStatus()
- Returns:
trueif this instance is tagged asEventType.Tag.GUEST_ADMIN_CHANGE_STATUS,falseotherwise.
-
guestAdminChangeStatus
public static EventType guestAdminChangeStatus(GuestAdminChangeStatusType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.GUEST_ADMIN_CHANGE_STATUS.(trusted_teams) Changed guest team admin status
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.GUEST_ADMIN_CHANGE_STATUS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminChangeStatusValue
public GuestAdminChangeStatusType getGuestAdminChangeStatusValue()
(trusted_teams) Changed guest team admin statusThis instance must be tagged as
EventType.Tag.GUEST_ADMIN_CHANGE_STATUS.- Returns:
- The
GuestAdminChangeStatusTypevalue associated with this instance ifisGuestAdminChangeStatus()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminChangeStatus()isfalse.
-
isStartedEnterpriseAdminSession
public boolean isStartedEnterpriseAdminSession()
Returnstrueif this instance has the tagEventType.Tag.STARTED_ENTERPRISE_ADMIN_SESSION,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.STARTED_ENTERPRISE_ADMIN_SESSION,falseotherwise.
-
startedEnterpriseAdminSession
public static EventType startedEnterpriseAdminSession(StartedEnterpriseAdminSessionType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.STARTED_ENTERPRISE_ADMIN_SESSION.(trusted_teams) Started enterprise admin session
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.STARTED_ENTERPRISE_ADMIN_SESSION. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getStartedEnterpriseAdminSessionValue
public StartedEnterpriseAdminSessionType getStartedEnterpriseAdminSessionValue()
(trusted_teams) Started enterprise admin sessionThis instance must be tagged as
EventType.Tag.STARTED_ENTERPRISE_ADMIN_SESSION.- Returns:
- The
StartedEnterpriseAdminSessionTypevalue associated with this instance ifisStartedEnterpriseAdminSession()istrue. - Throws:
java.lang.IllegalStateException- IfisStartedEnterpriseAdminSession()isfalse.
-
isTeamMergeRequestAccepted
public boolean isTeamMergeRequestAccepted()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED,falseotherwise.
-
teamMergeRequestAccepted
public static EventType teamMergeRequestAccepted(TeamMergeRequestAcceptedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED.(trusted_teams) Accepted a team merge request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedValue
public TeamMergeRequestAcceptedType getTeamMergeRequestAcceptedValue()
(trusted_teams) Accepted a team merge requestThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED.- Returns:
- The
TeamMergeRequestAcceptedTypevalue associated with this instance ifisTeamMergeRequestAccepted()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAccepted()isfalse.
-
isTeamMergeRequestAcceptedShownToPrimaryTeam
public boolean isTeamMergeRequestAcceptedShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestAcceptedShownToPrimaryTeam
public static EventType teamMergeRequestAcceptedShownToPrimaryTeam(TeamMergeRequestAcceptedShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Accepted a team merge request (deprecated, replaced by 'Accepted a team merge request')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedShownToPrimaryTeamValue
public TeamMergeRequestAcceptedShownToPrimaryTeamType getTeamMergeRequestAcceptedShownToPrimaryTeamValue()
(trusted_teams) Accepted a team merge request (deprecated, replaced by 'Accepted a team merge request')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestAcceptedShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestAcceptedShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAcceptedShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestAcceptedShownToSecondaryTeam
public boolean isTeamMergeRequestAcceptedShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestAcceptedShownToSecondaryTeam
public static EventType teamMergeRequestAcceptedShownToSecondaryTeam(TeamMergeRequestAcceptedShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Accepted a team merge request (deprecated, replaced by 'Accepted a team merge request')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedShownToSecondaryTeamValue
public TeamMergeRequestAcceptedShownToSecondaryTeamType getTeamMergeRequestAcceptedShownToSecondaryTeamValue()
(trusted_teams) Accepted a team merge request (deprecated, replaced by 'Accepted a team merge request')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestAcceptedShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestAcceptedShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAcceptedShownToSecondaryTeam()isfalse.
-
isTeamMergeRequestAutoCanceled
public boolean isTeamMergeRequestAutoCanceled()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED,falseotherwise.
-
teamMergeRequestAutoCanceled
public static EventType teamMergeRequestAutoCanceled(TeamMergeRequestAutoCanceledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED.(trusted_teams) Automatically canceled team merge request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAutoCanceledValue
public TeamMergeRequestAutoCanceledType getTeamMergeRequestAutoCanceledValue()
(trusted_teams) Automatically canceled team merge requestThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED.- Returns:
- The
TeamMergeRequestAutoCanceledTypevalue associated with this instance ifisTeamMergeRequestAutoCanceled()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAutoCanceled()isfalse.
-
isTeamMergeRequestCanceled
public boolean isTeamMergeRequestCanceled()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_CANCELED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_CANCELED,falseotherwise.
-
teamMergeRequestCanceled
public static EventType teamMergeRequestCanceled(TeamMergeRequestCanceledType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED.(trusted_teams) Canceled a team merge request
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledValue
public TeamMergeRequestCanceledType getTeamMergeRequestCanceledValue()
(trusted_teams) Canceled a team merge requestThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_CANCELED.- Returns:
- The
TeamMergeRequestCanceledTypevalue associated with this instance ifisTeamMergeRequestCanceled()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceled()isfalse.
-
isTeamMergeRequestCanceledShownToPrimaryTeam
public boolean isTeamMergeRequestCanceledShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestCanceledShownToPrimaryTeam
public static EventType teamMergeRequestCanceledShownToPrimaryTeam(TeamMergeRequestCanceledShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Canceled a team merge request (deprecated, replaced by 'Canceled a team merge request')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledShownToPrimaryTeamValue
public TeamMergeRequestCanceledShownToPrimaryTeamType getTeamMergeRequestCanceledShownToPrimaryTeamValue()
(trusted_teams) Canceled a team merge request (deprecated, replaced by 'Canceled a team merge request')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestCanceledShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestCanceledShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceledShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestCanceledShownToSecondaryTeam
public boolean isTeamMergeRequestCanceledShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestCanceledShownToSecondaryTeam
public static EventType teamMergeRequestCanceledShownToSecondaryTeam(TeamMergeRequestCanceledShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Canceled a team merge request (deprecated, replaced by 'Canceled a team merge request')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledShownToSecondaryTeamValue
public TeamMergeRequestCanceledShownToSecondaryTeamType getTeamMergeRequestCanceledShownToSecondaryTeamValue()
(trusted_teams) Canceled a team merge request (deprecated, replaced by 'Canceled a team merge request')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestCanceledShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestCanceledShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceledShownToSecondaryTeam()isfalse.
-
isTeamMergeRequestExpired
public boolean isTeamMergeRequestExpired()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED,falseotherwise.
-
teamMergeRequestExpired
public static EventType teamMergeRequestExpired(TeamMergeRequestExpiredType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED.(trusted_teams) Team merge request expired
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredValue
public TeamMergeRequestExpiredType getTeamMergeRequestExpiredValue()
(trusted_teams) Team merge request expiredThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_EXPIRED.- Returns:
- The
TeamMergeRequestExpiredTypevalue associated with this instance ifisTeamMergeRequestExpired()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpired()isfalse.
-
isTeamMergeRequestExpiredShownToPrimaryTeam
public boolean isTeamMergeRequestExpiredShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestExpiredShownToPrimaryTeam
public static EventType teamMergeRequestExpiredShownToPrimaryTeam(TeamMergeRequestExpiredShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Team merge request expired (deprecated, replaced by 'Team merge request expired')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredShownToPrimaryTeamValue
public TeamMergeRequestExpiredShownToPrimaryTeamType getTeamMergeRequestExpiredShownToPrimaryTeamValue()
(trusted_teams) Team merge request expired (deprecated, replaced by 'Team merge request expired')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestExpiredShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestExpiredShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpiredShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestExpiredShownToSecondaryTeam
public boolean isTeamMergeRequestExpiredShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestExpiredShownToSecondaryTeam
public static EventType teamMergeRequestExpiredShownToSecondaryTeam(TeamMergeRequestExpiredShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Team merge request expired (deprecated, replaced by 'Team merge request expired')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredShownToSecondaryTeamValue
public TeamMergeRequestExpiredShownToSecondaryTeamType getTeamMergeRequestExpiredShownToSecondaryTeamValue()
(trusted_teams) Team merge request expired (deprecated, replaced by 'Team merge request expired')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestExpiredShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestExpiredShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpiredShownToSecondaryTeam()isfalse.
-
isTeamMergeRequestRejectedShownToPrimaryTeam
public boolean isTeamMergeRequestRejectedShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestRejectedShownToPrimaryTeam
public static EventType teamMergeRequestRejectedShownToPrimaryTeam(TeamMergeRequestRejectedShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRejectedShownToPrimaryTeamValue
public TeamMergeRequestRejectedShownToPrimaryTeamType getTeamMergeRequestRejectedShownToPrimaryTeamValue()
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestRejectedShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestRejectedShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRejectedShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestRejectedShownToSecondaryTeam
public boolean isTeamMergeRequestRejectedShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestRejectedShownToSecondaryTeam
public static EventType teamMergeRequestRejectedShownToSecondaryTeam(TeamMergeRequestRejectedShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRejectedShownToSecondaryTeamValue
public TeamMergeRequestRejectedShownToSecondaryTeamType getTeamMergeRequestRejectedShownToSecondaryTeamValue()
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestRejectedShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestRejectedShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRejectedShownToSecondaryTeam()isfalse.
-
isTeamMergeRequestReminder
public boolean isTeamMergeRequestReminder()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REMINDER,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REMINDER,falseotherwise.
-
teamMergeRequestReminder
public static EventType teamMergeRequestReminder(TeamMergeRequestReminderType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER.(trusted_teams) Sent a team merge request reminder
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderValue
public TeamMergeRequestReminderType getTeamMergeRequestReminderValue()
(trusted_teams) Sent a team merge request reminderThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REMINDER.- Returns:
- The
TeamMergeRequestReminderTypevalue associated with this instance ifisTeamMergeRequestReminder()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminder()isfalse.
-
isTeamMergeRequestReminderShownToPrimaryTeam
public boolean isTeamMergeRequestReminderShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestReminderShownToPrimaryTeam
public static EventType teamMergeRequestReminderShownToPrimaryTeam(TeamMergeRequestReminderShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Sent a team merge request reminder (deprecated, replaced by 'Sent a team merge request reminder')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderShownToPrimaryTeamValue
public TeamMergeRequestReminderShownToPrimaryTeamType getTeamMergeRequestReminderShownToPrimaryTeamValue()
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by 'Sent a team merge request reminder')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestReminderShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestReminderShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminderShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestReminderShownToSecondaryTeam
public boolean isTeamMergeRequestReminderShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestReminderShownToSecondaryTeam
public static EventType teamMergeRequestReminderShownToSecondaryTeam(TeamMergeRequestReminderShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Sent a team merge request reminder (deprecated, replaced by 'Sent a team merge request reminder')
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderShownToSecondaryTeamValue
public TeamMergeRequestReminderShownToSecondaryTeamType getTeamMergeRequestReminderShownToSecondaryTeamValue()
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by 'Sent a team merge request reminder')This instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestReminderShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestReminderShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminderShownToSecondaryTeam()isfalse.
-
isTeamMergeRequestRevoked
public boolean isTeamMergeRequestRevoked()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_REVOKED,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_REVOKED,falseotherwise.
-
teamMergeRequestRevoked
public static EventType teamMergeRequestRevoked(TeamMergeRequestRevokedType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REVOKED.(trusted_teams) Canceled the team merge
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_REVOKED. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRevokedValue
public TeamMergeRequestRevokedType getTeamMergeRequestRevokedValue()
(trusted_teams) Canceled the team mergeThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_REVOKED.- Returns:
- The
TeamMergeRequestRevokedTypevalue associated with this instance ifisTeamMergeRequestRevoked()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRevoked()isfalse.
-
isTeamMergeRequestSentShownToPrimaryTeam
public boolean isTeamMergeRequestSentShownToPrimaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM,falseotherwise.
-
teamMergeRequestSentShownToPrimaryTeam
public static EventType teamMergeRequestSentShownToPrimaryTeam(TeamMergeRequestSentShownToPrimaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM.(trusted_teams) Requested to merge their Dropbox team into yours
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestSentShownToPrimaryTeamValue
public TeamMergeRequestSentShownToPrimaryTeamType getTeamMergeRequestSentShownToPrimaryTeamValue()
(trusted_teams) Requested to merge their Dropbox team into yoursThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM.- Returns:
- The
TeamMergeRequestSentShownToPrimaryTeamTypevalue associated with this instance ifisTeamMergeRequestSentShownToPrimaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestSentShownToPrimaryTeam()isfalse.
-
isTeamMergeRequestSentShownToSecondaryTeam
public boolean isTeamMergeRequestSentShownToSecondaryTeam()
Returnstrueif this instance has the tagEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM,falseotherwise.- Returns:
trueif this instance is tagged asEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM,falseotherwise.
-
teamMergeRequestSentShownToSecondaryTeam
public static EventType teamMergeRequestSentShownToSecondaryTeam(TeamMergeRequestSentShownToSecondaryTeamType value)
Returns an instance ofEventTypethat has its tag set toEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM.(trusted_teams) Requested to merge your team into another Dropbox team
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventTypewith its tag set toEventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestSentShownToSecondaryTeamValue
public TeamMergeRequestSentShownToSecondaryTeamType getTeamMergeRequestSentShownToSecondaryTeamValue()
(trusted_teams) Requested to merge your team into another Dropbox teamThis instance must be tagged as
EventType.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM.- Returns:
- The
TeamMergeRequestSentShownToSecondaryTeamTypevalue associated with this instance ifisTeamMergeRequestSentShownToSecondaryTeam()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestSentShownToSecondaryTeam()isfalse.
-
isOther
public boolean isOther()
- Returns:
trueif this instance is tagged asEventType.Tag.OTHER,falseotherwise.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toStringMultiline
public java.lang.String toStringMultiline()
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-
-