Class EventDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.EventDetails
 
- 
 public final class EventDetails extends java.lang.ObjectAdditional fields depending on the event type.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 SummaryNested Classes Modifier and Type Class Description static classEventDetails.TagDiscriminating tag type forEventDetails.
 - 
Field SummaryFields Modifier and Type Field Description static EventDetailsOTHERCatch-all used for unknown tag values returned by the Dropbox servers.
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
OTHERpublic static final EventDetails 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- 
tagpublic EventDetails.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 thisEventDetails.If a tag returned by the server is unrecognized by this SDK, the EventDetails.Tag.OTHERvalue will be used.- Returns:
- the tag for this instance.
 
 - 
isAdminAlertingAlertStateChangedDetailspublic boolean isAdminAlertingAlertStateChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS,- falseotherwise.
 
 - 
adminAlertingAlertStateChangedDetailspublic static EventDetails adminAlertingAlertStateChangedDetails(AdminAlertingAlertStateChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAdminAlertingAlertStateChangedDetailsValuepublic AdminAlertingAlertStateChangedDetails getAdminAlertingAlertStateChangedDetailsValue() This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS.- Returns:
- The AdminAlertingAlertStateChangedDetailsvalue associated with this instance ifisAdminAlertingAlertStateChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAdminAlertingAlertStateChangedDetails()is- false.
 
 - 
isAdminAlertingChangedAlertConfigDetailspublic boolean isAdminAlertingChangedAlertConfigDetails() Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS,- falseotherwise.
 
 - 
adminAlertingChangedAlertConfigDetailspublic static EventDetails adminAlertingChangedAlertConfigDetails(AdminAlertingChangedAlertConfigDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAdminAlertingChangedAlertConfigDetailsValuepublic AdminAlertingChangedAlertConfigDetails getAdminAlertingChangedAlertConfigDetailsValue() This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS.- Returns:
- The AdminAlertingChangedAlertConfigDetailsvalue associated with this instance ifisAdminAlertingChangedAlertConfigDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAdminAlertingChangedAlertConfigDetails()is- false.
 
 - 
isAdminAlertingTriggeredAlertDetailspublic boolean isAdminAlertingTriggeredAlertDetails() Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS,- falseotherwise.
 
 - 
adminAlertingTriggeredAlertDetailspublic static EventDetails adminAlertingTriggeredAlertDetails(AdminAlertingTriggeredAlertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAdminAlertingTriggeredAlertDetailsValuepublic AdminAlertingTriggeredAlertDetails getAdminAlertingTriggeredAlertDetailsValue() This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS.- Returns:
- The AdminAlertingTriggeredAlertDetailsvalue associated with this instance ifisAdminAlertingTriggeredAlertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAdminAlertingTriggeredAlertDetails()is- false.
 
 - 
isAppBlockedByPermissionsDetailspublic boolean isAppBlockedByPermissionsDetails() Returnstrueif this instance has the tagEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS,- falseotherwise.
 
 - 
appBlockedByPermissionsDetailspublic static EventDetails appBlockedByPermissionsDetails(AppBlockedByPermissionsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppBlockedByPermissionsDetailsValuepublic AppBlockedByPermissionsDetails getAppBlockedByPermissionsDetailsValue() This instance must be tagged asEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS.- Returns:
- The AppBlockedByPermissionsDetailsvalue associated with this instance ifisAppBlockedByPermissionsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppBlockedByPermissionsDetails()is- false.
 
 - 
isAppLinkTeamDetailspublic boolean isAppLinkTeamDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_LINK_TEAM_DETAILS,- falseotherwise.
 
 - 
appLinkTeamDetailspublic static EventDetails appLinkTeamDetails(AppLinkTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppLinkTeamDetailsValuepublic AppLinkTeamDetails getAppLinkTeamDetailsValue() This instance must be tagged asEventDetails.Tag.APP_LINK_TEAM_DETAILS.- Returns:
- The AppLinkTeamDetailsvalue associated with this instance ifisAppLinkTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppLinkTeamDetails()is- false.
 
 - 
isAppLinkUserDetailspublic boolean isAppLinkUserDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_LINK_USER_DETAILS,- falseotherwise.
 
 - 
appLinkUserDetailspublic static EventDetails appLinkUserDetails(AppLinkUserDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppLinkUserDetailsValuepublic AppLinkUserDetails getAppLinkUserDetailsValue() This instance must be tagged asEventDetails.Tag.APP_LINK_USER_DETAILS.- Returns:
- The AppLinkUserDetailsvalue associated with this instance ifisAppLinkUserDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppLinkUserDetails()is- false.
 
 - 
isAppUnlinkTeamDetailspublic boolean isAppUnlinkTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.APP_UNLINK_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_UNLINK_TEAM_DETAILS,- falseotherwise.
 
 - 
appUnlinkTeamDetailspublic static EventDetails appUnlinkTeamDetails(AppUnlinkTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppUnlinkTeamDetailsValuepublic AppUnlinkTeamDetails getAppUnlinkTeamDetailsValue() This instance must be tagged asEventDetails.Tag.APP_UNLINK_TEAM_DETAILS.- Returns:
- The AppUnlinkTeamDetailsvalue associated with this instance ifisAppUnlinkTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppUnlinkTeamDetails()is- false.
 
 - 
isAppUnlinkUserDetailspublic boolean isAppUnlinkUserDetails() Returnstrueif this instance has the tagEventDetails.Tag.APP_UNLINK_USER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_UNLINK_USER_DETAILS,- falseotherwise.
 
 - 
appUnlinkUserDetailspublic static EventDetails appUnlinkUserDetails(AppUnlinkUserDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppUnlinkUserDetailsValuepublic AppUnlinkUserDetails getAppUnlinkUserDetailsValue() This instance must be tagged asEventDetails.Tag.APP_UNLINK_USER_DETAILS.- Returns:
- The AppUnlinkUserDetailsvalue associated with this instance ifisAppUnlinkUserDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppUnlinkUserDetails()is- false.
 
 - 
isIntegrationConnectedDetailspublic boolean isIntegrationConnectedDetails() Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS,- falseotherwise.
 
 - 
integrationConnectedDetailspublic static EventDetails integrationConnectedDetails(IntegrationConnectedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getIntegrationConnectedDetailsValuepublic IntegrationConnectedDetails getIntegrationConnectedDetailsValue() This instance must be tagged asEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS.- Returns:
- The IntegrationConnectedDetailsvalue associated with this instance ifisIntegrationConnectedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isIntegrationConnectedDetails()is- false.
 
 - 
isIntegrationDisconnectedDetailspublic boolean isIntegrationDisconnectedDetails() Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS,- falseotherwise.
 
 - 
integrationDisconnectedDetailspublic static EventDetails integrationDisconnectedDetails(IntegrationDisconnectedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getIntegrationDisconnectedDetailsValuepublic IntegrationDisconnectedDetails getIntegrationDisconnectedDetailsValue() This instance must be tagged asEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS.- Returns:
- The IntegrationDisconnectedDetailsvalue associated with this instance ifisIntegrationDisconnectedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isIntegrationDisconnectedDetails()is- false.
 
 - 
isFileAddCommentDetailspublic boolean isFileAddCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_ADD_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_ADD_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileAddCommentDetailspublic static EventDetails fileAddCommentDetails(FileAddCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileAddCommentDetailsValuepublic FileAddCommentDetails getFileAddCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_ADD_COMMENT_DETAILS.- Returns:
- The FileAddCommentDetailsvalue associated with this instance ifisFileAddCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileAddCommentDetails()is- false.
 
 - 
isFileChangeCommentSubscriptionDetailspublic boolean isFileChangeCommentSubscriptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS,- falseotherwise.
 
 - 
fileChangeCommentSubscriptionDetailspublic static EventDetails fileChangeCommentSubscriptionDetails(FileChangeCommentSubscriptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileChangeCommentSubscriptionDetailsValuepublic FileChangeCommentSubscriptionDetails getFileChangeCommentSubscriptionDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.- Returns:
- The FileChangeCommentSubscriptionDetailsvalue associated with this instance ifisFileChangeCommentSubscriptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileChangeCommentSubscriptionDetails()is- false.
 
 - 
isFileDeleteCommentDetailspublic boolean isFileDeleteCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileDeleteCommentDetailspublic static EventDetails fileDeleteCommentDetails(FileDeleteCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileDeleteCommentDetailsValuepublic FileDeleteCommentDetails getFileDeleteCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.- Returns:
- The FileDeleteCommentDetailsvalue associated with this instance ifisFileDeleteCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileDeleteCommentDetails()is- false.
 
 - 
isFileEditCommentDetailspublic boolean isFileEditCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileEditCommentDetailspublic static EventDetails fileEditCommentDetails(FileEditCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileEditCommentDetailsValuepublic FileEditCommentDetails getFileEditCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS.- Returns:
- The FileEditCommentDetailsvalue associated with this instance ifisFileEditCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileEditCommentDetails()is- false.
 
 - 
isFileLikeCommentDetailspublic boolean isFileLikeCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileLikeCommentDetailspublic static EventDetails fileLikeCommentDetails(FileLikeCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileLikeCommentDetailsValuepublic FileLikeCommentDetails getFileLikeCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.- Returns:
- The FileLikeCommentDetailsvalue associated with this instance ifisFileLikeCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileLikeCommentDetails()is- false.
 
 - 
isFileResolveCommentDetailspublic boolean isFileResolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileResolveCommentDetailspublic static EventDetails fileResolveCommentDetails(FileResolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileResolveCommentDetailsValuepublic FileResolveCommentDetails getFileResolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.- Returns:
- The FileResolveCommentDetailsvalue associated with this instance ifisFileResolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileResolveCommentDetails()is- false.
 
 - 
isFileUnlikeCommentDetailspublic boolean isFileUnlikeCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileUnlikeCommentDetailspublic static EventDetails fileUnlikeCommentDetails(FileUnlikeCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileUnlikeCommentDetailsValuepublic FileUnlikeCommentDetails getFileUnlikeCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.- Returns:
- The FileUnlikeCommentDetailsvalue associated with this instance ifisFileUnlikeCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileUnlikeCommentDetails()is- false.
 
 - 
isFileUnresolveCommentDetailspublic boolean isFileUnresolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
fileUnresolveCommentDetailspublic static EventDetails fileUnresolveCommentDetails(FileUnresolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileUnresolveCommentDetailsValuepublic FileUnresolveCommentDetails getFileUnresolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The FileUnresolveCommentDetailsvalue associated with this instance ifisFileUnresolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileUnresolveCommentDetails()is- false.
 
 - 
isGovernancePolicyAddFoldersDetailspublic boolean isGovernancePolicyAddFoldersDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS,- falseotherwise.
 
 - 
governancePolicyAddFoldersDetailspublic static EventDetails governancePolicyAddFoldersDetails(GovernancePolicyAddFoldersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyAddFoldersDetailsValuepublic GovernancePolicyAddFoldersDetails getGovernancePolicyAddFoldersDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS.- Returns:
- The GovernancePolicyAddFoldersDetailsvalue associated with this instance ifisGovernancePolicyAddFoldersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyAddFoldersDetails()is- false.
 
 - 
isGovernancePolicyAddFolderFailedDetailspublic boolean isGovernancePolicyAddFolderFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS,- falseotherwise.
 
 - 
governancePolicyAddFolderFailedDetailspublic static EventDetails governancePolicyAddFolderFailedDetails(GovernancePolicyAddFolderFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyAddFolderFailedDetailsValuepublic GovernancePolicyAddFolderFailedDetails getGovernancePolicyAddFolderFailedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS.- Returns:
- The GovernancePolicyAddFolderFailedDetailsvalue associated with this instance ifisGovernancePolicyAddFolderFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyAddFolderFailedDetails()is- false.
 
 - 
isGovernancePolicyContentDisposedDetailspublic boolean isGovernancePolicyContentDisposedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS,- falseotherwise.
 
 - 
governancePolicyContentDisposedDetailspublic static EventDetails governancePolicyContentDisposedDetails(GovernancePolicyContentDisposedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyContentDisposedDetailsValuepublic GovernancePolicyContentDisposedDetails getGovernancePolicyContentDisposedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS.- Returns:
- The GovernancePolicyContentDisposedDetailsvalue associated with this instance ifisGovernancePolicyContentDisposedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyContentDisposedDetails()is- false.
 
 - 
isGovernancePolicyCreateDetailspublic boolean isGovernancePolicyCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS,- falseotherwise.
 
 - 
governancePolicyCreateDetailspublic static EventDetails governancePolicyCreateDetails(GovernancePolicyCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyCreateDetailsValuepublic GovernancePolicyCreateDetails getGovernancePolicyCreateDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS.- Returns:
- The GovernancePolicyCreateDetailsvalue associated with this instance ifisGovernancePolicyCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyCreateDetails()is- false.
 
 - 
isGovernancePolicyDeleteDetailspublic boolean isGovernancePolicyDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS,- falseotherwise.
 
 - 
governancePolicyDeleteDetailspublic static EventDetails governancePolicyDeleteDetails(GovernancePolicyDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyDeleteDetailsValuepublic GovernancePolicyDeleteDetails getGovernancePolicyDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS.- Returns:
- The GovernancePolicyDeleteDetailsvalue associated with this instance ifisGovernancePolicyDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyDeleteDetails()is- false.
 
 - 
isGovernancePolicyEditDetailsDetailspublic boolean isGovernancePolicyEditDetailsDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS,- falseotherwise.
 
 - 
governancePolicyEditDetailsDetailspublic static EventDetails governancePolicyEditDetailsDetails(GovernancePolicyEditDetailsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyEditDetailsDetailsValuepublic GovernancePolicyEditDetailsDetails getGovernancePolicyEditDetailsDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS.- Returns:
- The GovernancePolicyEditDetailsDetailsvalue associated with this instance ifisGovernancePolicyEditDetailsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyEditDetailsDetails()is- false.
 
 - 
isGovernancePolicyEditDurationDetailspublic boolean isGovernancePolicyEditDurationDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS,- falseotherwise.
 
 - 
governancePolicyEditDurationDetailspublic static EventDetails governancePolicyEditDurationDetails(GovernancePolicyEditDurationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyEditDurationDetailsValuepublic GovernancePolicyEditDurationDetails getGovernancePolicyEditDurationDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS.- Returns:
- The GovernancePolicyEditDurationDetailsvalue associated with this instance ifisGovernancePolicyEditDurationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyEditDurationDetails()is- false.
 
 - 
isGovernancePolicyExportCreatedDetailspublic boolean isGovernancePolicyExportCreatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS,- falseotherwise.
 
 - 
governancePolicyExportCreatedDetailspublic static EventDetails governancePolicyExportCreatedDetails(GovernancePolicyExportCreatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyExportCreatedDetailsValuepublic GovernancePolicyExportCreatedDetails getGovernancePolicyExportCreatedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS.- Returns:
- The GovernancePolicyExportCreatedDetailsvalue associated with this instance ifisGovernancePolicyExportCreatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyExportCreatedDetails()is- false.
 
 - 
isGovernancePolicyExportRemovedDetailspublic boolean isGovernancePolicyExportRemovedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS,- falseotherwise.
 
 - 
governancePolicyExportRemovedDetailspublic static EventDetails governancePolicyExportRemovedDetails(GovernancePolicyExportRemovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyExportRemovedDetailsValuepublic GovernancePolicyExportRemovedDetails getGovernancePolicyExportRemovedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS.- Returns:
- The GovernancePolicyExportRemovedDetailsvalue associated with this instance ifisGovernancePolicyExportRemovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyExportRemovedDetails()is- false.
 
 - 
isGovernancePolicyRemoveFoldersDetailspublic boolean isGovernancePolicyRemoveFoldersDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS,- falseotherwise.
 
 - 
governancePolicyRemoveFoldersDetailspublic static EventDetails governancePolicyRemoveFoldersDetails(GovernancePolicyRemoveFoldersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyRemoveFoldersDetailsValuepublic GovernancePolicyRemoveFoldersDetails getGovernancePolicyRemoveFoldersDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS.- Returns:
- The GovernancePolicyRemoveFoldersDetailsvalue associated with this instance ifisGovernancePolicyRemoveFoldersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyRemoveFoldersDetails()is- false.
 
 - 
isGovernancePolicyReportCreatedDetailspublic boolean isGovernancePolicyReportCreatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS,- falseotherwise.
 
 - 
governancePolicyReportCreatedDetailspublic static EventDetails governancePolicyReportCreatedDetails(GovernancePolicyReportCreatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyReportCreatedDetailsValuepublic GovernancePolicyReportCreatedDetails getGovernancePolicyReportCreatedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS.- Returns:
- The GovernancePolicyReportCreatedDetailsvalue associated with this instance ifisGovernancePolicyReportCreatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyReportCreatedDetails()is- false.
 
 - 
isGovernancePolicyZipPartDownloadedDetailspublic boolean isGovernancePolicyZipPartDownloadedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS,- falseotherwise.
 
 - 
governancePolicyZipPartDownloadedDetailspublic static EventDetails governancePolicyZipPartDownloadedDetails(GovernancePolicyZipPartDownloadedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGovernancePolicyZipPartDownloadedDetailsValuepublic GovernancePolicyZipPartDownloadedDetails getGovernancePolicyZipPartDownloadedDetailsValue() This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS.- Returns:
- The GovernancePolicyZipPartDownloadedDetailsvalue associated with this instance ifisGovernancePolicyZipPartDownloadedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGovernancePolicyZipPartDownloadedDetails()is- false.
 
 - 
isLegalHoldsActivateAHoldDetailspublic boolean isLegalHoldsActivateAHoldDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS,- falseotherwise.
 
 - 
legalHoldsActivateAHoldDetailspublic static EventDetails legalHoldsActivateAHoldDetails(LegalHoldsActivateAHoldDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsActivateAHoldDetailsValuepublic LegalHoldsActivateAHoldDetails getLegalHoldsActivateAHoldDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS.- Returns:
- The LegalHoldsActivateAHoldDetailsvalue associated with this instance ifisLegalHoldsActivateAHoldDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsActivateAHoldDetails()is- false.
 
 - 
isLegalHoldsAddMembersDetailspublic boolean isLegalHoldsAddMembersDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS,- falseotherwise.
 
 - 
legalHoldsAddMembersDetailspublic static EventDetails legalHoldsAddMembersDetails(LegalHoldsAddMembersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsAddMembersDetailsValuepublic LegalHoldsAddMembersDetails getLegalHoldsAddMembersDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS.- Returns:
- The LegalHoldsAddMembersDetailsvalue associated with this instance ifisLegalHoldsAddMembersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsAddMembersDetails()is- false.
 
 - 
isLegalHoldsChangeHoldDetailsDetailspublic boolean isLegalHoldsChangeHoldDetailsDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS,- falseotherwise.
 
 - 
legalHoldsChangeHoldDetailsDetailspublic static EventDetails legalHoldsChangeHoldDetailsDetails(LegalHoldsChangeHoldDetailsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsChangeHoldDetailsDetailsValuepublic LegalHoldsChangeHoldDetailsDetails getLegalHoldsChangeHoldDetailsDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS.- Returns:
- The LegalHoldsChangeHoldDetailsDetailsvalue associated with this instance ifisLegalHoldsChangeHoldDetailsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsChangeHoldDetailsDetails()is- false.
 
 - 
isLegalHoldsChangeHoldNameDetailspublic boolean isLegalHoldsChangeHoldNameDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS,- falseotherwise.
 
 - 
legalHoldsChangeHoldNameDetailspublic static EventDetails legalHoldsChangeHoldNameDetails(LegalHoldsChangeHoldNameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsChangeHoldNameDetailsValuepublic LegalHoldsChangeHoldNameDetails getLegalHoldsChangeHoldNameDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS.- Returns:
- The LegalHoldsChangeHoldNameDetailsvalue associated with this instance ifisLegalHoldsChangeHoldNameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsChangeHoldNameDetails()is- false.
 
 - 
isLegalHoldsExportAHoldDetailspublic boolean isLegalHoldsExportAHoldDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS,- falseotherwise.
 
 - 
legalHoldsExportAHoldDetailspublic static EventDetails legalHoldsExportAHoldDetails(LegalHoldsExportAHoldDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsExportAHoldDetailsValuepublic LegalHoldsExportAHoldDetails getLegalHoldsExportAHoldDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS.- Returns:
- The LegalHoldsExportAHoldDetailsvalue associated with this instance ifisLegalHoldsExportAHoldDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsExportAHoldDetails()is- false.
 
 - 
isLegalHoldsExportCancelledDetailspublic boolean isLegalHoldsExportCancelledDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS,- falseotherwise.
 
 - 
legalHoldsExportCancelledDetailspublic static EventDetails legalHoldsExportCancelledDetails(LegalHoldsExportCancelledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsExportCancelledDetailsValuepublic LegalHoldsExportCancelledDetails getLegalHoldsExportCancelledDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS.- Returns:
- The LegalHoldsExportCancelledDetailsvalue associated with this instance ifisLegalHoldsExportCancelledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsExportCancelledDetails()is- false.
 
 - 
isLegalHoldsExportDownloadedDetailspublic boolean isLegalHoldsExportDownloadedDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS,- falseotherwise.
 
 - 
legalHoldsExportDownloadedDetailspublic static EventDetails legalHoldsExportDownloadedDetails(LegalHoldsExportDownloadedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsExportDownloadedDetailsValuepublic LegalHoldsExportDownloadedDetails getLegalHoldsExportDownloadedDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS.- Returns:
- The LegalHoldsExportDownloadedDetailsvalue associated with this instance ifisLegalHoldsExportDownloadedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsExportDownloadedDetails()is- false.
 
 - 
isLegalHoldsExportRemovedDetailspublic boolean isLegalHoldsExportRemovedDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS,- falseotherwise.
 
 - 
legalHoldsExportRemovedDetailspublic static EventDetails legalHoldsExportRemovedDetails(LegalHoldsExportRemovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsExportRemovedDetailsValuepublic LegalHoldsExportRemovedDetails getLegalHoldsExportRemovedDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS.- Returns:
- The LegalHoldsExportRemovedDetailsvalue associated with this instance ifisLegalHoldsExportRemovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsExportRemovedDetails()is- false.
 
 - 
isLegalHoldsReleaseAHoldDetailspublic boolean isLegalHoldsReleaseAHoldDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS,- falseotherwise.
 
 - 
legalHoldsReleaseAHoldDetailspublic static EventDetails legalHoldsReleaseAHoldDetails(LegalHoldsReleaseAHoldDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsReleaseAHoldDetailsValuepublic LegalHoldsReleaseAHoldDetails getLegalHoldsReleaseAHoldDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS.- Returns:
- The LegalHoldsReleaseAHoldDetailsvalue associated with this instance ifisLegalHoldsReleaseAHoldDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsReleaseAHoldDetails()is- false.
 
 - 
isLegalHoldsRemoveMembersDetailspublic boolean isLegalHoldsRemoveMembersDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS,- falseotherwise.
 
 - 
legalHoldsRemoveMembersDetailspublic static EventDetails legalHoldsRemoveMembersDetails(LegalHoldsRemoveMembersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsRemoveMembersDetailsValuepublic LegalHoldsRemoveMembersDetails getLegalHoldsRemoveMembersDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS.- Returns:
- The LegalHoldsRemoveMembersDetailsvalue associated with this instance ifisLegalHoldsRemoveMembersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsRemoveMembersDetails()is- false.
 
 - 
isLegalHoldsReportAHoldDetailspublic boolean isLegalHoldsReportAHoldDetails() Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS,- falseotherwise.
 
 - 
legalHoldsReportAHoldDetailspublic static EventDetails legalHoldsReportAHoldDetails(LegalHoldsReportAHoldDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLegalHoldsReportAHoldDetailsValuepublic LegalHoldsReportAHoldDetails getLegalHoldsReportAHoldDetailsValue() This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS.- Returns:
- The LegalHoldsReportAHoldDetailsvalue associated with this instance ifisLegalHoldsReportAHoldDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLegalHoldsReportAHoldDetails()is- false.
 
 - 
isDeviceChangeIpDesktopDetailspublic boolean isDeviceChangeIpDesktopDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS,- falseotherwise.
 
 - 
deviceChangeIpDesktopDetailspublic static EventDetails deviceChangeIpDesktopDetails(DeviceChangeIpDesktopDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceChangeIpDesktopDetailsValuepublic DeviceChangeIpDesktopDetails getDeviceChangeIpDesktopDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.- Returns:
- The DeviceChangeIpDesktopDetailsvalue associated with this instance ifisDeviceChangeIpDesktopDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceChangeIpDesktopDetails()is- false.
 
 - 
isDeviceChangeIpMobileDetailspublic boolean isDeviceChangeIpMobileDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS,- falseotherwise.
 
 - 
deviceChangeIpMobileDetailspublic static EventDetails deviceChangeIpMobileDetails(DeviceChangeIpMobileDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceChangeIpMobileDetailsValuepublic DeviceChangeIpMobileDetails getDeviceChangeIpMobileDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.- Returns:
- The DeviceChangeIpMobileDetailsvalue associated with this instance ifisDeviceChangeIpMobileDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceChangeIpMobileDetails()is- false.
 
 - 
isDeviceChangeIpWebDetailspublic boolean isDeviceChangeIpWebDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS,- falseotherwise.
 
 - 
deviceChangeIpWebDetailspublic static EventDetails deviceChangeIpWebDetails(DeviceChangeIpWebDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceChangeIpWebDetailsValuepublic DeviceChangeIpWebDetails getDeviceChangeIpWebDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.- Returns:
- The DeviceChangeIpWebDetailsvalue associated with this instance ifisDeviceChangeIpWebDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceChangeIpWebDetails()is- false.
 
 - 
isDeviceDeleteOnUnlinkFailDetailspublic boolean isDeviceDeleteOnUnlinkFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS,- falseotherwise.
 
 - 
deviceDeleteOnUnlinkFailDetailspublic static EventDetails deviceDeleteOnUnlinkFailDetails(DeviceDeleteOnUnlinkFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceDeleteOnUnlinkFailDetailsValuepublic DeviceDeleteOnUnlinkFailDetails getDeviceDeleteOnUnlinkFailDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.- Returns:
- The DeviceDeleteOnUnlinkFailDetailsvalue associated with this instance ifisDeviceDeleteOnUnlinkFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceDeleteOnUnlinkFailDetails()is- false.
 
 - 
isDeviceDeleteOnUnlinkSuccessDetailspublic boolean isDeviceDeleteOnUnlinkSuccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS,- falseotherwise.
 
 - 
deviceDeleteOnUnlinkSuccessDetailspublic static EventDetails deviceDeleteOnUnlinkSuccessDetails(DeviceDeleteOnUnlinkSuccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceDeleteOnUnlinkSuccessDetailsValuepublic DeviceDeleteOnUnlinkSuccessDetails getDeviceDeleteOnUnlinkSuccessDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.- Returns:
- The DeviceDeleteOnUnlinkSuccessDetailsvalue associated with this instance ifisDeviceDeleteOnUnlinkSuccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceDeleteOnUnlinkSuccessDetails()is- false.
 
 - 
isDeviceLinkFailDetailspublic boolean isDeviceLinkFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS,- falseotherwise.
 
 - 
deviceLinkFailDetailspublic static EventDetails deviceLinkFailDetails(DeviceLinkFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceLinkFailDetailsValuepublic DeviceLinkFailDetails getDeviceLinkFailDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.- Returns:
- The DeviceLinkFailDetailsvalue associated with this instance ifisDeviceLinkFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceLinkFailDetails()is- false.
 
 - 
isDeviceLinkSuccessDetailspublic boolean isDeviceLinkSuccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS,- falseotherwise.
 
 - 
deviceLinkSuccessDetailspublic static EventDetails deviceLinkSuccessDetails(DeviceLinkSuccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceLinkSuccessDetailsValuepublic DeviceLinkSuccessDetails getDeviceLinkSuccessDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.- Returns:
- The DeviceLinkSuccessDetailsvalue associated with this instance ifisDeviceLinkSuccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceLinkSuccessDetails()is- false.
 
 - 
isDeviceManagementDisabledDetailspublic boolean isDeviceManagementDisabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS,- falseotherwise.
 
 - 
deviceManagementDisabledDetailspublic static EventDetails deviceManagementDisabledDetails(DeviceManagementDisabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceManagementDisabledDetailsValuepublic DeviceManagementDisabledDetails getDeviceManagementDisabledDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.- Returns:
- The DeviceManagementDisabledDetailsvalue associated with this instance ifisDeviceManagementDisabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceManagementDisabledDetails()is- false.
 
 - 
isDeviceManagementEnabledDetailspublic boolean isDeviceManagementEnabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS,- falseotherwise.
 
 - 
deviceManagementEnabledDetailspublic static EventDetails deviceManagementEnabledDetails(DeviceManagementEnabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceManagementEnabledDetailsValuepublic DeviceManagementEnabledDetails getDeviceManagementEnabledDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.- Returns:
- The DeviceManagementEnabledDetailsvalue associated with this instance ifisDeviceManagementEnabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceManagementEnabledDetails()is- false.
 
 - 
isDeviceSyncBackupStatusChangedDetailspublic boolean isDeviceSyncBackupStatusChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS,- falseotherwise.
 
 - 
deviceSyncBackupStatusChangedDetailspublic static EventDetails deviceSyncBackupStatusChangedDetails(DeviceSyncBackupStatusChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceSyncBackupStatusChangedDetailsValuepublic DeviceSyncBackupStatusChangedDetails getDeviceSyncBackupStatusChangedDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS.- Returns:
- The DeviceSyncBackupStatusChangedDetailsvalue associated with this instance ifisDeviceSyncBackupStatusChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceSyncBackupStatusChangedDetails()is- false.
 
 - 
isDeviceUnlinkDetailspublic boolean isDeviceUnlinkDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_UNLINK_DETAILS,- falseotherwise.
 
 - 
deviceUnlinkDetailspublic static EventDetails deviceUnlinkDetails(DeviceUnlinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceUnlinkDetailsValuepublic DeviceUnlinkDetails getDeviceUnlinkDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_UNLINK_DETAILS.- Returns:
- The DeviceUnlinkDetailsvalue associated with this instance ifisDeviceUnlinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceUnlinkDetails()is- false.
 
 - 
isDropboxPasswordsExportedDetailspublic boolean isDropboxPasswordsExportedDetails() Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS,- falseotherwise.
 
 - 
dropboxPasswordsExportedDetailspublic static EventDetails dropboxPasswordsExportedDetails(DropboxPasswordsExportedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDropboxPasswordsExportedDetailsValuepublic DropboxPasswordsExportedDetails getDropboxPasswordsExportedDetailsValue() This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS.- Returns:
- The DropboxPasswordsExportedDetailsvalue associated with this instance ifisDropboxPasswordsExportedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDropboxPasswordsExportedDetails()is- false.
 
 - 
isDropboxPasswordsNewDeviceEnrolledDetailspublic boolean isDropboxPasswordsNewDeviceEnrolledDetails() Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS,- falseotherwise.
 
 - 
dropboxPasswordsNewDeviceEnrolledDetailspublic static EventDetails dropboxPasswordsNewDeviceEnrolledDetails(DropboxPasswordsNewDeviceEnrolledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDropboxPasswordsNewDeviceEnrolledDetailsValuepublic DropboxPasswordsNewDeviceEnrolledDetails getDropboxPasswordsNewDeviceEnrolledDetailsValue() This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS.- Returns:
- The DropboxPasswordsNewDeviceEnrolledDetailsvalue associated with this instance ifisDropboxPasswordsNewDeviceEnrolledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDropboxPasswordsNewDeviceEnrolledDetails()is- false.
 
 - 
isEmmRefreshAuthTokenDetailspublic boolean isEmmRefreshAuthTokenDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS,- falseotherwise.
 
 - 
emmRefreshAuthTokenDetailspublic static EventDetails emmRefreshAuthTokenDetails(EmmRefreshAuthTokenDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmRefreshAuthTokenDetailsValuepublic EmmRefreshAuthTokenDetails getEmmRefreshAuthTokenDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.- Returns:
- The EmmRefreshAuthTokenDetailsvalue associated with this instance ifisEmmRefreshAuthTokenDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmRefreshAuthTokenDetails()is- false.
 
 - 
isExternalDriveBackupEligibilityStatusCheckedDetailspublic boolean isExternalDriveBackupEligibilityStatusCheckedDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS,- falseotherwise.
 
 - 
externalDriveBackupEligibilityStatusCheckedDetailspublic static EventDetails externalDriveBackupEligibilityStatusCheckedDetails(ExternalDriveBackupEligibilityStatusCheckedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExternalDriveBackupEligibilityStatusCheckedDetailsValuepublic ExternalDriveBackupEligibilityStatusCheckedDetails getExternalDriveBackupEligibilityStatusCheckedDetailsValue() This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS.- Returns:
- The ExternalDriveBackupEligibilityStatusCheckedDetailsvalue associated with this instance ifisExternalDriveBackupEligibilityStatusCheckedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExternalDriveBackupEligibilityStatusCheckedDetails()is- false.
 
 - 
isExternalDriveBackupStatusChangedDetailspublic boolean isExternalDriveBackupStatusChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS,- falseotherwise.
 
 - 
externalDriveBackupStatusChangedDetailspublic static EventDetails externalDriveBackupStatusChangedDetails(ExternalDriveBackupStatusChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExternalDriveBackupStatusChangedDetailsValuepublic ExternalDriveBackupStatusChangedDetails getExternalDriveBackupStatusChangedDetailsValue() This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS.- Returns:
- The ExternalDriveBackupStatusChangedDetailsvalue associated with this instance ifisExternalDriveBackupStatusChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExternalDriveBackupStatusChangedDetails()is- false.
 
 - 
isAccountCaptureChangeAvailabilityDetailspublic boolean isAccountCaptureChangeAvailabilityDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS,- falseotherwise.
 
 - 
accountCaptureChangeAvailabilityDetailspublic static EventDetails accountCaptureChangeAvailabilityDetails(AccountCaptureChangeAvailabilityDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountCaptureChangeAvailabilityDetailsValuepublic AccountCaptureChangeAvailabilityDetails getAccountCaptureChangeAvailabilityDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.- Returns:
- The AccountCaptureChangeAvailabilityDetailsvalue associated with this instance ifisAccountCaptureChangeAvailabilityDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountCaptureChangeAvailabilityDetails()is- false.
 
 - 
isAccountCaptureMigrateAccountDetailspublic boolean isAccountCaptureMigrateAccountDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS,- falseotherwise.
 
 - 
accountCaptureMigrateAccountDetailspublic static EventDetails accountCaptureMigrateAccountDetails(AccountCaptureMigrateAccountDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountCaptureMigrateAccountDetailsValuepublic AccountCaptureMigrateAccountDetails getAccountCaptureMigrateAccountDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.- Returns:
- The AccountCaptureMigrateAccountDetailsvalue associated with this instance ifisAccountCaptureMigrateAccountDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountCaptureMigrateAccountDetails()is- false.
 
 - 
isAccountCaptureNotificationEmailsSentDetailspublic boolean isAccountCaptureNotificationEmailsSentDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS,- falseotherwise.
 
 - 
accountCaptureNotificationEmailsSentDetailspublic static EventDetails accountCaptureNotificationEmailsSentDetails(AccountCaptureNotificationEmailsSentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountCaptureNotificationEmailsSentDetailsValuepublic AccountCaptureNotificationEmailsSentDetails getAccountCaptureNotificationEmailsSentDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS.- Returns:
- The AccountCaptureNotificationEmailsSentDetailsvalue associated with this instance ifisAccountCaptureNotificationEmailsSentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountCaptureNotificationEmailsSentDetails()is- false.
 
 - 
isAccountCaptureRelinquishAccountDetailspublic boolean isAccountCaptureRelinquishAccountDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS,- falseotherwise.
 
 - 
accountCaptureRelinquishAccountDetailspublic static EventDetails accountCaptureRelinquishAccountDetails(AccountCaptureRelinquishAccountDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountCaptureRelinquishAccountDetailsValuepublic AccountCaptureRelinquishAccountDetails getAccountCaptureRelinquishAccountDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.- Returns:
- The AccountCaptureRelinquishAccountDetailsvalue associated with this instance ifisAccountCaptureRelinquishAccountDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountCaptureRelinquishAccountDetails()is- false.
 
 - 
isDisabledDomainInvitesDetailspublic boolean isDisabledDomainInvitesDetails() Returnstrueif this instance has the tagEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS,- falseotherwise.
 
 - 
disabledDomainInvitesDetailspublic static EventDetails disabledDomainInvitesDetails(DisabledDomainInvitesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDisabledDomainInvitesDetailsValuepublic DisabledDomainInvitesDetails getDisabledDomainInvitesDetailsValue() This instance must be tagged asEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.- Returns:
- The DisabledDomainInvitesDetailsvalue associated with this instance ifisDisabledDomainInvitesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDisabledDomainInvitesDetails()is- false.
 
 - 
isDomainInvitesApproveRequestToJoinTeamDetailspublic boolean isDomainInvitesApproveRequestToJoinTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS,- falseotherwise.
 
 - 
domainInvitesApproveRequestToJoinTeamDetailspublic static EventDetails domainInvitesApproveRequestToJoinTeamDetails(DomainInvitesApproveRequestToJoinTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesApproveRequestToJoinTeamDetailsValuepublic DomainInvitesApproveRequestToJoinTeamDetails getDomainInvitesApproveRequestToJoinTeamDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The DomainInvitesApproveRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesApproveRequestToJoinTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesApproveRequestToJoinTeamDetails()is- false.
 
 - 
isDomainInvitesDeclineRequestToJoinTeamDetailspublic boolean isDomainInvitesDeclineRequestToJoinTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS,- falseotherwise.
 
 - 
domainInvitesDeclineRequestToJoinTeamDetailspublic static EventDetails domainInvitesDeclineRequestToJoinTeamDetails(DomainInvitesDeclineRequestToJoinTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesDeclineRequestToJoinTeamDetailsValuepublic DomainInvitesDeclineRequestToJoinTeamDetails getDomainInvitesDeclineRequestToJoinTeamDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The DomainInvitesDeclineRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesDeclineRequestToJoinTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesDeclineRequestToJoinTeamDetails()is- false.
 
 - 
isDomainInvitesEmailExistingUsersDetailspublic boolean isDomainInvitesEmailExistingUsersDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS,- falseotherwise.
 
 - 
domainInvitesEmailExistingUsersDetailspublic static EventDetails domainInvitesEmailExistingUsersDetails(DomainInvitesEmailExistingUsersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesEmailExistingUsersDetailsValuepublic DomainInvitesEmailExistingUsersDetails getDomainInvitesEmailExistingUsersDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.- Returns:
- The DomainInvitesEmailExistingUsersDetailsvalue associated with this instance ifisDomainInvitesEmailExistingUsersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesEmailExistingUsersDetails()is- false.
 
 - 
isDomainInvitesRequestToJoinTeamDetailspublic boolean isDomainInvitesRequestToJoinTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS,- falseotherwise.
 
 - 
domainInvitesRequestToJoinTeamDetailspublic static EventDetails domainInvitesRequestToJoinTeamDetails(DomainInvitesRequestToJoinTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesRequestToJoinTeamDetailsValuepublic DomainInvitesRequestToJoinTeamDetails getDomainInvitesRequestToJoinTeamDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The DomainInvitesRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesRequestToJoinTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesRequestToJoinTeamDetails()is- false.
 
 - 
isDomainInvitesSetInviteNewUserPrefToNoDetailspublic boolean isDomainInvitesSetInviteNewUserPrefToNoDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS,- falseotherwise.
 
 - 
domainInvitesSetInviteNewUserPrefToNoDetailspublic static EventDetails domainInvitesSetInviteNewUserPrefToNoDetails(DomainInvitesSetInviteNewUserPrefToNoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesSetInviteNewUserPrefToNoDetailsValuepublic DomainInvitesSetInviteNewUserPrefToNoDetails getDomainInvitesSetInviteNewUserPrefToNoDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.- Returns:
- The DomainInvitesSetInviteNewUserPrefToNoDetailsvalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToNoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesSetInviteNewUserPrefToNoDetails()is- false.
 
 - 
isDomainInvitesSetInviteNewUserPrefToYesDetailspublic boolean isDomainInvitesSetInviteNewUserPrefToYesDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS,- falseotherwise.
 
 - 
domainInvitesSetInviteNewUserPrefToYesDetailspublic static EventDetails domainInvitesSetInviteNewUserPrefToYesDetails(DomainInvitesSetInviteNewUserPrefToYesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainInvitesSetInviteNewUserPrefToYesDetailsValuepublic DomainInvitesSetInviteNewUserPrefToYesDetails getDomainInvitesSetInviteNewUserPrefToYesDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.- Returns:
- The DomainInvitesSetInviteNewUserPrefToYesDetailsvalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToYesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainInvitesSetInviteNewUserPrefToYesDetails()is- false.
 
 - 
isDomainVerificationAddDomainFailDetailspublic boolean isDomainVerificationAddDomainFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS,- falseotherwise.
 
 - 
domainVerificationAddDomainFailDetailspublic static EventDetails domainVerificationAddDomainFailDetails(DomainVerificationAddDomainFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainVerificationAddDomainFailDetailsValuepublic DomainVerificationAddDomainFailDetails getDomainVerificationAddDomainFailDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.- Returns:
- The DomainVerificationAddDomainFailDetailsvalue associated with this instance ifisDomainVerificationAddDomainFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainVerificationAddDomainFailDetails()is- false.
 
 - 
isDomainVerificationAddDomainSuccessDetailspublic boolean isDomainVerificationAddDomainSuccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS,- falseotherwise.
 
 - 
domainVerificationAddDomainSuccessDetailspublic static EventDetails domainVerificationAddDomainSuccessDetails(DomainVerificationAddDomainSuccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainVerificationAddDomainSuccessDetailsValuepublic DomainVerificationAddDomainSuccessDetails getDomainVerificationAddDomainSuccessDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.- Returns:
- The DomainVerificationAddDomainSuccessDetailsvalue associated with this instance ifisDomainVerificationAddDomainSuccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainVerificationAddDomainSuccessDetails()is- false.
 
 - 
isDomainVerificationRemoveDomainDetailspublic boolean isDomainVerificationRemoveDomainDetails() Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS,- falseotherwise.
 
 - 
domainVerificationRemoveDomainDetailspublic static EventDetails domainVerificationRemoveDomainDetails(DomainVerificationRemoveDomainDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDomainVerificationRemoveDomainDetailsValuepublic DomainVerificationRemoveDomainDetails getDomainVerificationRemoveDomainDetailsValue() This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.- Returns:
- The DomainVerificationRemoveDomainDetailsvalue associated with this instance ifisDomainVerificationRemoveDomainDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDomainVerificationRemoveDomainDetails()is- false.
 
 - 
isEnabledDomainInvitesDetailspublic boolean isEnabledDomainInvitesDetails() Returnstrueif this instance has the tagEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS,- falseotherwise.
 
 - 
enabledDomainInvitesDetailspublic static EventDetails enabledDomainInvitesDetails(EnabledDomainInvitesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEnabledDomainInvitesDetailsValuepublic EnabledDomainInvitesDetails getEnabledDomainInvitesDetailsValue() This instance must be tagged asEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.- Returns:
- The EnabledDomainInvitesDetailsvalue associated with this instance ifisEnabledDomainInvitesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEnabledDomainInvitesDetails()is- false.
 
 - 
isApplyNamingConventionDetailspublic boolean isApplyNamingConventionDetails() Returnstrueif this instance has the tagEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS,- falseotherwise.
 
 - 
applyNamingConventionDetailspublic static EventDetails applyNamingConventionDetails(ApplyNamingConventionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getApplyNamingConventionDetailsValuepublic ApplyNamingConventionDetails getApplyNamingConventionDetailsValue() This instance must be tagged asEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS.- Returns:
- The ApplyNamingConventionDetailsvalue associated with this instance ifisApplyNamingConventionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isApplyNamingConventionDetails()is- false.
 
 - 
isCreateFolderDetailspublic boolean isCreateFolderDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.CREATE_FOLDER_DETAILS,- falseotherwise.
 
 - 
createFolderDetailspublic static EventDetails createFolderDetails(CreateFolderDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getCreateFolderDetailsValuepublic CreateFolderDetails getCreateFolderDetailsValue() This instance must be tagged asEventDetails.Tag.CREATE_FOLDER_DETAILS.- Returns:
- The CreateFolderDetailsvalue associated with this instance ifisCreateFolderDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isCreateFolderDetails()is- false.
 
 - 
isFileAddDetailspublic boolean isFileAddDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_ADD_DETAILS,- falseotherwise.
 
 - 
fileAddDetailspublic static EventDetails fileAddDetails(FileAddDetails value) - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_ADD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileAddDetailsValuepublic FileAddDetails getFileAddDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_ADD_DETAILS.- Returns:
- The FileAddDetailsvalue associated with this instance ifisFileAddDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileAddDetails()is- false.
 
 - 
isFileCopyDetailspublic boolean isFileCopyDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_COPY_DETAILS,- falseotherwise.
 
 - 
fileCopyDetailspublic static EventDetails fileCopyDetails(FileCopyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_COPY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_COPY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileCopyDetailsValuepublic FileCopyDetails getFileCopyDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_COPY_DETAILS.- Returns:
- The FileCopyDetailsvalue associated with this instance ifisFileCopyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileCopyDetails()is- false.
 
 - 
isFileDeleteDetailspublic boolean isFileDeleteDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_DELETE_DETAILS,- falseotherwise.
 
 - 
fileDeleteDetailspublic static EventDetails fileDeleteDetails(FileDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileDeleteDetailsValuepublic FileDeleteDetails getFileDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_DELETE_DETAILS.- Returns:
- The FileDeleteDetailsvalue associated with this instance ifisFileDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileDeleteDetails()is- false.
 
 - 
isFileDownloadDetailspublic boolean isFileDownloadDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
fileDownloadDetailspublic static EventDetails fileDownloadDetails(FileDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileDownloadDetailsValuepublic FileDownloadDetails getFileDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_DOWNLOAD_DETAILS.- Returns:
- The FileDownloadDetailsvalue associated with this instance ifisFileDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileDownloadDetails()is- false.
 
 - 
isFileEditDetailspublic boolean isFileEditDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_EDIT_DETAILS,- falseotherwise.
 
 - 
fileEditDetailspublic static EventDetails fileEditDetails(FileEditDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_EDIT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_EDIT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileEditDetailsValuepublic FileEditDetails getFileEditDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_EDIT_DETAILS.- Returns:
- The FileEditDetailsvalue associated with this instance ifisFileEditDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileEditDetails()is- false.
 
 - 
isFileGetCopyReferenceDetailspublic boolean isFileGetCopyReferenceDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS,- falseotherwise.
 
 - 
fileGetCopyReferenceDetailspublic static EventDetails fileGetCopyReferenceDetails(FileGetCopyReferenceDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileGetCopyReferenceDetailsValuepublic FileGetCopyReferenceDetails getFileGetCopyReferenceDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.- Returns:
- The FileGetCopyReferenceDetailsvalue associated with this instance ifisFileGetCopyReferenceDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileGetCopyReferenceDetails()is- false.
 
 - 
isFileLockingLockStatusChangedDetailspublic boolean isFileLockingLockStatusChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS,- falseotherwise.
 
 - 
fileLockingLockStatusChangedDetailspublic static EventDetails fileLockingLockStatusChangedDetails(FileLockingLockStatusChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileLockingLockStatusChangedDetailsValuepublic FileLockingLockStatusChangedDetails getFileLockingLockStatusChangedDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS.- Returns:
- The FileLockingLockStatusChangedDetailsvalue associated with this instance ifisFileLockingLockStatusChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileLockingLockStatusChangedDetails()is- false.
 
 - 
isFileMoveDetailspublic boolean isFileMoveDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_MOVE_DETAILS,- falseotherwise.
 
 - 
fileMoveDetailspublic static EventDetails fileMoveDetails(FileMoveDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_MOVE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_MOVE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileMoveDetailsValuepublic FileMoveDetails getFileMoveDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_MOVE_DETAILS.- Returns:
- The FileMoveDetailsvalue associated with this instance ifisFileMoveDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileMoveDetails()is- false.
 
 - 
isFilePermanentlyDeleteDetailspublic boolean isFilePermanentlyDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS,- falseotherwise.
 
 - 
filePermanentlyDeleteDetailspublic static EventDetails filePermanentlyDeleteDetails(FilePermanentlyDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFilePermanentlyDeleteDetailsValuepublic FilePermanentlyDeleteDetails getFilePermanentlyDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.- Returns:
- The FilePermanentlyDeleteDetailsvalue associated with this instance ifisFilePermanentlyDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFilePermanentlyDeleteDetails()is- false.
 
 - 
isFilePreviewDetailspublic boolean isFilePreviewDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_PREVIEW_DETAILS,- falseotherwise.
 
 - 
filePreviewDetailspublic static EventDetails filePreviewDetails(FilePreviewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFilePreviewDetailsValuepublic FilePreviewDetails getFilePreviewDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_PREVIEW_DETAILS.- Returns:
- The FilePreviewDetailsvalue associated with this instance ifisFilePreviewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFilePreviewDetails()is- false.
 
 - 
isFileRenameDetailspublic boolean isFileRenameDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_RENAME_DETAILS,- falseotherwise.
 
 - 
fileRenameDetailspublic static EventDetails fileRenameDetails(FileRenameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RENAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_RENAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRenameDetailsValuepublic FileRenameDetails getFileRenameDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_RENAME_DETAILS.- Returns:
- The FileRenameDetailsvalue associated with this instance ifisFileRenameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRenameDetails()is- false.
 
 - 
isFileRestoreDetailspublic boolean isFileRestoreDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_RESTORE_DETAILS,- falseotherwise.
 
 - 
fileRestoreDetailspublic static EventDetails fileRestoreDetails(FileRestoreDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRestoreDetailsValuepublic FileRestoreDetails getFileRestoreDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_RESTORE_DETAILS.- Returns:
- The FileRestoreDetailsvalue associated with this instance ifisFileRestoreDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRestoreDetails()is- false.
 
 - 
isFileRevertDetailspublic boolean isFileRevertDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REVERT_DETAILS,- falseotherwise.
 
 - 
fileRevertDetailspublic static EventDetails fileRevertDetails(FileRevertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REVERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REVERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRevertDetailsValuepublic FileRevertDetails getFileRevertDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REVERT_DETAILS.- Returns:
- The FileRevertDetailsvalue associated with this instance ifisFileRevertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRevertDetails()is- false.
 
 - 
isFileRollbackChangesDetailspublic boolean isFileRollbackChangesDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS,- falseotherwise.
 
 - 
fileRollbackChangesDetailspublic static EventDetails fileRollbackChangesDetails(FileRollbackChangesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRollbackChangesDetailsValuepublic FileRollbackChangesDetails getFileRollbackChangesDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.- Returns:
- The FileRollbackChangesDetailsvalue associated with this instance ifisFileRollbackChangesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRollbackChangesDetails()is- false.
 
 - 
isFileSaveCopyReferenceDetailspublic boolean isFileSaveCopyReferenceDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS,- falseotherwise.
 
 - 
fileSaveCopyReferenceDetailspublic static EventDetails fileSaveCopyReferenceDetails(FileSaveCopyReferenceDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileSaveCopyReferenceDetailsValuepublic FileSaveCopyReferenceDetails getFileSaveCopyReferenceDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.- Returns:
- The FileSaveCopyReferenceDetailsvalue associated with this instance ifisFileSaveCopyReferenceDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileSaveCopyReferenceDetails()is- false.
 
 - 
isFolderOverviewDescriptionChangedDetailspublic boolean isFolderOverviewDescriptionChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS,- falseotherwise.
 
 - 
folderOverviewDescriptionChangedDetailspublic static EventDetails folderOverviewDescriptionChangedDetails(FolderOverviewDescriptionChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFolderOverviewDescriptionChangedDetailsValuepublic FolderOverviewDescriptionChangedDetails getFolderOverviewDescriptionChangedDetailsValue() This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS.- Returns:
- The FolderOverviewDescriptionChangedDetailsvalue associated with this instance ifisFolderOverviewDescriptionChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFolderOverviewDescriptionChangedDetails()is- false.
 
 - 
isFolderOverviewItemPinnedDetailspublic boolean isFolderOverviewItemPinnedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS,- falseotherwise.
 
 - 
folderOverviewItemPinnedDetailspublic static EventDetails folderOverviewItemPinnedDetails(FolderOverviewItemPinnedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFolderOverviewItemPinnedDetailsValuepublic FolderOverviewItemPinnedDetails getFolderOverviewItemPinnedDetailsValue() This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS.- Returns:
- The FolderOverviewItemPinnedDetailsvalue associated with this instance ifisFolderOverviewItemPinnedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFolderOverviewItemPinnedDetails()is- false.
 
 - 
isFolderOverviewItemUnpinnedDetailspublic boolean isFolderOverviewItemUnpinnedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS,- falseotherwise.
 
 - 
folderOverviewItemUnpinnedDetailspublic static EventDetails folderOverviewItemUnpinnedDetails(FolderOverviewItemUnpinnedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFolderOverviewItemUnpinnedDetailsValuepublic FolderOverviewItemUnpinnedDetails getFolderOverviewItemUnpinnedDetailsValue() This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS.- Returns:
- The FolderOverviewItemUnpinnedDetailsvalue associated with this instance ifisFolderOverviewItemUnpinnedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFolderOverviewItemUnpinnedDetails()is- false.
 
 - 
isObjectLabelAddedDetailspublic boolean isObjectLabelAddedDetails() Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS,- falseotherwise.
 
 - 
objectLabelAddedDetailspublic static EventDetails objectLabelAddedDetails(ObjectLabelAddedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getObjectLabelAddedDetailsValuepublic ObjectLabelAddedDetails getObjectLabelAddedDetailsValue() This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS.- Returns:
- The ObjectLabelAddedDetailsvalue associated with this instance ifisObjectLabelAddedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isObjectLabelAddedDetails()is- false.
 
 - 
isObjectLabelRemovedDetailspublic boolean isObjectLabelRemovedDetails() Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS,- falseotherwise.
 
 - 
objectLabelRemovedDetailspublic static EventDetails objectLabelRemovedDetails(ObjectLabelRemovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getObjectLabelRemovedDetailsValuepublic ObjectLabelRemovedDetails getObjectLabelRemovedDetailsValue() This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS.- Returns:
- The ObjectLabelRemovedDetailsvalue associated with this instance ifisObjectLabelRemovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isObjectLabelRemovedDetails()is- false.
 
 - 
isObjectLabelUpdatedValueDetailspublic boolean isObjectLabelUpdatedValueDetails() Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS,- falseotherwise.
 
 - 
objectLabelUpdatedValueDetailspublic static EventDetails objectLabelUpdatedValueDetails(ObjectLabelUpdatedValueDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getObjectLabelUpdatedValueDetailsValuepublic ObjectLabelUpdatedValueDetails getObjectLabelUpdatedValueDetailsValue() This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS.- Returns:
- The ObjectLabelUpdatedValueDetailsvalue associated with this instance ifisObjectLabelUpdatedValueDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isObjectLabelUpdatedValueDetails()is- false.
 
 - 
isOrganizeFolderWithTidyDetailspublic boolean isOrganizeFolderWithTidyDetails() Returnstrueif this instance has the tagEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS,- falseotherwise.
 
 - 
organizeFolderWithTidyDetailspublic static EventDetails organizeFolderWithTidyDetails(OrganizeFolderWithTidyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getOrganizeFolderWithTidyDetailsValuepublic OrganizeFolderWithTidyDetails getOrganizeFolderWithTidyDetailsValue() This instance must be tagged asEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS.- Returns:
- The OrganizeFolderWithTidyDetailsvalue associated with this instance ifisOrganizeFolderWithTidyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isOrganizeFolderWithTidyDetails()is- false.
 
 - 
isRewindFolderDetailspublic boolean isRewindFolderDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.REWIND_FOLDER_DETAILS,- falseotherwise.
 
 - 
rewindFolderDetailspublic static EventDetails rewindFolderDetails(RewindFolderDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getRewindFolderDetailsValuepublic RewindFolderDetails getRewindFolderDetailsValue() This instance must be tagged asEventDetails.Tag.REWIND_FOLDER_DETAILS.- Returns:
- The RewindFolderDetailsvalue associated with this instance ifisRewindFolderDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isRewindFolderDetails()is- false.
 
 - 
isUndoNamingConventionDetailspublic boolean isUndoNamingConventionDetails() Returnstrueif this instance has the tagEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS,- falseotherwise.
 
 - 
undoNamingConventionDetailspublic static EventDetails undoNamingConventionDetails(UndoNamingConventionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getUndoNamingConventionDetailsValuepublic UndoNamingConventionDetails getUndoNamingConventionDetailsValue() This instance must be tagged asEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS.- Returns:
- The UndoNamingConventionDetailsvalue associated with this instance ifisUndoNamingConventionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isUndoNamingConventionDetails()is- false.
 
 - 
isUndoOrganizeFolderWithTidyDetailspublic boolean isUndoOrganizeFolderWithTidyDetails() Returnstrueif this instance has the tagEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS,- falseotherwise.
 
 - 
undoOrganizeFolderWithTidyDetailspublic static EventDetails undoOrganizeFolderWithTidyDetails(UndoOrganizeFolderWithTidyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getUndoOrganizeFolderWithTidyDetailsValuepublic UndoOrganizeFolderWithTidyDetails getUndoOrganizeFolderWithTidyDetailsValue() This instance must be tagged asEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS.- Returns:
- The UndoOrganizeFolderWithTidyDetailsvalue associated with this instance ifisUndoOrganizeFolderWithTidyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isUndoOrganizeFolderWithTidyDetails()is- false.
 
 - 
isUserTagsAddedDetailspublic boolean isUserTagsAddedDetails() Returnstrueif this instance has the tagEventDetails.Tag.USER_TAGS_ADDED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.USER_TAGS_ADDED_DETAILS,- falseotherwise.
 
 - 
userTagsAddedDetailspublic static EventDetails userTagsAddedDetails(UserTagsAddedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.USER_TAGS_ADDED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.USER_TAGS_ADDED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getUserTagsAddedDetailsValuepublic UserTagsAddedDetails getUserTagsAddedDetailsValue() This instance must be tagged asEventDetails.Tag.USER_TAGS_ADDED_DETAILS.- Returns:
- The UserTagsAddedDetailsvalue associated with this instance ifisUserTagsAddedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isUserTagsAddedDetails()is- false.
 
 - 
isUserTagsRemovedDetailspublic boolean isUserTagsRemovedDetails() Returnstrueif this instance has the tagEventDetails.Tag.USER_TAGS_REMOVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.USER_TAGS_REMOVED_DETAILS,- falseotherwise.
 
 - 
userTagsRemovedDetailspublic static EventDetails userTagsRemovedDetails(UserTagsRemovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.USER_TAGS_REMOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.USER_TAGS_REMOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getUserTagsRemovedDetailsValuepublic UserTagsRemovedDetails getUserTagsRemovedDetailsValue() This instance must be tagged asEventDetails.Tag.USER_TAGS_REMOVED_DETAILS.- Returns:
- The UserTagsRemovedDetailsvalue associated with this instance ifisUserTagsRemovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isUserTagsRemovedDetails()is- false.
 
 - 
isEmailIngestReceiveFileDetailspublic boolean isEmailIngestReceiveFileDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS,- falseotherwise.
 
 - 
emailIngestReceiveFileDetailspublic static EventDetails emailIngestReceiveFileDetails(EmailIngestReceiveFileDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmailIngestReceiveFileDetailsValuepublic EmailIngestReceiveFileDetails getEmailIngestReceiveFileDetailsValue() This instance must be tagged asEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS.- Returns:
- The EmailIngestReceiveFileDetailsvalue associated with this instance ifisEmailIngestReceiveFileDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmailIngestReceiveFileDetails()is- false.
 
 - 
isFileRequestChangeDetailspublic boolean isFileRequestChangeDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS,- falseotherwise.
 
 - 
fileRequestChangeDetailspublic static EventDetails fileRequestChangeDetails(FileRequestChangeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestChangeDetailsValuepublic FileRequestChangeDetails getFileRequestChangeDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS.- Returns:
- The FileRequestChangeDetailsvalue associated with this instance ifisFileRequestChangeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestChangeDetails()is- false.
 
 - 
isFileRequestCloseDetailspublic boolean isFileRequestCloseDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS,- falseotherwise.
 
 - 
fileRequestCloseDetailspublic static EventDetails fileRequestCloseDetails(FileRequestCloseDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestCloseDetailsValuepublic FileRequestCloseDetails getFileRequestCloseDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.- Returns:
- The FileRequestCloseDetailsvalue associated with this instance ifisFileRequestCloseDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestCloseDetails()is- false.
 
 - 
isFileRequestCreateDetailspublic boolean isFileRequestCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS,- falseotherwise.
 
 - 
fileRequestCreateDetailspublic static EventDetails fileRequestCreateDetails(FileRequestCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestCreateDetailsValuepublic FileRequestCreateDetails getFileRequestCreateDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.- Returns:
- The FileRequestCreateDetailsvalue associated with this instance ifisFileRequestCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestCreateDetails()is- false.
 
 - 
isFileRequestDeleteDetailspublic boolean isFileRequestDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS,- falseotherwise.
 
 - 
fileRequestDeleteDetailspublic static EventDetails fileRequestDeleteDetails(FileRequestDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestDeleteDetailsValuepublic FileRequestDeleteDetails getFileRequestDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS.- Returns:
- The FileRequestDeleteDetailsvalue associated with this instance ifisFileRequestDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestDeleteDetails()is- false.
 
 - 
isFileRequestReceiveFileDetailspublic boolean isFileRequestReceiveFileDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS,- falseotherwise.
 
 - 
fileRequestReceiveFileDetailspublic static EventDetails fileRequestReceiveFileDetails(FileRequestReceiveFileDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestReceiveFileDetailsValuepublic FileRequestReceiveFileDetails getFileRequestReceiveFileDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.- Returns:
- The FileRequestReceiveFileDetailsvalue associated with this instance ifisFileRequestReceiveFileDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestReceiveFileDetails()is- false.
 
 - 
isGroupAddExternalIdDetailspublic boolean isGroupAddExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
groupAddExternalIdDetailspublic static EventDetails groupAddExternalIdDetails(GroupAddExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupAddExternalIdDetailsValuepublic GroupAddExternalIdDetails getGroupAddExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.- Returns:
- The GroupAddExternalIdDetailsvalue associated with this instance ifisGroupAddExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupAddExternalIdDetails()is- false.
 
 - 
isGroupAddMemberDetailspublic boolean isGroupAddMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS,- falseotherwise.
 
 - 
groupAddMemberDetailspublic static EventDetails groupAddMemberDetails(GroupAddMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupAddMemberDetailsValuepublic GroupAddMemberDetails getGroupAddMemberDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.- Returns:
- The GroupAddMemberDetailsvalue associated with this instance ifisGroupAddMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupAddMemberDetails()is- false.
 
 - 
isGroupChangeExternalIdDetailspublic boolean isGroupChangeExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
groupChangeExternalIdDetailspublic static EventDetails groupChangeExternalIdDetails(GroupChangeExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupChangeExternalIdDetailsValuepublic GroupChangeExternalIdDetails getGroupChangeExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.- Returns:
- The GroupChangeExternalIdDetailsvalue associated with this instance ifisGroupChangeExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupChangeExternalIdDetails()is- false.
 
 - 
isGroupChangeManagementTypeDetailspublic boolean isGroupChangeManagementTypeDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS,- falseotherwise.
 
 - 
groupChangeManagementTypeDetailspublic static EventDetails groupChangeManagementTypeDetails(GroupChangeManagementTypeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupChangeManagementTypeDetailsValuepublic GroupChangeManagementTypeDetails getGroupChangeManagementTypeDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.- Returns:
- The GroupChangeManagementTypeDetailsvalue associated with this instance ifisGroupChangeManagementTypeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupChangeManagementTypeDetails()is- false.
 
 - 
isGroupChangeMemberRoleDetailspublic boolean isGroupChangeMemberRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS,- falseotherwise.
 
 - 
groupChangeMemberRoleDetailspublic static EventDetails groupChangeMemberRoleDetails(GroupChangeMemberRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupChangeMemberRoleDetailsValuepublic GroupChangeMemberRoleDetails getGroupChangeMemberRoleDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The GroupChangeMemberRoleDetailsvalue associated with this instance ifisGroupChangeMemberRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupChangeMemberRoleDetails()is- false.
 
 - 
isGroupCreateDetailspublic boolean isGroupCreateDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_CREATE_DETAILS,- falseotherwise.
 
 - 
groupCreateDetailspublic static EventDetails groupCreateDetails(GroupCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupCreateDetailsValuepublic GroupCreateDetails getGroupCreateDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_CREATE_DETAILS.- Returns:
- The GroupCreateDetailsvalue associated with this instance ifisGroupCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupCreateDetails()is- false.
 
 - 
isGroupDeleteDetailspublic boolean isGroupDeleteDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_DELETE_DETAILS,- falseotherwise.
 
 - 
groupDeleteDetailspublic static EventDetails groupDeleteDetails(GroupDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupDeleteDetailsValuepublic GroupDeleteDetails getGroupDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_DELETE_DETAILS.- Returns:
- The GroupDeleteDetailsvalue associated with this instance ifisGroupDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupDeleteDetails()is- false.
 
 - 
isGroupDescriptionUpdatedDetailspublic boolean isGroupDescriptionUpdatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS,- falseotherwise.
 
 - 
groupDescriptionUpdatedDetailspublic static EventDetails groupDescriptionUpdatedDetails(GroupDescriptionUpdatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupDescriptionUpdatedDetailsValuepublic GroupDescriptionUpdatedDetails getGroupDescriptionUpdatedDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS.- Returns:
- The GroupDescriptionUpdatedDetailsvalue associated with this instance ifisGroupDescriptionUpdatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupDescriptionUpdatedDetails()is- false.
 
 - 
isGroupJoinPolicyUpdatedDetailspublic boolean isGroupJoinPolicyUpdatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS,- falseotherwise.
 
 - 
groupJoinPolicyUpdatedDetailspublic static EventDetails groupJoinPolicyUpdatedDetails(GroupJoinPolicyUpdatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupJoinPolicyUpdatedDetailsValuepublic GroupJoinPolicyUpdatedDetails getGroupJoinPolicyUpdatedDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS.- Returns:
- The GroupJoinPolicyUpdatedDetailsvalue associated with this instance ifisGroupJoinPolicyUpdatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupJoinPolicyUpdatedDetails()is- false.
 
 - 
isGroupMovedDetailspublic boolean isGroupMovedDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_MOVED_DETAILS,- falseotherwise.
 
 - 
groupMovedDetailspublic static EventDetails groupMovedDetails(GroupMovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupMovedDetailsValuepublic GroupMovedDetails getGroupMovedDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_MOVED_DETAILS.- Returns:
- The GroupMovedDetailsvalue associated with this instance ifisGroupMovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupMovedDetails()is- false.
 
 - 
isGroupRemoveExternalIdDetailspublic boolean isGroupRemoveExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
groupRemoveExternalIdDetailspublic static EventDetails groupRemoveExternalIdDetails(GroupRemoveExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupRemoveExternalIdDetailsValuepublic GroupRemoveExternalIdDetails getGroupRemoveExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.- Returns:
- The GroupRemoveExternalIdDetailsvalue associated with this instance ifisGroupRemoveExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupRemoveExternalIdDetails()is- false.
 
 - 
isGroupRemoveMemberDetailspublic boolean isGroupRemoveMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS,- falseotherwise.
 
 - 
groupRemoveMemberDetailspublic static EventDetails groupRemoveMemberDetails(GroupRemoveMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupRemoveMemberDetailsValuepublic GroupRemoveMemberDetails getGroupRemoveMemberDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.- Returns:
- The GroupRemoveMemberDetailsvalue associated with this instance ifisGroupRemoveMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupRemoveMemberDetails()is- false.
 
 - 
isGroupRenameDetailspublic boolean isGroupRenameDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_RENAME_DETAILS,- falseotherwise.
 
 - 
groupRenameDetailspublic static EventDetails groupRenameDetails(GroupRenameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupRenameDetailsValuepublic GroupRenameDetails getGroupRenameDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_RENAME_DETAILS.- Returns:
- The GroupRenameDetailsvalue associated with this instance ifisGroupRenameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupRenameDetails()is- false.
 
 - 
isAccountLockOrUnlockedDetailspublic boolean isAccountLockOrUnlockedDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS,- falseotherwise.
 
 - 
accountLockOrUnlockedDetailspublic static EventDetails accountLockOrUnlockedDetails(AccountLockOrUnlockedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountLockOrUnlockedDetailsValuepublic AccountLockOrUnlockedDetails getAccountLockOrUnlockedDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS.- Returns:
- The AccountLockOrUnlockedDetailsvalue associated with this instance ifisAccountLockOrUnlockedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountLockOrUnlockedDetails()is- false.
 
 - 
isEmmErrorDetailspublic boolean isEmmErrorDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_ERROR_DETAILS,- falseotherwise.
 
 - 
emmErrorDetailspublic static EventDetails emmErrorDetails(EmmErrorDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_ERROR_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_ERROR_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmErrorDetailsValuepublic EmmErrorDetails getEmmErrorDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_ERROR_DETAILS.- Returns:
- The EmmErrorDetailsvalue associated with this instance ifisEmmErrorDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmErrorDetails()is- false.
 
 - 
isGuestAdminSignedInViaTrustedTeamsDetailspublic boolean isGuestAdminSignedInViaTrustedTeamsDetails() Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS,- falseotherwise.
 
 - 
guestAdminSignedInViaTrustedTeamsDetailspublic static EventDetails guestAdminSignedInViaTrustedTeamsDetails(GuestAdminSignedInViaTrustedTeamsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGuestAdminSignedInViaTrustedTeamsDetailsValuepublic GuestAdminSignedInViaTrustedTeamsDetails getGuestAdminSignedInViaTrustedTeamsDetailsValue() This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS.- Returns:
- The GuestAdminSignedInViaTrustedTeamsDetailsvalue associated with this instance ifisGuestAdminSignedInViaTrustedTeamsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGuestAdminSignedInViaTrustedTeamsDetails()is- false.
 
 - 
isGuestAdminSignedOutViaTrustedTeamsDetailspublic boolean isGuestAdminSignedOutViaTrustedTeamsDetails() Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS,- falseotherwise.
 
 - 
guestAdminSignedOutViaTrustedTeamsDetailspublic static EventDetails guestAdminSignedOutViaTrustedTeamsDetails(GuestAdminSignedOutViaTrustedTeamsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGuestAdminSignedOutViaTrustedTeamsDetailsValuepublic GuestAdminSignedOutViaTrustedTeamsDetails getGuestAdminSignedOutViaTrustedTeamsDetailsValue() This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS.- Returns:
- The GuestAdminSignedOutViaTrustedTeamsDetailsvalue associated with this instance ifisGuestAdminSignedOutViaTrustedTeamsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGuestAdminSignedOutViaTrustedTeamsDetails()is- false.
 
 - 
isLoginFailDetailspublic boolean isLoginFailDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.LOGIN_FAIL_DETAILS,- falseotherwise.
 
 - 
loginFailDetailspublic static EventDetails loginFailDetails(LoginFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLoginFailDetailsValuepublic LoginFailDetails getLoginFailDetailsValue() This instance must be tagged asEventDetails.Tag.LOGIN_FAIL_DETAILS.- Returns:
- The LoginFailDetailsvalue associated with this instance ifisLoginFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLoginFailDetails()is- false.
 
 - 
isLoginSuccessDetailspublic boolean isLoginSuccessDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.LOGIN_SUCCESS_DETAILS,- falseotherwise.
 
 - 
loginSuccessDetailspublic static EventDetails loginSuccessDetails(LoginSuccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLoginSuccessDetailsValuepublic LoginSuccessDetails getLoginSuccessDetailsValue() This instance must be tagged asEventDetails.Tag.LOGIN_SUCCESS_DETAILS.- Returns:
- The LoginSuccessDetailsvalue associated with this instance ifisLoginSuccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLoginSuccessDetails()is- false.
 
 - 
isLogoutDetailspublic boolean isLogoutDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.LOGOUT_DETAILS,- falseotherwise.
 
 - 
logoutDetailspublic static EventDetails logoutDetails(LogoutDetails value) - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.LOGOUT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getLogoutDetailsValuepublic LogoutDetails getLogoutDetailsValue() This instance must be tagged asEventDetails.Tag.LOGOUT_DETAILS.- Returns:
- The LogoutDetailsvalue associated with this instance ifisLogoutDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isLogoutDetails()is- false.
 
 - 
isResellerSupportSessionEndDetailspublic boolean isResellerSupportSessionEndDetails() Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS,- falseotherwise.
 
 - 
resellerSupportSessionEndDetailspublic static EventDetails resellerSupportSessionEndDetails(ResellerSupportSessionEndDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getResellerSupportSessionEndDetailsValuepublic ResellerSupportSessionEndDetails getResellerSupportSessionEndDetailsValue() This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.- Returns:
- The ResellerSupportSessionEndDetailsvalue associated with this instance ifisResellerSupportSessionEndDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isResellerSupportSessionEndDetails()is- false.
 
 - 
isResellerSupportSessionStartDetailspublic boolean isResellerSupportSessionStartDetails() Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS,- falseotherwise.
 
 - 
resellerSupportSessionStartDetailspublic static EventDetails resellerSupportSessionStartDetails(ResellerSupportSessionStartDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getResellerSupportSessionStartDetailsValuepublic ResellerSupportSessionStartDetails getResellerSupportSessionStartDetailsValue() This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.- Returns:
- The ResellerSupportSessionStartDetailsvalue associated with this instance ifisResellerSupportSessionStartDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isResellerSupportSessionStartDetails()is- false.
 
 - 
isSignInAsSessionEndDetailspublic boolean isSignInAsSessionEndDetails() Returnstrueif this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS,- falseotherwise.
 
 - 
signInAsSessionEndDetailspublic static EventDetails signInAsSessionEndDetails(SignInAsSessionEndDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSignInAsSessionEndDetailsValuepublic SignInAsSessionEndDetails getSignInAsSessionEndDetailsValue() This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.- Returns:
- The SignInAsSessionEndDetailsvalue associated with this instance ifisSignInAsSessionEndDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSignInAsSessionEndDetails()is- false.
 
 - 
isSignInAsSessionStartDetailspublic boolean isSignInAsSessionStartDetails() Returnstrueif this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS,- falseotherwise.
 
 - 
signInAsSessionStartDetailspublic static EventDetails signInAsSessionStartDetails(SignInAsSessionStartDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSignInAsSessionStartDetailsValuepublic SignInAsSessionStartDetails getSignInAsSessionStartDetailsValue() This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.- Returns:
- The SignInAsSessionStartDetailsvalue associated with this instance ifisSignInAsSessionStartDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSignInAsSessionStartDetails()is- false.
 
 - 
isSsoErrorDetailspublic boolean isSsoErrorDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_ERROR_DETAILS,- falseotherwise.
 
 - 
ssoErrorDetailspublic static EventDetails ssoErrorDetails(SsoErrorDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ERROR_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_ERROR_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoErrorDetailsValuepublic SsoErrorDetails getSsoErrorDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_ERROR_DETAILS.- Returns:
- The SsoErrorDetailsvalue associated with this instance ifisSsoErrorDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoErrorDetails()is- false.
 
 - 
isCreateTeamInviteLinkDetailspublic boolean isCreateTeamInviteLinkDetails() Returnstrueif this instance has the tagEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS,- falseotherwise.
 
 - 
createTeamInviteLinkDetailspublic static EventDetails createTeamInviteLinkDetails(CreateTeamInviteLinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getCreateTeamInviteLinkDetailsValuepublic CreateTeamInviteLinkDetails getCreateTeamInviteLinkDetailsValue() This instance must be tagged asEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS.- Returns:
- The CreateTeamInviteLinkDetailsvalue associated with this instance ifisCreateTeamInviteLinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isCreateTeamInviteLinkDetails()is- false.
 
 - 
isDeleteTeamInviteLinkDetailspublic boolean isDeleteTeamInviteLinkDetails() Returnstrueif this instance has the tagEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS,- falseotherwise.
 
 - 
deleteTeamInviteLinkDetailspublic static EventDetails deleteTeamInviteLinkDetails(DeleteTeamInviteLinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeleteTeamInviteLinkDetailsValuepublic DeleteTeamInviteLinkDetails getDeleteTeamInviteLinkDetailsValue() This instance must be tagged asEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS.- Returns:
- The DeleteTeamInviteLinkDetailsvalue associated with this instance ifisDeleteTeamInviteLinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeleteTeamInviteLinkDetails()is- false.
 
 - 
isMemberAddExternalIdDetailspublic boolean isMemberAddExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
memberAddExternalIdDetailspublic static EventDetails memberAddExternalIdDetails(MemberAddExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberAddExternalIdDetailsValuepublic MemberAddExternalIdDetails getMemberAddExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS.- Returns:
- The MemberAddExternalIdDetailsvalue associated with this instance ifisMemberAddExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberAddExternalIdDetails()is- false.
 
 - 
isMemberAddNameDetailspublic boolean isMemberAddNameDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_ADD_NAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_ADD_NAME_DETAILS,- falseotherwise.
 
 - 
memberAddNameDetailspublic static EventDetails memberAddNameDetails(MemberAddNameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberAddNameDetailsValuepublic MemberAddNameDetails getMemberAddNameDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_ADD_NAME_DETAILS.- Returns:
- The MemberAddNameDetailsvalue associated with this instance ifisMemberAddNameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberAddNameDetails()is- false.
 
 - 
isMemberChangeAdminRoleDetailspublic boolean isMemberChangeAdminRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS,- falseotherwise.
 
 - 
memberChangeAdminRoleDetailspublic static EventDetails memberChangeAdminRoleDetails(MemberChangeAdminRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeAdminRoleDetailsValuepublic MemberChangeAdminRoleDetails getMemberChangeAdminRoleDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.- Returns:
- The MemberChangeAdminRoleDetailsvalue associated with this instance ifisMemberChangeAdminRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeAdminRoleDetails()is- false.
 
 - 
isMemberChangeEmailDetailspublic boolean isMemberChangeEmailDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS,- falseotherwise.
 
 - 
memberChangeEmailDetailspublic static EventDetails memberChangeEmailDetails(MemberChangeEmailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeEmailDetailsValuepublic MemberChangeEmailDetails getMemberChangeEmailDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.- Returns:
- The MemberChangeEmailDetailsvalue associated with this instance ifisMemberChangeEmailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeEmailDetails()is- false.
 
 - 
isMemberChangeExternalIdDetailspublic boolean isMemberChangeExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
memberChangeExternalIdDetailspublic static EventDetails memberChangeExternalIdDetails(MemberChangeExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeExternalIdDetailsValuepublic MemberChangeExternalIdDetails getMemberChangeExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS.- Returns:
- The MemberChangeExternalIdDetailsvalue associated with this instance ifisMemberChangeExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeExternalIdDetails()is- false.
 
 - 
isMemberChangeMembershipTypeDetailspublic boolean isMemberChangeMembershipTypeDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS,- falseotherwise.
 
 - 
memberChangeMembershipTypeDetailspublic static EventDetails memberChangeMembershipTypeDetails(MemberChangeMembershipTypeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeMembershipTypeDetailsValuepublic MemberChangeMembershipTypeDetails getMemberChangeMembershipTypeDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.- Returns:
- The MemberChangeMembershipTypeDetailsvalue associated with this instance ifisMemberChangeMembershipTypeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeMembershipTypeDetails()is- false.
 
 - 
isMemberChangeNameDetailspublic boolean isMemberChangeNameDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS,- falseotherwise.
 
 - 
memberChangeNameDetailspublic static EventDetails memberChangeNameDetails(MemberChangeNameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeNameDetailsValuepublic MemberChangeNameDetails getMemberChangeNameDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.- Returns:
- The MemberChangeNameDetailsvalue associated with this instance ifisMemberChangeNameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeNameDetails()is- false.
 
 - 
isMemberChangeResellerRoleDetailspublic boolean isMemberChangeResellerRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS,- falseotherwise.
 
 - 
memberChangeResellerRoleDetailspublic static EventDetails memberChangeResellerRoleDetails(MemberChangeResellerRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeResellerRoleDetailsValuepublic MemberChangeResellerRoleDetails getMemberChangeResellerRoleDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS.- Returns:
- The MemberChangeResellerRoleDetailsvalue associated with this instance ifisMemberChangeResellerRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeResellerRoleDetails()is- false.
 
 - 
isMemberChangeStatusDetailspublic boolean isMemberChangeStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS,- falseotherwise.
 
 - 
memberChangeStatusDetailspublic static EventDetails memberChangeStatusDetails(MemberChangeStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberChangeStatusDetailsValuepublic MemberChangeStatusDetails getMemberChangeStatusDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.- Returns:
- The MemberChangeStatusDetailsvalue associated with this instance ifisMemberChangeStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberChangeStatusDetails()is- false.
 
 - 
isMemberDeleteManualContactsDetailspublic boolean isMemberDeleteManualContactsDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS,- falseotherwise.
 
 - 
memberDeleteManualContactsDetailspublic static EventDetails memberDeleteManualContactsDetails(MemberDeleteManualContactsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberDeleteManualContactsDetailsValuepublic MemberDeleteManualContactsDetails getMemberDeleteManualContactsDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS.- Returns:
- The MemberDeleteManualContactsDetailsvalue associated with this instance ifisMemberDeleteManualContactsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberDeleteManualContactsDetails()is- false.
 
 - 
isMemberDeleteProfilePhotoDetailspublic boolean isMemberDeleteProfilePhotoDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS,- falseotherwise.
 
 - 
memberDeleteProfilePhotoDetailspublic static EventDetails memberDeleteProfilePhotoDetails(MemberDeleteProfilePhotoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberDeleteProfilePhotoDetailsValuepublic MemberDeleteProfilePhotoDetails getMemberDeleteProfilePhotoDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS.- Returns:
- The MemberDeleteProfilePhotoDetailsvalue associated with this instance ifisMemberDeleteProfilePhotoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberDeleteProfilePhotoDetails()is- false.
 
 - 
isMemberPermanentlyDeleteAccountContentsDetailspublic boolean isMemberPermanentlyDeleteAccountContentsDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS,- falseotherwise.
 
 - 
memberPermanentlyDeleteAccountContentsDetailspublic static EventDetails memberPermanentlyDeleteAccountContentsDetails(MemberPermanentlyDeleteAccountContentsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberPermanentlyDeleteAccountContentsDetailsValuepublic MemberPermanentlyDeleteAccountContentsDetails getMemberPermanentlyDeleteAccountContentsDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.- Returns:
- The MemberPermanentlyDeleteAccountContentsDetailsvalue associated with this instance ifisMemberPermanentlyDeleteAccountContentsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberPermanentlyDeleteAccountContentsDetails()is- false.
 
 - 
isMemberRemoveExternalIdDetailspublic boolean isMemberRemoveExternalIdDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS,- falseotherwise.
 
 - 
memberRemoveExternalIdDetailspublic static EventDetails memberRemoveExternalIdDetails(MemberRemoveExternalIdDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberRemoveExternalIdDetailsValuepublic MemberRemoveExternalIdDetails getMemberRemoveExternalIdDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS.- Returns:
- The MemberRemoveExternalIdDetailsvalue associated with this instance ifisMemberRemoveExternalIdDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberRemoveExternalIdDetails()is- false.
 
 - 
isMemberSetProfilePhotoDetailspublic boolean isMemberSetProfilePhotoDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS,- falseotherwise.
 
 - 
memberSetProfilePhotoDetailspublic static EventDetails memberSetProfilePhotoDetails(MemberSetProfilePhotoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSetProfilePhotoDetailsValuepublic MemberSetProfilePhotoDetails getMemberSetProfilePhotoDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS.- Returns:
- The MemberSetProfilePhotoDetailsvalue associated with this instance ifisMemberSetProfilePhotoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSetProfilePhotoDetails()is- false.
 
 - 
isMemberSpaceLimitsAddCustomQuotaDetailspublic boolean isMemberSpaceLimitsAddCustomQuotaDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsAddCustomQuotaDetailspublic static EventDetails memberSpaceLimitsAddCustomQuotaDetails(MemberSpaceLimitsAddCustomQuotaDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsAddCustomQuotaDetailsValuepublic MemberSpaceLimitsAddCustomQuotaDetails getMemberSpaceLimitsAddCustomQuotaDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS.- Returns:
- The MemberSpaceLimitsAddCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsAddCustomQuotaDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsAddCustomQuotaDetails()is- false.
 
 - 
isMemberSpaceLimitsChangeCustomQuotaDetailspublic boolean isMemberSpaceLimitsChangeCustomQuotaDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsChangeCustomQuotaDetailspublic static EventDetails memberSpaceLimitsChangeCustomQuotaDetails(MemberSpaceLimitsChangeCustomQuotaDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsChangeCustomQuotaDetailsValuepublic MemberSpaceLimitsChangeCustomQuotaDetails getMemberSpaceLimitsChangeCustomQuotaDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS.- Returns:
- The MemberSpaceLimitsChangeCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeCustomQuotaDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsChangeCustomQuotaDetails()is- false.
 
 - 
isMemberSpaceLimitsChangeStatusDetailspublic boolean isMemberSpaceLimitsChangeStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsChangeStatusDetailspublic static EventDetails memberSpaceLimitsChangeStatusDetails(MemberSpaceLimitsChangeStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsChangeStatusDetailsValuepublic MemberSpaceLimitsChangeStatusDetails getMemberSpaceLimitsChangeStatusDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.- Returns:
- The MemberSpaceLimitsChangeStatusDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsChangeStatusDetails()is- false.
 
 - 
isMemberSpaceLimitsRemoveCustomQuotaDetailspublic boolean isMemberSpaceLimitsRemoveCustomQuotaDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsRemoveCustomQuotaDetailspublic static EventDetails memberSpaceLimitsRemoveCustomQuotaDetails(MemberSpaceLimitsRemoveCustomQuotaDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsRemoveCustomQuotaDetailsValuepublic MemberSpaceLimitsRemoveCustomQuotaDetails getMemberSpaceLimitsRemoveCustomQuotaDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS.- Returns:
- The MemberSpaceLimitsRemoveCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsRemoveCustomQuotaDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsRemoveCustomQuotaDetails()is- false.
 
 - 
isMemberSuggestDetailspublic boolean isMemberSuggestDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SUGGEST_DETAILS,- falseotherwise.
 
 - 
memberSuggestDetailspublic static EventDetails memberSuggestDetails(MemberSuggestDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSuggestDetailsValuepublic MemberSuggestDetails getMemberSuggestDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SUGGEST_DETAILS.- Returns:
- The MemberSuggestDetailsvalue associated with this instance ifisMemberSuggestDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSuggestDetails()is- false.
 
 - 
isMemberTransferAccountContentsDetailspublic boolean isMemberTransferAccountContentsDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS,- falseotherwise.
 
 - 
memberTransferAccountContentsDetailspublic static EventDetails memberTransferAccountContentsDetails(MemberTransferAccountContentsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberTransferAccountContentsDetailsValuepublic MemberTransferAccountContentsDetails getMemberTransferAccountContentsDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.- Returns:
- The MemberTransferAccountContentsDetailsvalue associated with this instance ifisMemberTransferAccountContentsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberTransferAccountContentsDetails()is- false.
 
 - 
isPendingSecondaryEmailAddedDetailspublic boolean isPendingSecondaryEmailAddedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS,- falseotherwise.
 
 - 
pendingSecondaryEmailAddedDetailspublic static EventDetails pendingSecondaryEmailAddedDetails(PendingSecondaryEmailAddedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPendingSecondaryEmailAddedDetailsValuepublic PendingSecondaryEmailAddedDetails getPendingSecondaryEmailAddedDetailsValue() This instance must be tagged asEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS.- Returns:
- The PendingSecondaryEmailAddedDetailsvalue associated with this instance ifisPendingSecondaryEmailAddedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPendingSecondaryEmailAddedDetails()is- false.
 
 - 
isSecondaryEmailDeletedDetailspublic boolean isSecondaryEmailDeletedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS,- falseotherwise.
 
 - 
secondaryEmailDeletedDetailspublic static EventDetails secondaryEmailDeletedDetails(SecondaryEmailDeletedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSecondaryEmailDeletedDetailsValuepublic SecondaryEmailDeletedDetails getSecondaryEmailDeletedDetailsValue() This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS.- Returns:
- The SecondaryEmailDeletedDetailsvalue associated with this instance ifisSecondaryEmailDeletedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSecondaryEmailDeletedDetails()is- false.
 
 - 
isSecondaryEmailVerifiedDetailspublic boolean isSecondaryEmailVerifiedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS,- falseotherwise.
 
 - 
secondaryEmailVerifiedDetailspublic static EventDetails secondaryEmailVerifiedDetails(SecondaryEmailVerifiedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSecondaryEmailVerifiedDetailsValuepublic SecondaryEmailVerifiedDetails getSecondaryEmailVerifiedDetailsValue() This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS.- Returns:
- The SecondaryEmailVerifiedDetailsvalue associated with this instance ifisSecondaryEmailVerifiedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSecondaryEmailVerifiedDetails()is- false.
 
 - 
isSecondaryMailsPolicyChangedDetailspublic boolean isSecondaryMailsPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
secondaryMailsPolicyChangedDetailspublic static EventDetails secondaryMailsPolicyChangedDetails(SecondaryMailsPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSecondaryMailsPolicyChangedDetailsValuepublic SecondaryMailsPolicyChangedDetails getSecondaryMailsPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS.- Returns:
- The SecondaryMailsPolicyChangedDetailsvalue associated with this instance ifisSecondaryMailsPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSecondaryMailsPolicyChangedDetails()is- false.
 
 - 
isBinderAddPageDetailspublic boolean isBinderAddPageDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_ADD_PAGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_ADD_PAGE_DETAILS,- falseotherwise.
 
 - 
binderAddPageDetailspublic static EventDetails binderAddPageDetails(BinderAddPageDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderAddPageDetailsValuepublic BinderAddPageDetails getBinderAddPageDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_ADD_PAGE_DETAILS.- Returns:
- The BinderAddPageDetailsvalue associated with this instance ifisBinderAddPageDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderAddPageDetails()is- false.
 
 - 
isBinderAddSectionDetailspublic boolean isBinderAddSectionDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_ADD_SECTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_ADD_SECTION_DETAILS,- falseotherwise.
 
 - 
binderAddSectionDetailspublic static EventDetails binderAddSectionDetails(BinderAddSectionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderAddSectionDetailsValuepublic BinderAddSectionDetails getBinderAddSectionDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_ADD_SECTION_DETAILS.- Returns:
- The BinderAddSectionDetailsvalue associated with this instance ifisBinderAddSectionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderAddSectionDetails()is- false.
 
 - 
isBinderRemovePageDetailspublic boolean isBinderRemovePageDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS,- falseotherwise.
 
 - 
binderRemovePageDetailspublic static EventDetails binderRemovePageDetails(BinderRemovePageDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderRemovePageDetailsValuepublic BinderRemovePageDetails getBinderRemovePageDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS.- Returns:
- The BinderRemovePageDetailsvalue associated with this instance ifisBinderRemovePageDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderRemovePageDetails()is- false.
 
 - 
isBinderRemoveSectionDetailspublic boolean isBinderRemoveSectionDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS,- falseotherwise.
 
 - 
binderRemoveSectionDetailspublic static EventDetails binderRemoveSectionDetails(BinderRemoveSectionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderRemoveSectionDetailsValuepublic BinderRemoveSectionDetails getBinderRemoveSectionDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS.- Returns:
- The BinderRemoveSectionDetailsvalue associated with this instance ifisBinderRemoveSectionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderRemoveSectionDetails()is- false.
 
 - 
isBinderRenamePageDetailspublic boolean isBinderRenamePageDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS,- falseotherwise.
 
 - 
binderRenamePageDetailspublic static EventDetails binderRenamePageDetails(BinderRenamePageDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderRenamePageDetailsValuepublic BinderRenamePageDetails getBinderRenamePageDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS.- Returns:
- The BinderRenamePageDetailsvalue associated with this instance ifisBinderRenamePageDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderRenamePageDetails()is- false.
 
 - 
isBinderRenameSectionDetailspublic boolean isBinderRenameSectionDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS,- falseotherwise.
 
 - 
binderRenameSectionDetailspublic static EventDetails binderRenameSectionDetails(BinderRenameSectionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderRenameSectionDetailsValuepublic BinderRenameSectionDetails getBinderRenameSectionDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS.- Returns:
- The BinderRenameSectionDetailsvalue associated with this instance ifisBinderRenameSectionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderRenameSectionDetails()is- false.
 
 - 
isBinderReorderPageDetailspublic boolean isBinderReorderPageDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS,- falseotherwise.
 
 - 
binderReorderPageDetailspublic static EventDetails binderReorderPageDetails(BinderReorderPageDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderReorderPageDetailsValuepublic BinderReorderPageDetails getBinderReorderPageDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS.- Returns:
- The BinderReorderPageDetailsvalue associated with this instance ifisBinderReorderPageDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderReorderPageDetails()is- false.
 
 - 
isBinderReorderSectionDetailspublic boolean isBinderReorderSectionDetails() Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS,- falseotherwise.
 
 - 
binderReorderSectionDetailspublic static EventDetails binderReorderSectionDetails(BinderReorderSectionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getBinderReorderSectionDetailsValuepublic BinderReorderSectionDetails getBinderReorderSectionDetailsValue() This instance must be tagged asEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS.- Returns:
- The BinderReorderSectionDetailsvalue associated with this instance ifisBinderReorderSectionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isBinderReorderSectionDetails()is- false.
 
 - 
isPaperContentAddMemberDetailspublic boolean isPaperContentAddMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS,- falseotherwise.
 
 - 
paperContentAddMemberDetailspublic static EventDetails paperContentAddMemberDetails(PaperContentAddMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentAddMemberDetailsValuepublic PaperContentAddMemberDetails getPaperContentAddMemberDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.- Returns:
- The PaperContentAddMemberDetailsvalue associated with this instance ifisPaperContentAddMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentAddMemberDetails()is- false.
 
 - 
isPaperContentAddToFolderDetailspublic boolean isPaperContentAddToFolderDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS,- falseotherwise.
 
 - 
paperContentAddToFolderDetailspublic static EventDetails paperContentAddToFolderDetails(PaperContentAddToFolderDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentAddToFolderDetailsValuepublic PaperContentAddToFolderDetails getPaperContentAddToFolderDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.- Returns:
- The PaperContentAddToFolderDetailsvalue associated with this instance ifisPaperContentAddToFolderDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentAddToFolderDetails()is- false.
 
 - 
isPaperContentArchiveDetailspublic boolean isPaperContentArchiveDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS,- falseotherwise.
 
 - 
paperContentArchiveDetailspublic static EventDetails paperContentArchiveDetails(PaperContentArchiveDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentArchiveDetailsValuepublic PaperContentArchiveDetails getPaperContentArchiveDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.- Returns:
- The PaperContentArchiveDetailsvalue associated with this instance ifisPaperContentArchiveDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentArchiveDetails()is- false.
 
 - 
isPaperContentCreateDetailspublic boolean isPaperContentCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS,- falseotherwise.
 
 - 
paperContentCreateDetailspublic static EventDetails paperContentCreateDetails(PaperContentCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentCreateDetailsValuepublic PaperContentCreateDetails getPaperContentCreateDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.- Returns:
- The PaperContentCreateDetailsvalue associated with this instance ifisPaperContentCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentCreateDetails()is- false.
 
 - 
isPaperContentPermanentlyDeleteDetailspublic boolean isPaperContentPermanentlyDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS,- falseotherwise.
 
 - 
paperContentPermanentlyDeleteDetailspublic static EventDetails paperContentPermanentlyDeleteDetails(PaperContentPermanentlyDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentPermanentlyDeleteDetailsValuepublic PaperContentPermanentlyDeleteDetails getPaperContentPermanentlyDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.- Returns:
- The PaperContentPermanentlyDeleteDetailsvalue associated with this instance ifisPaperContentPermanentlyDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentPermanentlyDeleteDetails()is- false.
 
 - 
isPaperContentRemoveFromFolderDetailspublic boolean isPaperContentRemoveFromFolderDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS,- falseotherwise.
 
 - 
paperContentRemoveFromFolderDetailspublic static EventDetails paperContentRemoveFromFolderDetails(PaperContentRemoveFromFolderDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentRemoveFromFolderDetailsValuepublic PaperContentRemoveFromFolderDetails getPaperContentRemoveFromFolderDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.- Returns:
- The PaperContentRemoveFromFolderDetailsvalue associated with this instance ifisPaperContentRemoveFromFolderDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentRemoveFromFolderDetails()is- false.
 
 - 
isPaperContentRemoveMemberDetailspublic boolean isPaperContentRemoveMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS,- falseotherwise.
 
 - 
paperContentRemoveMemberDetailspublic static EventDetails paperContentRemoveMemberDetails(PaperContentRemoveMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentRemoveMemberDetailsValuepublic PaperContentRemoveMemberDetails getPaperContentRemoveMemberDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.- Returns:
- The PaperContentRemoveMemberDetailsvalue associated with this instance ifisPaperContentRemoveMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentRemoveMemberDetails()is- false.
 
 - 
isPaperContentRenameDetailspublic boolean isPaperContentRenameDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS,- falseotherwise.
 
 - 
paperContentRenameDetailspublic static EventDetails paperContentRenameDetails(PaperContentRenameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentRenameDetailsValuepublic PaperContentRenameDetails getPaperContentRenameDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.- Returns:
- The PaperContentRenameDetailsvalue associated with this instance ifisPaperContentRenameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentRenameDetails()is- false.
 
 - 
isPaperContentRestoreDetailspublic boolean isPaperContentRestoreDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS,- falseotherwise.
 
 - 
paperContentRestoreDetailspublic static EventDetails paperContentRestoreDetails(PaperContentRestoreDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperContentRestoreDetailsValuepublic PaperContentRestoreDetails getPaperContentRestoreDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.- Returns:
- The PaperContentRestoreDetailsvalue associated with this instance ifisPaperContentRestoreDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperContentRestoreDetails()is- false.
 
 - 
isPaperDocAddCommentDetailspublic boolean isPaperDocAddCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS,- falseotherwise.
 
 - 
paperDocAddCommentDetailspublic static EventDetails paperDocAddCommentDetails(PaperDocAddCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocAddCommentDetailsValuepublic PaperDocAddCommentDetails getPaperDocAddCommentDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.- Returns:
- The PaperDocAddCommentDetailsvalue associated with this instance ifisPaperDocAddCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocAddCommentDetails()is- false.
 
 - 
isPaperDocChangeMemberRoleDetailspublic boolean isPaperDocChangeMemberRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS,- falseotherwise.
 
 - 
paperDocChangeMemberRoleDetailspublic static EventDetails paperDocChangeMemberRoleDetails(PaperDocChangeMemberRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocChangeMemberRoleDetailsValuepublic PaperDocChangeMemberRoleDetails getPaperDocChangeMemberRoleDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The PaperDocChangeMemberRoleDetailsvalue associated with this instance ifisPaperDocChangeMemberRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocChangeMemberRoleDetails()is- false.
 
 - 
isPaperDocChangeSharingPolicyDetailspublic boolean isPaperDocChangeSharingPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS,- falseotherwise.
 
 - 
paperDocChangeSharingPolicyDetailspublic static EventDetails paperDocChangeSharingPolicyDetails(PaperDocChangeSharingPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocChangeSharingPolicyDetailsValuepublic PaperDocChangeSharingPolicyDetails getPaperDocChangeSharingPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.- Returns:
- The PaperDocChangeSharingPolicyDetailsvalue associated with this instance ifisPaperDocChangeSharingPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocChangeSharingPolicyDetails()is- false.
 
 - 
isPaperDocChangeSubscriptionDetailspublic boolean isPaperDocChangeSubscriptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS,- falseotherwise.
 
 - 
paperDocChangeSubscriptionDetailspublic static EventDetails paperDocChangeSubscriptionDetails(PaperDocChangeSubscriptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocChangeSubscriptionDetailsValuepublic PaperDocChangeSubscriptionDetails getPaperDocChangeSubscriptionDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.- Returns:
- The PaperDocChangeSubscriptionDetailsvalue associated with this instance ifisPaperDocChangeSubscriptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocChangeSubscriptionDetails()is- false.
 
 - 
isPaperDocDeletedDetailspublic boolean isPaperDocDeletedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DELETED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_DELETED_DETAILS,- falseotherwise.
 
 - 
paperDocDeletedDetailspublic static EventDetails paperDocDeletedDetails(PaperDocDeletedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocDeletedDetailsValuepublic PaperDocDeletedDetails getPaperDocDeletedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETED_DETAILS.- Returns:
- The PaperDocDeletedDetailsvalue associated with this instance ifisPaperDocDeletedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocDeletedDetails()is- false.
 
 - 
isPaperDocDeleteCommentDetailspublic boolean isPaperDocDeleteCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS,- falseotherwise.
 
 - 
paperDocDeleteCommentDetailspublic static EventDetails paperDocDeleteCommentDetails(PaperDocDeleteCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocDeleteCommentDetailsValuepublic PaperDocDeleteCommentDetails getPaperDocDeleteCommentDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.- Returns:
- The PaperDocDeleteCommentDetailsvalue associated with this instance ifisPaperDocDeleteCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocDeleteCommentDetails()is- false.
 
 - 
isPaperDocDownloadDetailspublic boolean isPaperDocDownloadDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
paperDocDownloadDetailspublic static EventDetails paperDocDownloadDetails(PaperDocDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocDownloadDetailsValuepublic PaperDocDownloadDetails getPaperDocDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.- Returns:
- The PaperDocDownloadDetailsvalue associated with this instance ifisPaperDocDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocDownloadDetails()is- false.
 
 - 
isPaperDocEditDetailspublic boolean isPaperDocEditDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_EDIT_DETAILS,- falseotherwise.
 
 - 
paperDocEditDetailspublic static EventDetails paperDocEditDetails(PaperDocEditDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocEditDetailsValuepublic PaperDocEditDetails getPaperDocEditDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_DETAILS.- Returns:
- The PaperDocEditDetailsvalue associated with this instance ifisPaperDocEditDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocEditDetails()is- false.
 
 - 
isPaperDocEditCommentDetailspublic boolean isPaperDocEditCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS,- falseotherwise.
 
 - 
paperDocEditCommentDetailspublic static EventDetails paperDocEditCommentDetails(PaperDocEditCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocEditCommentDetailsValuepublic PaperDocEditCommentDetails getPaperDocEditCommentDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.- Returns:
- The PaperDocEditCommentDetailsvalue associated with this instance ifisPaperDocEditCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocEditCommentDetails()is- false.
 
 - 
isPaperDocFollowedDetailspublic boolean isPaperDocFollowedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS,- falseotherwise.
 
 - 
paperDocFollowedDetailspublic static EventDetails paperDocFollowedDetails(PaperDocFollowedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocFollowedDetailsValuepublic PaperDocFollowedDetails getPaperDocFollowedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.- Returns:
- The PaperDocFollowedDetailsvalue associated with this instance ifisPaperDocFollowedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocFollowedDetails()is- false.
 
 - 
isPaperDocMentionDetailspublic boolean isPaperDocMentionDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_MENTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_MENTION_DETAILS,- falseotherwise.
 
 - 
paperDocMentionDetailspublic static EventDetails paperDocMentionDetails(PaperDocMentionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocMentionDetailsValuepublic PaperDocMentionDetails getPaperDocMentionDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_MENTION_DETAILS.- Returns:
- The PaperDocMentionDetailsvalue associated with this instance ifisPaperDocMentionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocMentionDetails()is- false.
 
 - 
isPaperDocOwnershipChangedDetailspublic boolean isPaperDocOwnershipChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS,- falseotherwise.
 
 - 
paperDocOwnershipChangedDetailspublic static EventDetails paperDocOwnershipChangedDetails(PaperDocOwnershipChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocOwnershipChangedDetailsValuepublic PaperDocOwnershipChangedDetails getPaperDocOwnershipChangedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS.- Returns:
- The PaperDocOwnershipChangedDetailsvalue associated with this instance ifisPaperDocOwnershipChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocOwnershipChangedDetails()is- false.
 
 - 
isPaperDocRequestAccessDetailspublic boolean isPaperDocRequestAccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS,- falseotherwise.
 
 - 
paperDocRequestAccessDetailspublic static EventDetails paperDocRequestAccessDetails(PaperDocRequestAccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocRequestAccessDetailsValuepublic PaperDocRequestAccessDetails getPaperDocRequestAccessDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.- Returns:
- The PaperDocRequestAccessDetailsvalue associated with this instance ifisPaperDocRequestAccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocRequestAccessDetails()is- false.
 
 - 
isPaperDocResolveCommentDetailspublic boolean isPaperDocResolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
paperDocResolveCommentDetailspublic static EventDetails paperDocResolveCommentDetails(PaperDocResolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocResolveCommentDetailsValuepublic PaperDocResolveCommentDetails getPaperDocResolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.- Returns:
- The PaperDocResolveCommentDetailsvalue associated with this instance ifisPaperDocResolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocResolveCommentDetails()is- false.
 
 - 
isPaperDocRevertDetailspublic boolean isPaperDocRevertDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_REVERT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_REVERT_DETAILS,- falseotherwise.
 
 - 
paperDocRevertDetailspublic static EventDetails paperDocRevertDetails(PaperDocRevertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocRevertDetailsValuepublic PaperDocRevertDetails getPaperDocRevertDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_REVERT_DETAILS.- Returns:
- The PaperDocRevertDetailsvalue associated with this instance ifisPaperDocRevertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocRevertDetails()is- false.
 
 - 
isPaperDocSlackShareDetailspublic boolean isPaperDocSlackShareDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS,- falseotherwise.
 
 - 
paperDocSlackShareDetailspublic static EventDetails paperDocSlackShareDetails(PaperDocSlackShareDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocSlackShareDetailsValuepublic PaperDocSlackShareDetails getPaperDocSlackShareDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.- Returns:
- The PaperDocSlackShareDetailsvalue associated with this instance ifisPaperDocSlackShareDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocSlackShareDetails()is- false.
 
 - 
isPaperDocTeamInviteDetailspublic boolean isPaperDocTeamInviteDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS,- falseotherwise.
 
 - 
paperDocTeamInviteDetailspublic static EventDetails paperDocTeamInviteDetails(PaperDocTeamInviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocTeamInviteDetailsValuepublic PaperDocTeamInviteDetails getPaperDocTeamInviteDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.- Returns:
- The PaperDocTeamInviteDetailsvalue associated with this instance ifisPaperDocTeamInviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocTeamInviteDetails()is- false.
 
 - 
isPaperDocTrashedDetailspublic boolean isPaperDocTrashedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS,- falseotherwise.
 
 - 
paperDocTrashedDetailspublic static EventDetails paperDocTrashedDetails(PaperDocTrashedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocTrashedDetailsValuepublic PaperDocTrashedDetails getPaperDocTrashedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.- Returns:
- The PaperDocTrashedDetailsvalue associated with this instance ifisPaperDocTrashedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocTrashedDetails()is- false.
 
 - 
isPaperDocUnresolveCommentDetailspublic boolean isPaperDocUnresolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
paperDocUnresolveCommentDetailspublic static EventDetails paperDocUnresolveCommentDetails(PaperDocUnresolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocUnresolveCommentDetailsValuepublic PaperDocUnresolveCommentDetails getPaperDocUnresolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The PaperDocUnresolveCommentDetailsvalue associated with this instance ifisPaperDocUnresolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocUnresolveCommentDetails()is- false.
 
 - 
isPaperDocUntrashedDetailspublic boolean isPaperDocUntrashedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS,- falseotherwise.
 
 - 
paperDocUntrashedDetailspublic static EventDetails paperDocUntrashedDetails(PaperDocUntrashedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocUntrashedDetailsValuepublic PaperDocUntrashedDetails getPaperDocUntrashedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.- Returns:
- The PaperDocUntrashedDetailsvalue associated with this instance ifisPaperDocUntrashedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocUntrashedDetails()is- false.
 
 - 
isPaperDocViewDetailspublic boolean isPaperDocViewDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DOC_VIEW_DETAILS,- falseotherwise.
 
 - 
paperDocViewDetailspublic static EventDetails paperDocViewDetails(PaperDocViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDocViewDetailsValuepublic PaperDocViewDetails getPaperDocViewDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DOC_VIEW_DETAILS.- Returns:
- The PaperDocViewDetailsvalue associated with this instance ifisPaperDocViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDocViewDetails()is- false.
 
 - 
isPaperExternalViewAllowDetailspublic boolean isPaperExternalViewAllowDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS,- falseotherwise.
 
 - 
paperExternalViewAllowDetailspublic static EventDetails paperExternalViewAllowDetails(PaperExternalViewAllowDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperExternalViewAllowDetailsValuepublic PaperExternalViewAllowDetails getPaperExternalViewAllowDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.- Returns:
- The PaperExternalViewAllowDetailsvalue associated with this instance ifisPaperExternalViewAllowDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperExternalViewAllowDetails()is- false.
 
 - 
isPaperExternalViewDefaultTeamDetailspublic boolean isPaperExternalViewDefaultTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS,- falseotherwise.
 
 - 
paperExternalViewDefaultTeamDetailspublic static EventDetails paperExternalViewDefaultTeamDetails(PaperExternalViewDefaultTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperExternalViewDefaultTeamDetailsValuepublic PaperExternalViewDefaultTeamDetails getPaperExternalViewDefaultTeamDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.- Returns:
- The PaperExternalViewDefaultTeamDetailsvalue associated with this instance ifisPaperExternalViewDefaultTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperExternalViewDefaultTeamDetails()is- false.
 
 - 
isPaperExternalViewForbidDetailspublic boolean isPaperExternalViewForbidDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS,- falseotherwise.
 
 - 
paperExternalViewForbidDetailspublic static EventDetails paperExternalViewForbidDetails(PaperExternalViewForbidDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperExternalViewForbidDetailsValuepublic PaperExternalViewForbidDetails getPaperExternalViewForbidDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.- Returns:
- The PaperExternalViewForbidDetailsvalue associated with this instance ifisPaperExternalViewForbidDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperExternalViewForbidDetails()is- false.
 
 - 
isPaperFolderChangeSubscriptionDetailspublic boolean isPaperFolderChangeSubscriptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS,- falseotherwise.
 
 - 
paperFolderChangeSubscriptionDetailspublic static EventDetails paperFolderChangeSubscriptionDetails(PaperFolderChangeSubscriptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperFolderChangeSubscriptionDetailsValuepublic PaperFolderChangeSubscriptionDetails getPaperFolderChangeSubscriptionDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.- Returns:
- The PaperFolderChangeSubscriptionDetailsvalue associated with this instance ifisPaperFolderChangeSubscriptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperFolderChangeSubscriptionDetails()is- false.
 
 - 
isPaperFolderDeletedDetailspublic boolean isPaperFolderDeletedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS,- falseotherwise.
 
 - 
paperFolderDeletedDetailspublic static EventDetails paperFolderDeletedDetails(PaperFolderDeletedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperFolderDeletedDetailsValuepublic PaperFolderDeletedDetails getPaperFolderDeletedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.- Returns:
- The PaperFolderDeletedDetailsvalue associated with this instance ifisPaperFolderDeletedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperFolderDeletedDetails()is- false.
 
 - 
isPaperFolderFollowedDetailspublic boolean isPaperFolderFollowedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS,- falseotherwise.
 
 - 
paperFolderFollowedDetailspublic static EventDetails paperFolderFollowedDetails(PaperFolderFollowedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperFolderFollowedDetailsValuepublic PaperFolderFollowedDetails getPaperFolderFollowedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.- Returns:
- The PaperFolderFollowedDetailsvalue associated with this instance ifisPaperFolderFollowedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperFolderFollowedDetails()is- false.
 
 - 
isPaperFolderTeamInviteDetailspublic boolean isPaperFolderTeamInviteDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS,- falseotherwise.
 
 - 
paperFolderTeamInviteDetailspublic static EventDetails paperFolderTeamInviteDetails(PaperFolderTeamInviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperFolderTeamInviteDetailsValuepublic PaperFolderTeamInviteDetails getPaperFolderTeamInviteDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.- Returns:
- The PaperFolderTeamInviteDetailsvalue associated with this instance ifisPaperFolderTeamInviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperFolderTeamInviteDetails()is- false.
 
 - 
isPaperPublishedLinkChangePermissionDetailspublic boolean isPaperPublishedLinkChangePermissionDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS,- falseotherwise.
 
 - 
paperPublishedLinkChangePermissionDetailspublic static EventDetails paperPublishedLinkChangePermissionDetails(PaperPublishedLinkChangePermissionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperPublishedLinkChangePermissionDetailsValuepublic PaperPublishedLinkChangePermissionDetails getPaperPublishedLinkChangePermissionDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS.- Returns:
- The PaperPublishedLinkChangePermissionDetailsvalue associated with this instance ifisPaperPublishedLinkChangePermissionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperPublishedLinkChangePermissionDetails()is- false.
 
 - 
isPaperPublishedLinkCreateDetailspublic boolean isPaperPublishedLinkCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS,- falseotherwise.
 
 - 
paperPublishedLinkCreateDetailspublic static EventDetails paperPublishedLinkCreateDetails(PaperPublishedLinkCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperPublishedLinkCreateDetailsValuepublic PaperPublishedLinkCreateDetails getPaperPublishedLinkCreateDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS.- Returns:
- The PaperPublishedLinkCreateDetailsvalue associated with this instance ifisPaperPublishedLinkCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperPublishedLinkCreateDetails()is- false.
 
 - 
isPaperPublishedLinkDisabledDetailspublic boolean isPaperPublishedLinkDisabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS,- falseotherwise.
 
 - 
paperPublishedLinkDisabledDetailspublic static EventDetails paperPublishedLinkDisabledDetails(PaperPublishedLinkDisabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperPublishedLinkDisabledDetailsValuepublic PaperPublishedLinkDisabledDetails getPaperPublishedLinkDisabledDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS.- Returns:
- The PaperPublishedLinkDisabledDetailsvalue associated with this instance ifisPaperPublishedLinkDisabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperPublishedLinkDisabledDetails()is- false.
 
 - 
isPaperPublishedLinkViewDetailspublic boolean isPaperPublishedLinkViewDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS,- falseotherwise.
 
 - 
paperPublishedLinkViewDetailspublic static EventDetails paperPublishedLinkViewDetails(PaperPublishedLinkViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperPublishedLinkViewDetailsValuepublic PaperPublishedLinkViewDetails getPaperPublishedLinkViewDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS.- Returns:
- The PaperPublishedLinkViewDetailsvalue associated with this instance ifisPaperPublishedLinkViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperPublishedLinkViewDetails()is- false.
 
 - 
isPasswordChangeDetailspublic boolean isPasswordChangeDetails() Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_CHANGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PASSWORD_CHANGE_DETAILS,- falseotherwise.
 
 - 
passwordChangeDetailspublic static EventDetails passwordChangeDetails(PasswordChangeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPasswordChangeDetailsValuepublic PasswordChangeDetails getPasswordChangeDetailsValue() This instance must be tagged asEventDetails.Tag.PASSWORD_CHANGE_DETAILS.- Returns:
- The PasswordChangeDetailsvalue associated with this instance ifisPasswordChangeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPasswordChangeDetails()is- false.
 
 - 
isPasswordResetDetailspublic boolean isPasswordResetDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.PASSWORD_RESET_DETAILS,- falseotherwise.
 
 - 
passwordResetDetailspublic static EventDetails passwordResetDetails(PasswordResetDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPasswordResetDetailsValuepublic PasswordResetDetails getPasswordResetDetailsValue() This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_DETAILS.- Returns:
- The PasswordResetDetailsvalue associated with this instance ifisPasswordResetDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPasswordResetDetails()is- false.
 
 - 
isPasswordResetAllDetailspublic boolean isPasswordResetAllDetails() Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS,- falseotherwise.
 
 - 
passwordResetAllDetailspublic static EventDetails passwordResetAllDetails(PasswordResetAllDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPasswordResetAllDetailsValuepublic PasswordResetAllDetails getPasswordResetAllDetailsValue() This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.- Returns:
- The PasswordResetAllDetailsvalue associated with this instance ifisPasswordResetAllDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPasswordResetAllDetails()is- false.
 
 - 
isClassificationCreateReportDetailspublic boolean isClassificationCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
classificationCreateReportDetailspublic static EventDetails classificationCreateReportDetails(ClassificationCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getClassificationCreateReportDetailsValuepublic ClassificationCreateReportDetails getClassificationCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS.- Returns:
- The ClassificationCreateReportDetailsvalue associated with this instance ifisClassificationCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isClassificationCreateReportDetails()is- false.
 
 - 
isClassificationCreateReportFailDetailspublic boolean isClassificationCreateReportFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS,- falseotherwise.
 
 - 
classificationCreateReportFailDetailspublic static EventDetails classificationCreateReportFailDetails(ClassificationCreateReportFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getClassificationCreateReportFailDetailsValuepublic ClassificationCreateReportFailDetails getClassificationCreateReportFailDetailsValue() This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS.- Returns:
- The ClassificationCreateReportFailDetailsvalue associated with this instance ifisClassificationCreateReportFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isClassificationCreateReportFailDetails()is- false.
 
 - 
isEmmCreateExceptionsReportDetailspublic boolean isEmmCreateExceptionsReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS,- falseotherwise.
 
 - 
emmCreateExceptionsReportDetailspublic static EventDetails emmCreateExceptionsReportDetails(EmmCreateExceptionsReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmCreateExceptionsReportDetailsValuepublic EmmCreateExceptionsReportDetails getEmmCreateExceptionsReportDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.- Returns:
- The EmmCreateExceptionsReportDetailsvalue associated with this instance ifisEmmCreateExceptionsReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmCreateExceptionsReportDetails()is- false.
 
 - 
isEmmCreateUsageReportDetailspublic boolean isEmmCreateUsageReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS,- falseotherwise.
 
 - 
emmCreateUsageReportDetailspublic static EventDetails emmCreateUsageReportDetails(EmmCreateUsageReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmCreateUsageReportDetailsValuepublic EmmCreateUsageReportDetails getEmmCreateUsageReportDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.- Returns:
- The EmmCreateUsageReportDetailsvalue associated with this instance ifisEmmCreateUsageReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmCreateUsageReportDetails()is- false.
 
 - 
isExportMembersReportDetailspublic boolean isExportMembersReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS,- falseotherwise.
 
 - 
exportMembersReportDetailspublic static EventDetails exportMembersReportDetails(ExportMembersReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExportMembersReportDetailsValuepublic ExportMembersReportDetails getExportMembersReportDetailsValue() This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS.- Returns:
- The ExportMembersReportDetailsvalue associated with this instance ifisExportMembersReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExportMembersReportDetails()is- false.
 
 - 
isExportMembersReportFailDetailspublic boolean isExportMembersReportFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS,- falseotherwise.
 
 - 
exportMembersReportFailDetailspublic static EventDetails exportMembersReportFailDetails(ExportMembersReportFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExportMembersReportFailDetailsValuepublic ExportMembersReportFailDetails getExportMembersReportFailDetailsValue() This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS.- Returns:
- The ExportMembersReportFailDetailsvalue associated with this instance ifisExportMembersReportFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExportMembersReportFailDetails()is- false.
 
 - 
isExternalSharingCreateReportDetailspublic boolean isExternalSharingCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
externalSharingCreateReportDetailspublic static EventDetails externalSharingCreateReportDetails(ExternalSharingCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExternalSharingCreateReportDetailsValuepublic ExternalSharingCreateReportDetails getExternalSharingCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS.- Returns:
- The ExternalSharingCreateReportDetailsvalue associated with this instance ifisExternalSharingCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExternalSharingCreateReportDetails()is- false.
 
 - 
isExternalSharingReportFailedDetailspublic boolean isExternalSharingReportFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS,- falseotherwise.
 
 - 
externalSharingReportFailedDetailspublic static EventDetails externalSharingReportFailedDetails(ExternalSharingReportFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExternalSharingReportFailedDetailsValuepublic ExternalSharingReportFailedDetails getExternalSharingReportFailedDetailsValue() This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS.- Returns:
- The ExternalSharingReportFailedDetailsvalue associated with this instance ifisExternalSharingReportFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExternalSharingReportFailedDetails()is- false.
 
 - 
isNoExpirationLinkGenCreateReportDetailspublic boolean isNoExpirationLinkGenCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
noExpirationLinkGenCreateReportDetailspublic static EventDetails noExpirationLinkGenCreateReportDetails(NoExpirationLinkGenCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoExpirationLinkGenCreateReportDetailsValuepublic NoExpirationLinkGenCreateReportDetails getNoExpirationLinkGenCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS.- Returns:
- The NoExpirationLinkGenCreateReportDetailsvalue associated with this instance ifisNoExpirationLinkGenCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoExpirationLinkGenCreateReportDetails()is- false.
 
 - 
isNoExpirationLinkGenReportFailedDetailspublic boolean isNoExpirationLinkGenReportFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS,- falseotherwise.
 
 - 
noExpirationLinkGenReportFailedDetailspublic static EventDetails noExpirationLinkGenReportFailedDetails(NoExpirationLinkGenReportFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoExpirationLinkGenReportFailedDetailsValuepublic NoExpirationLinkGenReportFailedDetails getNoExpirationLinkGenReportFailedDetailsValue() This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS.- Returns:
- The NoExpirationLinkGenReportFailedDetailsvalue associated with this instance ifisNoExpirationLinkGenReportFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoExpirationLinkGenReportFailedDetails()is- false.
 
 - 
isNoPasswordLinkGenCreateReportDetailspublic boolean isNoPasswordLinkGenCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
noPasswordLinkGenCreateReportDetailspublic static EventDetails noPasswordLinkGenCreateReportDetails(NoPasswordLinkGenCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoPasswordLinkGenCreateReportDetailsValuepublic NoPasswordLinkGenCreateReportDetails getNoPasswordLinkGenCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS.- Returns:
- The NoPasswordLinkGenCreateReportDetailsvalue associated with this instance ifisNoPasswordLinkGenCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoPasswordLinkGenCreateReportDetails()is- false.
 
 - 
isNoPasswordLinkGenReportFailedDetailspublic boolean isNoPasswordLinkGenReportFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS,- falseotherwise.
 
 - 
noPasswordLinkGenReportFailedDetailspublic static EventDetails noPasswordLinkGenReportFailedDetails(NoPasswordLinkGenReportFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoPasswordLinkGenReportFailedDetailsValuepublic NoPasswordLinkGenReportFailedDetails getNoPasswordLinkGenReportFailedDetailsValue() This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS.- Returns:
- The NoPasswordLinkGenReportFailedDetailsvalue associated with this instance ifisNoPasswordLinkGenReportFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoPasswordLinkGenReportFailedDetails()is- false.
 
 - 
isNoPasswordLinkViewCreateReportDetailspublic boolean isNoPasswordLinkViewCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
noPasswordLinkViewCreateReportDetailspublic static EventDetails noPasswordLinkViewCreateReportDetails(NoPasswordLinkViewCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoPasswordLinkViewCreateReportDetailsValuepublic NoPasswordLinkViewCreateReportDetails getNoPasswordLinkViewCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS.- Returns:
- The NoPasswordLinkViewCreateReportDetailsvalue associated with this instance ifisNoPasswordLinkViewCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoPasswordLinkViewCreateReportDetails()is- false.
 
 - 
isNoPasswordLinkViewReportFailedDetailspublic boolean isNoPasswordLinkViewReportFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS,- falseotherwise.
 
 - 
noPasswordLinkViewReportFailedDetailspublic static EventDetails noPasswordLinkViewReportFailedDetails(NoPasswordLinkViewReportFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoPasswordLinkViewReportFailedDetailsValuepublic NoPasswordLinkViewReportFailedDetails getNoPasswordLinkViewReportFailedDetailsValue() This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS.- Returns:
- The NoPasswordLinkViewReportFailedDetailsvalue associated with this instance ifisNoPasswordLinkViewReportFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoPasswordLinkViewReportFailedDetails()is- false.
 
 - 
isOutdatedLinkViewCreateReportDetailspublic boolean isOutdatedLinkViewCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
outdatedLinkViewCreateReportDetailspublic static EventDetails outdatedLinkViewCreateReportDetails(OutdatedLinkViewCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getOutdatedLinkViewCreateReportDetailsValuepublic OutdatedLinkViewCreateReportDetails getOutdatedLinkViewCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS.- Returns:
- The OutdatedLinkViewCreateReportDetailsvalue associated with this instance ifisOutdatedLinkViewCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isOutdatedLinkViewCreateReportDetails()is- false.
 
 - 
isOutdatedLinkViewReportFailedDetailspublic boolean isOutdatedLinkViewReportFailedDetails() Returnstrueif this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS,- falseotherwise.
 
 - 
outdatedLinkViewReportFailedDetailspublic static EventDetails outdatedLinkViewReportFailedDetails(OutdatedLinkViewReportFailedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getOutdatedLinkViewReportFailedDetailsValuepublic OutdatedLinkViewReportFailedDetails getOutdatedLinkViewReportFailedDetailsValue() This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS.- Returns:
- The OutdatedLinkViewReportFailedDetailsvalue associated with this instance ifisOutdatedLinkViewReportFailedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isOutdatedLinkViewReportFailedDetails()is- false.
 
 - 
isPaperAdminExportStartDetailspublic boolean isPaperAdminExportStartDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS,- falseotherwise.
 
 - 
paperAdminExportStartDetailspublic static EventDetails paperAdminExportStartDetails(PaperAdminExportStartDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperAdminExportStartDetailsValuepublic PaperAdminExportStartDetails getPaperAdminExportStartDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.- Returns:
- The PaperAdminExportStartDetailsvalue associated with this instance ifisPaperAdminExportStartDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperAdminExportStartDetails()is- false.
 
 - 
isSmartSyncCreateAdminPrivilegeReportDetailspublic boolean isSmartSyncCreateAdminPrivilegeReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS,- falseotherwise.
 
 - 
smartSyncCreateAdminPrivilegeReportDetailspublic static EventDetails smartSyncCreateAdminPrivilegeReportDetails(SmartSyncCreateAdminPrivilegeReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSmartSyncCreateAdminPrivilegeReportDetailsValuepublic SmartSyncCreateAdminPrivilegeReportDetails getSmartSyncCreateAdminPrivilegeReportDetailsValue() This instance must be tagged asEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.- Returns:
- The SmartSyncCreateAdminPrivilegeReportDetailsvalue associated with this instance ifisSmartSyncCreateAdminPrivilegeReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSmartSyncCreateAdminPrivilegeReportDetails()is- false.
 
 - 
isTeamActivityCreateReportDetailspublic boolean isTeamActivityCreateReportDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS,- falseotherwise.
 
 - 
teamActivityCreateReportDetailspublic static EventDetails teamActivityCreateReportDetails(TeamActivityCreateReportDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamActivityCreateReportDetailsValuepublic TeamActivityCreateReportDetails getTeamActivityCreateReportDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.- Returns:
- The TeamActivityCreateReportDetailsvalue associated with this instance ifisTeamActivityCreateReportDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamActivityCreateReportDetails()is- false.
 
 - 
isTeamActivityCreateReportFailDetailspublic boolean isTeamActivityCreateReportFailDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS,- falseotherwise.
 
 - 
teamActivityCreateReportFailDetailspublic static EventDetails teamActivityCreateReportFailDetails(TeamActivityCreateReportFailDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamActivityCreateReportFailDetailsValuepublic TeamActivityCreateReportFailDetails getTeamActivityCreateReportFailDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS.- Returns:
- The TeamActivityCreateReportFailDetailsvalue associated with this instance ifisTeamActivityCreateReportFailDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamActivityCreateReportFailDetails()is- false.
 
 - 
isCollectionShareDetailspublic boolean isCollectionShareDetails() Returnstrueif this instance has the tagEventDetails.Tag.COLLECTION_SHARE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.COLLECTION_SHARE_DETAILS,- falseotherwise.
 
 - 
collectionShareDetailspublic static EventDetails collectionShareDetails(CollectionShareDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getCollectionShareDetailsValuepublic CollectionShareDetails getCollectionShareDetailsValue() This instance must be tagged asEventDetails.Tag.COLLECTION_SHARE_DETAILS.- Returns:
- The CollectionShareDetailsvalue associated with this instance ifisCollectionShareDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isCollectionShareDetails()is- false.
 
 - 
isFileTransfersFileAddDetailspublic boolean isFileTransfersFileAddDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS,- falseotherwise.
 
 - 
fileTransfersFileAddDetailspublic static EventDetails fileTransfersFileAddDetails(FileTransfersFileAddDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersFileAddDetailsValuepublic FileTransfersFileAddDetails getFileTransfersFileAddDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS.- Returns:
- The FileTransfersFileAddDetailsvalue associated with this instance ifisFileTransfersFileAddDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersFileAddDetails()is- false.
 
 - 
isFileTransfersTransferDeleteDetailspublic boolean isFileTransfersTransferDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS,- falseotherwise.
 
 - 
fileTransfersTransferDeleteDetailspublic static EventDetails fileTransfersTransferDeleteDetails(FileTransfersTransferDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersTransferDeleteDetailsValuepublic FileTransfersTransferDeleteDetails getFileTransfersTransferDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS.- Returns:
- The FileTransfersTransferDeleteDetailsvalue associated with this instance ifisFileTransfersTransferDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersTransferDeleteDetails()is- false.
 
 - 
isFileTransfersTransferDownloadDetailspublic boolean isFileTransfersTransferDownloadDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
fileTransfersTransferDownloadDetailspublic static EventDetails fileTransfersTransferDownloadDetails(FileTransfersTransferDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersTransferDownloadDetailsValuepublic FileTransfersTransferDownloadDetails getFileTransfersTransferDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS.- Returns:
- The FileTransfersTransferDownloadDetailsvalue associated with this instance ifisFileTransfersTransferDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersTransferDownloadDetails()is- false.
 
 - 
isFileTransfersTransferSendDetailspublic boolean isFileTransfersTransferSendDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS,- falseotherwise.
 
 - 
fileTransfersTransferSendDetailspublic static EventDetails fileTransfersTransferSendDetails(FileTransfersTransferSendDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersTransferSendDetailsValuepublic FileTransfersTransferSendDetails getFileTransfersTransferSendDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS.- Returns:
- The FileTransfersTransferSendDetailsvalue associated with this instance ifisFileTransfersTransferSendDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersTransferSendDetails()is- false.
 
 - 
isFileTransfersTransferViewDetailspublic boolean isFileTransfersTransferViewDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS,- falseotherwise.
 
 - 
fileTransfersTransferViewDetailspublic static EventDetails fileTransfersTransferViewDetails(FileTransfersTransferViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersTransferViewDetailsValuepublic FileTransfersTransferViewDetails getFileTransfersTransferViewDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS.- Returns:
- The FileTransfersTransferViewDetailsvalue associated with this instance ifisFileTransfersTransferViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersTransferViewDetails()is- false.
 
 - 
isNoteAclInviteOnlyDetailspublic boolean isNoteAclInviteOnlyDetails() Returnstrueif this instance has the tagEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS,- falseotherwise.
 
 - 
noteAclInviteOnlyDetailspublic static EventDetails noteAclInviteOnlyDetails(NoteAclInviteOnlyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoteAclInviteOnlyDetailsValuepublic NoteAclInviteOnlyDetails getNoteAclInviteOnlyDetailsValue() This instance must be tagged asEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.- Returns:
- The NoteAclInviteOnlyDetailsvalue associated with this instance ifisNoteAclInviteOnlyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoteAclInviteOnlyDetails()is- false.
 
 - 
isNoteAclLinkDetailspublic boolean isNoteAclLinkDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.NOTE_ACL_LINK_DETAILS,- falseotherwise.
 
 - 
noteAclLinkDetailspublic static EventDetails noteAclLinkDetails(NoteAclLinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoteAclLinkDetailsValuepublic NoteAclLinkDetails getNoteAclLinkDetailsValue() This instance must be tagged asEventDetails.Tag.NOTE_ACL_LINK_DETAILS.- Returns:
- The NoteAclLinkDetailsvalue associated with this instance ifisNoteAclLinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoteAclLinkDetails()is- false.
 
 - 
isNoteAclTeamLinkDetailspublic boolean isNoteAclTeamLinkDetails() Returnstrueif this instance has the tagEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS,- falseotherwise.
 
 - 
noteAclTeamLinkDetailspublic static EventDetails noteAclTeamLinkDetails(NoteAclTeamLinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoteAclTeamLinkDetailsValuepublic NoteAclTeamLinkDetails getNoteAclTeamLinkDetailsValue() This instance must be tagged asEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.- Returns:
- The NoteAclTeamLinkDetailsvalue associated with this instance ifisNoteAclTeamLinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoteAclTeamLinkDetails()is- false.
 
 - 
isNoteSharedDetailspublic boolean isNoteSharedDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.NOTE_SHARED_DETAILS,- falseotherwise.
 
 - 
noteSharedDetailspublic static EventDetails noteSharedDetails(NoteSharedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoteSharedDetailsValuepublic NoteSharedDetails getNoteSharedDetailsValue() This instance must be tagged asEventDetails.Tag.NOTE_SHARED_DETAILS.- Returns:
- The NoteSharedDetailsvalue associated with this instance ifisNoteSharedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoteSharedDetails()is- false.
 
 - 
isNoteShareReceiveDetailspublic boolean isNoteShareReceiveDetails() Returnstrueif this instance has the tagEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS,- falseotherwise.
 
 - 
noteShareReceiveDetailspublic static EventDetails noteShareReceiveDetails(NoteShareReceiveDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNoteShareReceiveDetailsValuepublic NoteShareReceiveDetails getNoteShareReceiveDetailsValue() This instance must be tagged asEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.- Returns:
- The NoteShareReceiveDetailsvalue associated with this instance ifisNoteShareReceiveDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNoteShareReceiveDetails()is- false.
 
 - 
isOpenNoteSharedDetailspublic boolean isOpenNoteSharedDetails() Returnstrueif this instance has the tagEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS,- falseotherwise.
 
 - 
openNoteSharedDetailspublic static EventDetails openNoteSharedDetails(OpenNoteSharedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getOpenNoteSharedDetailsValuepublic OpenNoteSharedDetails getOpenNoteSharedDetailsValue() This instance must be tagged asEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.- Returns:
- The OpenNoteSharedDetailsvalue associated with this instance ifisOpenNoteSharedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isOpenNoteSharedDetails()is- false.
 
 - 
isSfAddGroupDetailspublic boolean isSfAddGroupDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_ADD_GROUP_DETAILS,- falseotherwise.
 
 - 
sfAddGroupDetailspublic static EventDetails sfAddGroupDetails(SfAddGroupDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfAddGroupDetailsValuepublic SfAddGroupDetails getSfAddGroupDetailsValue() This instance must be tagged asEventDetails.Tag.SF_ADD_GROUP_DETAILS.- Returns:
- The SfAddGroupDetailsvalue associated with this instance ifisSfAddGroupDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfAddGroupDetails()is- false.
 
 - 
isSfAllowNonMembersToViewSharedLinksDetailspublic boolean isSfAllowNonMembersToViewSharedLinksDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS,- falseotherwise.
 
 - 
sfAllowNonMembersToViewSharedLinksDetailspublic static EventDetails sfAllowNonMembersToViewSharedLinksDetails(SfAllowNonMembersToViewSharedLinksDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfAllowNonMembersToViewSharedLinksDetailsValuepublic SfAllowNonMembersToViewSharedLinksDetails getSfAllowNonMembersToViewSharedLinksDetailsValue() This instance must be tagged asEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.- Returns:
- The SfAllowNonMembersToViewSharedLinksDetailsvalue associated with this instance ifisSfAllowNonMembersToViewSharedLinksDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfAllowNonMembersToViewSharedLinksDetails()is- false.
 
 - 
isSfExternalInviteWarnDetailspublic boolean isSfExternalInviteWarnDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS,- falseotherwise.
 
 - 
sfExternalInviteWarnDetailspublic static EventDetails sfExternalInviteWarnDetails(SfExternalInviteWarnDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfExternalInviteWarnDetailsValuepublic SfExternalInviteWarnDetails getSfExternalInviteWarnDetailsValue() This instance must be tagged asEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.- Returns:
- The SfExternalInviteWarnDetailsvalue associated with this instance ifisSfExternalInviteWarnDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfExternalInviteWarnDetails()is- false.
 
 - 
isSfFbInviteDetailspublic boolean isSfFbInviteDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_FB_INVITE_DETAILS,- falseotherwise.
 
 - 
sfFbInviteDetailspublic static EventDetails sfFbInviteDetails(SfFbInviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfFbInviteDetailsValuepublic SfFbInviteDetails getSfFbInviteDetailsValue() This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_DETAILS.- Returns:
- The SfFbInviteDetailsvalue associated with this instance ifisSfFbInviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfFbInviteDetails()is- false.
 
 - 
isSfFbInviteChangeRoleDetailspublic boolean isSfFbInviteChangeRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS,- falseotherwise.
 
 - 
sfFbInviteChangeRoleDetailspublic static EventDetails sfFbInviteChangeRoleDetails(SfFbInviteChangeRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfFbInviteChangeRoleDetailsValuepublic SfFbInviteChangeRoleDetails getSfFbInviteChangeRoleDetailsValue() This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS.- Returns:
- The SfFbInviteChangeRoleDetailsvalue associated with this instance ifisSfFbInviteChangeRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfFbInviteChangeRoleDetails()is- false.
 
 - 
isSfFbUninviteDetailspublic boolean isSfFbUninviteDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_FB_UNINVITE_DETAILS,- falseotherwise.
 
 - 
sfFbUninviteDetailspublic static EventDetails sfFbUninviteDetails(SfFbUninviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfFbUninviteDetailsValuepublic SfFbUninviteDetails getSfFbUninviteDetailsValue() This instance must be tagged asEventDetails.Tag.SF_FB_UNINVITE_DETAILS.- Returns:
- The SfFbUninviteDetailsvalue associated with this instance ifisSfFbUninviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfFbUninviteDetails()is- false.
 
 - 
isSfInviteGroupDetailspublic boolean isSfInviteGroupDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_INVITE_GROUP_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_INVITE_GROUP_DETAILS,- falseotherwise.
 
 - 
sfInviteGroupDetailspublic static EventDetails sfInviteGroupDetails(SfInviteGroupDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfInviteGroupDetailsValuepublic SfInviteGroupDetails getSfInviteGroupDetailsValue() This instance must be tagged asEventDetails.Tag.SF_INVITE_GROUP_DETAILS.- Returns:
- The SfInviteGroupDetailsvalue associated with this instance ifisSfInviteGroupDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfInviteGroupDetails()is- false.
 
 - 
isSfTeamGrantAccessDetailspublic boolean isSfTeamGrantAccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS,- falseotherwise.
 
 - 
sfTeamGrantAccessDetailspublic static EventDetails sfTeamGrantAccessDetails(SfTeamGrantAccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamGrantAccessDetailsValuepublic SfTeamGrantAccessDetails getSfTeamGrantAccessDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.- Returns:
- The SfTeamGrantAccessDetailsvalue associated with this instance ifisSfTeamGrantAccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamGrantAccessDetails()is- false.
 
 - 
isSfTeamInviteDetailspublic boolean isSfTeamInviteDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_INVITE_DETAILS,- falseotherwise.
 
 - 
sfTeamInviteDetailspublic static EventDetails sfTeamInviteDetails(SfTeamInviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamInviteDetailsValuepublic SfTeamInviteDetails getSfTeamInviteDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_DETAILS.- Returns:
- The SfTeamInviteDetailsvalue associated with this instance ifisSfTeamInviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamInviteDetails()is- false.
 
 - 
isSfTeamInviteChangeRoleDetailspublic boolean isSfTeamInviteChangeRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS,- falseotherwise.
 
 - 
sfTeamInviteChangeRoleDetailspublic static EventDetails sfTeamInviteChangeRoleDetails(SfTeamInviteChangeRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamInviteChangeRoleDetailsValuepublic SfTeamInviteChangeRoleDetails getSfTeamInviteChangeRoleDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.- Returns:
- The SfTeamInviteChangeRoleDetailsvalue associated with this instance ifisSfTeamInviteChangeRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamInviteChangeRoleDetails()is- false.
 
 - 
isSfTeamJoinDetailspublic boolean isSfTeamJoinDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_JOIN_DETAILS,- falseotherwise.
 
 - 
sfTeamJoinDetailspublic static EventDetails sfTeamJoinDetails(SfTeamJoinDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamJoinDetailsValuepublic SfTeamJoinDetails getSfTeamJoinDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_DETAILS.- Returns:
- The SfTeamJoinDetailsvalue associated with this instance ifisSfTeamJoinDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamJoinDetails()is- false.
 
 - 
isSfTeamJoinFromOobLinkDetailspublic boolean isSfTeamJoinFromOobLinkDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS,- falseotherwise.
 
 - 
sfTeamJoinFromOobLinkDetailspublic static EventDetails sfTeamJoinFromOobLinkDetails(SfTeamJoinFromOobLinkDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamJoinFromOobLinkDetailsValuepublic SfTeamJoinFromOobLinkDetails getSfTeamJoinFromOobLinkDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.- Returns:
- The SfTeamJoinFromOobLinkDetailsvalue associated with this instance ifisSfTeamJoinFromOobLinkDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamJoinFromOobLinkDetails()is- false.
 
 - 
isSfTeamUninviteDetailspublic boolean isSfTeamUninviteDetails() Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS,- falseotherwise.
 
 - 
sfTeamUninviteDetailspublic static EventDetails sfTeamUninviteDetails(SfTeamUninviteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSfTeamUninviteDetailsValuepublic SfTeamUninviteDetails getSfTeamUninviteDetailsValue() This instance must be tagged asEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.- Returns:
- The SfTeamUninviteDetailsvalue associated with this instance ifisSfTeamUninviteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSfTeamUninviteDetails()is- false.
 
 - 
isSharedContentAddInviteesDetailspublic boolean isSharedContentAddInviteesDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS,- falseotherwise.
 
 - 
sharedContentAddInviteesDetailspublic static EventDetails sharedContentAddInviteesDetails(SharedContentAddInviteesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentAddInviteesDetailsValuepublic SharedContentAddInviteesDetails getSharedContentAddInviteesDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.- Returns:
- The SharedContentAddInviteesDetailsvalue associated with this instance ifisSharedContentAddInviteesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentAddInviteesDetails()is- false.
 
 - 
isSharedContentAddLinkExpiryDetailspublic boolean isSharedContentAddLinkExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedContentAddLinkExpiryDetailspublic static EventDetails sharedContentAddLinkExpiryDetails(SharedContentAddLinkExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentAddLinkExpiryDetailsValuepublic SharedContentAddLinkExpiryDetails getSharedContentAddLinkExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.- Returns:
- The SharedContentAddLinkExpiryDetailsvalue associated with this instance ifisSharedContentAddLinkExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentAddLinkExpiryDetails()is- false.
 
 - 
isSharedContentAddLinkPasswordDetailspublic boolean isSharedContentAddLinkPasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedContentAddLinkPasswordDetailspublic static EventDetails sharedContentAddLinkPasswordDetails(SharedContentAddLinkPasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentAddLinkPasswordDetailsValuepublic SharedContentAddLinkPasswordDetails getSharedContentAddLinkPasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.- Returns:
- The SharedContentAddLinkPasswordDetailsvalue associated with this instance ifisSharedContentAddLinkPasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentAddLinkPasswordDetails()is- false.
 
 - 
isSharedContentAddMemberDetailspublic boolean isSharedContentAddMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS,- falseotherwise.
 
 - 
sharedContentAddMemberDetailspublic static EventDetails sharedContentAddMemberDetails(SharedContentAddMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentAddMemberDetailsValuepublic SharedContentAddMemberDetails getSharedContentAddMemberDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.- Returns:
- The SharedContentAddMemberDetailsvalue associated with this instance ifisSharedContentAddMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentAddMemberDetails()is- false.
 
 - 
isSharedContentChangeDownloadsPolicyDetailspublic boolean isSharedContentChangeDownloadsPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeDownloadsPolicyDetailspublic static EventDetails sharedContentChangeDownloadsPolicyDetails(SharedContentChangeDownloadsPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeDownloadsPolicyDetailsValuepublic SharedContentChangeDownloadsPolicyDetails getSharedContentChangeDownloadsPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.- Returns:
- The SharedContentChangeDownloadsPolicyDetailsvalue associated with this instance ifisSharedContentChangeDownloadsPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeDownloadsPolicyDetails()is- false.
 
 - 
isSharedContentChangeInviteeRoleDetailspublic boolean isSharedContentChangeInviteeRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeInviteeRoleDetailspublic static EventDetails sharedContentChangeInviteeRoleDetails(SharedContentChangeInviteeRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeInviteeRoleDetailsValuepublic SharedContentChangeInviteeRoleDetails getSharedContentChangeInviteeRoleDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.- Returns:
- The SharedContentChangeInviteeRoleDetailsvalue associated with this instance ifisSharedContentChangeInviteeRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeInviteeRoleDetails()is- false.
 
 - 
isSharedContentChangeLinkAudienceDetailspublic boolean isSharedContentChangeLinkAudienceDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeLinkAudienceDetailspublic static EventDetails sharedContentChangeLinkAudienceDetails(SharedContentChangeLinkAudienceDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeLinkAudienceDetailsValuepublic SharedContentChangeLinkAudienceDetails getSharedContentChangeLinkAudienceDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.- Returns:
- The SharedContentChangeLinkAudienceDetailsvalue associated with this instance ifisSharedContentChangeLinkAudienceDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeLinkAudienceDetails()is- false.
 
 - 
isSharedContentChangeLinkExpiryDetailspublic boolean isSharedContentChangeLinkExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeLinkExpiryDetailspublic static EventDetails sharedContentChangeLinkExpiryDetails(SharedContentChangeLinkExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeLinkExpiryDetailsValuepublic SharedContentChangeLinkExpiryDetails getSharedContentChangeLinkExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.- Returns:
- The SharedContentChangeLinkExpiryDetailsvalue associated with this instance ifisSharedContentChangeLinkExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeLinkExpiryDetails()is- false.
 
 - 
isSharedContentChangeLinkPasswordDetailspublic boolean isSharedContentChangeLinkPasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeLinkPasswordDetailspublic static EventDetails sharedContentChangeLinkPasswordDetails(SharedContentChangeLinkPasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeLinkPasswordDetailsValuepublic SharedContentChangeLinkPasswordDetails getSharedContentChangeLinkPasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.- Returns:
- The SharedContentChangeLinkPasswordDetailsvalue associated with this instance ifisSharedContentChangeLinkPasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeLinkPasswordDetails()is- false.
 
 - 
isSharedContentChangeMemberRoleDetailspublic boolean isSharedContentChangeMemberRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeMemberRoleDetailspublic static EventDetails sharedContentChangeMemberRoleDetails(SharedContentChangeMemberRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeMemberRoleDetailsValuepublic SharedContentChangeMemberRoleDetails getSharedContentChangeMemberRoleDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The SharedContentChangeMemberRoleDetailsvalue associated with this instance ifisSharedContentChangeMemberRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeMemberRoleDetails()is- false.
 
 - 
isSharedContentChangeViewerInfoPolicyDetailspublic boolean isSharedContentChangeViewerInfoPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedContentChangeViewerInfoPolicyDetailspublic static EventDetails sharedContentChangeViewerInfoPolicyDetails(SharedContentChangeViewerInfoPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentChangeViewerInfoPolicyDetailsValuepublic SharedContentChangeViewerInfoPolicyDetails getSharedContentChangeViewerInfoPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.- Returns:
- The SharedContentChangeViewerInfoPolicyDetailsvalue associated with this instance ifisSharedContentChangeViewerInfoPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentChangeViewerInfoPolicyDetails()is- false.
 
 - 
isSharedContentClaimInvitationDetailspublic boolean isSharedContentClaimInvitationDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS,- falseotherwise.
 
 - 
sharedContentClaimInvitationDetailspublic static EventDetails sharedContentClaimInvitationDetails(SharedContentClaimInvitationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentClaimInvitationDetailsValuepublic SharedContentClaimInvitationDetails getSharedContentClaimInvitationDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.- Returns:
- The SharedContentClaimInvitationDetailsvalue associated with this instance ifisSharedContentClaimInvitationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentClaimInvitationDetails()is- false.
 
 - 
isSharedContentCopyDetailspublic boolean isSharedContentCopyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS,- falseotherwise.
 
 - 
sharedContentCopyDetailspublic static EventDetails sharedContentCopyDetails(SharedContentCopyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentCopyDetailsValuepublic SharedContentCopyDetails getSharedContentCopyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.- Returns:
- The SharedContentCopyDetailsvalue associated with this instance ifisSharedContentCopyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentCopyDetails()is- false.
 
 - 
isSharedContentDownloadDetailspublic boolean isSharedContentDownloadDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
sharedContentDownloadDetailspublic static EventDetails sharedContentDownloadDetails(SharedContentDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentDownloadDetailsValuepublic SharedContentDownloadDetails getSharedContentDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.- Returns:
- The SharedContentDownloadDetailsvalue associated with this instance ifisSharedContentDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentDownloadDetails()is- false.
 
 - 
isSharedContentRelinquishMembershipDetailspublic boolean isSharedContentRelinquishMembershipDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS,- falseotherwise.
 
 - 
sharedContentRelinquishMembershipDetailspublic static EventDetails sharedContentRelinquishMembershipDetails(SharedContentRelinquishMembershipDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRelinquishMembershipDetailsValuepublic SharedContentRelinquishMembershipDetails getSharedContentRelinquishMembershipDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.- Returns:
- The SharedContentRelinquishMembershipDetailsvalue associated with this instance ifisSharedContentRelinquishMembershipDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRelinquishMembershipDetails()is- false.
 
 - 
isSharedContentRemoveInviteesDetailspublic boolean isSharedContentRemoveInviteesDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS,- falseotherwise.
 
 - 
sharedContentRemoveInviteesDetailspublic static EventDetails sharedContentRemoveInviteesDetails(SharedContentRemoveInviteesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRemoveInviteesDetailsValuepublic SharedContentRemoveInviteesDetails getSharedContentRemoveInviteesDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS.- Returns:
- The SharedContentRemoveInviteesDetailsvalue associated with this instance ifisSharedContentRemoveInviteesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRemoveInviteesDetails()is- false.
 
 - 
isSharedContentRemoveLinkExpiryDetailspublic boolean isSharedContentRemoveLinkExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedContentRemoveLinkExpiryDetailspublic static EventDetails sharedContentRemoveLinkExpiryDetails(SharedContentRemoveLinkExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRemoveLinkExpiryDetailsValuepublic SharedContentRemoveLinkExpiryDetails getSharedContentRemoveLinkExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.- Returns:
- The SharedContentRemoveLinkExpiryDetailsvalue associated with this instance ifisSharedContentRemoveLinkExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRemoveLinkExpiryDetails()is- false.
 
 - 
isSharedContentRemoveLinkPasswordDetailspublic boolean isSharedContentRemoveLinkPasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedContentRemoveLinkPasswordDetailspublic static EventDetails sharedContentRemoveLinkPasswordDetails(SharedContentRemoveLinkPasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRemoveLinkPasswordDetailsValuepublic SharedContentRemoveLinkPasswordDetails getSharedContentRemoveLinkPasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.- Returns:
- The SharedContentRemoveLinkPasswordDetailsvalue associated with this instance ifisSharedContentRemoveLinkPasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRemoveLinkPasswordDetails()is- false.
 
 - 
isSharedContentRemoveMemberDetailspublic boolean isSharedContentRemoveMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS,- falseotherwise.
 
 - 
sharedContentRemoveMemberDetailspublic static EventDetails sharedContentRemoveMemberDetails(SharedContentRemoveMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRemoveMemberDetailsValuepublic SharedContentRemoveMemberDetails getSharedContentRemoveMemberDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.- Returns:
- The SharedContentRemoveMemberDetailsvalue associated with this instance ifisSharedContentRemoveMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRemoveMemberDetails()is- false.
 
 - 
isSharedContentRequestAccessDetailspublic boolean isSharedContentRequestAccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS,- falseotherwise.
 
 - 
sharedContentRequestAccessDetailspublic static EventDetails sharedContentRequestAccessDetails(SharedContentRequestAccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRequestAccessDetailsValuepublic SharedContentRequestAccessDetails getSharedContentRequestAccessDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.- Returns:
- The SharedContentRequestAccessDetailsvalue associated with this instance ifisSharedContentRequestAccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRequestAccessDetails()is- false.
 
 - 
isSharedContentRestoreInviteesDetailspublic boolean isSharedContentRestoreInviteesDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS,- falseotherwise.
 
 - 
sharedContentRestoreInviteesDetailspublic static EventDetails sharedContentRestoreInviteesDetails(SharedContentRestoreInviteesDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRestoreInviteesDetailsValuepublic SharedContentRestoreInviteesDetails getSharedContentRestoreInviteesDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS.- Returns:
- The SharedContentRestoreInviteesDetailsvalue associated with this instance ifisSharedContentRestoreInviteesDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRestoreInviteesDetails()is- false.
 
 - 
isSharedContentRestoreMemberDetailspublic boolean isSharedContentRestoreMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS,- falseotherwise.
 
 - 
sharedContentRestoreMemberDetailspublic static EventDetails sharedContentRestoreMemberDetails(SharedContentRestoreMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentRestoreMemberDetailsValuepublic SharedContentRestoreMemberDetails getSharedContentRestoreMemberDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS.- Returns:
- The SharedContentRestoreMemberDetailsvalue associated with this instance ifisSharedContentRestoreMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentRestoreMemberDetails()is- false.
 
 - 
isSharedContentUnshareDetailspublic boolean isSharedContentUnshareDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS,- falseotherwise.
 
 - 
sharedContentUnshareDetailspublic static EventDetails sharedContentUnshareDetails(SharedContentUnshareDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentUnshareDetailsValuepublic SharedContentUnshareDetails getSharedContentUnshareDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.- Returns:
- The SharedContentUnshareDetailsvalue associated with this instance ifisSharedContentUnshareDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentUnshareDetails()is- false.
 
 - 
isSharedContentViewDetailspublic boolean isSharedContentViewDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS,- falseotherwise.
 
 - 
sharedContentViewDetailspublic static EventDetails sharedContentViewDetails(SharedContentViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedContentViewDetailsValuepublic SharedContentViewDetails getSharedContentViewDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.- Returns:
- The SharedContentViewDetailsvalue associated with this instance ifisSharedContentViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedContentViewDetails()is- false.
 
 - 
isSharedFolderChangeLinkPolicyDetailspublic boolean isSharedFolderChangeLinkPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedFolderChangeLinkPolicyDetailspublic static EventDetails sharedFolderChangeLinkPolicyDetails(SharedFolderChangeLinkPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderChangeLinkPolicyDetailsValuepublic SharedFolderChangeLinkPolicyDetails getSharedFolderChangeLinkPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.- Returns:
- The SharedFolderChangeLinkPolicyDetailsvalue associated with this instance ifisSharedFolderChangeLinkPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderChangeLinkPolicyDetails()is- false.
 
 - 
isSharedFolderChangeMembersInheritancePolicyDetailspublic boolean isSharedFolderChangeMembersInheritancePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedFolderChangeMembersInheritancePolicyDetailspublic static EventDetails sharedFolderChangeMembersInheritancePolicyDetails(SharedFolderChangeMembersInheritancePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderChangeMembersInheritancePolicyDetailsValuepublic SharedFolderChangeMembersInheritancePolicyDetails getSharedFolderChangeMembersInheritancePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS.- Returns:
- The SharedFolderChangeMembersInheritancePolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersInheritancePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderChangeMembersInheritancePolicyDetails()is- false.
 
 - 
isSharedFolderChangeMembersManagementPolicyDetailspublic boolean isSharedFolderChangeMembersManagementPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedFolderChangeMembersManagementPolicyDetailspublic static EventDetails sharedFolderChangeMembersManagementPolicyDetails(SharedFolderChangeMembersManagementPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderChangeMembersManagementPolicyDetailsValuepublic SharedFolderChangeMembersManagementPolicyDetails getSharedFolderChangeMembersManagementPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS.- Returns:
- The SharedFolderChangeMembersManagementPolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersManagementPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderChangeMembersManagementPolicyDetails()is- false.
 
 - 
isSharedFolderChangeMembersPolicyDetailspublic boolean isSharedFolderChangeMembersPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS,- falseotherwise.
 
 - 
sharedFolderChangeMembersPolicyDetailspublic static EventDetails sharedFolderChangeMembersPolicyDetails(SharedFolderChangeMembersPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderChangeMembersPolicyDetailsValuepublic SharedFolderChangeMembersPolicyDetails getSharedFolderChangeMembersPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS.- Returns:
- The SharedFolderChangeMembersPolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderChangeMembersPolicyDetails()is- false.
 
 - 
isSharedFolderCreateDetailspublic boolean isSharedFolderCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS,- falseotherwise.
 
 - 
sharedFolderCreateDetailspublic static EventDetails sharedFolderCreateDetails(SharedFolderCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderCreateDetailsValuepublic SharedFolderCreateDetails getSharedFolderCreateDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.- Returns:
- The SharedFolderCreateDetailsvalue associated with this instance ifisSharedFolderCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderCreateDetails()is- false.
 
 - 
isSharedFolderDeclineInvitationDetailspublic boolean isSharedFolderDeclineInvitationDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS,- falseotherwise.
 
 - 
sharedFolderDeclineInvitationDetailspublic static EventDetails sharedFolderDeclineInvitationDetails(SharedFolderDeclineInvitationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderDeclineInvitationDetailsValuepublic SharedFolderDeclineInvitationDetails getSharedFolderDeclineInvitationDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS.- Returns:
- The SharedFolderDeclineInvitationDetailsvalue associated with this instance ifisSharedFolderDeclineInvitationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderDeclineInvitationDetails()is- false.
 
 - 
isSharedFolderMountDetailspublic boolean isSharedFolderMountDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS,- falseotherwise.
 
 - 
sharedFolderMountDetailspublic static EventDetails sharedFolderMountDetails(SharedFolderMountDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderMountDetailsValuepublic SharedFolderMountDetails getSharedFolderMountDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.- Returns:
- The SharedFolderMountDetailsvalue associated with this instance ifisSharedFolderMountDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderMountDetails()is- false.
 
 - 
isSharedFolderNestDetailspublic boolean isSharedFolderNestDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS,- falseotherwise.
 
 - 
sharedFolderNestDetailspublic static EventDetails sharedFolderNestDetails(SharedFolderNestDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderNestDetailsValuepublic SharedFolderNestDetails getSharedFolderNestDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS.- Returns:
- The SharedFolderNestDetailsvalue associated with this instance ifisSharedFolderNestDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderNestDetails()is- false.
 
 - 
isSharedFolderTransferOwnershipDetailspublic boolean isSharedFolderTransferOwnershipDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS,- falseotherwise.
 
 - 
sharedFolderTransferOwnershipDetailspublic static EventDetails sharedFolderTransferOwnershipDetails(SharedFolderTransferOwnershipDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderTransferOwnershipDetailsValuepublic SharedFolderTransferOwnershipDetails getSharedFolderTransferOwnershipDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.- Returns:
- The SharedFolderTransferOwnershipDetailsvalue associated with this instance ifisSharedFolderTransferOwnershipDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderTransferOwnershipDetails()is- false.
 
 - 
isSharedFolderUnmountDetailspublic boolean isSharedFolderUnmountDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS,- falseotherwise.
 
 - 
sharedFolderUnmountDetailspublic static EventDetails sharedFolderUnmountDetails(SharedFolderUnmountDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedFolderUnmountDetailsValuepublic SharedFolderUnmountDetails getSharedFolderUnmountDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.- Returns:
- The SharedFolderUnmountDetailsvalue associated with this instance ifisSharedFolderUnmountDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedFolderUnmountDetails()is- false.
 
 - 
isSharedLinkAddExpiryDetailspublic boolean isSharedLinkAddExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedLinkAddExpiryDetailspublic static EventDetails sharedLinkAddExpiryDetails(SharedLinkAddExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkAddExpiryDetailsValuepublic SharedLinkAddExpiryDetails getSharedLinkAddExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS.- Returns:
- The SharedLinkAddExpiryDetailsvalue associated with this instance ifisSharedLinkAddExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkAddExpiryDetails()is- false.
 
 - 
isSharedLinkChangeExpiryDetailspublic boolean isSharedLinkChangeExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedLinkChangeExpiryDetailspublic static EventDetails sharedLinkChangeExpiryDetails(SharedLinkChangeExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkChangeExpiryDetailsValuepublic SharedLinkChangeExpiryDetails getSharedLinkChangeExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS.- Returns:
- The SharedLinkChangeExpiryDetailsvalue associated with this instance ifisSharedLinkChangeExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkChangeExpiryDetails()is- false.
 
 - 
isSharedLinkChangeVisibilityDetailspublic boolean isSharedLinkChangeVisibilityDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS,- falseotherwise.
 
 - 
sharedLinkChangeVisibilityDetailspublic static EventDetails sharedLinkChangeVisibilityDetails(SharedLinkChangeVisibilityDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkChangeVisibilityDetailsValuepublic SharedLinkChangeVisibilityDetails getSharedLinkChangeVisibilityDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS.- Returns:
- The SharedLinkChangeVisibilityDetailsvalue associated with this instance ifisSharedLinkChangeVisibilityDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkChangeVisibilityDetails()is- false.
 
 - 
isSharedLinkCopyDetailspublic boolean isSharedLinkCopyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_COPY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_COPY_DETAILS,- falseotherwise.
 
 - 
sharedLinkCopyDetailspublic static EventDetails sharedLinkCopyDetails(SharedLinkCopyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkCopyDetailsValuepublic SharedLinkCopyDetails getSharedLinkCopyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_COPY_DETAILS.- Returns:
- The SharedLinkCopyDetailsvalue associated with this instance ifisSharedLinkCopyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkCopyDetails()is- false.
 
 - 
isSharedLinkCreateDetailspublic boolean isSharedLinkCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_CREATE_DETAILS,- falseotherwise.
 
 - 
sharedLinkCreateDetailspublic static EventDetails sharedLinkCreateDetails(SharedLinkCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkCreateDetailsValuepublic SharedLinkCreateDetails getSharedLinkCreateDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_CREATE_DETAILS.- Returns:
- The SharedLinkCreateDetailsvalue associated with this instance ifisSharedLinkCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkCreateDetails()is- false.
 
 - 
isSharedLinkDisableDetailspublic boolean isSharedLinkDisableDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS,- falseotherwise.
 
 - 
sharedLinkDisableDetailspublic static EventDetails sharedLinkDisableDetails(SharedLinkDisableDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkDisableDetailsValuepublic SharedLinkDisableDetails getSharedLinkDisableDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS.- Returns:
- The SharedLinkDisableDetailsvalue associated with this instance ifisSharedLinkDisableDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkDisableDetails()is- false.
 
 - 
isSharedLinkDownloadDetailspublic boolean isSharedLinkDownloadDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
sharedLinkDownloadDetailspublic static EventDetails sharedLinkDownloadDetails(SharedLinkDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkDownloadDetailsValuepublic SharedLinkDownloadDetails getSharedLinkDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS.- Returns:
- The SharedLinkDownloadDetailsvalue associated with this instance ifisSharedLinkDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkDownloadDetails()is- false.
 
 - 
isSharedLinkRemoveExpiryDetailspublic boolean isSharedLinkRemoveExpiryDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS,- falseotherwise.
 
 - 
sharedLinkRemoveExpiryDetailspublic static EventDetails sharedLinkRemoveExpiryDetails(SharedLinkRemoveExpiryDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkRemoveExpiryDetailsValuepublic SharedLinkRemoveExpiryDetails getSharedLinkRemoveExpiryDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS.- Returns:
- The SharedLinkRemoveExpiryDetailsvalue associated with this instance ifisSharedLinkRemoveExpiryDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkRemoveExpiryDetails()is- false.
 
 - 
isSharedLinkSettingsAddExpirationDetailspublic boolean isSharedLinkSettingsAddExpirationDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsAddExpirationDetailspublic static EventDetails sharedLinkSettingsAddExpirationDetails(SharedLinkSettingsAddExpirationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsAddExpirationDetailsValuepublic SharedLinkSettingsAddExpirationDetails getSharedLinkSettingsAddExpirationDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS.- Returns:
- The SharedLinkSettingsAddExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsAddExpirationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsAddExpirationDetails()is- false.
 
 - 
isSharedLinkSettingsAddPasswordDetailspublic boolean isSharedLinkSettingsAddPasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsAddPasswordDetailspublic static EventDetails sharedLinkSettingsAddPasswordDetails(SharedLinkSettingsAddPasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsAddPasswordDetailsValuepublic SharedLinkSettingsAddPasswordDetails getSharedLinkSettingsAddPasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS.- Returns:
- The SharedLinkSettingsAddPasswordDetailsvalue associated with this instance ifisSharedLinkSettingsAddPasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsAddPasswordDetails()is- false.
 
 - 
isSharedLinkSettingsAllowDownloadDisabledDetailspublic boolean isSharedLinkSettingsAllowDownloadDisabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsAllowDownloadDisabledDetailspublic static EventDetails sharedLinkSettingsAllowDownloadDisabledDetails(SharedLinkSettingsAllowDownloadDisabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsAllowDownloadDisabledDetailsValuepublic SharedLinkSettingsAllowDownloadDisabledDetails getSharedLinkSettingsAllowDownloadDisabledDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS.- Returns:
- The SharedLinkSettingsAllowDownloadDisabledDetailsvalue associated with this instance ifisSharedLinkSettingsAllowDownloadDisabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsAllowDownloadDisabledDetails()is- false.
 
 - 
isSharedLinkSettingsAllowDownloadEnabledDetailspublic boolean isSharedLinkSettingsAllowDownloadEnabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsAllowDownloadEnabledDetailspublic static EventDetails sharedLinkSettingsAllowDownloadEnabledDetails(SharedLinkSettingsAllowDownloadEnabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsAllowDownloadEnabledDetailsValuepublic SharedLinkSettingsAllowDownloadEnabledDetails getSharedLinkSettingsAllowDownloadEnabledDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS.- Returns:
- The SharedLinkSettingsAllowDownloadEnabledDetailsvalue associated with this instance ifisSharedLinkSettingsAllowDownloadEnabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsAllowDownloadEnabledDetails()is- false.
 
 - 
isSharedLinkSettingsChangeAudienceDetailspublic boolean isSharedLinkSettingsChangeAudienceDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsChangeAudienceDetailspublic static EventDetails sharedLinkSettingsChangeAudienceDetails(SharedLinkSettingsChangeAudienceDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsChangeAudienceDetailsValuepublic SharedLinkSettingsChangeAudienceDetails getSharedLinkSettingsChangeAudienceDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS.- Returns:
- The SharedLinkSettingsChangeAudienceDetailsvalue associated with this instance ifisSharedLinkSettingsChangeAudienceDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsChangeAudienceDetails()is- false.
 
 - 
isSharedLinkSettingsChangeExpirationDetailspublic boolean isSharedLinkSettingsChangeExpirationDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsChangeExpirationDetailspublic static EventDetails sharedLinkSettingsChangeExpirationDetails(SharedLinkSettingsChangeExpirationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsChangeExpirationDetailsValuepublic SharedLinkSettingsChangeExpirationDetails getSharedLinkSettingsChangeExpirationDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS.- Returns:
- The SharedLinkSettingsChangeExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsChangeExpirationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsChangeExpirationDetails()is- false.
 
 - 
isSharedLinkSettingsChangePasswordDetailspublic boolean isSharedLinkSettingsChangePasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsChangePasswordDetailspublic static EventDetails sharedLinkSettingsChangePasswordDetails(SharedLinkSettingsChangePasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsChangePasswordDetailsValuepublic SharedLinkSettingsChangePasswordDetails getSharedLinkSettingsChangePasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS.- Returns:
- The SharedLinkSettingsChangePasswordDetailsvalue associated with this instance ifisSharedLinkSettingsChangePasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsChangePasswordDetails()is- false.
 
 - 
isSharedLinkSettingsRemoveExpirationDetailspublic boolean isSharedLinkSettingsRemoveExpirationDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsRemoveExpirationDetailspublic static EventDetails sharedLinkSettingsRemoveExpirationDetails(SharedLinkSettingsRemoveExpirationDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsRemoveExpirationDetailsValuepublic SharedLinkSettingsRemoveExpirationDetails getSharedLinkSettingsRemoveExpirationDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS.- Returns:
- The SharedLinkSettingsRemoveExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsRemoveExpirationDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsRemoveExpirationDetails()is- false.
 
 - 
isSharedLinkSettingsRemovePasswordDetailspublic boolean isSharedLinkSettingsRemovePasswordDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS,- falseotherwise.
 
 - 
sharedLinkSettingsRemovePasswordDetailspublic static EventDetails sharedLinkSettingsRemovePasswordDetails(SharedLinkSettingsRemovePasswordDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkSettingsRemovePasswordDetailsValuepublic SharedLinkSettingsRemovePasswordDetails getSharedLinkSettingsRemovePasswordDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS.- Returns:
- The SharedLinkSettingsRemovePasswordDetailsvalue associated with this instance ifisSharedLinkSettingsRemovePasswordDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkSettingsRemovePasswordDetails()is- false.
 
 - 
isSharedLinkShareDetailspublic boolean isSharedLinkShareDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SHARE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_SHARE_DETAILS,- falseotherwise.
 
 - 
sharedLinkShareDetailspublic static EventDetails sharedLinkShareDetails(SharedLinkShareDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkShareDetailsValuepublic SharedLinkShareDetails getSharedLinkShareDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_SHARE_DETAILS.- Returns:
- The SharedLinkShareDetailsvalue associated with this instance ifisSharedLinkShareDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkShareDetails()is- false.
 
 - 
isSharedLinkViewDetailspublic boolean isSharedLinkViewDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_VIEW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_LINK_VIEW_DETAILS,- falseotherwise.
 
 - 
sharedLinkViewDetailspublic static EventDetails sharedLinkViewDetails(SharedLinkViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedLinkViewDetailsValuepublic SharedLinkViewDetails getSharedLinkViewDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_LINK_VIEW_DETAILS.- Returns:
- The SharedLinkViewDetailsvalue associated with this instance ifisSharedLinkViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedLinkViewDetails()is- false.
 
 - 
isSharedNoteOpenedDetailspublic boolean isSharedNoteOpenedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS,- falseotherwise.
 
 - 
sharedNoteOpenedDetailspublic static EventDetails sharedNoteOpenedDetails(SharedNoteOpenedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharedNoteOpenedDetailsValuepublic SharedNoteOpenedDetails getSharedNoteOpenedDetailsValue() This instance must be tagged asEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.- Returns:
- The SharedNoteOpenedDetailsvalue associated with this instance ifisSharedNoteOpenedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharedNoteOpenedDetails()is- false.
 
 - 
isShmodelDisableDownloadsDetailspublic boolean isShmodelDisableDownloadsDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS,- falseotherwise.
 
 - 
shmodelDisableDownloadsDetailspublic static EventDetails shmodelDisableDownloadsDetails(ShmodelDisableDownloadsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShmodelDisableDownloadsDetailsValuepublic ShmodelDisableDownloadsDetails getShmodelDisableDownloadsDetailsValue() This instance must be tagged asEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS.- Returns:
- The ShmodelDisableDownloadsDetailsvalue associated with this instance ifisShmodelDisableDownloadsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShmodelDisableDownloadsDetails()is- false.
 
 - 
isShmodelEnableDownloadsDetailspublic boolean isShmodelEnableDownloadsDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS,- falseotherwise.
 
 - 
shmodelEnableDownloadsDetailspublic static EventDetails shmodelEnableDownloadsDetails(ShmodelEnableDownloadsDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShmodelEnableDownloadsDetailsValuepublic ShmodelEnableDownloadsDetails getShmodelEnableDownloadsDetailsValue() This instance must be tagged asEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS.- Returns:
- The ShmodelEnableDownloadsDetailsvalue associated with this instance ifisShmodelEnableDownloadsDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShmodelEnableDownloadsDetails()is- false.
 
 - 
isShmodelGroupShareDetailspublic boolean isShmodelGroupShareDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS,- falseotherwise.
 
 - 
shmodelGroupShareDetailspublic static EventDetails shmodelGroupShareDetails(ShmodelGroupShareDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShmodelGroupShareDetailsValuepublic ShmodelGroupShareDetails getShmodelGroupShareDetailsValue() This instance must be tagged asEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.- Returns:
- The ShmodelGroupShareDetailsvalue associated with this instance ifisShmodelGroupShareDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShmodelGroupShareDetails()is- false.
 
 - 
isShowcaseAccessGrantedDetailspublic boolean isShowcaseAccessGrantedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS,- falseotherwise.
 
 - 
showcaseAccessGrantedDetailspublic static EventDetails showcaseAccessGrantedDetails(ShowcaseAccessGrantedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseAccessGrantedDetailsValuepublic ShowcaseAccessGrantedDetails getShowcaseAccessGrantedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS.- Returns:
- The ShowcaseAccessGrantedDetailsvalue associated with this instance ifisShowcaseAccessGrantedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseAccessGrantedDetails()is- false.
 
 - 
isShowcaseAddMemberDetailspublic boolean isShowcaseAddMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS,- falseotherwise.
 
 - 
showcaseAddMemberDetailspublic static EventDetails showcaseAddMemberDetails(ShowcaseAddMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseAddMemberDetailsValuepublic ShowcaseAddMemberDetails getShowcaseAddMemberDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS.- Returns:
- The ShowcaseAddMemberDetailsvalue associated with this instance ifisShowcaseAddMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseAddMemberDetails()is- false.
 
 - 
isShowcaseArchivedDetailspublic boolean isShowcaseArchivedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS,- falseotherwise.
 
 - 
showcaseArchivedDetailspublic static EventDetails showcaseArchivedDetails(ShowcaseArchivedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseArchivedDetailsValuepublic ShowcaseArchivedDetails getShowcaseArchivedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS.- Returns:
- The ShowcaseArchivedDetailsvalue associated with this instance ifisShowcaseArchivedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseArchivedDetails()is- false.
 
 - 
isShowcaseCreatedDetailspublic boolean isShowcaseCreatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CREATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_CREATED_DETAILS,- falseotherwise.
 
 - 
showcaseCreatedDetailspublic static EventDetails showcaseCreatedDetails(ShowcaseCreatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseCreatedDetailsValuepublic ShowcaseCreatedDetails getShowcaseCreatedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_CREATED_DETAILS.- Returns:
- The ShowcaseCreatedDetailsvalue associated with this instance ifisShowcaseCreatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseCreatedDetails()is- false.
 
 - 
isShowcaseDeleteCommentDetailspublic boolean isShowcaseDeleteCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS,- falseotherwise.
 
 - 
showcaseDeleteCommentDetailspublic static EventDetails showcaseDeleteCommentDetails(ShowcaseDeleteCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseDeleteCommentDetailsValuepublic ShowcaseDeleteCommentDetails getShowcaseDeleteCommentDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS.- Returns:
- The ShowcaseDeleteCommentDetailsvalue associated with this instance ifisShowcaseDeleteCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseDeleteCommentDetails()is- false.
 
 - 
isShowcaseEditedDetailspublic boolean isShowcaseEditedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_EDITED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_EDITED_DETAILS,- falseotherwise.
 
 - 
showcaseEditedDetailspublic static EventDetails showcaseEditedDetails(ShowcaseEditedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseEditedDetailsValuepublic ShowcaseEditedDetails getShowcaseEditedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_EDITED_DETAILS.- Returns:
- The ShowcaseEditedDetailsvalue associated with this instance ifisShowcaseEditedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseEditedDetails()is- false.
 
 - 
isShowcaseEditCommentDetailspublic boolean isShowcaseEditCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS,- falseotherwise.
 
 - 
showcaseEditCommentDetailspublic static EventDetails showcaseEditCommentDetails(ShowcaseEditCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseEditCommentDetailsValuepublic ShowcaseEditCommentDetails getShowcaseEditCommentDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS.- Returns:
- The ShowcaseEditCommentDetailsvalue associated with this instance ifisShowcaseEditCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseEditCommentDetails()is- false.
 
 - 
isShowcaseFileAddedDetailspublic boolean isShowcaseFileAddedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS,- falseotherwise.
 
 - 
showcaseFileAddedDetailspublic static EventDetails showcaseFileAddedDetails(ShowcaseFileAddedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseFileAddedDetailsValuepublic ShowcaseFileAddedDetails getShowcaseFileAddedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS.- Returns:
- The ShowcaseFileAddedDetailsvalue associated with this instance ifisShowcaseFileAddedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseFileAddedDetails()is- false.
 
 - 
isShowcaseFileDownloadDetailspublic boolean isShowcaseFileDownloadDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS,- falseotherwise.
 
 - 
showcaseFileDownloadDetailspublic static EventDetails showcaseFileDownloadDetails(ShowcaseFileDownloadDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseFileDownloadDetailsValuepublic ShowcaseFileDownloadDetails getShowcaseFileDownloadDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS.- Returns:
- The ShowcaseFileDownloadDetailsvalue associated with this instance ifisShowcaseFileDownloadDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseFileDownloadDetails()is- false.
 
 - 
isShowcaseFileRemovedDetailspublic boolean isShowcaseFileRemovedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS,- falseotherwise.
 
 - 
showcaseFileRemovedDetailspublic static EventDetails showcaseFileRemovedDetails(ShowcaseFileRemovedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseFileRemovedDetailsValuepublic ShowcaseFileRemovedDetails getShowcaseFileRemovedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS.- Returns:
- The ShowcaseFileRemovedDetailsvalue associated with this instance ifisShowcaseFileRemovedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseFileRemovedDetails()is- false.
 
 - 
isShowcaseFileViewDetailspublic boolean isShowcaseFileViewDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS,- falseotherwise.
 
 - 
showcaseFileViewDetailspublic static EventDetails showcaseFileViewDetails(ShowcaseFileViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseFileViewDetailsValuepublic ShowcaseFileViewDetails getShowcaseFileViewDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS.- Returns:
- The ShowcaseFileViewDetailsvalue associated with this instance ifisShowcaseFileViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseFileViewDetails()is- false.
 
 - 
isShowcasePermanentlyDeletedDetailspublic boolean isShowcasePermanentlyDeletedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS,- falseotherwise.
 
 - 
showcasePermanentlyDeletedDetailspublic static EventDetails showcasePermanentlyDeletedDetails(ShowcasePermanentlyDeletedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcasePermanentlyDeletedDetailsValuepublic ShowcasePermanentlyDeletedDetails getShowcasePermanentlyDeletedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS.- Returns:
- The ShowcasePermanentlyDeletedDetailsvalue associated with this instance ifisShowcasePermanentlyDeletedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcasePermanentlyDeletedDetails()is- false.
 
 - 
isShowcasePostCommentDetailspublic boolean isShowcasePostCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS,- falseotherwise.
 
 - 
showcasePostCommentDetailspublic static EventDetails showcasePostCommentDetails(ShowcasePostCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcasePostCommentDetailsValuepublic ShowcasePostCommentDetails getShowcasePostCommentDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS.- Returns:
- The ShowcasePostCommentDetailsvalue associated with this instance ifisShowcasePostCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcasePostCommentDetails()is- false.
 
 - 
isShowcaseRemoveMemberDetailspublic boolean isShowcaseRemoveMemberDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS,- falseotherwise.
 
 - 
showcaseRemoveMemberDetailspublic static EventDetails showcaseRemoveMemberDetails(ShowcaseRemoveMemberDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseRemoveMemberDetailsValuepublic ShowcaseRemoveMemberDetails getShowcaseRemoveMemberDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS.- Returns:
- The ShowcaseRemoveMemberDetailsvalue associated with this instance ifisShowcaseRemoveMemberDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseRemoveMemberDetails()is- false.
 
 - 
isShowcaseRenamedDetailspublic boolean isShowcaseRenamedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RENAMED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_RENAMED_DETAILS,- falseotherwise.
 
 - 
showcaseRenamedDetailspublic static EventDetails showcaseRenamedDetails(ShowcaseRenamedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseRenamedDetailsValuepublic ShowcaseRenamedDetails getShowcaseRenamedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_RENAMED_DETAILS.- Returns:
- The ShowcaseRenamedDetailsvalue associated with this instance ifisShowcaseRenamedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseRenamedDetails()is- false.
 
 - 
isShowcaseRequestAccessDetailspublic boolean isShowcaseRequestAccessDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS,- falseotherwise.
 
 - 
showcaseRequestAccessDetailspublic static EventDetails showcaseRequestAccessDetails(ShowcaseRequestAccessDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseRequestAccessDetailsValuepublic ShowcaseRequestAccessDetails getShowcaseRequestAccessDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS.- Returns:
- The ShowcaseRequestAccessDetailsvalue associated with this instance ifisShowcaseRequestAccessDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseRequestAccessDetails()is- false.
 
 - 
isShowcaseResolveCommentDetailspublic boolean isShowcaseResolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
showcaseResolveCommentDetailspublic static EventDetails showcaseResolveCommentDetails(ShowcaseResolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseResolveCommentDetailsValuepublic ShowcaseResolveCommentDetails getShowcaseResolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS.- Returns:
- The ShowcaseResolveCommentDetailsvalue associated with this instance ifisShowcaseResolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseResolveCommentDetails()is- false.
 
 - 
isShowcaseRestoredDetailspublic boolean isShowcaseRestoredDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RESTORED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_RESTORED_DETAILS,- falseotherwise.
 
 - 
showcaseRestoredDetailspublic static EventDetails showcaseRestoredDetails(ShowcaseRestoredDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseRestoredDetailsValuepublic ShowcaseRestoredDetails getShowcaseRestoredDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_RESTORED_DETAILS.- Returns:
- The ShowcaseRestoredDetailsvalue associated with this instance ifisShowcaseRestoredDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseRestoredDetails()is- false.
 
 - 
isShowcaseTrashedDetailspublic boolean isShowcaseTrashedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_TRASHED_DETAILS,- falseotherwise.
 
 - 
showcaseTrashedDetailspublic static EventDetails showcaseTrashedDetails(ShowcaseTrashedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseTrashedDetailsValuepublic ShowcaseTrashedDetails getShowcaseTrashedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DETAILS.- Returns:
- The ShowcaseTrashedDetailsvalue associated with this instance ifisShowcaseTrashedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseTrashedDetails()is- false.
 
 - 
isShowcaseTrashedDeprecatedDetailspublic boolean isShowcaseTrashedDeprecatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS,- falseotherwise.
 
 - 
showcaseTrashedDeprecatedDetailspublic static EventDetails showcaseTrashedDeprecatedDetails(ShowcaseTrashedDeprecatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseTrashedDeprecatedDetailsValuepublic ShowcaseTrashedDeprecatedDetails getShowcaseTrashedDeprecatedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS.- Returns:
- The ShowcaseTrashedDeprecatedDetailsvalue associated with this instance ifisShowcaseTrashedDeprecatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseTrashedDeprecatedDetails()is- false.
 
 - 
isShowcaseUnresolveCommentDetailspublic boolean isShowcaseUnresolveCommentDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS,- falseotherwise.
 
 - 
showcaseUnresolveCommentDetailspublic static EventDetails showcaseUnresolveCommentDetails(ShowcaseUnresolveCommentDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseUnresolveCommentDetailsValuepublic ShowcaseUnresolveCommentDetails getShowcaseUnresolveCommentDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The ShowcaseUnresolveCommentDetailsvalue associated with this instance ifisShowcaseUnresolveCommentDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseUnresolveCommentDetails()is- false.
 
 - 
isShowcaseUntrashedDetailspublic boolean isShowcaseUntrashedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS,- falseotherwise.
 
 - 
showcaseUntrashedDetailspublic static EventDetails showcaseUntrashedDetails(ShowcaseUntrashedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseUntrashedDetailsValuepublic ShowcaseUntrashedDetails getShowcaseUntrashedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS.- Returns:
- The ShowcaseUntrashedDetailsvalue associated with this instance ifisShowcaseUntrashedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseUntrashedDetails()is- false.
 
 - 
isShowcaseUntrashedDeprecatedDetailspublic boolean isShowcaseUntrashedDeprecatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS,- falseotherwise.
 
 - 
showcaseUntrashedDeprecatedDetailspublic static EventDetails showcaseUntrashedDeprecatedDetails(ShowcaseUntrashedDeprecatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseUntrashedDeprecatedDetailsValuepublic ShowcaseUntrashedDeprecatedDetails getShowcaseUntrashedDeprecatedDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS.- Returns:
- The ShowcaseUntrashedDeprecatedDetailsvalue associated with this instance ifisShowcaseUntrashedDeprecatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseUntrashedDeprecatedDetails()is- false.
 
 - 
isShowcaseViewDetailspublic boolean isShowcaseViewDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_VIEW_DETAILS,- falseotherwise.
 
 - 
showcaseViewDetailspublic static EventDetails showcaseViewDetails(ShowcaseViewDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseViewDetailsValuepublic ShowcaseViewDetails getShowcaseViewDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_VIEW_DETAILS.- Returns:
- The ShowcaseViewDetailsvalue associated with this instance ifisShowcaseViewDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseViewDetails()is- false.
 
 - 
isSsoAddCertDetailspublic boolean isSsoAddCertDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_ADD_CERT_DETAILS,- falseotherwise.
 
 - 
ssoAddCertDetailspublic static EventDetails ssoAddCertDetails(SsoAddCertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoAddCertDetailsValuepublic SsoAddCertDetails getSsoAddCertDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_ADD_CERT_DETAILS.- Returns:
- The SsoAddCertDetailsvalue associated with this instance ifisSsoAddCertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoAddCertDetails()is- false.
 
 - 
isSsoAddLoginUrlDetailspublic boolean isSsoAddLoginUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS,- falseotherwise.
 
 - 
ssoAddLoginUrlDetailspublic static EventDetails ssoAddLoginUrlDetails(SsoAddLoginUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoAddLoginUrlDetailsValuepublic SsoAddLoginUrlDetails getSsoAddLoginUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.- Returns:
- The SsoAddLoginUrlDetailsvalue associated with this instance ifisSsoAddLoginUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoAddLoginUrlDetails()is- false.
 
 - 
isSsoAddLogoutUrlDetailspublic boolean isSsoAddLogoutUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS,- falseotherwise.
 
 - 
ssoAddLogoutUrlDetailspublic static EventDetails ssoAddLogoutUrlDetails(SsoAddLogoutUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoAddLogoutUrlDetailsValuepublic SsoAddLogoutUrlDetails getSsoAddLogoutUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.- Returns:
- The SsoAddLogoutUrlDetailsvalue associated with this instance ifisSsoAddLogoutUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoAddLogoutUrlDetails()is- false.
 
 - 
isSsoChangeCertDetailspublic boolean isSsoChangeCertDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_CERT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_CHANGE_CERT_DETAILS,- falseotherwise.
 
 - 
ssoChangeCertDetailspublic static EventDetails ssoChangeCertDetails(SsoChangeCertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoChangeCertDetailsValuepublic SsoChangeCertDetails getSsoChangeCertDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_CHANGE_CERT_DETAILS.- Returns:
- The SsoChangeCertDetailsvalue associated with this instance ifisSsoChangeCertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoChangeCertDetails()is- false.
 
 - 
isSsoChangeLoginUrlDetailspublic boolean isSsoChangeLoginUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS,- falseotherwise.
 
 - 
ssoChangeLoginUrlDetailspublic static EventDetails ssoChangeLoginUrlDetails(SsoChangeLoginUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoChangeLoginUrlDetailsValuepublic SsoChangeLoginUrlDetails getSsoChangeLoginUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.- Returns:
- The SsoChangeLoginUrlDetailsvalue associated with this instance ifisSsoChangeLoginUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoChangeLoginUrlDetails()is- false.
 
 - 
isSsoChangeLogoutUrlDetailspublic boolean isSsoChangeLogoutUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS,- falseotherwise.
 
 - 
ssoChangeLogoutUrlDetailspublic static EventDetails ssoChangeLogoutUrlDetails(SsoChangeLogoutUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoChangeLogoutUrlDetailsValuepublic SsoChangeLogoutUrlDetails getSsoChangeLogoutUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.- Returns:
- The SsoChangeLogoutUrlDetailsvalue associated with this instance ifisSsoChangeLogoutUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoChangeLogoutUrlDetails()is- false.
 
 - 
isSsoChangeSamlIdentityModeDetailspublic boolean isSsoChangeSamlIdentityModeDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS,- falseotherwise.
 
 - 
ssoChangeSamlIdentityModeDetailspublic static EventDetails ssoChangeSamlIdentityModeDetails(SsoChangeSamlIdentityModeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoChangeSamlIdentityModeDetailsValuepublic SsoChangeSamlIdentityModeDetails getSsoChangeSamlIdentityModeDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.- Returns:
- The SsoChangeSamlIdentityModeDetailsvalue associated with this instance ifisSsoChangeSamlIdentityModeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoChangeSamlIdentityModeDetails()is- false.
 
 - 
isSsoRemoveCertDetailspublic boolean isSsoRemoveCertDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_CERT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_REMOVE_CERT_DETAILS,- falseotherwise.
 
 - 
ssoRemoveCertDetailspublic static EventDetails ssoRemoveCertDetails(SsoRemoveCertDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoRemoveCertDetailsValuepublic SsoRemoveCertDetails getSsoRemoveCertDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_REMOVE_CERT_DETAILS.- Returns:
- The SsoRemoveCertDetailsvalue associated with this instance ifisSsoRemoveCertDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoRemoveCertDetails()is- false.
 
 - 
isSsoRemoveLoginUrlDetailspublic boolean isSsoRemoveLoginUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS,- falseotherwise.
 
 - 
ssoRemoveLoginUrlDetailspublic static EventDetails ssoRemoveLoginUrlDetails(SsoRemoveLoginUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoRemoveLoginUrlDetailsValuepublic SsoRemoveLoginUrlDetails getSsoRemoveLoginUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.- Returns:
- The SsoRemoveLoginUrlDetailsvalue associated with this instance ifisSsoRemoveLoginUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoRemoveLoginUrlDetails()is- false.
 
 - 
isSsoRemoveLogoutUrlDetailspublic boolean isSsoRemoveLogoutUrlDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS,- falseotherwise.
 
 - 
ssoRemoveLogoutUrlDetailspublic static EventDetails ssoRemoveLogoutUrlDetails(SsoRemoveLogoutUrlDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoRemoveLogoutUrlDetailsValuepublic SsoRemoveLogoutUrlDetails getSsoRemoveLogoutUrlDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.- Returns:
- The SsoRemoveLogoutUrlDetailsvalue associated with this instance ifisSsoRemoveLogoutUrlDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoRemoveLogoutUrlDetails()is- false.
 
 - 
isTeamFolderChangeStatusDetailspublic boolean isTeamFolderChangeStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS,- falseotherwise.
 
 - 
teamFolderChangeStatusDetailspublic static EventDetails teamFolderChangeStatusDetails(TeamFolderChangeStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamFolderChangeStatusDetailsValuepublic TeamFolderChangeStatusDetails getTeamFolderChangeStatusDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.- Returns:
- The TeamFolderChangeStatusDetailsvalue associated with this instance ifisTeamFolderChangeStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamFolderChangeStatusDetails()is- false.
 
 - 
isTeamFolderCreateDetailspublic boolean isTeamFolderCreateDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS,- falseotherwise.
 
 - 
teamFolderCreateDetailspublic static EventDetails teamFolderCreateDetails(TeamFolderCreateDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamFolderCreateDetailsValuepublic TeamFolderCreateDetails getTeamFolderCreateDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.- Returns:
- The TeamFolderCreateDetailsvalue associated with this instance ifisTeamFolderCreateDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamFolderCreateDetails()is- false.
 
 - 
isTeamFolderDowngradeDetailspublic boolean isTeamFolderDowngradeDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS,- falseotherwise.
 
 - 
teamFolderDowngradeDetailspublic static EventDetails teamFolderDowngradeDetails(TeamFolderDowngradeDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamFolderDowngradeDetailsValuepublic TeamFolderDowngradeDetails getTeamFolderDowngradeDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.- Returns:
- The TeamFolderDowngradeDetailsvalue associated with this instance ifisTeamFolderDowngradeDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamFolderDowngradeDetails()is- false.
 
 - 
isTeamFolderPermanentlyDeleteDetailspublic boolean isTeamFolderPermanentlyDeleteDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS,- falseotherwise.
 
 - 
teamFolderPermanentlyDeleteDetailspublic static EventDetails teamFolderPermanentlyDeleteDetails(TeamFolderPermanentlyDeleteDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamFolderPermanentlyDeleteDetailsValuepublic TeamFolderPermanentlyDeleteDetails getTeamFolderPermanentlyDeleteDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.- Returns:
- The TeamFolderPermanentlyDeleteDetailsvalue associated with this instance ifisTeamFolderPermanentlyDeleteDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamFolderPermanentlyDeleteDetails()is- false.
 
 - 
isTeamFolderRenameDetailspublic boolean isTeamFolderRenameDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS,- falseotherwise.
 
 - 
teamFolderRenameDetailspublic static EventDetails teamFolderRenameDetails(TeamFolderRenameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamFolderRenameDetailsValuepublic TeamFolderRenameDetails getTeamFolderRenameDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.- Returns:
- The TeamFolderRenameDetailsvalue associated with this instance ifisTeamFolderRenameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamFolderRenameDetails()is- false.
 
 - 
isTeamSelectiveSyncSettingsChangedDetailspublic boolean isTeamSelectiveSyncSettingsChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS,- falseotherwise.
 
 - 
teamSelectiveSyncSettingsChangedDetailspublic static EventDetails teamSelectiveSyncSettingsChangedDetails(TeamSelectiveSyncSettingsChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamSelectiveSyncSettingsChangedDetailsValuepublic TeamSelectiveSyncSettingsChangedDetails getTeamSelectiveSyncSettingsChangedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS.- Returns:
- The TeamSelectiveSyncSettingsChangedDetailsvalue associated with this instance ifisTeamSelectiveSyncSettingsChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamSelectiveSyncSettingsChangedDetails()is- false.
 
 - 
isAccountCaptureChangePolicyDetailspublic boolean isAccountCaptureChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
accountCaptureChangePolicyDetailspublic static EventDetails accountCaptureChangePolicyDetails(AccountCaptureChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAccountCaptureChangePolicyDetailsValuepublic AccountCaptureChangePolicyDetails getAccountCaptureChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.- Returns:
- The AccountCaptureChangePolicyDetailsvalue associated with this instance ifisAccountCaptureChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAccountCaptureChangePolicyDetails()is- false.
 
 - 
isAdminEmailRemindersChangedDetailspublic boolean isAdminEmailRemindersChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS,- falseotherwise.
 
 - 
adminEmailRemindersChangedDetailspublic static EventDetails adminEmailRemindersChangedDetails(AdminEmailRemindersChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAdminEmailRemindersChangedDetailsValuepublic AdminEmailRemindersChangedDetails getAdminEmailRemindersChangedDetailsValue() This instance must be tagged asEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS.- Returns:
- The AdminEmailRemindersChangedDetailsvalue associated with this instance ifisAdminEmailRemindersChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAdminEmailRemindersChangedDetails()is- false.
 
 - 
isAllowDownloadDisabledDetailspublic boolean isAllowDownloadDisabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS,- falseotherwise.
 
 - 
allowDownloadDisabledDetailspublic static EventDetails allowDownloadDisabledDetails(AllowDownloadDisabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAllowDownloadDisabledDetailsValuepublic AllowDownloadDisabledDetails getAllowDownloadDisabledDetailsValue() This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.- Returns:
- The AllowDownloadDisabledDetailsvalue associated with this instance ifisAllowDownloadDisabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAllowDownloadDisabledDetails()is- false.
 
 - 
isAllowDownloadEnabledDetailspublic boolean isAllowDownloadEnabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS,- falseotherwise.
 
 - 
allowDownloadEnabledDetailspublic static EventDetails allowDownloadEnabledDetails(AllowDownloadEnabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAllowDownloadEnabledDetailsValuepublic AllowDownloadEnabledDetails getAllowDownloadEnabledDetailsValue() This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.- Returns:
- The AllowDownloadEnabledDetailsvalue associated with this instance ifisAllowDownloadEnabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAllowDownloadEnabledDetails()is- false.
 
 - 
isAppPermissionsChangedDetailspublic boolean isAppPermissionsChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS,- falseotherwise.
 
 - 
appPermissionsChangedDetailspublic static EventDetails appPermissionsChangedDetails(AppPermissionsChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getAppPermissionsChangedDetailsValuepublic AppPermissionsChangedDetails getAppPermissionsChangedDetailsValue() This instance must be tagged asEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS.- Returns:
- The AppPermissionsChangedDetailsvalue associated with this instance ifisAppPermissionsChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isAppPermissionsChangedDetails()is- false.
 
 - 
isCameraUploadsPolicyChangedDetailspublic boolean isCameraUploadsPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
cameraUploadsPolicyChangedDetailspublic static EventDetails cameraUploadsPolicyChangedDetails(CameraUploadsPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getCameraUploadsPolicyChangedDetailsValuepublic CameraUploadsPolicyChangedDetails getCameraUploadsPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS.- Returns:
- The CameraUploadsPolicyChangedDetailsvalue associated with this instance ifisCameraUploadsPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isCameraUploadsPolicyChangedDetails()is- false.
 
 - 
isCaptureTranscriptPolicyChangedDetailspublic boolean isCaptureTranscriptPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
captureTranscriptPolicyChangedDetailspublic static EventDetails captureTranscriptPolicyChangedDetails(CaptureTranscriptPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getCaptureTranscriptPolicyChangedDetailsValuepublic CaptureTranscriptPolicyChangedDetails getCaptureTranscriptPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS.- Returns:
- The CaptureTranscriptPolicyChangedDetailsvalue associated with this instance ifisCaptureTranscriptPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isCaptureTranscriptPolicyChangedDetails()is- false.
 
 - 
isClassificationChangePolicyDetailspublic boolean isClassificationChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
classificationChangePolicyDetailspublic static EventDetails classificationChangePolicyDetails(ClassificationChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getClassificationChangePolicyDetailsValuepublic ClassificationChangePolicyDetails getClassificationChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS.- Returns:
- The ClassificationChangePolicyDetailsvalue associated with this instance ifisClassificationChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isClassificationChangePolicyDetails()is- false.
 
 - 
isComputerBackupPolicyChangedDetailspublic boolean isComputerBackupPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
computerBackupPolicyChangedDetailspublic static EventDetails computerBackupPolicyChangedDetails(ComputerBackupPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getComputerBackupPolicyChangedDetailsValuepublic ComputerBackupPolicyChangedDetails getComputerBackupPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS.- Returns:
- The ComputerBackupPolicyChangedDetailsvalue associated with this instance ifisComputerBackupPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isComputerBackupPolicyChangedDetails()is- false.
 
 - 
isContentAdministrationPolicyChangedDetailspublic boolean isContentAdministrationPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
contentAdministrationPolicyChangedDetailspublic static EventDetails contentAdministrationPolicyChangedDetails(ContentAdministrationPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getContentAdministrationPolicyChangedDetailsValuepublic ContentAdministrationPolicyChangedDetails getContentAdministrationPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS.- Returns:
- The ContentAdministrationPolicyChangedDetailsvalue associated with this instance ifisContentAdministrationPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isContentAdministrationPolicyChangedDetails()is- false.
 
 - 
isDataPlacementRestrictionChangePolicyDetailspublic boolean isDataPlacementRestrictionChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
dataPlacementRestrictionChangePolicyDetailspublic static EventDetails dataPlacementRestrictionChangePolicyDetails(DataPlacementRestrictionChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDataPlacementRestrictionChangePolicyDetailsValuepublic DataPlacementRestrictionChangePolicyDetails getDataPlacementRestrictionChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.- Returns:
- The DataPlacementRestrictionChangePolicyDetailsvalue associated with this instance ifisDataPlacementRestrictionChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDataPlacementRestrictionChangePolicyDetails()is- false.
 
 - 
isDataPlacementRestrictionSatisfyPolicyDetailspublic boolean isDataPlacementRestrictionSatisfyPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS,- falseotherwise.
 
 - 
dataPlacementRestrictionSatisfyPolicyDetailspublic static EventDetails dataPlacementRestrictionSatisfyPolicyDetails(DataPlacementRestrictionSatisfyPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDataPlacementRestrictionSatisfyPolicyDetailsValuepublic DataPlacementRestrictionSatisfyPolicyDetails getDataPlacementRestrictionSatisfyPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.- Returns:
- The DataPlacementRestrictionSatisfyPolicyDetailsvalue associated with this instance ifisDataPlacementRestrictionSatisfyPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDataPlacementRestrictionSatisfyPolicyDetails()is- false.
 
 - 
isDeviceApprovalsAddExceptionDetailspublic boolean isDeviceApprovalsAddExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsAddExceptionDetailspublic static EventDetails deviceApprovalsAddExceptionDetails(DeviceApprovalsAddExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsAddExceptionDetailsValuepublic DeviceApprovalsAddExceptionDetails getDeviceApprovalsAddExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS.- Returns:
- The DeviceApprovalsAddExceptionDetailsvalue associated with this instance ifisDeviceApprovalsAddExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsAddExceptionDetails()is- false.
 
 - 
isDeviceApprovalsChangeDesktopPolicyDetailspublic boolean isDeviceApprovalsChangeDesktopPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsChangeDesktopPolicyDetailspublic static EventDetails deviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsChangeDesktopPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsChangeDesktopPolicyDetailsValuepublic DeviceApprovalsChangeDesktopPolicyDetails getDeviceApprovalsChangeDesktopPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.- Returns:
- The DeviceApprovalsChangeDesktopPolicyDetailsvalue associated with this instance ifisDeviceApprovalsChangeDesktopPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsChangeDesktopPolicyDetails()is- false.
 
 - 
isDeviceApprovalsChangeMobilePolicyDetailspublic boolean isDeviceApprovalsChangeMobilePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsChangeMobilePolicyDetailspublic static EventDetails deviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsChangeMobilePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsChangeMobilePolicyDetailsValuepublic DeviceApprovalsChangeMobilePolicyDetails getDeviceApprovalsChangeMobilePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.- Returns:
- The DeviceApprovalsChangeMobilePolicyDetailsvalue associated with this instance ifisDeviceApprovalsChangeMobilePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsChangeMobilePolicyDetails()is- false.
 
 - 
isDeviceApprovalsChangeOverageActionDetailspublic boolean isDeviceApprovalsChangeOverageActionDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsChangeOverageActionDetailspublic static EventDetails deviceApprovalsChangeOverageActionDetails(DeviceApprovalsChangeOverageActionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsChangeOverageActionDetailsValuepublic DeviceApprovalsChangeOverageActionDetails getDeviceApprovalsChangeOverageActionDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.- Returns:
- The DeviceApprovalsChangeOverageActionDetailsvalue associated with this instance ifisDeviceApprovalsChangeOverageActionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsChangeOverageActionDetails()is- false.
 
 - 
isDeviceApprovalsChangeUnlinkActionDetailspublic boolean isDeviceApprovalsChangeUnlinkActionDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsChangeUnlinkActionDetailspublic static EventDetails deviceApprovalsChangeUnlinkActionDetails(DeviceApprovalsChangeUnlinkActionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsChangeUnlinkActionDetailsValuepublic DeviceApprovalsChangeUnlinkActionDetails getDeviceApprovalsChangeUnlinkActionDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.- Returns:
- The DeviceApprovalsChangeUnlinkActionDetailsvalue associated with this instance ifisDeviceApprovalsChangeUnlinkActionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsChangeUnlinkActionDetails()is- false.
 
 - 
isDeviceApprovalsRemoveExceptionDetailspublic boolean isDeviceApprovalsRemoveExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
deviceApprovalsRemoveExceptionDetailspublic static EventDetails deviceApprovalsRemoveExceptionDetails(DeviceApprovalsRemoveExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDeviceApprovalsRemoveExceptionDetailsValuepublic DeviceApprovalsRemoveExceptionDetails getDeviceApprovalsRemoveExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS.- Returns:
- The DeviceApprovalsRemoveExceptionDetailsvalue associated with this instance ifisDeviceApprovalsRemoveExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDeviceApprovalsRemoveExceptionDetails()is- false.
 
 - 
isDirectoryRestrictionsAddMembersDetailspublic boolean isDirectoryRestrictionsAddMembersDetails() Returnstrueif this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS,- falseotherwise.
 
 - 
directoryRestrictionsAddMembersDetailspublic static EventDetails directoryRestrictionsAddMembersDetails(DirectoryRestrictionsAddMembersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDirectoryRestrictionsAddMembersDetailsValuepublic DirectoryRestrictionsAddMembersDetails getDirectoryRestrictionsAddMembersDetailsValue() This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS.- Returns:
- The DirectoryRestrictionsAddMembersDetailsvalue associated with this instance ifisDirectoryRestrictionsAddMembersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDirectoryRestrictionsAddMembersDetails()is- false.
 
 - 
isDirectoryRestrictionsRemoveMembersDetailspublic boolean isDirectoryRestrictionsRemoveMembersDetails() Returnstrueif this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS,- falseotherwise.
 
 - 
directoryRestrictionsRemoveMembersDetailspublic static EventDetails directoryRestrictionsRemoveMembersDetails(DirectoryRestrictionsRemoveMembersDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDirectoryRestrictionsRemoveMembersDetailsValuepublic DirectoryRestrictionsRemoveMembersDetails getDirectoryRestrictionsRemoveMembersDetailsValue() This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS.- Returns:
- The DirectoryRestrictionsRemoveMembersDetailsvalue associated with this instance ifisDirectoryRestrictionsRemoveMembersDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDirectoryRestrictionsRemoveMembersDetails()is- false.
 
 - 
isDropboxPasswordsPolicyChangedDetailspublic boolean isDropboxPasswordsPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
dropboxPasswordsPolicyChangedDetailspublic static EventDetails dropboxPasswordsPolicyChangedDetails(DropboxPasswordsPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDropboxPasswordsPolicyChangedDetailsValuepublic DropboxPasswordsPolicyChangedDetails getDropboxPasswordsPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS.- Returns:
- The DropboxPasswordsPolicyChangedDetailsvalue associated with this instance ifisDropboxPasswordsPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDropboxPasswordsPolicyChangedDetails()is- false.
 
 - 
isEmailIngestPolicyChangedDetailspublic boolean isEmailIngestPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
emailIngestPolicyChangedDetailspublic static EventDetails emailIngestPolicyChangedDetails(EmailIngestPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmailIngestPolicyChangedDetailsValuepublic EmailIngestPolicyChangedDetails getEmailIngestPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS.- Returns:
- The EmailIngestPolicyChangedDetailsvalue associated with this instance ifisEmailIngestPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmailIngestPolicyChangedDetails()is- false.
 
 - 
isEmmAddExceptionDetailspublic boolean isEmmAddExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
emmAddExceptionDetailspublic static EventDetails emmAddExceptionDetails(EmmAddExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmAddExceptionDetailsValuepublic EmmAddExceptionDetails getEmmAddExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.- Returns:
- The EmmAddExceptionDetailsvalue associated with this instance ifisEmmAddExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmAddExceptionDetails()is- false.
 
 - 
isEmmChangePolicyDetailspublic boolean isEmmChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
emmChangePolicyDetailspublic static EventDetails emmChangePolicyDetails(EmmChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmChangePolicyDetailsValuepublic EmmChangePolicyDetails getEmmChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.- Returns:
- The EmmChangePolicyDetailsvalue associated with this instance ifisEmmChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmChangePolicyDetails()is- false.
 
 - 
isEmmRemoveExceptionDetailspublic boolean isEmmRemoveExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
emmRemoveExceptionDetailspublic static EventDetails emmRemoveExceptionDetails(EmmRemoveExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEmmRemoveExceptionDetailsValuepublic EmmRemoveExceptionDetails getEmmRemoveExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.- Returns:
- The EmmRemoveExceptionDetailsvalue associated with this instance ifisEmmRemoveExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEmmRemoveExceptionDetails()is- false.
 
 - 
isExtendedVersionHistoryChangePolicyDetailspublic boolean isExtendedVersionHistoryChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
extendedVersionHistoryChangePolicyDetailspublic static EventDetails extendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExtendedVersionHistoryChangePolicyDetailsValuepublic ExtendedVersionHistoryChangePolicyDetails getExtendedVersionHistoryChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.- Returns:
- The ExtendedVersionHistoryChangePolicyDetailsvalue associated with this instance ifisExtendedVersionHistoryChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExtendedVersionHistoryChangePolicyDetails()is- false.
 
 - 
isExternalDriveBackupPolicyChangedDetailspublic boolean isExternalDriveBackupPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
externalDriveBackupPolicyChangedDetailspublic static EventDetails externalDriveBackupPolicyChangedDetails(ExternalDriveBackupPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getExternalDriveBackupPolicyChangedDetailsValuepublic ExternalDriveBackupPolicyChangedDetails getExternalDriveBackupPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS.- Returns:
- The ExternalDriveBackupPolicyChangedDetailsvalue associated with this instance ifisExternalDriveBackupPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isExternalDriveBackupPolicyChangedDetails()is- false.
 
 - 
isFileCommentsChangePolicyDetailspublic boolean isFileCommentsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
fileCommentsChangePolicyDetailspublic static EventDetails fileCommentsChangePolicyDetails(FileCommentsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileCommentsChangePolicyDetailsValuepublic FileCommentsChangePolicyDetails getFileCommentsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.- Returns:
- The FileCommentsChangePolicyDetailsvalue associated with this instance ifisFileCommentsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileCommentsChangePolicyDetails()is- false.
 
 - 
isFileLockingPolicyChangedDetailspublic boolean isFileLockingPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
fileLockingPolicyChangedDetailspublic static EventDetails fileLockingPolicyChangedDetails(FileLockingPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileLockingPolicyChangedDetailsValuepublic FileLockingPolicyChangedDetails getFileLockingPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS.- Returns:
- The FileLockingPolicyChangedDetailsvalue associated with this instance ifisFileLockingPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileLockingPolicyChangedDetails()is- false.
 
 - 
isFileProviderMigrationPolicyChangedDetailspublic boolean isFileProviderMigrationPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
fileProviderMigrationPolicyChangedDetailspublic static EventDetails fileProviderMigrationPolicyChangedDetails(FileProviderMigrationPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileProviderMigrationPolicyChangedDetailsValuepublic FileProviderMigrationPolicyChangedDetails getFileProviderMigrationPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS.- Returns:
- The FileProviderMigrationPolicyChangedDetailsvalue associated with this instance ifisFileProviderMigrationPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileProviderMigrationPolicyChangedDetails()is- false.
 
 - 
isFileRequestsChangePolicyDetailspublic boolean isFileRequestsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
fileRequestsChangePolicyDetailspublic static EventDetails fileRequestsChangePolicyDetails(FileRequestsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestsChangePolicyDetailsValuepublic FileRequestsChangePolicyDetails getFileRequestsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.- Returns:
- The FileRequestsChangePolicyDetailsvalue associated with this instance ifisFileRequestsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestsChangePolicyDetails()is- false.
 
 - 
isFileRequestsEmailsEnabledDetailspublic boolean isFileRequestsEmailsEnabledDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS,- falseotherwise.
 
 - 
fileRequestsEmailsEnabledDetailspublic static EventDetails fileRequestsEmailsEnabledDetails(FileRequestsEmailsEnabledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestsEmailsEnabledDetailsValuepublic FileRequestsEmailsEnabledDetails getFileRequestsEmailsEnabledDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.- Returns:
- The FileRequestsEmailsEnabledDetailsvalue associated with this instance ifisFileRequestsEmailsEnabledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestsEmailsEnabledDetails()is- false.
 
 - 
isFileRequestsEmailsRestrictedToTeamOnlyDetailspublic boolean isFileRequestsEmailsRestrictedToTeamOnlyDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS,- falseotherwise.
 
 - 
fileRequestsEmailsRestrictedToTeamOnlyDetailspublic static EventDetails fileRequestsEmailsRestrictedToTeamOnlyDetails(FileRequestsEmailsRestrictedToTeamOnlyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileRequestsEmailsRestrictedToTeamOnlyDetailsValuepublic FileRequestsEmailsRestrictedToTeamOnlyDetails getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.- Returns:
- The FileRequestsEmailsRestrictedToTeamOnlyDetailsvalue associated with this instance ifisFileRequestsEmailsRestrictedToTeamOnlyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileRequestsEmailsRestrictedToTeamOnlyDetails()is- false.
 
 - 
isFileTransfersPolicyChangedDetailspublic boolean isFileTransfersPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
fileTransfersPolicyChangedDetailspublic static EventDetails fileTransfersPolicyChangedDetails(FileTransfersPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getFileTransfersPolicyChangedDetailsValuepublic FileTransfersPolicyChangedDetails getFileTransfersPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS.- Returns:
- The FileTransfersPolicyChangedDetailsvalue associated with this instance ifisFileTransfersPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isFileTransfersPolicyChangedDetails()is- false.
 
 - 
isGoogleSsoChangePolicyDetailspublic boolean isGoogleSsoChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
googleSsoChangePolicyDetailspublic static EventDetails googleSsoChangePolicyDetails(GoogleSsoChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGoogleSsoChangePolicyDetailsValuepublic GoogleSsoChangePolicyDetails getGoogleSsoChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.- Returns:
- The GoogleSsoChangePolicyDetailsvalue associated with this instance ifisGoogleSsoChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGoogleSsoChangePolicyDetails()is- false.
 
 - 
isGroupUserManagementChangePolicyDetailspublic boolean isGroupUserManagementChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
groupUserManagementChangePolicyDetailspublic static EventDetails groupUserManagementChangePolicyDetails(GroupUserManagementChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGroupUserManagementChangePolicyDetailsValuepublic GroupUserManagementChangePolicyDetails getGroupUserManagementChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.- Returns:
- The GroupUserManagementChangePolicyDetailsvalue associated with this instance ifisGroupUserManagementChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGroupUserManagementChangePolicyDetails()is- false.
 
 - 
isIntegrationPolicyChangedDetailspublic boolean isIntegrationPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
integrationPolicyChangedDetailspublic static EventDetails integrationPolicyChangedDetails(IntegrationPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getIntegrationPolicyChangedDetailsValuepublic IntegrationPolicyChangedDetails getIntegrationPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS.- Returns:
- The IntegrationPolicyChangedDetailsvalue associated with this instance ifisIntegrationPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isIntegrationPolicyChangedDetails()is- false.
 
 - 
isInviteAcceptanceEmailPolicyChangedDetailspublic boolean isInviteAcceptanceEmailPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
inviteAcceptanceEmailPolicyChangedDetailspublic static EventDetails inviteAcceptanceEmailPolicyChangedDetails(InviteAcceptanceEmailPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getInviteAcceptanceEmailPolicyChangedDetailsValuepublic InviteAcceptanceEmailPolicyChangedDetails getInviteAcceptanceEmailPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS.- Returns:
- The InviteAcceptanceEmailPolicyChangedDetailsvalue associated with this instance ifisInviteAcceptanceEmailPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isInviteAcceptanceEmailPolicyChangedDetails()is- false.
 
 - 
isMemberRequestsChangePolicyDetailspublic boolean isMemberRequestsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
memberRequestsChangePolicyDetailspublic static EventDetails memberRequestsChangePolicyDetails(MemberRequestsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberRequestsChangePolicyDetailsValuepublic MemberRequestsChangePolicyDetails getMemberRequestsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.- Returns:
- The MemberRequestsChangePolicyDetailsvalue associated with this instance ifisMemberRequestsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberRequestsChangePolicyDetails()is- false.
 
 - 
isMemberSendInvitePolicyChangedDetailspublic boolean isMemberSendInvitePolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
memberSendInvitePolicyChangedDetailspublic static EventDetails memberSendInvitePolicyChangedDetails(MemberSendInvitePolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSendInvitePolicyChangedDetailsValuepublic MemberSendInvitePolicyChangedDetails getMemberSendInvitePolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS.- Returns:
- The MemberSendInvitePolicyChangedDetailsvalue associated with this instance ifisMemberSendInvitePolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSendInvitePolicyChangedDetails()is- false.
 
 - 
isMemberSpaceLimitsAddExceptionDetailspublic boolean isMemberSpaceLimitsAddExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsAddExceptionDetailspublic static EventDetails memberSpaceLimitsAddExceptionDetails(MemberSpaceLimitsAddExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsAddExceptionDetailsValuepublic MemberSpaceLimitsAddExceptionDetails getMemberSpaceLimitsAddExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.- Returns:
- The MemberSpaceLimitsAddExceptionDetailsvalue associated with this instance ifisMemberSpaceLimitsAddExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsAddExceptionDetails()is- false.
 
 - 
isMemberSpaceLimitsChangeCapsTypePolicyDetailspublic boolean isMemberSpaceLimitsChangeCapsTypePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsChangeCapsTypePolicyDetailspublic static EventDetails memberSpaceLimitsChangeCapsTypePolicyDetails(MemberSpaceLimitsChangeCapsTypePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsChangeCapsTypePolicyDetailsValuepublic MemberSpaceLimitsChangeCapsTypePolicyDetails getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS.- Returns:
- The MemberSpaceLimitsChangeCapsTypePolicyDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeCapsTypePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsChangeCapsTypePolicyDetails()is- false.
 
 - 
isMemberSpaceLimitsChangePolicyDetailspublic boolean isMemberSpaceLimitsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsChangePolicyDetailspublic static EventDetails memberSpaceLimitsChangePolicyDetails(MemberSpaceLimitsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsChangePolicyDetailsValuepublic MemberSpaceLimitsChangePolicyDetails getMemberSpaceLimitsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.- Returns:
- The MemberSpaceLimitsChangePolicyDetailsvalue associated with this instance ifisMemberSpaceLimitsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsChangePolicyDetails()is- false.
 
 - 
isMemberSpaceLimitsRemoveExceptionDetailspublic boolean isMemberSpaceLimitsRemoveExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
memberSpaceLimitsRemoveExceptionDetailspublic static EventDetails memberSpaceLimitsRemoveExceptionDetails(MemberSpaceLimitsRemoveExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSpaceLimitsRemoveExceptionDetailsValuepublic MemberSpaceLimitsRemoveExceptionDetails getMemberSpaceLimitsRemoveExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.- Returns:
- The MemberSpaceLimitsRemoveExceptionDetailsvalue associated with this instance ifisMemberSpaceLimitsRemoveExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSpaceLimitsRemoveExceptionDetails()is- false.
 
 - 
isMemberSuggestionsChangePolicyDetailspublic boolean isMemberSuggestionsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
memberSuggestionsChangePolicyDetailspublic static EventDetails memberSuggestionsChangePolicyDetails(MemberSuggestionsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMemberSuggestionsChangePolicyDetailsValuepublic MemberSuggestionsChangePolicyDetails getMemberSuggestionsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.- Returns:
- The MemberSuggestionsChangePolicyDetailsvalue associated with this instance ifisMemberSuggestionsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMemberSuggestionsChangePolicyDetails()is- false.
 
 - 
isMicrosoftOfficeAddinChangePolicyDetailspublic boolean isMicrosoftOfficeAddinChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
microsoftOfficeAddinChangePolicyDetailspublic static EventDetails microsoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMicrosoftOfficeAddinChangePolicyDetailsValuepublic MicrosoftOfficeAddinChangePolicyDetails getMicrosoftOfficeAddinChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.- Returns:
- The MicrosoftOfficeAddinChangePolicyDetailsvalue associated with this instance ifisMicrosoftOfficeAddinChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMicrosoftOfficeAddinChangePolicyDetails()is- false.
 
 - 
isNetworkControlChangePolicyDetailspublic boolean isNetworkControlChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
networkControlChangePolicyDetailspublic static EventDetails networkControlChangePolicyDetails(NetworkControlChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getNetworkControlChangePolicyDetailsValuepublic NetworkControlChangePolicyDetails getNetworkControlChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.- Returns:
- The NetworkControlChangePolicyDetailsvalue associated with this instance ifisNetworkControlChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isNetworkControlChangePolicyDetails()is- false.
 
 - 
isPaperChangeDeploymentPolicyDetailspublic boolean isPaperChangeDeploymentPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS,- falseotherwise.
 
 - 
paperChangeDeploymentPolicyDetailspublic static EventDetails paperChangeDeploymentPolicyDetails(PaperChangeDeploymentPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperChangeDeploymentPolicyDetailsValuepublic PaperChangeDeploymentPolicyDetails getPaperChangeDeploymentPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.- Returns:
- The PaperChangeDeploymentPolicyDetailsvalue associated with this instance ifisPaperChangeDeploymentPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperChangeDeploymentPolicyDetails()is- false.
 
 - 
isPaperChangeMemberLinkPolicyDetailspublic boolean isPaperChangeMemberLinkPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS,- falseotherwise.
 
 - 
paperChangeMemberLinkPolicyDetailspublic static EventDetails paperChangeMemberLinkPolicyDetails(PaperChangeMemberLinkPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperChangeMemberLinkPolicyDetailsValuepublic PaperChangeMemberLinkPolicyDetails getPaperChangeMemberLinkPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.- Returns:
- The PaperChangeMemberLinkPolicyDetailsvalue associated with this instance ifisPaperChangeMemberLinkPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperChangeMemberLinkPolicyDetails()is- false.
 
 - 
isPaperChangeMemberPolicyDetailspublic boolean isPaperChangeMemberPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS,- falseotherwise.
 
 - 
paperChangeMemberPolicyDetailspublic static EventDetails paperChangeMemberPolicyDetails(PaperChangeMemberPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperChangeMemberPolicyDetailsValuepublic PaperChangeMemberPolicyDetails getPaperChangeMemberPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.- Returns:
- The PaperChangeMemberPolicyDetailsvalue associated with this instance ifisPaperChangeMemberPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperChangeMemberPolicyDetails()is- false.
 
 - 
isPaperChangePolicyDetailspublic boolean isPaperChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
paperChangePolicyDetailspublic static EventDetails paperChangePolicyDetails(PaperChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperChangePolicyDetailsValuepublic PaperChangePolicyDetails getPaperChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.- Returns:
- The PaperChangePolicyDetailsvalue associated with this instance ifisPaperChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperChangePolicyDetails()is- false.
 
 - 
isPaperDefaultFolderPolicyChangedDetailspublic boolean isPaperDefaultFolderPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
paperDefaultFolderPolicyChangedDetailspublic static EventDetails paperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDefaultFolderPolicyChangedDetailsValuepublic PaperDefaultFolderPolicyChangedDetails getPaperDefaultFolderPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS.- Returns:
- The PaperDefaultFolderPolicyChangedDetailsvalue associated with this instance ifisPaperDefaultFolderPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDefaultFolderPolicyChangedDetails()is- false.
 
 - 
isPaperDesktopPolicyChangedDetailspublic boolean isPaperDesktopPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
paperDesktopPolicyChangedDetailspublic static EventDetails paperDesktopPolicyChangedDetails(PaperDesktopPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperDesktopPolicyChangedDetailsValuepublic PaperDesktopPolicyChangedDetails getPaperDesktopPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS.- Returns:
- The PaperDesktopPolicyChangedDetailsvalue associated with this instance ifisPaperDesktopPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperDesktopPolicyChangedDetails()is- false.
 
 - 
isPaperEnabledUsersGroupAdditionDetailspublic boolean isPaperEnabledUsersGroupAdditionDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS,- falseotherwise.
 
 - 
paperEnabledUsersGroupAdditionDetailspublic static EventDetails paperEnabledUsersGroupAdditionDetails(PaperEnabledUsersGroupAdditionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperEnabledUsersGroupAdditionDetailsValuepublic PaperEnabledUsersGroupAdditionDetails getPaperEnabledUsersGroupAdditionDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.- Returns:
- The PaperEnabledUsersGroupAdditionDetailsvalue associated with this instance ifisPaperEnabledUsersGroupAdditionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperEnabledUsersGroupAdditionDetails()is- false.
 
 - 
isPaperEnabledUsersGroupRemovalDetailspublic boolean isPaperEnabledUsersGroupRemovalDetails() Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS,- falseotherwise.
 
 - 
paperEnabledUsersGroupRemovalDetailspublic static EventDetails paperEnabledUsersGroupRemovalDetails(PaperEnabledUsersGroupRemovalDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPaperEnabledUsersGroupRemovalDetailsValuepublic PaperEnabledUsersGroupRemovalDetails getPaperEnabledUsersGroupRemovalDetailsValue() This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.- Returns:
- The PaperEnabledUsersGroupRemovalDetailsvalue associated with this instance ifisPaperEnabledUsersGroupRemovalDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPaperEnabledUsersGroupRemovalDetails()is- false.
 
 - 
isPasswordStrengthRequirementsChangePolicyDetailspublic boolean isPasswordStrengthRequirementsChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
passwordStrengthRequirementsChangePolicyDetailspublic static EventDetails passwordStrengthRequirementsChangePolicyDetails(PasswordStrengthRequirementsChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPasswordStrengthRequirementsChangePolicyDetailsValuepublic PasswordStrengthRequirementsChangePolicyDetails getPasswordStrengthRequirementsChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS.- Returns:
- The PasswordStrengthRequirementsChangePolicyDetailsvalue associated with this instance ifisPasswordStrengthRequirementsChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPasswordStrengthRequirementsChangePolicyDetails()is- false.
 
 - 
isPermanentDeleteChangePolicyDetailspublic boolean isPermanentDeleteChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
permanentDeleteChangePolicyDetailspublic static EventDetails permanentDeleteChangePolicyDetails(PermanentDeleteChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getPermanentDeleteChangePolicyDetailsValuepublic PermanentDeleteChangePolicyDetails getPermanentDeleteChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.- Returns:
- The PermanentDeleteChangePolicyDetailsvalue associated with this instance ifisPermanentDeleteChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isPermanentDeleteChangePolicyDetails()is- false.
 
 - 
isResellerSupportChangePolicyDetailspublic boolean isResellerSupportChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
resellerSupportChangePolicyDetailspublic static EventDetails resellerSupportChangePolicyDetails(ResellerSupportChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getResellerSupportChangePolicyDetailsValuepublic ResellerSupportChangePolicyDetails getResellerSupportChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS.- Returns:
- The ResellerSupportChangePolicyDetailsvalue associated with this instance ifisResellerSupportChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isResellerSupportChangePolicyDetails()is- false.
 
 - 
isRewindPolicyChangedDetailspublic boolean isRewindPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
rewindPolicyChangedDetailspublic static EventDetails rewindPolicyChangedDetails(RewindPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getRewindPolicyChangedDetailsValuepublic RewindPolicyChangedDetails getRewindPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS.- Returns:
- The RewindPolicyChangedDetailsvalue associated with this instance ifisRewindPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isRewindPolicyChangedDetails()is- false.
 
 - 
isSendForSignaturePolicyChangedDetailspublic boolean isSendForSignaturePolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
sendForSignaturePolicyChangedDetailspublic static EventDetails sendForSignaturePolicyChangedDetails(SendForSignaturePolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSendForSignaturePolicyChangedDetailsValuepublic SendForSignaturePolicyChangedDetails getSendForSignaturePolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS.- Returns:
- The SendForSignaturePolicyChangedDetailsvalue associated with this instance ifisSendForSignaturePolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSendForSignaturePolicyChangedDetails()is- false.
 
 - 
isSharingChangeFolderJoinPolicyDetailspublic boolean isSharingChangeFolderJoinPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeFolderJoinPolicyDetailspublic static EventDetails sharingChangeFolderJoinPolicyDetails(SharingChangeFolderJoinPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeFolderJoinPolicyDetailsValuepublic SharingChangeFolderJoinPolicyDetails getSharingChangeFolderJoinPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.- Returns:
- The SharingChangeFolderJoinPolicyDetailsvalue associated with this instance ifisSharingChangeFolderJoinPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeFolderJoinPolicyDetails()is- false.
 
 - 
isSharingChangeLinkAllowChangeExpirationPolicyDetailspublic boolean isSharingChangeLinkAllowChangeExpirationPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeLinkAllowChangeExpirationPolicyDetailspublic static EventDetails sharingChangeLinkAllowChangeExpirationPolicyDetails(SharingChangeLinkAllowChangeExpirationPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeLinkAllowChangeExpirationPolicyDetailsValuepublic SharingChangeLinkAllowChangeExpirationPolicyDetails getSharingChangeLinkAllowChangeExpirationPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS.- Returns:
- The SharingChangeLinkAllowChangeExpirationPolicyDetailsvalue associated with this instance ifisSharingChangeLinkAllowChangeExpirationPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeLinkAllowChangeExpirationPolicyDetails()is- false.
 
 - 
isSharingChangeLinkDefaultExpirationPolicyDetailspublic boolean isSharingChangeLinkDefaultExpirationPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeLinkDefaultExpirationPolicyDetailspublic static EventDetails sharingChangeLinkDefaultExpirationPolicyDetails(SharingChangeLinkDefaultExpirationPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeLinkDefaultExpirationPolicyDetailsValuepublic SharingChangeLinkDefaultExpirationPolicyDetails getSharingChangeLinkDefaultExpirationPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS.- Returns:
- The SharingChangeLinkDefaultExpirationPolicyDetailsvalue associated with this instance ifisSharingChangeLinkDefaultExpirationPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeLinkDefaultExpirationPolicyDetails()is- false.
 
 - 
isSharingChangeLinkEnforcePasswordPolicyDetailspublic boolean isSharingChangeLinkEnforcePasswordPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeLinkEnforcePasswordPolicyDetailspublic static EventDetails sharingChangeLinkEnforcePasswordPolicyDetails(SharingChangeLinkEnforcePasswordPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeLinkEnforcePasswordPolicyDetailsValuepublic SharingChangeLinkEnforcePasswordPolicyDetails getSharingChangeLinkEnforcePasswordPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS.- Returns:
- The SharingChangeLinkEnforcePasswordPolicyDetailsvalue associated with this instance ifisSharingChangeLinkEnforcePasswordPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeLinkEnforcePasswordPolicyDetails()is- false.
 
 - 
isSharingChangeLinkPolicyDetailspublic boolean isSharingChangeLinkPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeLinkPolicyDetailspublic static EventDetails sharingChangeLinkPolicyDetails(SharingChangeLinkPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeLinkPolicyDetailsValuepublic SharingChangeLinkPolicyDetails getSharingChangeLinkPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.- Returns:
- The SharingChangeLinkPolicyDetailsvalue associated with this instance ifisSharingChangeLinkPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeLinkPolicyDetails()is- false.
 
 - 
isSharingChangeMemberPolicyDetailspublic boolean isSharingChangeMemberPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS,- falseotherwise.
 
 - 
sharingChangeMemberPolicyDetailspublic static EventDetails sharingChangeMemberPolicyDetails(SharingChangeMemberPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSharingChangeMemberPolicyDetailsValuepublic SharingChangeMemberPolicyDetails getSharingChangeMemberPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.- Returns:
- The SharingChangeMemberPolicyDetailsvalue associated with this instance ifisSharingChangeMemberPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSharingChangeMemberPolicyDetails()is- false.
 
 - 
isShowcaseChangeDownloadPolicyDetailspublic boolean isShowcaseChangeDownloadPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS,- falseotherwise.
 
 - 
showcaseChangeDownloadPolicyDetailspublic static EventDetails showcaseChangeDownloadPolicyDetails(ShowcaseChangeDownloadPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseChangeDownloadPolicyDetailsValuepublic ShowcaseChangeDownloadPolicyDetails getShowcaseChangeDownloadPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS.- Returns:
- The ShowcaseChangeDownloadPolicyDetailsvalue associated with this instance ifisShowcaseChangeDownloadPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseChangeDownloadPolicyDetails()is- false.
 
 - 
isShowcaseChangeEnabledPolicyDetailspublic boolean isShowcaseChangeEnabledPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS,- falseotherwise.
 
 - 
showcaseChangeEnabledPolicyDetailspublic static EventDetails showcaseChangeEnabledPolicyDetails(ShowcaseChangeEnabledPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseChangeEnabledPolicyDetailsValuepublic ShowcaseChangeEnabledPolicyDetails getShowcaseChangeEnabledPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS.- Returns:
- The ShowcaseChangeEnabledPolicyDetailsvalue associated with this instance ifisShowcaseChangeEnabledPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseChangeEnabledPolicyDetails()is- false.
 
 - 
isShowcaseChangeExternalSharingPolicyDetailspublic boolean isShowcaseChangeExternalSharingPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS,- falseotherwise.
 
 - 
showcaseChangeExternalSharingPolicyDetailspublic static EventDetails showcaseChangeExternalSharingPolicyDetails(ShowcaseChangeExternalSharingPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getShowcaseChangeExternalSharingPolicyDetailsValuepublic ShowcaseChangeExternalSharingPolicyDetails getShowcaseChangeExternalSharingPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS.- Returns:
- The ShowcaseChangeExternalSharingPolicyDetailsvalue associated with this instance ifisShowcaseChangeExternalSharingPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isShowcaseChangeExternalSharingPolicyDetails()is- false.
 
 - 
isSmarterSmartSyncPolicyChangedDetailspublic boolean isSmarterSmartSyncPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
smarterSmartSyncPolicyChangedDetailspublic static EventDetails smarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSmarterSmartSyncPolicyChangedDetailsValuepublic SmarterSmartSyncPolicyChangedDetails getSmarterSmartSyncPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS.- Returns:
- The SmarterSmartSyncPolicyChangedDetailsvalue associated with this instance ifisSmarterSmartSyncPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSmarterSmartSyncPolicyChangedDetails()is- false.
 
 - 
isSmartSyncChangePolicyDetailspublic boolean isSmartSyncChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
smartSyncChangePolicyDetailspublic static EventDetails smartSyncChangePolicyDetails(SmartSyncChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSmartSyncChangePolicyDetailsValuepublic SmartSyncChangePolicyDetails getSmartSyncChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.- Returns:
- The SmartSyncChangePolicyDetailsvalue associated with this instance ifisSmartSyncChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSmartSyncChangePolicyDetails()is- false.
 
 - 
isSmartSyncNotOptOutDetailspublic boolean isSmartSyncNotOptOutDetails() Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS,- falseotherwise.
 
 - 
smartSyncNotOptOutDetailspublic static EventDetails smartSyncNotOptOutDetails(SmartSyncNotOptOutDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSmartSyncNotOptOutDetailsValuepublic SmartSyncNotOptOutDetails getSmartSyncNotOptOutDetailsValue() This instance must be tagged asEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.- Returns:
- The SmartSyncNotOptOutDetailsvalue associated with this instance ifisSmartSyncNotOptOutDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSmartSyncNotOptOutDetails()is- false.
 
 - 
isSmartSyncOptOutDetailspublic boolean isSmartSyncOptOutDetails() Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS,- falseotherwise.
 
 - 
smartSyncOptOutDetailspublic static EventDetails smartSyncOptOutDetails(SmartSyncOptOutDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSmartSyncOptOutDetailsValuepublic SmartSyncOptOutDetails getSmartSyncOptOutDetailsValue() This instance must be tagged asEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.- Returns:
- The SmartSyncOptOutDetailsvalue associated with this instance ifisSmartSyncOptOutDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSmartSyncOptOutDetails()is- false.
 
 - 
isSsoChangePolicyDetailspublic boolean isSsoChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
ssoChangePolicyDetailspublic static EventDetails ssoChangePolicyDetails(SsoChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getSsoChangePolicyDetailsValuepublic SsoChangePolicyDetails getSsoChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.- Returns:
- The SsoChangePolicyDetailsvalue associated with this instance ifisSsoChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isSsoChangePolicyDetails()is- false.
 
 - 
isTeamBrandingPolicyChangedDetailspublic boolean isTeamBrandingPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
teamBrandingPolicyChangedDetailspublic static EventDetails teamBrandingPolicyChangedDetails(TeamBrandingPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamBrandingPolicyChangedDetailsValuepublic TeamBrandingPolicyChangedDetails getTeamBrandingPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS.- Returns:
- The TeamBrandingPolicyChangedDetailsvalue associated with this instance ifisTeamBrandingPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamBrandingPolicyChangedDetails()is- false.
 
 - 
isTeamExtensionsPolicyChangedDetailspublic boolean isTeamExtensionsPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
teamExtensionsPolicyChangedDetailspublic static EventDetails teamExtensionsPolicyChangedDetails(TeamExtensionsPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamExtensionsPolicyChangedDetailsValuepublic TeamExtensionsPolicyChangedDetails getTeamExtensionsPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS.- Returns:
- The TeamExtensionsPolicyChangedDetailsvalue associated with this instance ifisTeamExtensionsPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamExtensionsPolicyChangedDetails()is- false.
 
 - 
isTeamSelectiveSyncPolicyChangedDetailspublic boolean isTeamSelectiveSyncPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
teamSelectiveSyncPolicyChangedDetailspublic static EventDetails teamSelectiveSyncPolicyChangedDetails(TeamSelectiveSyncPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamSelectiveSyncPolicyChangedDetailsValuepublic TeamSelectiveSyncPolicyChangedDetails getTeamSelectiveSyncPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS.- Returns:
- The TeamSelectiveSyncPolicyChangedDetailsvalue associated with this instance ifisTeamSelectiveSyncPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamSelectiveSyncPolicyChangedDetails()is- false.
 
 - 
isTeamSharingWhitelistSubjectsChangedDetailspublic boolean isTeamSharingWhitelistSubjectsChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS,- falseotherwise.
 
 - 
teamSharingWhitelistSubjectsChangedDetailspublic static EventDetails teamSharingWhitelistSubjectsChangedDetails(TeamSharingWhitelistSubjectsChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamSharingWhitelistSubjectsChangedDetailsValuepublic TeamSharingWhitelistSubjectsChangedDetails getTeamSharingWhitelistSubjectsChangedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS.- Returns:
- The TeamSharingWhitelistSubjectsChangedDetailsvalue associated with this instance ifisTeamSharingWhitelistSubjectsChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamSharingWhitelistSubjectsChangedDetails()is- false.
 
 - 
isTfaAddExceptionDetailspublic boolean isTfaAddExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
tfaAddExceptionDetailspublic static EventDetails tfaAddExceptionDetails(TfaAddExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaAddExceptionDetailsValuepublic TfaAddExceptionDetails getTfaAddExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS.- Returns:
- The TfaAddExceptionDetailsvalue associated with this instance ifisTfaAddExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaAddExceptionDetails()is- false.
 
 - 
isTfaChangePolicyDetailspublic boolean isTfaChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
tfaChangePolicyDetailspublic static EventDetails tfaChangePolicyDetails(TfaChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaChangePolicyDetailsValuepublic TfaChangePolicyDetails getTfaChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.- Returns:
- The TfaChangePolicyDetailsvalue associated with this instance ifisTfaChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaChangePolicyDetails()is- false.
 
 - 
isTfaRemoveExceptionDetailspublic boolean isTfaRemoveExceptionDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS,- falseotherwise.
 
 - 
tfaRemoveExceptionDetailspublic static EventDetails tfaRemoveExceptionDetails(TfaRemoveExceptionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaRemoveExceptionDetailsValuepublic TfaRemoveExceptionDetails getTfaRemoveExceptionDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS.- Returns:
- The TfaRemoveExceptionDetailsvalue associated with this instance ifisTfaRemoveExceptionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaRemoveExceptionDetails()is- false.
 
 - 
isTwoAccountChangePolicyDetailspublic boolean isTwoAccountChangePolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS,- falseotherwise.
 
 - 
twoAccountChangePolicyDetailspublic static EventDetails twoAccountChangePolicyDetails(TwoAccountChangePolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTwoAccountChangePolicyDetailsValuepublic TwoAccountChangePolicyDetails getTwoAccountChangePolicyDetailsValue() This instance must be tagged asEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.- Returns:
- The TwoAccountChangePolicyDetailsvalue associated with this instance ifisTwoAccountChangePolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTwoAccountChangePolicyDetails()is- false.
 
 - 
isViewerInfoPolicyChangedDetailspublic boolean isViewerInfoPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
viewerInfoPolicyChangedDetailspublic static EventDetails viewerInfoPolicyChangedDetails(ViewerInfoPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getViewerInfoPolicyChangedDetailsValuepublic ViewerInfoPolicyChangedDetails getViewerInfoPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS.- Returns:
- The ViewerInfoPolicyChangedDetailsvalue associated with this instance ifisViewerInfoPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isViewerInfoPolicyChangedDetails()is- false.
 
 - 
isWatermarkingPolicyChangedDetailspublic boolean isWatermarkingPolicyChangedDetails() Returnstrueif this instance has the tagEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS,- falseotherwise.
 
 - 
watermarkingPolicyChangedDetailspublic static EventDetails watermarkingPolicyChangedDetails(WatermarkingPolicyChangedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getWatermarkingPolicyChangedDetailsValuepublic WatermarkingPolicyChangedDetails getWatermarkingPolicyChangedDetailsValue() This instance must be tagged asEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS.- Returns:
- The WatermarkingPolicyChangedDetailsvalue associated with this instance ifisWatermarkingPolicyChangedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isWatermarkingPolicyChangedDetails()is- false.
 
 - 
isWebSessionsChangeActiveSessionLimitDetailspublic boolean isWebSessionsChangeActiveSessionLimitDetails() Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS,- falseotherwise.
 
 - 
webSessionsChangeActiveSessionLimitDetailspublic static EventDetails webSessionsChangeActiveSessionLimitDetails(WebSessionsChangeActiveSessionLimitDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getWebSessionsChangeActiveSessionLimitDetailsValuepublic WebSessionsChangeActiveSessionLimitDetails getWebSessionsChangeActiveSessionLimitDetailsValue() This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS.- Returns:
- The WebSessionsChangeActiveSessionLimitDetailsvalue associated with this instance ifisWebSessionsChangeActiveSessionLimitDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isWebSessionsChangeActiveSessionLimitDetails()is- false.
 
 - 
isWebSessionsChangeFixedLengthPolicyDetailspublic boolean isWebSessionsChangeFixedLengthPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS,- falseotherwise.
 
 - 
webSessionsChangeFixedLengthPolicyDetailspublic static EventDetails webSessionsChangeFixedLengthPolicyDetails(WebSessionsChangeFixedLengthPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getWebSessionsChangeFixedLengthPolicyDetailsValuepublic WebSessionsChangeFixedLengthPolicyDetails getWebSessionsChangeFixedLengthPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.- Returns:
- The WebSessionsChangeFixedLengthPolicyDetailsvalue associated with this instance ifisWebSessionsChangeFixedLengthPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isWebSessionsChangeFixedLengthPolicyDetails()is- false.
 
 - 
isWebSessionsChangeIdleLengthPolicyDetailspublic boolean isWebSessionsChangeIdleLengthPolicyDetails() Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS,- falseotherwise.
 
 - 
webSessionsChangeIdleLengthPolicyDetailspublic static EventDetails webSessionsChangeIdleLengthPolicyDetails(WebSessionsChangeIdleLengthPolicyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getWebSessionsChangeIdleLengthPolicyDetailsValuepublic WebSessionsChangeIdleLengthPolicyDetails getWebSessionsChangeIdleLengthPolicyDetailsValue() This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.- Returns:
- The WebSessionsChangeIdleLengthPolicyDetailsvalue associated with this instance ifisWebSessionsChangeIdleLengthPolicyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isWebSessionsChangeIdleLengthPolicyDetails()is- false.
 
 - 
isDataResidencyMigrationRequestSuccessfulDetailspublic boolean isDataResidencyMigrationRequestSuccessfulDetails() Returnstrueif this instance has the tagEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS,- falseotherwise.
 
 - 
dataResidencyMigrationRequestSuccessfulDetailspublic static EventDetails dataResidencyMigrationRequestSuccessfulDetails(DataResidencyMigrationRequestSuccessfulDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDataResidencyMigrationRequestSuccessfulDetailsValuepublic DataResidencyMigrationRequestSuccessfulDetails getDataResidencyMigrationRequestSuccessfulDetailsValue() This instance must be tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS.- Returns:
- The DataResidencyMigrationRequestSuccessfulDetailsvalue associated with this instance ifisDataResidencyMigrationRequestSuccessfulDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDataResidencyMigrationRequestSuccessfulDetails()is- false.
 
 - 
isDataResidencyMigrationRequestUnsuccessfulDetailspublic boolean isDataResidencyMigrationRequestUnsuccessfulDetails() Returnstrueif this instance has the tagEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS,- falseotherwise.
 
 - 
dataResidencyMigrationRequestUnsuccessfulDetailspublic static EventDetails dataResidencyMigrationRequestUnsuccessfulDetails(DataResidencyMigrationRequestUnsuccessfulDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getDataResidencyMigrationRequestUnsuccessfulDetailsValuepublic DataResidencyMigrationRequestUnsuccessfulDetails getDataResidencyMigrationRequestUnsuccessfulDetailsValue() This instance must be tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS.- Returns:
- The DataResidencyMigrationRequestUnsuccessfulDetailsvalue associated with this instance ifisDataResidencyMigrationRequestUnsuccessfulDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isDataResidencyMigrationRequestUnsuccessfulDetails()is- false.
 
 - 
isTeamMergeFromDetailspublic boolean isTeamMergeFromDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_FROM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_FROM_DETAILS,- falseotherwise.
 
 - 
teamMergeFromDetailspublic static EventDetails teamMergeFromDetails(TeamMergeFromDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeFromDetailsValuepublic TeamMergeFromDetails getTeamMergeFromDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_FROM_DETAILS.- Returns:
- The TeamMergeFromDetailsvalue associated with this instance ifisTeamMergeFromDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeFromDetails()is- false.
 
 - 
isTeamMergeToDetailspublic boolean isTeamMergeToDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_TO_DETAILS,- falseotherwise.
 
 - 
teamMergeToDetailspublic static EventDetails teamMergeToDetails(TeamMergeToDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeToDetailsValuepublic TeamMergeToDetails getTeamMergeToDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_TO_DETAILS.- Returns:
- The TeamMergeToDetailsvalue associated with this instance ifisTeamMergeToDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeToDetails()is- false.
 
 - 
isTeamProfileAddBackgroundDetailspublic boolean isTeamProfileAddBackgroundDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS,- falseotherwise.
 
 - 
teamProfileAddBackgroundDetailspublic static EventDetails teamProfileAddBackgroundDetails(TeamProfileAddBackgroundDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileAddBackgroundDetailsValuepublic TeamProfileAddBackgroundDetails getTeamProfileAddBackgroundDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS.- Returns:
- The TeamProfileAddBackgroundDetailsvalue associated with this instance ifisTeamProfileAddBackgroundDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileAddBackgroundDetails()is- false.
 
 - 
isTeamProfileAddLogoDetailspublic boolean isTeamProfileAddLogoDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS,- falseotherwise.
 
 - 
teamProfileAddLogoDetailspublic static EventDetails teamProfileAddLogoDetails(TeamProfileAddLogoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileAddLogoDetailsValuepublic TeamProfileAddLogoDetails getTeamProfileAddLogoDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.- Returns:
- The TeamProfileAddLogoDetailsvalue associated with this instance ifisTeamProfileAddLogoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileAddLogoDetails()is- false.
 
 - 
isTeamProfileChangeBackgroundDetailspublic boolean isTeamProfileChangeBackgroundDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS,- falseotherwise.
 
 - 
teamProfileChangeBackgroundDetailspublic static EventDetails teamProfileChangeBackgroundDetails(TeamProfileChangeBackgroundDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileChangeBackgroundDetailsValuepublic TeamProfileChangeBackgroundDetails getTeamProfileChangeBackgroundDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS.- Returns:
- The TeamProfileChangeBackgroundDetailsvalue associated with this instance ifisTeamProfileChangeBackgroundDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileChangeBackgroundDetails()is- false.
 
 - 
isTeamProfileChangeDefaultLanguageDetailspublic boolean isTeamProfileChangeDefaultLanguageDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS,- falseotherwise.
 
 - 
teamProfileChangeDefaultLanguageDetailspublic static EventDetails teamProfileChangeDefaultLanguageDetails(TeamProfileChangeDefaultLanguageDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileChangeDefaultLanguageDetailsValuepublic TeamProfileChangeDefaultLanguageDetails getTeamProfileChangeDefaultLanguageDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.- Returns:
- The TeamProfileChangeDefaultLanguageDetailsvalue associated with this instance ifisTeamProfileChangeDefaultLanguageDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileChangeDefaultLanguageDetails()is- false.
 
 - 
isTeamProfileChangeLogoDetailspublic boolean isTeamProfileChangeLogoDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS,- falseotherwise.
 
 - 
teamProfileChangeLogoDetailspublic static EventDetails teamProfileChangeLogoDetails(TeamProfileChangeLogoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileChangeLogoDetailsValuepublic TeamProfileChangeLogoDetails getTeamProfileChangeLogoDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.- Returns:
- The TeamProfileChangeLogoDetailsvalue associated with this instance ifisTeamProfileChangeLogoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileChangeLogoDetails()is- false.
 
 - 
isTeamProfileChangeNameDetailspublic boolean isTeamProfileChangeNameDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS,- falseotherwise.
 
 - 
teamProfileChangeNameDetailspublic static EventDetails teamProfileChangeNameDetails(TeamProfileChangeNameDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileChangeNameDetailsValuepublic TeamProfileChangeNameDetails getTeamProfileChangeNameDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.- Returns:
- The TeamProfileChangeNameDetailsvalue associated with this instance ifisTeamProfileChangeNameDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileChangeNameDetails()is- false.
 
 - 
isTeamProfileRemoveBackgroundDetailspublic boolean isTeamProfileRemoveBackgroundDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS,- falseotherwise.
 
 - 
teamProfileRemoveBackgroundDetailspublic static EventDetails teamProfileRemoveBackgroundDetails(TeamProfileRemoveBackgroundDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileRemoveBackgroundDetailsValuepublic TeamProfileRemoveBackgroundDetails getTeamProfileRemoveBackgroundDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS.- Returns:
- The TeamProfileRemoveBackgroundDetailsvalue associated with this instance ifisTeamProfileRemoveBackgroundDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileRemoveBackgroundDetails()is- false.
 
 - 
isTeamProfileRemoveLogoDetailspublic boolean isTeamProfileRemoveLogoDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS,- falseotherwise.
 
 - 
teamProfileRemoveLogoDetailspublic static EventDetails teamProfileRemoveLogoDetails(TeamProfileRemoveLogoDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamProfileRemoveLogoDetailsValuepublic TeamProfileRemoveLogoDetails getTeamProfileRemoveLogoDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.- Returns:
- The TeamProfileRemoveLogoDetailsvalue associated with this instance ifisTeamProfileRemoveLogoDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamProfileRemoveLogoDetails()is- false.
 
 - 
isTfaAddBackupPhoneDetailspublic boolean isTfaAddBackupPhoneDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS,- falseotherwise.
 
 - 
tfaAddBackupPhoneDetailspublic static EventDetails tfaAddBackupPhoneDetails(TfaAddBackupPhoneDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaAddBackupPhoneDetailsValuepublic TfaAddBackupPhoneDetails getTfaAddBackupPhoneDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.- Returns:
- The TfaAddBackupPhoneDetailsvalue associated with this instance ifisTfaAddBackupPhoneDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaAddBackupPhoneDetails()is- false.
 
 - 
isTfaAddSecurityKeyDetailspublic boolean isTfaAddSecurityKeyDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS,- falseotherwise.
 
 - 
tfaAddSecurityKeyDetailspublic static EventDetails tfaAddSecurityKeyDetails(TfaAddSecurityKeyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaAddSecurityKeyDetailsValuepublic TfaAddSecurityKeyDetails getTfaAddSecurityKeyDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.- Returns:
- The TfaAddSecurityKeyDetailsvalue associated with this instance ifisTfaAddSecurityKeyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaAddSecurityKeyDetails()is- false.
 
 - 
isTfaChangeBackupPhoneDetailspublic boolean isTfaChangeBackupPhoneDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS,- falseotherwise.
 
 - 
tfaChangeBackupPhoneDetailspublic static EventDetails tfaChangeBackupPhoneDetails(TfaChangeBackupPhoneDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaChangeBackupPhoneDetailsValuepublic TfaChangeBackupPhoneDetails getTfaChangeBackupPhoneDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.- Returns:
- The TfaChangeBackupPhoneDetailsvalue associated with this instance ifisTfaChangeBackupPhoneDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaChangeBackupPhoneDetails()is- false.
 
 - 
isTfaChangeStatusDetailspublic boolean isTfaChangeStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS,- falseotherwise.
 
 - 
tfaChangeStatusDetailspublic static EventDetails tfaChangeStatusDetails(TfaChangeStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaChangeStatusDetailsValuepublic TfaChangeStatusDetails getTfaChangeStatusDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.- Returns:
- The TfaChangeStatusDetailsvalue associated with this instance ifisTfaChangeStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaChangeStatusDetails()is- false.
 
 - 
isTfaRemoveBackupPhoneDetailspublic boolean isTfaRemoveBackupPhoneDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS,- falseotherwise.
 
 - 
tfaRemoveBackupPhoneDetailspublic static EventDetails tfaRemoveBackupPhoneDetails(TfaRemoveBackupPhoneDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaRemoveBackupPhoneDetailsValuepublic TfaRemoveBackupPhoneDetails getTfaRemoveBackupPhoneDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.- Returns:
- The TfaRemoveBackupPhoneDetailsvalue associated with this instance ifisTfaRemoveBackupPhoneDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaRemoveBackupPhoneDetails()is- false.
 
 - 
isTfaRemoveSecurityKeyDetailspublic boolean isTfaRemoveSecurityKeyDetails() Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS,- falseotherwise.
 
 - 
tfaRemoveSecurityKeyDetailspublic static EventDetails tfaRemoveSecurityKeyDetails(TfaRemoveSecurityKeyDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaRemoveSecurityKeyDetailsValuepublic TfaRemoveSecurityKeyDetails getTfaRemoveSecurityKeyDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.- Returns:
- The TfaRemoveSecurityKeyDetailsvalue associated with this instance ifisTfaRemoveSecurityKeyDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaRemoveSecurityKeyDetails()is- false.
 
 - 
isTfaResetDetailspublic boolean isTfaResetDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.TFA_RESET_DETAILS,- falseotherwise.
 
 - 
tfaResetDetailspublic static EventDetails tfaResetDetails(TfaResetDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_RESET_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TFA_RESET_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTfaResetDetailsValuepublic TfaResetDetails getTfaResetDetailsValue() This instance must be tagged asEventDetails.Tag.TFA_RESET_DETAILS.- Returns:
- The TfaResetDetailsvalue associated with this instance ifisTfaResetDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTfaResetDetails()is- false.
 
 - 
isChangedEnterpriseAdminRoleDetailspublic boolean isChangedEnterpriseAdminRoleDetails() Returnstrueif this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS,- falseotherwise.
 
 - 
changedEnterpriseAdminRoleDetailspublic static EventDetails changedEnterpriseAdminRoleDetails(ChangedEnterpriseAdminRoleDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getChangedEnterpriseAdminRoleDetailsValuepublic ChangedEnterpriseAdminRoleDetails getChangedEnterpriseAdminRoleDetailsValue() This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS.- Returns:
- The ChangedEnterpriseAdminRoleDetailsvalue associated with this instance ifisChangedEnterpriseAdminRoleDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isChangedEnterpriseAdminRoleDetails()is- false.
 
 - 
isChangedEnterpriseConnectedTeamStatusDetailspublic boolean isChangedEnterpriseConnectedTeamStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS,- falseotherwise.
 
 - 
changedEnterpriseConnectedTeamStatusDetailspublic static EventDetails changedEnterpriseConnectedTeamStatusDetails(ChangedEnterpriseConnectedTeamStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getChangedEnterpriseConnectedTeamStatusDetailsValuepublic ChangedEnterpriseConnectedTeamStatusDetails getChangedEnterpriseConnectedTeamStatusDetailsValue() This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS.- Returns:
- The ChangedEnterpriseConnectedTeamStatusDetailsvalue associated with this instance ifisChangedEnterpriseConnectedTeamStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isChangedEnterpriseConnectedTeamStatusDetails()is- false.
 
 - 
isEndedEnterpriseAdminSessionDetailspublic boolean isEndedEnterpriseAdminSessionDetails() Returnstrueif this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS,- falseotherwise.
 
 - 
endedEnterpriseAdminSessionDetailspublic static EventDetails endedEnterpriseAdminSessionDetails(EndedEnterpriseAdminSessionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEndedEnterpriseAdminSessionDetailsValuepublic EndedEnterpriseAdminSessionDetails getEndedEnterpriseAdminSessionDetailsValue() This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS.- Returns:
- The EndedEnterpriseAdminSessionDetailsvalue associated with this instance ifisEndedEnterpriseAdminSessionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEndedEnterpriseAdminSessionDetails()is- false.
 
 - 
isEndedEnterpriseAdminSessionDeprecatedDetailspublic boolean isEndedEnterpriseAdminSessionDeprecatedDetails() Returnstrueif this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS,- falseotherwise.
 
 - 
endedEnterpriseAdminSessionDeprecatedDetailspublic static EventDetails endedEnterpriseAdminSessionDeprecatedDetails(EndedEnterpriseAdminSessionDeprecatedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEndedEnterpriseAdminSessionDeprecatedDetailsValuepublic EndedEnterpriseAdminSessionDeprecatedDetails getEndedEnterpriseAdminSessionDeprecatedDetailsValue() This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS.- Returns:
- The EndedEnterpriseAdminSessionDeprecatedDetailsvalue associated with this instance ifisEndedEnterpriseAdminSessionDeprecatedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEndedEnterpriseAdminSessionDeprecatedDetails()is- false.
 
 - 
isEnterpriseSettingsLockingDetailspublic boolean isEnterpriseSettingsLockingDetails() Returnstrueif this instance has the tagEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS,- falseotherwise.
 
 - 
enterpriseSettingsLockingDetailspublic static EventDetails enterpriseSettingsLockingDetails(EnterpriseSettingsLockingDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getEnterpriseSettingsLockingDetailsValuepublic EnterpriseSettingsLockingDetails getEnterpriseSettingsLockingDetailsValue() This instance must be tagged asEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS.- Returns:
- The EnterpriseSettingsLockingDetailsvalue associated with this instance ifisEnterpriseSettingsLockingDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isEnterpriseSettingsLockingDetails()is- false.
 
 - 
isGuestAdminChangeStatusDetailspublic boolean isGuestAdminChangeStatusDetails() Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS,- falseotherwise.
 
 - 
guestAdminChangeStatusDetailspublic static EventDetails guestAdminChangeStatusDetails(GuestAdminChangeStatusDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getGuestAdminChangeStatusDetailsValuepublic GuestAdminChangeStatusDetails getGuestAdminChangeStatusDetailsValue() This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS.- Returns:
- The GuestAdminChangeStatusDetailsvalue associated with this instance ifisGuestAdminChangeStatusDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isGuestAdminChangeStatusDetails()is- false.
 
 - 
isStartedEnterpriseAdminSessionDetailspublic boolean isStartedEnterpriseAdminSessionDetails() Returnstrueif this instance has the tagEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS,- falseotherwise.
 
 - 
startedEnterpriseAdminSessionDetailspublic static EventDetails startedEnterpriseAdminSessionDetails(StartedEnterpriseAdminSessionDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getStartedEnterpriseAdminSessionDetailsValuepublic StartedEnterpriseAdminSessionDetails getStartedEnterpriseAdminSessionDetailsValue() This instance must be tagged asEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS.- Returns:
- The StartedEnterpriseAdminSessionDetailsvalue associated with this instance ifisStartedEnterpriseAdminSessionDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isStartedEnterpriseAdminSessionDetails()is- false.
 
 - 
isTeamMergeRequestAcceptedDetailspublic boolean isTeamMergeRequestAcceptedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestAcceptedDetailspublic static EventDetails teamMergeRequestAcceptedDetails(TeamMergeRequestAcceptedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestAcceptedDetailsValuepublic TeamMergeRequestAcceptedDetails getTeamMergeRequestAcceptedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS.- Returns:
- The TeamMergeRequestAcceptedDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestAcceptedDetails()is- false.
 
 - 
isTeamMergeRequestAcceptedShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestAcceptedShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestAcceptedShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestAcceptedShownToPrimaryTeamDetails(TeamMergeRequestAcceptedShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValuepublic TeamMergeRequestAcceptedShownToPrimaryTeamDetails getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestAcceptedShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestAcceptedShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestAcceptedShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestAcceptedShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestAcceptedShownToSecondaryTeamDetails(TeamMergeRequestAcceptedShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValuepublic TeamMergeRequestAcceptedShownToSecondaryTeamDetails getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestAcceptedShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestAutoCanceledDetailspublic boolean isTeamMergeRequestAutoCanceledDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestAutoCanceledDetailspublic static EventDetails teamMergeRequestAutoCanceledDetails(TeamMergeRequestAutoCanceledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestAutoCanceledDetailsValuepublic TeamMergeRequestAutoCanceledDetails getTeamMergeRequestAutoCanceledDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS.- Returns:
- The TeamMergeRequestAutoCanceledDetailsvalue associated with this instance ifisTeamMergeRequestAutoCanceledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestAutoCanceledDetails()is- false.
 
 - 
isTeamMergeRequestCanceledDetailspublic boolean isTeamMergeRequestCanceledDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestCanceledDetailspublic static EventDetails teamMergeRequestCanceledDetails(TeamMergeRequestCanceledDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestCanceledDetailsValuepublic TeamMergeRequestCanceledDetails getTeamMergeRequestCanceledDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS.- Returns:
- The TeamMergeRequestCanceledDetailsvalue associated with this instance ifisTeamMergeRequestCanceledDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestCanceledDetails()is- false.
 
 - 
isTeamMergeRequestCanceledShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestCanceledShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestCanceledShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestCanceledShownToPrimaryTeamDetails(TeamMergeRequestCanceledShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValuepublic TeamMergeRequestCanceledShownToPrimaryTeamDetails getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestCanceledShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestCanceledShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestCanceledShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestCanceledShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestCanceledShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestCanceledShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestCanceledShownToSecondaryTeamDetails(TeamMergeRequestCanceledShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValuepublic TeamMergeRequestCanceledShownToSecondaryTeamDetails getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestCanceledShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestCanceledShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestCanceledShownToSecondaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestExpiredDetailspublic boolean isTeamMergeRequestExpiredDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestExpiredDetailspublic static EventDetails teamMergeRequestExpiredDetails(TeamMergeRequestExpiredDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestExpiredDetailsValuepublic TeamMergeRequestExpiredDetails getTeamMergeRequestExpiredDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS.- Returns:
- The TeamMergeRequestExpiredDetailsvalue associated with this instance ifisTeamMergeRequestExpiredDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestExpiredDetails()is- false.
 
 - 
isTeamMergeRequestExpiredShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestExpiredShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestExpiredShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestExpiredShownToPrimaryTeamDetails(TeamMergeRequestExpiredShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValuepublic TeamMergeRequestExpiredShownToPrimaryTeamDetails getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestExpiredShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestExpiredShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestExpiredShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestExpiredShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestExpiredShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestExpiredShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestExpiredShownToSecondaryTeamDetails(TeamMergeRequestExpiredShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValuepublic TeamMergeRequestExpiredShownToSecondaryTeamDetails getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestExpiredShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestExpiredShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestExpiredShownToSecondaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestRejectedShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestRejectedShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestRejectedShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestRejectedShownToPrimaryTeamDetails(TeamMergeRequestRejectedShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValuepublic TeamMergeRequestRejectedShownToPrimaryTeamDetails getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestRejectedShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestRejectedShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestRejectedShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestRejectedShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestRejectedShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestRejectedShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestRejectedShownToSecondaryTeamDetails(TeamMergeRequestRejectedShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValuepublic TeamMergeRequestRejectedShownToSecondaryTeamDetails getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestRejectedShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestRejectedShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestRejectedShownToSecondaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestReminderDetailspublic boolean isTeamMergeRequestReminderDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestReminderDetailspublic static EventDetails teamMergeRequestReminderDetails(TeamMergeRequestReminderDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestReminderDetailsValuepublic TeamMergeRequestReminderDetails getTeamMergeRequestReminderDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS.- Returns:
- The TeamMergeRequestReminderDetailsvalue associated with this instance ifisTeamMergeRequestReminderDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestReminderDetails()is- false.
 
 - 
isTeamMergeRequestReminderShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestReminderShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestReminderShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestReminderShownToPrimaryTeamDetails(TeamMergeRequestReminderShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestReminderShownToPrimaryTeamDetailsValuepublic TeamMergeRequestReminderShownToPrimaryTeamDetails getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestReminderShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestReminderShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestReminderShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestReminderShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestReminderShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestReminderShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestReminderShownToSecondaryTeamDetails(TeamMergeRequestReminderShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestReminderShownToSecondaryTeamDetailsValuepublic TeamMergeRequestReminderShownToSecondaryTeamDetails getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestReminderShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestReminderShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestReminderShownToSecondaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestRevokedDetailspublic boolean isTeamMergeRequestRevokedDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestRevokedDetailspublic static EventDetails teamMergeRequestRevokedDetails(TeamMergeRequestRevokedDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestRevokedDetailsValuepublic TeamMergeRequestRevokedDetails getTeamMergeRequestRevokedDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS.- Returns:
- The TeamMergeRequestRevokedDetailsvalue associated with this instance ifisTeamMergeRequestRevokedDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestRevokedDetails()is- false.
 
 - 
isTeamMergeRequestSentShownToPrimaryTeamDetailspublic boolean isTeamMergeRequestSentShownToPrimaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestSentShownToPrimaryTeamDetailspublic static EventDetails teamMergeRequestSentShownToPrimaryTeamDetails(TeamMergeRequestSentShownToPrimaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestSentShownToPrimaryTeamDetailsValuepublic TeamMergeRequestSentShownToPrimaryTeamDetails getTeamMergeRequestSentShownToPrimaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestSentShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestSentShownToPrimaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestSentShownToPrimaryTeamDetails()is- false.
 
 - 
isTeamMergeRequestSentShownToSecondaryTeamDetailspublic boolean isTeamMergeRequestSentShownToSecondaryTeamDetails() Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
- trueif this instance is tagged as- EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS,- falseotherwise.
 
 - 
teamMergeRequestSentShownToSecondaryTeamDetailspublic static EventDetails teamMergeRequestSentShownToSecondaryTeamDetails(TeamMergeRequestSentShownToSecondaryTeamDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS.None - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getTeamMergeRequestSentShownToSecondaryTeamDetailsValuepublic TeamMergeRequestSentShownToSecondaryTeamDetails getTeamMergeRequestSentShownToSecondaryTeamDetailsValue() This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The TeamMergeRequestSentShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestSentShownToSecondaryTeamDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isTeamMergeRequestSentShownToSecondaryTeamDetails()is- false.
 
 - 
isMissingDetailspublic boolean isMissingDetails() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.MISSING_DETAILS,- falseotherwise.
 
 - 
missingDetailspublic static EventDetails missingDetails(MissingDetails value) Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MISSING_DETAILS.Hints that this event was returned with missing details due to an internal error. - Parameters:
- value- value to assign to this instance.
- Returns:
- Instance of EventDetailswith its tag set toEventDetails.Tag.MISSING_DETAILS.
- Throws:
- java.lang.IllegalArgumentException- if- valueis- null.
 
 - 
getMissingDetailsValuepublic MissingDetails getMissingDetailsValue() Hints that this event was returned with missing details due to an internal error.This instance must be tagged as EventDetails.Tag.MISSING_DETAILS.- Returns:
- The MissingDetailsvalue associated with this instance ifisMissingDetails()istrue.
- Throws:
- java.lang.IllegalStateException- If- isMissingDetails()is- false.
 
 - 
isOtherpublic boolean isOther() - Returns:
- trueif this instance is tagged as- EventDetails.Tag.OTHER,- falseotherwise.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic 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
 
 
- 
 
-