public final class EventDetails
extends java.lang.Object
This class is an open tagged union. Tagged unions instances are always
associated to a specific tag. This means only one of the isAbc()
methods will return true
. You can use tag()
to determine the
tag associated with this instance.
Open unions may be extended in the future with additional tags. If a new
tag is introduced that this SDK does not recognized, the OTHER
value
will be used.
Modifier and Type | Class and Description |
---|---|
static class |
EventDetails.Tag
Discriminating tag type for
EventDetails . |
Modifier and Type | Field and Description |
---|---|
static EventDetails |
OTHER
Catch-all used for unknown tag values returned by the Dropbox servers.
|
public static final EventDetails OTHER
Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.
public EventDetails.Tag tag()
This class is a tagged union. Tagged unions instances are always
associated to a specific tag. This means only one of the isXyz()
methods will return true
. Callers are recommended to use the tag
value in a switch
statement to properly handle the different
values for this EventDetails
.
If a tag returned by the server is unrecognized by this SDK, the
EventDetails.Tag.OTHER
value will be used.
public boolean isAppLinkTeamDetails()
true
if this instance is tagged as EventDetails.Tag.APP_LINK_TEAM_DETAILS
, false
otherwise.public static EventDetails appLinkTeamDetails(AppLinkTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.APP_LINK_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.APP_LINK_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AppLinkTeamDetails getAppLinkTeamDetailsValue()
EventDetails.Tag.APP_LINK_TEAM_DETAILS
.AppLinkTeamDetails
value associated with this
instance if isAppLinkTeamDetails()
is true
.java.lang.IllegalStateException
- If isAppLinkTeamDetails()
is false
.public boolean isAppLinkUserDetails()
true
if this instance is tagged as EventDetails.Tag.APP_LINK_USER_DETAILS
, false
otherwise.public static EventDetails appLinkUserDetails(AppLinkUserDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.APP_LINK_USER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.APP_LINK_USER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AppLinkUserDetails getAppLinkUserDetailsValue()
EventDetails.Tag.APP_LINK_USER_DETAILS
.AppLinkUserDetails
value associated with this
instance if isAppLinkUserDetails()
is true
.java.lang.IllegalStateException
- If isAppLinkUserDetails()
is false
.public boolean isAppUnlinkTeamDetails()
true
if this instance has the tag EventDetails.Tag.APP_UNLINK_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.APP_UNLINK_TEAM_DETAILS
, false
otherwise.public static EventDetails appUnlinkTeamDetails(AppUnlinkTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.APP_UNLINK_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.APP_UNLINK_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AppUnlinkTeamDetails getAppUnlinkTeamDetailsValue()
EventDetails.Tag.APP_UNLINK_TEAM_DETAILS
.AppUnlinkTeamDetails
value associated with this
instance if isAppUnlinkTeamDetails()
is true
.java.lang.IllegalStateException
- If isAppUnlinkTeamDetails()
is
false
.public boolean isAppUnlinkUserDetails()
true
if this instance has the tag EventDetails.Tag.APP_UNLINK_USER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.APP_UNLINK_USER_DETAILS
, false
otherwise.public static EventDetails appUnlinkUserDetails(AppUnlinkUserDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.APP_UNLINK_USER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.APP_UNLINK_USER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AppUnlinkUserDetails getAppUnlinkUserDetailsValue()
EventDetails.Tag.APP_UNLINK_USER_DETAILS
.AppUnlinkUserDetails
value associated with this
instance if isAppUnlinkUserDetails()
is true
.java.lang.IllegalStateException
- If isAppUnlinkUserDetails()
is
false
.public boolean isIntegrationConnectedDetails()
true
if this instance has the tag EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
, false
otherwise.public static EventDetails integrationConnectedDetails(IntegrationConnectedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public IntegrationConnectedDetails getIntegrationConnectedDetailsValue()
EventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
.IntegrationConnectedDetails
value associated with
this instance if isIntegrationConnectedDetails()
is true
.java.lang.IllegalStateException
- If isIntegrationConnectedDetails()
is false
.public boolean isIntegrationDisconnectedDetails()
true
if this instance has the tag EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
, false
otherwise.public static EventDetails integrationDisconnectedDetails(IntegrationDisconnectedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public IntegrationDisconnectedDetails getIntegrationDisconnectedDetailsValue()
EventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
.IntegrationDisconnectedDetails
value associated with
this instance if isIntegrationDisconnectedDetails()
is true
.java.lang.IllegalStateException
- If isIntegrationDisconnectedDetails()
is false
.public boolean isFileAddCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_ADD_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_ADD_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileAddCommentDetails(FileAddCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_ADD_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_ADD_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileAddCommentDetails getFileAddCommentDetailsValue()
EventDetails.Tag.FILE_ADD_COMMENT_DETAILS
.FileAddCommentDetails
value associated with this
instance if isFileAddCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileAddCommentDetails()
is
false
.public boolean isFileChangeCommentSubscriptionDetails()
true
if this instance has the tag EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
, false
otherwise.public static EventDetails fileChangeCommentSubscriptionDetails(FileChangeCommentSubscriptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileChangeCommentSubscriptionDetails getFileChangeCommentSubscriptionDetailsValue()
EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
.FileChangeCommentSubscriptionDetails
value associated
with this instance if isFileChangeCommentSubscriptionDetails()
is true
.java.lang.IllegalStateException
- If isFileChangeCommentSubscriptionDetails()
is false
.public boolean isFileDeleteCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileDeleteCommentDetails(FileDeleteCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileDeleteCommentDetails getFileDeleteCommentDetailsValue()
EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
.FileDeleteCommentDetails
value associated with this
instance if isFileDeleteCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileDeleteCommentDetails()
is
false
.public boolean isFileEditCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileEditCommentDetails(FileEditCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileEditCommentDetails getFileEditCommentDetailsValue()
EventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
.FileEditCommentDetails
value associated with this
instance if isFileEditCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileEditCommentDetails()
is
false
.public boolean isFileLikeCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileLikeCommentDetails(FileLikeCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileLikeCommentDetails getFileLikeCommentDetailsValue()
EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
.FileLikeCommentDetails
value associated with this
instance if isFileLikeCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileLikeCommentDetails()
is
false
.public boolean isFileResolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileResolveCommentDetails(FileResolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileResolveCommentDetails getFileResolveCommentDetailsValue()
EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
.FileResolveCommentDetails
value associated with this
instance if isFileResolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileResolveCommentDetails()
is
false
.public boolean isFileUnlikeCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileUnlikeCommentDetails(FileUnlikeCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileUnlikeCommentDetails getFileUnlikeCommentDetailsValue()
EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
.FileUnlikeCommentDetails
value associated with this
instance if isFileUnlikeCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileUnlikeCommentDetails()
is
false
.public boolean isFileUnresolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails fileUnresolveCommentDetails(FileUnresolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileUnresolveCommentDetails getFileUnresolveCommentDetailsValue()
EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
.FileUnresolveCommentDetails
value associated with
this instance if isFileUnresolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isFileUnresolveCommentDetails()
is false
.public boolean isDeviceChangeIpDesktopDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
, false
otherwise.public static EventDetails deviceChangeIpDesktopDetails(DeviceChangeIpDesktopDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceChangeIpDesktopDetails getDeviceChangeIpDesktopDetailsValue()
EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
.DeviceChangeIpDesktopDetails
value associated with
this instance if isDeviceChangeIpDesktopDetails()
is true
.java.lang.IllegalStateException
- If isDeviceChangeIpDesktopDetails()
is false
.public boolean isDeviceChangeIpMobileDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
, false
otherwise.public static EventDetails deviceChangeIpMobileDetails(DeviceChangeIpMobileDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceChangeIpMobileDetails getDeviceChangeIpMobileDetailsValue()
EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
.DeviceChangeIpMobileDetails
value associated with
this instance if isDeviceChangeIpMobileDetails()
is true
.java.lang.IllegalStateException
- If isDeviceChangeIpMobileDetails()
is false
.public boolean isDeviceChangeIpWebDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
, false
otherwise.public static EventDetails deviceChangeIpWebDetails(DeviceChangeIpWebDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceChangeIpWebDetails getDeviceChangeIpWebDetailsValue()
EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
.DeviceChangeIpWebDetails
value associated with this
instance if isDeviceChangeIpWebDetails()
is true
.java.lang.IllegalStateException
- If isDeviceChangeIpWebDetails()
is
false
.public boolean isDeviceDeleteOnUnlinkFailDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
, false
otherwise.public static EventDetails deviceDeleteOnUnlinkFailDetails(DeviceDeleteOnUnlinkFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceDeleteOnUnlinkFailDetails getDeviceDeleteOnUnlinkFailDetailsValue()
EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
.DeviceDeleteOnUnlinkFailDetails
value associated with
this instance if isDeviceDeleteOnUnlinkFailDetails()
is true
.java.lang.IllegalStateException
- If isDeviceDeleteOnUnlinkFailDetails()
is false
.public boolean isDeviceDeleteOnUnlinkSuccessDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
, false
otherwise.public static EventDetails deviceDeleteOnUnlinkSuccessDetails(DeviceDeleteOnUnlinkSuccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceDeleteOnUnlinkSuccessDetails getDeviceDeleteOnUnlinkSuccessDetailsValue()
EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
.DeviceDeleteOnUnlinkSuccessDetails
value associated
with this instance if isDeviceDeleteOnUnlinkSuccessDetails()
is true
.java.lang.IllegalStateException
- If isDeviceDeleteOnUnlinkSuccessDetails()
is false
.public boolean isDeviceLinkFailDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
, false
otherwise.public static EventDetails deviceLinkFailDetails(DeviceLinkFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceLinkFailDetails getDeviceLinkFailDetailsValue()
EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
.DeviceLinkFailDetails
value associated with this
instance if isDeviceLinkFailDetails()
is true
.java.lang.IllegalStateException
- If isDeviceLinkFailDetails()
is
false
.public boolean isDeviceLinkSuccessDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
, false
otherwise.public static EventDetails deviceLinkSuccessDetails(DeviceLinkSuccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceLinkSuccessDetails getDeviceLinkSuccessDetailsValue()
EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
.DeviceLinkSuccessDetails
value associated with this
instance if isDeviceLinkSuccessDetails()
is true
.java.lang.IllegalStateException
- If isDeviceLinkSuccessDetails()
is
false
.public boolean isDeviceManagementDisabledDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
, false
otherwise.public static EventDetails deviceManagementDisabledDetails(DeviceManagementDisabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceManagementDisabledDetails getDeviceManagementDisabledDetailsValue()
EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
.DeviceManagementDisabledDetails
value associated with
this instance if isDeviceManagementDisabledDetails()
is true
.java.lang.IllegalStateException
- If isDeviceManagementDisabledDetails()
is false
.public boolean isDeviceManagementEnabledDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
, false
otherwise.public static EventDetails deviceManagementEnabledDetails(DeviceManagementEnabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceManagementEnabledDetails getDeviceManagementEnabledDetailsValue()
EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
.DeviceManagementEnabledDetails
value associated with
this instance if isDeviceManagementEnabledDetails()
is true
.java.lang.IllegalStateException
- If isDeviceManagementEnabledDetails()
is false
.public boolean isDeviceUnlinkDetails()
true
if this instance is tagged as EventDetails.Tag.DEVICE_UNLINK_DETAILS
, false
otherwise.public static EventDetails deviceUnlinkDetails(DeviceUnlinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_UNLINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_UNLINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceUnlinkDetails getDeviceUnlinkDetailsValue()
EventDetails.Tag.DEVICE_UNLINK_DETAILS
.DeviceUnlinkDetails
value associated with this
instance if isDeviceUnlinkDetails()
is true
.java.lang.IllegalStateException
- If isDeviceUnlinkDetails()
is
false
.public boolean isEmmRefreshAuthTokenDetails()
true
if this instance has the tag EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
, false
otherwise.public static EventDetails emmRefreshAuthTokenDetails(EmmRefreshAuthTokenDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmRefreshAuthTokenDetails getEmmRefreshAuthTokenDetailsValue()
EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
.EmmRefreshAuthTokenDetails
value associated with this
instance if isEmmRefreshAuthTokenDetails()
is true
.java.lang.IllegalStateException
- If isEmmRefreshAuthTokenDetails()
is false
.public boolean isAccountCaptureChangeAvailabilityDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
, false
otherwise.public static EventDetails accountCaptureChangeAvailabilityDetails(AccountCaptureChangeAvailabilityDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountCaptureChangeAvailabilityDetails getAccountCaptureChangeAvailabilityDetailsValue()
EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
.AccountCaptureChangeAvailabilityDetails
value
associated with this instance if isAccountCaptureChangeAvailabilityDetails()
is true
.java.lang.IllegalStateException
- If isAccountCaptureChangeAvailabilityDetails()
is false
.public boolean isAccountCaptureMigrateAccountDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
, false
otherwise.public static EventDetails accountCaptureMigrateAccountDetails(AccountCaptureMigrateAccountDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountCaptureMigrateAccountDetails getAccountCaptureMigrateAccountDetailsValue()
EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
.AccountCaptureMigrateAccountDetails
value associated
with this instance if isAccountCaptureMigrateAccountDetails()
is true
.java.lang.IllegalStateException
- If isAccountCaptureMigrateAccountDetails()
is false
.public boolean isAccountCaptureNotificationEmailsSentDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
, false
otherwise.public static EventDetails accountCaptureNotificationEmailsSentDetails(AccountCaptureNotificationEmailsSentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountCaptureNotificationEmailsSentDetails getAccountCaptureNotificationEmailsSentDetailsValue()
EventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
.AccountCaptureNotificationEmailsSentDetails
value
associated with this instance if isAccountCaptureNotificationEmailsSentDetails()
is true
.java.lang.IllegalStateException
- If isAccountCaptureNotificationEmailsSentDetails()
is false
.public boolean isAccountCaptureRelinquishAccountDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
, false
otherwise.public static EventDetails accountCaptureRelinquishAccountDetails(AccountCaptureRelinquishAccountDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountCaptureRelinquishAccountDetails getAccountCaptureRelinquishAccountDetailsValue()
EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
.AccountCaptureRelinquishAccountDetails
value
associated with this instance if isAccountCaptureRelinquishAccountDetails()
is true
.java.lang.IllegalStateException
- If isAccountCaptureRelinquishAccountDetails()
is false
.public boolean isDisabledDomainInvitesDetails()
true
if this instance has the tag EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
, false
otherwise.public static EventDetails disabledDomainInvitesDetails(DisabledDomainInvitesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DisabledDomainInvitesDetails getDisabledDomainInvitesDetailsValue()
EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
.DisabledDomainInvitesDetails
value associated with
this instance if isDisabledDomainInvitesDetails()
is true
.java.lang.IllegalStateException
- If isDisabledDomainInvitesDetails()
is false
.public boolean isDomainInvitesApproveRequestToJoinTeamDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.public static EventDetails domainInvitesApproveRequestToJoinTeamDetails(DomainInvitesApproveRequestToJoinTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesApproveRequestToJoinTeamDetails getDomainInvitesApproveRequestToJoinTeamDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
.DomainInvitesApproveRequestToJoinTeamDetails
value
associated with this instance if isDomainInvitesApproveRequestToJoinTeamDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesApproveRequestToJoinTeamDetails()
is false
.public boolean isDomainInvitesDeclineRequestToJoinTeamDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.public static EventDetails domainInvitesDeclineRequestToJoinTeamDetails(DomainInvitesDeclineRequestToJoinTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesDeclineRequestToJoinTeamDetails getDomainInvitesDeclineRequestToJoinTeamDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
.DomainInvitesDeclineRequestToJoinTeamDetails
value
associated with this instance if isDomainInvitesDeclineRequestToJoinTeamDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesDeclineRequestToJoinTeamDetails()
is false
.public boolean isDomainInvitesEmailExistingUsersDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
, false
otherwise.public static EventDetails domainInvitesEmailExistingUsersDetails(DomainInvitesEmailExistingUsersDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesEmailExistingUsersDetails getDomainInvitesEmailExistingUsersDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
.DomainInvitesEmailExistingUsersDetails
value
associated with this instance if isDomainInvitesEmailExistingUsersDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesEmailExistingUsersDetails()
is false
.public boolean isDomainInvitesRequestToJoinTeamDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
, false
otherwise.public static EventDetails domainInvitesRequestToJoinTeamDetails(DomainInvitesRequestToJoinTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesRequestToJoinTeamDetails getDomainInvitesRequestToJoinTeamDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
.DomainInvitesRequestToJoinTeamDetails
value
associated with this instance if isDomainInvitesRequestToJoinTeamDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesRequestToJoinTeamDetails()
is false
.public boolean isDomainInvitesSetInviteNewUserPrefToNoDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
, false
otherwise.public static EventDetails domainInvitesSetInviteNewUserPrefToNoDetails(DomainInvitesSetInviteNewUserPrefToNoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesSetInviteNewUserPrefToNoDetails getDomainInvitesSetInviteNewUserPrefToNoDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
.DomainInvitesSetInviteNewUserPrefToNoDetails
value
associated with this instance if isDomainInvitesSetInviteNewUserPrefToNoDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesSetInviteNewUserPrefToNoDetails()
is false
.public boolean isDomainInvitesSetInviteNewUserPrefToYesDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
, false
otherwise.public static EventDetails domainInvitesSetInviteNewUserPrefToYesDetails(DomainInvitesSetInviteNewUserPrefToYesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainInvitesSetInviteNewUserPrefToYesDetails getDomainInvitesSetInviteNewUserPrefToYesDetailsValue()
EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
.DomainInvitesSetInviteNewUserPrefToYesDetails
value
associated with this instance if isDomainInvitesSetInviteNewUserPrefToYesDetails()
is true
.java.lang.IllegalStateException
- If isDomainInvitesSetInviteNewUserPrefToYesDetails()
is false
.public boolean isDomainVerificationAddDomainFailDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
, false
otherwise.public static EventDetails domainVerificationAddDomainFailDetails(DomainVerificationAddDomainFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainVerificationAddDomainFailDetails getDomainVerificationAddDomainFailDetailsValue()
EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
.DomainVerificationAddDomainFailDetails
value
associated with this instance if isDomainVerificationAddDomainFailDetails()
is true
.java.lang.IllegalStateException
- If isDomainVerificationAddDomainFailDetails()
is false
.public boolean isDomainVerificationAddDomainSuccessDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
, false
otherwise.public static EventDetails domainVerificationAddDomainSuccessDetails(DomainVerificationAddDomainSuccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainVerificationAddDomainSuccessDetails getDomainVerificationAddDomainSuccessDetailsValue()
EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
.DomainVerificationAddDomainSuccessDetails
value
associated with this instance if isDomainVerificationAddDomainSuccessDetails()
is true
.java.lang.IllegalStateException
- If isDomainVerificationAddDomainSuccessDetails()
is false
.public boolean isDomainVerificationRemoveDomainDetails()
true
if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
, false
otherwise.public static EventDetails domainVerificationRemoveDomainDetails(DomainVerificationRemoveDomainDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DomainVerificationRemoveDomainDetails getDomainVerificationRemoveDomainDetailsValue()
EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
.DomainVerificationRemoveDomainDetails
value
associated with this instance if isDomainVerificationRemoveDomainDetails()
is true
.java.lang.IllegalStateException
- If isDomainVerificationRemoveDomainDetails()
is false
.public boolean isEnabledDomainInvitesDetails()
true
if this instance has the tag EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
, false
otherwise.public static EventDetails enabledDomainInvitesDetails(EnabledDomainInvitesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EnabledDomainInvitesDetails getEnabledDomainInvitesDetailsValue()
EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
.EnabledDomainInvitesDetails
value associated with
this instance if isEnabledDomainInvitesDetails()
is true
.java.lang.IllegalStateException
- If isEnabledDomainInvitesDetails()
is false
.public boolean isCreateFolderDetails()
true
if this instance is tagged as EventDetails.Tag.CREATE_FOLDER_DETAILS
, false
otherwise.public static EventDetails createFolderDetails(CreateFolderDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CREATE_FOLDER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CREATE_FOLDER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public CreateFolderDetails getCreateFolderDetailsValue()
EventDetails.Tag.CREATE_FOLDER_DETAILS
.CreateFolderDetails
value associated with this
instance if isCreateFolderDetails()
is true
.java.lang.IllegalStateException
- If isCreateFolderDetails()
is
false
.public boolean isFileAddDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_ADD_DETAILS
, false
otherwise.public static EventDetails fileAddDetails(FileAddDetails value)
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_ADD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileAddDetails getFileAddDetailsValue()
EventDetails.Tag.FILE_ADD_DETAILS
.FileAddDetails
value associated with this instance if
isFileAddDetails()
is true
.java.lang.IllegalStateException
- If isFileAddDetails()
is false
.public boolean isFileCopyDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_COPY_DETAILS
, false
otherwise.public static EventDetails fileCopyDetails(FileCopyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_COPY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_COPY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileCopyDetails getFileCopyDetailsValue()
EventDetails.Tag.FILE_COPY_DETAILS
.FileCopyDetails
value associated with this instance
if isFileCopyDetails()
is true
.java.lang.IllegalStateException
- If isFileCopyDetails()
is false
.public boolean isFileDeleteDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_DELETE_DETAILS
, false
otherwise.public static EventDetails fileDeleteDetails(FileDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileDeleteDetails getFileDeleteDetailsValue()
EventDetails.Tag.FILE_DELETE_DETAILS
.FileDeleteDetails
value associated with this instance
if isFileDeleteDetails()
is true
.java.lang.IllegalStateException
- If isFileDeleteDetails()
is false
.public boolean isFileDownloadDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails fileDownloadDetails(FileDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileDownloadDetails getFileDownloadDetailsValue()
EventDetails.Tag.FILE_DOWNLOAD_DETAILS
.FileDownloadDetails
value associated with this
instance if isFileDownloadDetails()
is true
.java.lang.IllegalStateException
- If isFileDownloadDetails()
is
false
.public boolean isFileEditDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_EDIT_DETAILS
, false
otherwise.public static EventDetails fileEditDetails(FileEditDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_EDIT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_EDIT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileEditDetails getFileEditDetailsValue()
EventDetails.Tag.FILE_EDIT_DETAILS
.FileEditDetails
value associated with this instance
if isFileEditDetails()
is true
.java.lang.IllegalStateException
- If isFileEditDetails()
is false
.public boolean isFileGetCopyReferenceDetails()
true
if this instance has the tag EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
, false
otherwise.public static EventDetails fileGetCopyReferenceDetails(FileGetCopyReferenceDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileGetCopyReferenceDetails getFileGetCopyReferenceDetailsValue()
EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
.FileGetCopyReferenceDetails
value associated with
this instance if isFileGetCopyReferenceDetails()
is true
.java.lang.IllegalStateException
- If isFileGetCopyReferenceDetails()
is false
.public boolean isFileLockingLockStatusChangedDetails()
true
if this instance has the tag EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
, false
otherwise.public static EventDetails fileLockingLockStatusChangedDetails(FileLockingLockStatusChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileLockingLockStatusChangedDetails getFileLockingLockStatusChangedDetailsValue()
EventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
.FileLockingLockStatusChangedDetails
value associated
with this instance if isFileLockingLockStatusChangedDetails()
is true
.java.lang.IllegalStateException
- If isFileLockingLockStatusChangedDetails()
is false
.public boolean isFileMoveDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_MOVE_DETAILS
, false
otherwise.public static EventDetails fileMoveDetails(FileMoveDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_MOVE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_MOVE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileMoveDetails getFileMoveDetailsValue()
EventDetails.Tag.FILE_MOVE_DETAILS
.FileMoveDetails
value associated with this instance
if isFileMoveDetails()
is true
.java.lang.IllegalStateException
- If isFileMoveDetails()
is false
.public boolean isFilePermanentlyDeleteDetails()
true
if this instance has the tag EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
, false
otherwise.public static EventDetails filePermanentlyDeleteDetails(FilePermanentlyDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FilePermanentlyDeleteDetails getFilePermanentlyDeleteDetailsValue()
EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
.FilePermanentlyDeleteDetails
value associated with
this instance if isFilePermanentlyDeleteDetails()
is true
.java.lang.IllegalStateException
- If isFilePermanentlyDeleteDetails()
is false
.public boolean isFilePreviewDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_PREVIEW_DETAILS
, false
otherwise.public static EventDetails filePreviewDetails(FilePreviewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_PREVIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_PREVIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FilePreviewDetails getFilePreviewDetailsValue()
EventDetails.Tag.FILE_PREVIEW_DETAILS
.FilePreviewDetails
value associated with this
instance if isFilePreviewDetails()
is true
.java.lang.IllegalStateException
- If isFilePreviewDetails()
is false
.public boolean isFileRenameDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_RENAME_DETAILS
, false
otherwise.public static EventDetails fileRenameDetails(FileRenameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_RENAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_RENAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRenameDetails getFileRenameDetailsValue()
EventDetails.Tag.FILE_RENAME_DETAILS
.FileRenameDetails
value associated with this instance
if isFileRenameDetails()
is true
.java.lang.IllegalStateException
- If isFileRenameDetails()
is false
.public boolean isFileRestoreDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_RESTORE_DETAILS
, false
otherwise.public static EventDetails fileRestoreDetails(FileRestoreDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_RESTORE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_RESTORE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRestoreDetails getFileRestoreDetailsValue()
EventDetails.Tag.FILE_RESTORE_DETAILS
.FileRestoreDetails
value associated with this
instance if isFileRestoreDetails()
is true
.java.lang.IllegalStateException
- If isFileRestoreDetails()
is false
.public boolean isFileRevertDetails()
true
if this instance is tagged as EventDetails.Tag.FILE_REVERT_DETAILS
, false
otherwise.public static EventDetails fileRevertDetails(FileRevertDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REVERT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REVERT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRevertDetails getFileRevertDetailsValue()
EventDetails.Tag.FILE_REVERT_DETAILS
.FileRevertDetails
value associated with this instance
if isFileRevertDetails()
is true
.java.lang.IllegalStateException
- If isFileRevertDetails()
is false
.public boolean isFileRollbackChangesDetails()
true
if this instance has the tag EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
, false
otherwise.public static EventDetails fileRollbackChangesDetails(FileRollbackChangesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRollbackChangesDetails getFileRollbackChangesDetailsValue()
EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
.FileRollbackChangesDetails
value associated with this
instance if isFileRollbackChangesDetails()
is true
.java.lang.IllegalStateException
- If isFileRollbackChangesDetails()
is false
.public boolean isFileSaveCopyReferenceDetails()
true
if this instance has the tag EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
, false
otherwise.public static EventDetails fileSaveCopyReferenceDetails(FileSaveCopyReferenceDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileSaveCopyReferenceDetails getFileSaveCopyReferenceDetailsValue()
EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
.FileSaveCopyReferenceDetails
value associated with
this instance if isFileSaveCopyReferenceDetails()
is true
.java.lang.IllegalStateException
- If isFileSaveCopyReferenceDetails()
is false
.public boolean isFolderOverviewDescriptionChangedDetails()
true
if this instance has the tag EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
, false
otherwise.public static EventDetails folderOverviewDescriptionChangedDetails(FolderOverviewDescriptionChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FolderOverviewDescriptionChangedDetails getFolderOverviewDescriptionChangedDetailsValue()
EventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
.FolderOverviewDescriptionChangedDetails
value
associated with this instance if isFolderOverviewDescriptionChangedDetails()
is true
.java.lang.IllegalStateException
- If isFolderOverviewDescriptionChangedDetails()
is false
.public boolean isFolderOverviewItemPinnedDetails()
true
if this instance has the tag EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
, false
otherwise.public static EventDetails folderOverviewItemPinnedDetails(FolderOverviewItemPinnedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FolderOverviewItemPinnedDetails getFolderOverviewItemPinnedDetailsValue()
EventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
.FolderOverviewItemPinnedDetails
value associated with
this instance if isFolderOverviewItemPinnedDetails()
is true
.java.lang.IllegalStateException
- If isFolderOverviewItemPinnedDetails()
is false
.public boolean isFolderOverviewItemUnpinnedDetails()
true
if this instance has the tag EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
, false
otherwise.public static EventDetails folderOverviewItemUnpinnedDetails(FolderOverviewItemUnpinnedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FolderOverviewItemUnpinnedDetails getFolderOverviewItemUnpinnedDetailsValue()
EventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
.FolderOverviewItemUnpinnedDetails
value associated
with this instance if isFolderOverviewItemUnpinnedDetails()
is
true
.java.lang.IllegalStateException
- If isFolderOverviewItemUnpinnedDetails()
is false
.public boolean isRewindFolderDetails()
true
if this instance is tagged as EventDetails.Tag.REWIND_FOLDER_DETAILS
, false
otherwise.public static EventDetails rewindFolderDetails(RewindFolderDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.REWIND_FOLDER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.REWIND_FOLDER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public RewindFolderDetails getRewindFolderDetailsValue()
EventDetails.Tag.REWIND_FOLDER_DETAILS
.RewindFolderDetails
value associated with this
instance if isRewindFolderDetails()
is true
.java.lang.IllegalStateException
- If isRewindFolderDetails()
is
false
.public boolean isFileRequestChangeDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
, false
otherwise.public static EventDetails fileRequestChangeDetails(FileRequestChangeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestChangeDetails getFileRequestChangeDetailsValue()
EventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
.FileRequestChangeDetails
value associated with this
instance if isFileRequestChangeDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestChangeDetails()
is
false
.public boolean isFileRequestCloseDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
, false
otherwise.public static EventDetails fileRequestCloseDetails(FileRequestCloseDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestCloseDetails getFileRequestCloseDetailsValue()
EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
.FileRequestCloseDetails
value associated with this
instance if isFileRequestCloseDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestCloseDetails()
is
false
.public boolean isFileRequestCreateDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
, false
otherwise.public static EventDetails fileRequestCreateDetails(FileRequestCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestCreateDetails getFileRequestCreateDetailsValue()
EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
.FileRequestCreateDetails
value associated with this
instance if isFileRequestCreateDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestCreateDetails()
is
false
.public boolean isFileRequestDeleteDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
, false
otherwise.public static EventDetails fileRequestDeleteDetails(FileRequestDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestDeleteDetails getFileRequestDeleteDetailsValue()
EventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
.FileRequestDeleteDetails
value associated with this
instance if isFileRequestDeleteDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestDeleteDetails()
is
false
.public boolean isFileRequestReceiveFileDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
, false
otherwise.public static EventDetails fileRequestReceiveFileDetails(FileRequestReceiveFileDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestReceiveFileDetails getFileRequestReceiveFileDetailsValue()
EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
.FileRequestReceiveFileDetails
value associated with
this instance if isFileRequestReceiveFileDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestReceiveFileDetails()
is false
.public boolean isGroupAddExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails groupAddExternalIdDetails(GroupAddExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupAddExternalIdDetails getGroupAddExternalIdDetailsValue()
EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
.GroupAddExternalIdDetails
value associated with this
instance if isGroupAddExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isGroupAddExternalIdDetails()
is
false
.public boolean isGroupAddMemberDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
, false
otherwise.public static EventDetails groupAddMemberDetails(GroupAddMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupAddMemberDetails getGroupAddMemberDetailsValue()
EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
.GroupAddMemberDetails
value associated with this
instance if isGroupAddMemberDetails()
is true
.java.lang.IllegalStateException
- If isGroupAddMemberDetails()
is
false
.public boolean isGroupChangeExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails groupChangeExternalIdDetails(GroupChangeExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupChangeExternalIdDetails getGroupChangeExternalIdDetailsValue()
EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
.GroupChangeExternalIdDetails
value associated with
this instance if isGroupChangeExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isGroupChangeExternalIdDetails()
is false
.public boolean isGroupChangeManagementTypeDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
, false
otherwise.public static EventDetails groupChangeManagementTypeDetails(GroupChangeManagementTypeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupChangeManagementTypeDetails getGroupChangeManagementTypeDetailsValue()
EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
.GroupChangeManagementTypeDetails
value associated
with this instance if isGroupChangeManagementTypeDetails()
is
true
.java.lang.IllegalStateException
- If isGroupChangeManagementTypeDetails()
is false
.public boolean isGroupChangeMemberRoleDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.public static EventDetails groupChangeMemberRoleDetails(GroupChangeMemberRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupChangeMemberRoleDetails getGroupChangeMemberRoleDetailsValue()
EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
.GroupChangeMemberRoleDetails
value associated with
this instance if isGroupChangeMemberRoleDetails()
is true
.java.lang.IllegalStateException
- If isGroupChangeMemberRoleDetails()
is false
.public boolean isGroupCreateDetails()
true
if this instance is tagged as EventDetails.Tag.GROUP_CREATE_DETAILS
, false
otherwise.public static EventDetails groupCreateDetails(GroupCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupCreateDetails getGroupCreateDetailsValue()
EventDetails.Tag.GROUP_CREATE_DETAILS
.GroupCreateDetails
value associated with this
instance if isGroupCreateDetails()
is true
.java.lang.IllegalStateException
- If isGroupCreateDetails()
is false
.public boolean isGroupDeleteDetails()
true
if this instance is tagged as EventDetails.Tag.GROUP_DELETE_DETAILS
, false
otherwise.public static EventDetails groupDeleteDetails(GroupDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupDeleteDetails getGroupDeleteDetailsValue()
EventDetails.Tag.GROUP_DELETE_DETAILS
.GroupDeleteDetails
value associated with this
instance if isGroupDeleteDetails()
is true
.java.lang.IllegalStateException
- If isGroupDeleteDetails()
is false
.public boolean isGroupDescriptionUpdatedDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
, false
otherwise.public static EventDetails groupDescriptionUpdatedDetails(GroupDescriptionUpdatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupDescriptionUpdatedDetails getGroupDescriptionUpdatedDetailsValue()
EventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
.GroupDescriptionUpdatedDetails
value associated with
this instance if isGroupDescriptionUpdatedDetails()
is true
.java.lang.IllegalStateException
- If isGroupDescriptionUpdatedDetails()
is false
.public boolean isGroupJoinPolicyUpdatedDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
, false
otherwise.public static EventDetails groupJoinPolicyUpdatedDetails(GroupJoinPolicyUpdatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupJoinPolicyUpdatedDetails getGroupJoinPolicyUpdatedDetailsValue()
EventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
.GroupJoinPolicyUpdatedDetails
value associated with
this instance if isGroupJoinPolicyUpdatedDetails()
is true
.java.lang.IllegalStateException
- If isGroupJoinPolicyUpdatedDetails()
is false
.public boolean isGroupMovedDetails()
true
if this instance is tagged as EventDetails.Tag.GROUP_MOVED_DETAILS
, false
otherwise.public static EventDetails groupMovedDetails(GroupMovedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_MOVED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_MOVED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupMovedDetails getGroupMovedDetailsValue()
EventDetails.Tag.GROUP_MOVED_DETAILS
.GroupMovedDetails
value associated with this instance
if isGroupMovedDetails()
is true
.java.lang.IllegalStateException
- If isGroupMovedDetails()
is false
.public boolean isGroupRemoveExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails groupRemoveExternalIdDetails(GroupRemoveExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupRemoveExternalIdDetails getGroupRemoveExternalIdDetailsValue()
EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
.GroupRemoveExternalIdDetails
value associated with
this instance if isGroupRemoveExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isGroupRemoveExternalIdDetails()
is false
.public boolean isGroupRemoveMemberDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
, false
otherwise.public static EventDetails groupRemoveMemberDetails(GroupRemoveMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupRemoveMemberDetails getGroupRemoveMemberDetailsValue()
EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
.GroupRemoveMemberDetails
value associated with this
instance if isGroupRemoveMemberDetails()
is true
.java.lang.IllegalStateException
- If isGroupRemoveMemberDetails()
is
false
.public boolean isGroupRenameDetails()
true
if this instance is tagged as EventDetails.Tag.GROUP_RENAME_DETAILS
, false
otherwise.public static EventDetails groupRenameDetails(GroupRenameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_RENAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_RENAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupRenameDetails getGroupRenameDetailsValue()
EventDetails.Tag.GROUP_RENAME_DETAILS
.GroupRenameDetails
value associated with this
instance if isGroupRenameDetails()
is true
.java.lang.IllegalStateException
- If isGroupRenameDetails()
is false
.public boolean isLegalHoldsActivateAHoldDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
, false
otherwise.public static EventDetails legalHoldsActivateAHoldDetails(LegalHoldsActivateAHoldDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsActivateAHoldDetails getLegalHoldsActivateAHoldDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
.LegalHoldsActivateAHoldDetails
value associated with
this instance if isLegalHoldsActivateAHoldDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsActivateAHoldDetails()
is false
.public boolean isLegalHoldsAddMembersDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
, false
otherwise.public static EventDetails legalHoldsAddMembersDetails(LegalHoldsAddMembersDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsAddMembersDetails getLegalHoldsAddMembersDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
.LegalHoldsAddMembersDetails
value associated with
this instance if isLegalHoldsAddMembersDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsAddMembersDetails()
is false
.public boolean isLegalHoldsChangeHoldDetailsDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
, false
otherwise.public static EventDetails legalHoldsChangeHoldDetailsDetails(LegalHoldsChangeHoldDetailsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsChangeHoldDetailsDetails getLegalHoldsChangeHoldDetailsDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
.LegalHoldsChangeHoldDetailsDetails
value associated
with this instance if isLegalHoldsChangeHoldDetailsDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsChangeHoldDetailsDetails()
is false
.public boolean isLegalHoldsChangeHoldNameDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
, false
otherwise.public static EventDetails legalHoldsChangeHoldNameDetails(LegalHoldsChangeHoldNameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsChangeHoldNameDetails getLegalHoldsChangeHoldNameDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
.LegalHoldsChangeHoldNameDetails
value associated with
this instance if isLegalHoldsChangeHoldNameDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsChangeHoldNameDetails()
is false
.public boolean isLegalHoldsExportAHoldDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
, false
otherwise.public static EventDetails legalHoldsExportAHoldDetails(LegalHoldsExportAHoldDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsExportAHoldDetails getLegalHoldsExportAHoldDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
.LegalHoldsExportAHoldDetails
value associated with
this instance if isLegalHoldsExportAHoldDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsExportAHoldDetails()
is false
.public boolean isLegalHoldsExportCancelledDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
, false
otherwise.public static EventDetails legalHoldsExportCancelledDetails(LegalHoldsExportCancelledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsExportCancelledDetails getLegalHoldsExportCancelledDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
.LegalHoldsExportCancelledDetails
value associated
with this instance if isLegalHoldsExportCancelledDetails()
is
true
.java.lang.IllegalStateException
- If isLegalHoldsExportCancelledDetails()
is false
.public boolean isLegalHoldsExportDownloadedDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
, false
otherwise.public static EventDetails legalHoldsExportDownloadedDetails(LegalHoldsExportDownloadedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsExportDownloadedDetails getLegalHoldsExportDownloadedDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
.LegalHoldsExportDownloadedDetails
value associated
with this instance if isLegalHoldsExportDownloadedDetails()
is
true
.java.lang.IllegalStateException
- If isLegalHoldsExportDownloadedDetails()
is false
.public boolean isLegalHoldsExportRemovedDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
, false
otherwise.public static EventDetails legalHoldsExportRemovedDetails(LegalHoldsExportRemovedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsExportRemovedDetails getLegalHoldsExportRemovedDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
.LegalHoldsExportRemovedDetails
value associated with
this instance if isLegalHoldsExportRemovedDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsExportRemovedDetails()
is false
.public boolean isLegalHoldsReleaseAHoldDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
, false
otherwise.public static EventDetails legalHoldsReleaseAHoldDetails(LegalHoldsReleaseAHoldDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsReleaseAHoldDetails getLegalHoldsReleaseAHoldDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
.LegalHoldsReleaseAHoldDetails
value associated with
this instance if isLegalHoldsReleaseAHoldDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsReleaseAHoldDetails()
is false
.public boolean isLegalHoldsRemoveMembersDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
, false
otherwise.public static EventDetails legalHoldsRemoveMembersDetails(LegalHoldsRemoveMembersDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsRemoveMembersDetails getLegalHoldsRemoveMembersDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
.LegalHoldsRemoveMembersDetails
value associated with
this instance if isLegalHoldsRemoveMembersDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsRemoveMembersDetails()
is false
.public boolean isLegalHoldsReportAHoldDetails()
true
if this instance has the tag EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
, false
otherwise.public static EventDetails legalHoldsReportAHoldDetails(LegalHoldsReportAHoldDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LegalHoldsReportAHoldDetails getLegalHoldsReportAHoldDetailsValue()
EventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
.LegalHoldsReportAHoldDetails
value associated with
this instance if isLegalHoldsReportAHoldDetails()
is true
.java.lang.IllegalStateException
- If isLegalHoldsReportAHoldDetails()
is false
.public boolean isAccountLockOrUnlockedDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
, false
otherwise.public static EventDetails accountLockOrUnlockedDetails(AccountLockOrUnlockedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountLockOrUnlockedDetails getAccountLockOrUnlockedDetailsValue()
EventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
.AccountLockOrUnlockedDetails
value associated with
this instance if isAccountLockOrUnlockedDetails()
is true
.java.lang.IllegalStateException
- If isAccountLockOrUnlockedDetails()
is false
.public boolean isEmmErrorDetails()
true
if this instance is tagged as EventDetails.Tag.EMM_ERROR_DETAILS
, false
otherwise.public static EventDetails emmErrorDetails(EmmErrorDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_ERROR_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_ERROR_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmErrorDetails getEmmErrorDetailsValue()
EventDetails.Tag.EMM_ERROR_DETAILS
.EmmErrorDetails
value associated with this instance
if isEmmErrorDetails()
is true
.java.lang.IllegalStateException
- If isEmmErrorDetails()
is false
.public boolean isGuestAdminSignedInViaTrustedTeamsDetails()
true
if this instance has the tag EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
, false
otherwise.public static EventDetails guestAdminSignedInViaTrustedTeamsDetails(GuestAdminSignedInViaTrustedTeamsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GuestAdminSignedInViaTrustedTeamsDetails getGuestAdminSignedInViaTrustedTeamsDetailsValue()
EventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
.GuestAdminSignedInViaTrustedTeamsDetails
value
associated with this instance if isGuestAdminSignedInViaTrustedTeamsDetails()
is true
.java.lang.IllegalStateException
- If isGuestAdminSignedInViaTrustedTeamsDetails()
is false
.public boolean isGuestAdminSignedOutViaTrustedTeamsDetails()
true
if this instance has the tag EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
, false
otherwise.public static EventDetails guestAdminSignedOutViaTrustedTeamsDetails(GuestAdminSignedOutViaTrustedTeamsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GuestAdminSignedOutViaTrustedTeamsDetails getGuestAdminSignedOutViaTrustedTeamsDetailsValue()
EventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
.GuestAdminSignedOutViaTrustedTeamsDetails
value
associated with this instance if isGuestAdminSignedOutViaTrustedTeamsDetails()
is true
.java.lang.IllegalStateException
- If isGuestAdminSignedOutViaTrustedTeamsDetails()
is false
.public boolean isLoginFailDetails()
true
if this instance is tagged as EventDetails.Tag.LOGIN_FAIL_DETAILS
, false
otherwise.public static EventDetails loginFailDetails(LoginFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LOGIN_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LOGIN_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LoginFailDetails getLoginFailDetailsValue()
EventDetails.Tag.LOGIN_FAIL_DETAILS
.LoginFailDetails
value associated with this instance
if isLoginFailDetails()
is true
.java.lang.IllegalStateException
- If isLoginFailDetails()
is false
.public boolean isLoginSuccessDetails()
true
if this instance is tagged as EventDetails.Tag.LOGIN_SUCCESS_DETAILS
, false
otherwise.public static EventDetails loginSuccessDetails(LoginSuccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.LOGIN_SUCCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LOGIN_SUCCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LoginSuccessDetails getLoginSuccessDetailsValue()
EventDetails.Tag.LOGIN_SUCCESS_DETAILS
.LoginSuccessDetails
value associated with this
instance if isLoginSuccessDetails()
is true
.java.lang.IllegalStateException
- If isLoginSuccessDetails()
is
false
.public boolean isLogoutDetails()
true
if this instance is tagged as EventDetails.Tag.LOGOUT_DETAILS
, false
otherwise.public static EventDetails logoutDetails(LogoutDetails value)
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.LOGOUT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public LogoutDetails getLogoutDetailsValue()
EventDetails.Tag.LOGOUT_DETAILS
.LogoutDetails
value associated with this instance if
isLogoutDetails()
is true
.java.lang.IllegalStateException
- If isLogoutDetails()
is false
.public boolean isResellerSupportSessionEndDetails()
true
if this instance has the tag EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
, false
otherwise.public static EventDetails resellerSupportSessionEndDetails(ResellerSupportSessionEndDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ResellerSupportSessionEndDetails getResellerSupportSessionEndDetailsValue()
EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
.ResellerSupportSessionEndDetails
value associated
with this instance if isResellerSupportSessionEndDetails()
is
true
.java.lang.IllegalStateException
- If isResellerSupportSessionEndDetails()
is false
.public boolean isResellerSupportSessionStartDetails()
true
if this instance has the tag EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
, false
otherwise.public static EventDetails resellerSupportSessionStartDetails(ResellerSupportSessionStartDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ResellerSupportSessionStartDetails getResellerSupportSessionStartDetailsValue()
EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
.ResellerSupportSessionStartDetails
value associated
with this instance if isResellerSupportSessionStartDetails()
is true
.java.lang.IllegalStateException
- If isResellerSupportSessionStartDetails()
is false
.public boolean isSignInAsSessionEndDetails()
true
if this instance has the tag EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
, false
otherwise.public static EventDetails signInAsSessionEndDetails(SignInAsSessionEndDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SignInAsSessionEndDetails getSignInAsSessionEndDetailsValue()
EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
.SignInAsSessionEndDetails
value associated with this
instance if isSignInAsSessionEndDetails()
is true
.java.lang.IllegalStateException
- If isSignInAsSessionEndDetails()
is
false
.public boolean isSignInAsSessionStartDetails()
true
if this instance has the tag EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
, false
otherwise.public static EventDetails signInAsSessionStartDetails(SignInAsSessionStartDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SignInAsSessionStartDetails getSignInAsSessionStartDetailsValue()
EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
.SignInAsSessionStartDetails
value associated with
this instance if isSignInAsSessionStartDetails()
is true
.java.lang.IllegalStateException
- If isSignInAsSessionStartDetails()
is false
.public boolean isSsoErrorDetails()
true
if this instance is tagged as EventDetails.Tag.SSO_ERROR_DETAILS
, false
otherwise.public static EventDetails ssoErrorDetails(SsoErrorDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_ERROR_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_ERROR_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoErrorDetails getSsoErrorDetailsValue()
EventDetails.Tag.SSO_ERROR_DETAILS
.SsoErrorDetails
value associated with this instance
if isSsoErrorDetails()
is true
.java.lang.IllegalStateException
- If isSsoErrorDetails()
is false
.public boolean isCreateTeamInviteLinkDetails()
true
if this instance has the tag EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
, false
otherwise.public static EventDetails createTeamInviteLinkDetails(CreateTeamInviteLinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public CreateTeamInviteLinkDetails getCreateTeamInviteLinkDetailsValue()
EventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
.CreateTeamInviteLinkDetails
value associated with
this instance if isCreateTeamInviteLinkDetails()
is true
.java.lang.IllegalStateException
- If isCreateTeamInviteLinkDetails()
is false
.public boolean isDeleteTeamInviteLinkDetails()
true
if this instance has the tag EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
, false
otherwise.public static EventDetails deleteTeamInviteLinkDetails(DeleteTeamInviteLinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeleteTeamInviteLinkDetails getDeleteTeamInviteLinkDetailsValue()
EventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
.DeleteTeamInviteLinkDetails
value associated with
this instance if isDeleteTeamInviteLinkDetails()
is true
.java.lang.IllegalStateException
- If isDeleteTeamInviteLinkDetails()
is false
.public boolean isMemberAddExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails memberAddExternalIdDetails(MemberAddExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberAddExternalIdDetails getMemberAddExternalIdDetailsValue()
EventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
.MemberAddExternalIdDetails
value associated with this
instance if isMemberAddExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isMemberAddExternalIdDetails()
is false
.public boolean isMemberAddNameDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_ADD_NAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_ADD_NAME_DETAILS
, false
otherwise.public static EventDetails memberAddNameDetails(MemberAddNameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_ADD_NAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_ADD_NAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberAddNameDetails getMemberAddNameDetailsValue()
EventDetails.Tag.MEMBER_ADD_NAME_DETAILS
.MemberAddNameDetails
value associated with this
instance if isMemberAddNameDetails()
is true
.java.lang.IllegalStateException
- If isMemberAddNameDetails()
is
false
.public boolean isMemberChangeAdminRoleDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
, false
otherwise.public static EventDetails memberChangeAdminRoleDetails(MemberChangeAdminRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeAdminRoleDetails getMemberChangeAdminRoleDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
.MemberChangeAdminRoleDetails
value associated with
this instance if isMemberChangeAdminRoleDetails()
is true
.java.lang.IllegalStateException
- If isMemberChangeAdminRoleDetails()
is false
.public boolean isMemberChangeEmailDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
, false
otherwise.public static EventDetails memberChangeEmailDetails(MemberChangeEmailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeEmailDetails getMemberChangeEmailDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
.MemberChangeEmailDetails
value associated with this
instance if isMemberChangeEmailDetails()
is true
.java.lang.IllegalStateException
- If isMemberChangeEmailDetails()
is
false
.public boolean isMemberChangeExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails memberChangeExternalIdDetails(MemberChangeExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeExternalIdDetails getMemberChangeExternalIdDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
.MemberChangeExternalIdDetails
value associated with
this instance if isMemberChangeExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isMemberChangeExternalIdDetails()
is false
.public boolean isMemberChangeMembershipTypeDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
, false
otherwise.public static EventDetails memberChangeMembershipTypeDetails(MemberChangeMembershipTypeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeMembershipTypeDetails getMemberChangeMembershipTypeDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
.MemberChangeMembershipTypeDetails
value associated
with this instance if isMemberChangeMembershipTypeDetails()
is
true
.java.lang.IllegalStateException
- If isMemberChangeMembershipTypeDetails()
is false
.public boolean isMemberChangeNameDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
, false
otherwise.public static EventDetails memberChangeNameDetails(MemberChangeNameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeNameDetails getMemberChangeNameDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
.MemberChangeNameDetails
value associated with this
instance if isMemberChangeNameDetails()
is true
.java.lang.IllegalStateException
- If isMemberChangeNameDetails()
is
false
.public boolean isMemberChangeStatusDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
, false
otherwise.public static EventDetails memberChangeStatusDetails(MemberChangeStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberChangeStatusDetails getMemberChangeStatusDetailsValue()
EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
.MemberChangeStatusDetails
value associated with this
instance if isMemberChangeStatusDetails()
is true
.java.lang.IllegalStateException
- If isMemberChangeStatusDetails()
is
false
.public boolean isMemberDeleteManualContactsDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
, false
otherwise.public static EventDetails memberDeleteManualContactsDetails(MemberDeleteManualContactsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberDeleteManualContactsDetails getMemberDeleteManualContactsDetailsValue()
EventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
.MemberDeleteManualContactsDetails
value associated
with this instance if isMemberDeleteManualContactsDetails()
is
true
.java.lang.IllegalStateException
- If isMemberDeleteManualContactsDetails()
is false
.public boolean isMemberDeleteProfilePhotoDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
, false
otherwise.public static EventDetails memberDeleteProfilePhotoDetails(MemberDeleteProfilePhotoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberDeleteProfilePhotoDetails getMemberDeleteProfilePhotoDetailsValue()
EventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
.MemberDeleteProfilePhotoDetails
value associated with
this instance if isMemberDeleteProfilePhotoDetails()
is true
.java.lang.IllegalStateException
- If isMemberDeleteProfilePhotoDetails()
is false
.public boolean isMemberPermanentlyDeleteAccountContentsDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
, false
otherwise.public static EventDetails memberPermanentlyDeleteAccountContentsDetails(MemberPermanentlyDeleteAccountContentsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberPermanentlyDeleteAccountContentsDetails getMemberPermanentlyDeleteAccountContentsDetailsValue()
EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
.MemberPermanentlyDeleteAccountContentsDetails
value
associated with this instance if isMemberPermanentlyDeleteAccountContentsDetails()
is true
.java.lang.IllegalStateException
- If isMemberPermanentlyDeleteAccountContentsDetails()
is false
.public boolean isMemberRemoveExternalIdDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
, false
otherwise.public static EventDetails memberRemoveExternalIdDetails(MemberRemoveExternalIdDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberRemoveExternalIdDetails getMemberRemoveExternalIdDetailsValue()
EventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
.MemberRemoveExternalIdDetails
value associated with
this instance if isMemberRemoveExternalIdDetails()
is true
.java.lang.IllegalStateException
- If isMemberRemoveExternalIdDetails()
is false
.public boolean isMemberSetProfilePhotoDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
, false
otherwise.public static EventDetails memberSetProfilePhotoDetails(MemberSetProfilePhotoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSetProfilePhotoDetails getMemberSetProfilePhotoDetailsValue()
EventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
.MemberSetProfilePhotoDetails
value associated with
this instance if isMemberSetProfilePhotoDetails()
is true
.java.lang.IllegalStateException
- If isMemberSetProfilePhotoDetails()
is false
.public boolean isMemberSpaceLimitsAddCustomQuotaDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsAddCustomQuotaDetails(MemberSpaceLimitsAddCustomQuotaDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsAddCustomQuotaDetails getMemberSpaceLimitsAddCustomQuotaDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
.MemberSpaceLimitsAddCustomQuotaDetails
value
associated with this instance if isMemberSpaceLimitsAddCustomQuotaDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsAddCustomQuotaDetails()
is false
.public boolean isMemberSpaceLimitsChangeCustomQuotaDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsChangeCustomQuotaDetails(MemberSpaceLimitsChangeCustomQuotaDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsChangeCustomQuotaDetails getMemberSpaceLimitsChangeCustomQuotaDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
.MemberSpaceLimitsChangeCustomQuotaDetails
value
associated with this instance if isMemberSpaceLimitsChangeCustomQuotaDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsChangeCustomQuotaDetails()
is false
.public boolean isMemberSpaceLimitsChangeStatusDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsChangeStatusDetails(MemberSpaceLimitsChangeStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsChangeStatusDetails getMemberSpaceLimitsChangeStatusDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
.MemberSpaceLimitsChangeStatusDetails
value associated
with this instance if isMemberSpaceLimitsChangeStatusDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsChangeStatusDetails()
is false
.public boolean isMemberSpaceLimitsRemoveCustomQuotaDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsRemoveCustomQuotaDetails(MemberSpaceLimitsRemoveCustomQuotaDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsRemoveCustomQuotaDetails getMemberSpaceLimitsRemoveCustomQuotaDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
.MemberSpaceLimitsRemoveCustomQuotaDetails
value
associated with this instance if isMemberSpaceLimitsRemoveCustomQuotaDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsRemoveCustomQuotaDetails()
is false
.public boolean isMemberSuggestDetails()
true
if this instance is tagged as EventDetails.Tag.MEMBER_SUGGEST_DETAILS
, false
otherwise.public static EventDetails memberSuggestDetails(MemberSuggestDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SUGGEST_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SUGGEST_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSuggestDetails getMemberSuggestDetailsValue()
EventDetails.Tag.MEMBER_SUGGEST_DETAILS
.MemberSuggestDetails
value associated with this
instance if isMemberSuggestDetails()
is true
.java.lang.IllegalStateException
- If isMemberSuggestDetails()
is
false
.public boolean isMemberTransferAccountContentsDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
, false
otherwise.public static EventDetails memberTransferAccountContentsDetails(MemberTransferAccountContentsDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberTransferAccountContentsDetails getMemberTransferAccountContentsDetailsValue()
EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
.MemberTransferAccountContentsDetails
value associated
with this instance if isMemberTransferAccountContentsDetails()
is true
.java.lang.IllegalStateException
- If isMemberTransferAccountContentsDetails()
is false
.public boolean isPendingSecondaryEmailAddedDetails()
true
if this instance has the tag EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
, false
otherwise.public static EventDetails pendingSecondaryEmailAddedDetails(PendingSecondaryEmailAddedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PendingSecondaryEmailAddedDetails getPendingSecondaryEmailAddedDetailsValue()
EventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
.PendingSecondaryEmailAddedDetails
value associated
with this instance if isPendingSecondaryEmailAddedDetails()
is
true
.java.lang.IllegalStateException
- If isPendingSecondaryEmailAddedDetails()
is false
.public boolean isSecondaryEmailDeletedDetails()
true
if this instance has the tag EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
, false
otherwise.public static EventDetails secondaryEmailDeletedDetails(SecondaryEmailDeletedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SecondaryEmailDeletedDetails getSecondaryEmailDeletedDetailsValue()
EventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
.SecondaryEmailDeletedDetails
value associated with
this instance if isSecondaryEmailDeletedDetails()
is true
.java.lang.IllegalStateException
- If isSecondaryEmailDeletedDetails()
is false
.public boolean isSecondaryEmailVerifiedDetails()
true
if this instance has the tag EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
, false
otherwise.public static EventDetails secondaryEmailVerifiedDetails(SecondaryEmailVerifiedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SecondaryEmailVerifiedDetails getSecondaryEmailVerifiedDetailsValue()
EventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
.SecondaryEmailVerifiedDetails
value associated with
this instance if isSecondaryEmailVerifiedDetails()
is true
.java.lang.IllegalStateException
- If isSecondaryEmailVerifiedDetails()
is false
.public boolean isSecondaryMailsPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails secondaryMailsPolicyChangedDetails(SecondaryMailsPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SecondaryMailsPolicyChangedDetails getSecondaryMailsPolicyChangedDetailsValue()
EventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
.SecondaryMailsPolicyChangedDetails
value associated
with this instance if isSecondaryMailsPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isSecondaryMailsPolicyChangedDetails()
is false
.public boolean isBinderAddPageDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_ADD_PAGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_ADD_PAGE_DETAILS
, false
otherwise.public static EventDetails binderAddPageDetails(BinderAddPageDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_ADD_PAGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_ADD_PAGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderAddPageDetails getBinderAddPageDetailsValue()
EventDetails.Tag.BINDER_ADD_PAGE_DETAILS
.BinderAddPageDetails
value associated with this
instance if isBinderAddPageDetails()
is true
.java.lang.IllegalStateException
- If isBinderAddPageDetails()
is
false
.public boolean isBinderAddSectionDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_ADD_SECTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_ADD_SECTION_DETAILS
, false
otherwise.public static EventDetails binderAddSectionDetails(BinderAddSectionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_ADD_SECTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_ADD_SECTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderAddSectionDetails getBinderAddSectionDetailsValue()
EventDetails.Tag.BINDER_ADD_SECTION_DETAILS
.BinderAddSectionDetails
value associated with this
instance if isBinderAddSectionDetails()
is true
.java.lang.IllegalStateException
- If isBinderAddSectionDetails()
is
false
.public boolean isBinderRemovePageDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
, false
otherwise.public static EventDetails binderRemovePageDetails(BinderRemovePageDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderRemovePageDetails getBinderRemovePageDetailsValue()
EventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
.BinderRemovePageDetails
value associated with this
instance if isBinderRemovePageDetails()
is true
.java.lang.IllegalStateException
- If isBinderRemovePageDetails()
is
false
.public boolean isBinderRemoveSectionDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
, false
otherwise.public static EventDetails binderRemoveSectionDetails(BinderRemoveSectionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderRemoveSectionDetails getBinderRemoveSectionDetailsValue()
EventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
.BinderRemoveSectionDetails
value associated with this
instance if isBinderRemoveSectionDetails()
is true
.java.lang.IllegalStateException
- If isBinderRemoveSectionDetails()
is false
.public boolean isBinderRenamePageDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
, false
otherwise.public static EventDetails binderRenamePageDetails(BinderRenamePageDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderRenamePageDetails getBinderRenamePageDetailsValue()
EventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
.BinderRenamePageDetails
value associated with this
instance if isBinderRenamePageDetails()
is true
.java.lang.IllegalStateException
- If isBinderRenamePageDetails()
is
false
.public boolean isBinderRenameSectionDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
, false
otherwise.public static EventDetails binderRenameSectionDetails(BinderRenameSectionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderRenameSectionDetails getBinderRenameSectionDetailsValue()
EventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
.BinderRenameSectionDetails
value associated with this
instance if isBinderRenameSectionDetails()
is true
.java.lang.IllegalStateException
- If isBinderRenameSectionDetails()
is false
.public boolean isBinderReorderPageDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
, false
otherwise.public static EventDetails binderReorderPageDetails(BinderReorderPageDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderReorderPageDetails getBinderReorderPageDetailsValue()
EventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
.BinderReorderPageDetails
value associated with this
instance if isBinderReorderPageDetails()
is true
.java.lang.IllegalStateException
- If isBinderReorderPageDetails()
is
false
.public boolean isBinderReorderSectionDetails()
true
if this instance has the tag EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
, false
otherwise.public static EventDetails binderReorderSectionDetails(BinderReorderSectionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public BinderReorderSectionDetails getBinderReorderSectionDetailsValue()
EventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
.BinderReorderSectionDetails
value associated with
this instance if isBinderReorderSectionDetails()
is true
.java.lang.IllegalStateException
- If isBinderReorderSectionDetails()
is false
.public boolean isPaperContentAddMemberDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
, false
otherwise.public static EventDetails paperContentAddMemberDetails(PaperContentAddMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentAddMemberDetails getPaperContentAddMemberDetailsValue()
EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
.PaperContentAddMemberDetails
value associated with
this instance if isPaperContentAddMemberDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentAddMemberDetails()
is false
.public boolean isPaperContentAddToFolderDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
, false
otherwise.public static EventDetails paperContentAddToFolderDetails(PaperContentAddToFolderDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentAddToFolderDetails getPaperContentAddToFolderDetailsValue()
EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
.PaperContentAddToFolderDetails
value associated with
this instance if isPaperContentAddToFolderDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentAddToFolderDetails()
is false
.public boolean isPaperContentArchiveDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
, false
otherwise.public static EventDetails paperContentArchiveDetails(PaperContentArchiveDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentArchiveDetails getPaperContentArchiveDetailsValue()
EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
.PaperContentArchiveDetails
value associated with this
instance if isPaperContentArchiveDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentArchiveDetails()
is false
.public boolean isPaperContentCreateDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
, false
otherwise.public static EventDetails paperContentCreateDetails(PaperContentCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentCreateDetails getPaperContentCreateDetailsValue()
EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
.PaperContentCreateDetails
value associated with this
instance if isPaperContentCreateDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentCreateDetails()
is
false
.public boolean isPaperContentPermanentlyDeleteDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
, false
otherwise.public static EventDetails paperContentPermanentlyDeleteDetails(PaperContentPermanentlyDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentPermanentlyDeleteDetails getPaperContentPermanentlyDeleteDetailsValue()
EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
.PaperContentPermanentlyDeleteDetails
value associated
with this instance if isPaperContentPermanentlyDeleteDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentPermanentlyDeleteDetails()
is false
.public boolean isPaperContentRemoveFromFolderDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
, false
otherwise.public static EventDetails paperContentRemoveFromFolderDetails(PaperContentRemoveFromFolderDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentRemoveFromFolderDetails getPaperContentRemoveFromFolderDetailsValue()
EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
.PaperContentRemoveFromFolderDetails
value associated
with this instance if isPaperContentRemoveFromFolderDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentRemoveFromFolderDetails()
is false
.public boolean isPaperContentRemoveMemberDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
, false
otherwise.public static EventDetails paperContentRemoveMemberDetails(PaperContentRemoveMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentRemoveMemberDetails getPaperContentRemoveMemberDetailsValue()
EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
.PaperContentRemoveMemberDetails
value associated with
this instance if isPaperContentRemoveMemberDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentRemoveMemberDetails()
is false
.public boolean isPaperContentRenameDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
, false
otherwise.public static EventDetails paperContentRenameDetails(PaperContentRenameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentRenameDetails getPaperContentRenameDetailsValue()
EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
.PaperContentRenameDetails
value associated with this
instance if isPaperContentRenameDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentRenameDetails()
is
false
.public boolean isPaperContentRestoreDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
, false
otherwise.public static EventDetails paperContentRestoreDetails(PaperContentRestoreDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperContentRestoreDetails getPaperContentRestoreDetailsValue()
EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
.PaperContentRestoreDetails
value associated with this
instance if isPaperContentRestoreDetails()
is true
.java.lang.IllegalStateException
- If isPaperContentRestoreDetails()
is false
.public boolean isPaperDocAddCommentDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
, false
otherwise.public static EventDetails paperDocAddCommentDetails(PaperDocAddCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocAddCommentDetails getPaperDocAddCommentDetailsValue()
EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
.PaperDocAddCommentDetails
value associated with this
instance if isPaperDocAddCommentDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocAddCommentDetails()
is
false
.public boolean isPaperDocChangeMemberRoleDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.public static EventDetails paperDocChangeMemberRoleDetails(PaperDocChangeMemberRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocChangeMemberRoleDetails getPaperDocChangeMemberRoleDetailsValue()
EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
.PaperDocChangeMemberRoleDetails
value associated with
this instance if isPaperDocChangeMemberRoleDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocChangeMemberRoleDetails()
is false
.public boolean isPaperDocChangeSharingPolicyDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
, false
otherwise.public static EventDetails paperDocChangeSharingPolicyDetails(PaperDocChangeSharingPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocChangeSharingPolicyDetails getPaperDocChangeSharingPolicyDetailsValue()
EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
.PaperDocChangeSharingPolicyDetails
value associated
with this instance if isPaperDocChangeSharingPolicyDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocChangeSharingPolicyDetails()
is false
.public boolean isPaperDocChangeSubscriptionDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
, false
otherwise.public static EventDetails paperDocChangeSubscriptionDetails(PaperDocChangeSubscriptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocChangeSubscriptionDetails getPaperDocChangeSubscriptionDetailsValue()
EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
.PaperDocChangeSubscriptionDetails
value associated
with this instance if isPaperDocChangeSubscriptionDetails()
is
true
.java.lang.IllegalStateException
- If isPaperDocChangeSubscriptionDetails()
is false
.public boolean isPaperDocDeletedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_DELETED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_DELETED_DETAILS
, false
otherwise.public static EventDetails paperDocDeletedDetails(PaperDocDeletedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_DELETED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_DELETED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocDeletedDetails getPaperDocDeletedDetailsValue()
EventDetails.Tag.PAPER_DOC_DELETED_DETAILS
.PaperDocDeletedDetails
value associated with this
instance if isPaperDocDeletedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocDeletedDetails()
is
false
.public boolean isPaperDocDeleteCommentDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
, false
otherwise.public static EventDetails paperDocDeleteCommentDetails(PaperDocDeleteCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocDeleteCommentDetails getPaperDocDeleteCommentDetailsValue()
EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
.PaperDocDeleteCommentDetails
value associated with
this instance if isPaperDocDeleteCommentDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocDeleteCommentDetails()
is false
.public boolean isPaperDocDownloadDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails paperDocDownloadDetails(PaperDocDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocDownloadDetails getPaperDocDownloadDetailsValue()
EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
.PaperDocDownloadDetails
value associated with this
instance if isPaperDocDownloadDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocDownloadDetails()
is
false
.public boolean isPaperDocEditDetails()
true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_EDIT_DETAILS
, false
otherwise.public static EventDetails paperDocEditDetails(PaperDocEditDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_EDIT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_EDIT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocEditDetails getPaperDocEditDetailsValue()
EventDetails.Tag.PAPER_DOC_EDIT_DETAILS
.PaperDocEditDetails
value associated with this
instance if isPaperDocEditDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocEditDetails()
is
false
.public boolean isPaperDocEditCommentDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
, false
otherwise.public static EventDetails paperDocEditCommentDetails(PaperDocEditCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocEditCommentDetails getPaperDocEditCommentDetailsValue()
EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
.PaperDocEditCommentDetails
value associated with this
instance if isPaperDocEditCommentDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocEditCommentDetails()
is false
.public boolean isPaperDocFollowedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
, false
otherwise.public static EventDetails paperDocFollowedDetails(PaperDocFollowedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocFollowedDetails getPaperDocFollowedDetailsValue()
EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
.PaperDocFollowedDetails
value associated with this
instance if isPaperDocFollowedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocFollowedDetails()
is
false
.public boolean isPaperDocMentionDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_MENTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_MENTION_DETAILS
, false
otherwise.public static EventDetails paperDocMentionDetails(PaperDocMentionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_MENTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_MENTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocMentionDetails getPaperDocMentionDetailsValue()
EventDetails.Tag.PAPER_DOC_MENTION_DETAILS
.PaperDocMentionDetails
value associated with this
instance if isPaperDocMentionDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocMentionDetails()
is
false
.public boolean isPaperDocOwnershipChangedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
, false
otherwise.public static EventDetails paperDocOwnershipChangedDetails(PaperDocOwnershipChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocOwnershipChangedDetails getPaperDocOwnershipChangedDetailsValue()
EventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
.PaperDocOwnershipChangedDetails
value associated with
this instance if isPaperDocOwnershipChangedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocOwnershipChangedDetails()
is false
.public boolean isPaperDocRequestAccessDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
, false
otherwise.public static EventDetails paperDocRequestAccessDetails(PaperDocRequestAccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocRequestAccessDetails getPaperDocRequestAccessDetailsValue()
EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
.PaperDocRequestAccessDetails
value associated with
this instance if isPaperDocRequestAccessDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocRequestAccessDetails()
is false
.public boolean isPaperDocResolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails paperDocResolveCommentDetails(PaperDocResolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocResolveCommentDetails getPaperDocResolveCommentDetailsValue()
EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
.PaperDocResolveCommentDetails
value associated with
this instance if isPaperDocResolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocResolveCommentDetails()
is false
.public boolean isPaperDocRevertDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_REVERT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_REVERT_DETAILS
, false
otherwise.public static EventDetails paperDocRevertDetails(PaperDocRevertDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_REVERT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_REVERT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocRevertDetails getPaperDocRevertDetailsValue()
EventDetails.Tag.PAPER_DOC_REVERT_DETAILS
.PaperDocRevertDetails
value associated with this
instance if isPaperDocRevertDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocRevertDetails()
is
false
.public boolean isPaperDocSlackShareDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
, false
otherwise.public static EventDetails paperDocSlackShareDetails(PaperDocSlackShareDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocSlackShareDetails getPaperDocSlackShareDetailsValue()
EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
.PaperDocSlackShareDetails
value associated with this
instance if isPaperDocSlackShareDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocSlackShareDetails()
is
false
.public boolean isPaperDocTeamInviteDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
, false
otherwise.public static EventDetails paperDocTeamInviteDetails(PaperDocTeamInviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocTeamInviteDetails getPaperDocTeamInviteDetailsValue()
EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
.PaperDocTeamInviteDetails
value associated with this
instance if isPaperDocTeamInviteDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocTeamInviteDetails()
is
false
.public boolean isPaperDocTrashedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
, false
otherwise.public static EventDetails paperDocTrashedDetails(PaperDocTrashedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocTrashedDetails getPaperDocTrashedDetailsValue()
EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
.PaperDocTrashedDetails
value associated with this
instance if isPaperDocTrashedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocTrashedDetails()
is
false
.public boolean isPaperDocUnresolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails paperDocUnresolveCommentDetails(PaperDocUnresolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocUnresolveCommentDetails getPaperDocUnresolveCommentDetailsValue()
EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
.PaperDocUnresolveCommentDetails
value associated with
this instance if isPaperDocUnresolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocUnresolveCommentDetails()
is false
.public boolean isPaperDocUntrashedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
, false
otherwise.public static EventDetails paperDocUntrashedDetails(PaperDocUntrashedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocUntrashedDetails getPaperDocUntrashedDetailsValue()
EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
.PaperDocUntrashedDetails
value associated with this
instance if isPaperDocUntrashedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocUntrashedDetails()
is
false
.public boolean isPaperDocViewDetails()
true
if this instance is tagged as EventDetails.Tag.PAPER_DOC_VIEW_DETAILS
, false
otherwise.public static EventDetails paperDocViewDetails(PaperDocViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DOC_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DOC_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDocViewDetails getPaperDocViewDetailsValue()
EventDetails.Tag.PAPER_DOC_VIEW_DETAILS
.PaperDocViewDetails
value associated with this
instance if isPaperDocViewDetails()
is true
.java.lang.IllegalStateException
- If isPaperDocViewDetails()
is
false
.public boolean isPaperExternalViewAllowDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
, false
otherwise.public static EventDetails paperExternalViewAllowDetails(PaperExternalViewAllowDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperExternalViewAllowDetails getPaperExternalViewAllowDetailsValue()
EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
.PaperExternalViewAllowDetails
value associated with
this instance if isPaperExternalViewAllowDetails()
is true
.java.lang.IllegalStateException
- If isPaperExternalViewAllowDetails()
is false
.public boolean isPaperExternalViewDefaultTeamDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
, false
otherwise.public static EventDetails paperExternalViewDefaultTeamDetails(PaperExternalViewDefaultTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperExternalViewDefaultTeamDetails getPaperExternalViewDefaultTeamDetailsValue()
EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
.PaperExternalViewDefaultTeamDetails
value associated
with this instance if isPaperExternalViewDefaultTeamDetails()
is true
.java.lang.IllegalStateException
- If isPaperExternalViewDefaultTeamDetails()
is false
.public boolean isPaperExternalViewForbidDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
, false
otherwise.public static EventDetails paperExternalViewForbidDetails(PaperExternalViewForbidDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperExternalViewForbidDetails getPaperExternalViewForbidDetailsValue()
EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
.PaperExternalViewForbidDetails
value associated with
this instance if isPaperExternalViewForbidDetails()
is true
.java.lang.IllegalStateException
- If isPaperExternalViewForbidDetails()
is false
.public boolean isPaperFolderChangeSubscriptionDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
, false
otherwise.public static EventDetails paperFolderChangeSubscriptionDetails(PaperFolderChangeSubscriptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperFolderChangeSubscriptionDetails getPaperFolderChangeSubscriptionDetailsValue()
EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
.PaperFolderChangeSubscriptionDetails
value associated
with this instance if isPaperFolderChangeSubscriptionDetails()
is true
.java.lang.IllegalStateException
- If isPaperFolderChangeSubscriptionDetails()
is false
.public boolean isPaperFolderDeletedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
, false
otherwise.public static EventDetails paperFolderDeletedDetails(PaperFolderDeletedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperFolderDeletedDetails getPaperFolderDeletedDetailsValue()
EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
.PaperFolderDeletedDetails
value associated with this
instance if isPaperFolderDeletedDetails()
is true
.java.lang.IllegalStateException
- If isPaperFolderDeletedDetails()
is
false
.public boolean isPaperFolderFollowedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
, false
otherwise.public static EventDetails paperFolderFollowedDetails(PaperFolderFollowedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperFolderFollowedDetails getPaperFolderFollowedDetailsValue()
EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
.PaperFolderFollowedDetails
value associated with this
instance if isPaperFolderFollowedDetails()
is true
.java.lang.IllegalStateException
- If isPaperFolderFollowedDetails()
is false
.public boolean isPaperFolderTeamInviteDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
, false
otherwise.public static EventDetails paperFolderTeamInviteDetails(PaperFolderTeamInviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperFolderTeamInviteDetails getPaperFolderTeamInviteDetailsValue()
EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
.PaperFolderTeamInviteDetails
value associated with
this instance if isPaperFolderTeamInviteDetails()
is true
.java.lang.IllegalStateException
- If isPaperFolderTeamInviteDetails()
is false
.public boolean isPaperPublishedLinkChangePermissionDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
, false
otherwise.public static EventDetails paperPublishedLinkChangePermissionDetails(PaperPublishedLinkChangePermissionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperPublishedLinkChangePermissionDetails getPaperPublishedLinkChangePermissionDetailsValue()
EventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
.PaperPublishedLinkChangePermissionDetails
value
associated with this instance if isPaperPublishedLinkChangePermissionDetails()
is true
.java.lang.IllegalStateException
- If isPaperPublishedLinkChangePermissionDetails()
is false
.public boolean isPaperPublishedLinkCreateDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
, false
otherwise.public static EventDetails paperPublishedLinkCreateDetails(PaperPublishedLinkCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperPublishedLinkCreateDetails getPaperPublishedLinkCreateDetailsValue()
EventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
.PaperPublishedLinkCreateDetails
value associated with
this instance if isPaperPublishedLinkCreateDetails()
is true
.java.lang.IllegalStateException
- If isPaperPublishedLinkCreateDetails()
is false
.public boolean isPaperPublishedLinkDisabledDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
, false
otherwise.public static EventDetails paperPublishedLinkDisabledDetails(PaperPublishedLinkDisabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperPublishedLinkDisabledDetails getPaperPublishedLinkDisabledDetailsValue()
EventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
.PaperPublishedLinkDisabledDetails
value associated
with this instance if isPaperPublishedLinkDisabledDetails()
is
true
.java.lang.IllegalStateException
- If isPaperPublishedLinkDisabledDetails()
is false
.public boolean isPaperPublishedLinkViewDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
, false
otherwise.public static EventDetails paperPublishedLinkViewDetails(PaperPublishedLinkViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperPublishedLinkViewDetails getPaperPublishedLinkViewDetailsValue()
EventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
.PaperPublishedLinkViewDetails
value associated with
this instance if isPaperPublishedLinkViewDetails()
is true
.java.lang.IllegalStateException
- If isPaperPublishedLinkViewDetails()
is false
.public boolean isPasswordChangeDetails()
true
if this instance has the tag EventDetails.Tag.PASSWORD_CHANGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PASSWORD_CHANGE_DETAILS
, false
otherwise.public static EventDetails passwordChangeDetails(PasswordChangeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PASSWORD_CHANGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PASSWORD_CHANGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PasswordChangeDetails getPasswordChangeDetailsValue()
EventDetails.Tag.PASSWORD_CHANGE_DETAILS
.PasswordChangeDetails
value associated with this
instance if isPasswordChangeDetails()
is true
.java.lang.IllegalStateException
- If isPasswordChangeDetails()
is
false
.public boolean isPasswordResetDetails()
true
if this instance is tagged as EventDetails.Tag.PASSWORD_RESET_DETAILS
, false
otherwise.public static EventDetails passwordResetDetails(PasswordResetDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PASSWORD_RESET_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PASSWORD_RESET_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PasswordResetDetails getPasswordResetDetailsValue()
EventDetails.Tag.PASSWORD_RESET_DETAILS
.PasswordResetDetails
value associated with this
instance if isPasswordResetDetails()
is true
.java.lang.IllegalStateException
- If isPasswordResetDetails()
is
false
.public boolean isPasswordResetAllDetails()
true
if this instance has the tag EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
, false
otherwise.public static EventDetails passwordResetAllDetails(PasswordResetAllDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PasswordResetAllDetails getPasswordResetAllDetailsValue()
EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
.PasswordResetAllDetails
value associated with this
instance if isPasswordResetAllDetails()
is true
.java.lang.IllegalStateException
- If isPasswordResetAllDetails()
is
false
.public boolean isEmmCreateExceptionsReportDetails()
true
if this instance has the tag EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
, false
otherwise.public static EventDetails emmCreateExceptionsReportDetails(EmmCreateExceptionsReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmCreateExceptionsReportDetails getEmmCreateExceptionsReportDetailsValue()
EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
.EmmCreateExceptionsReportDetails
value associated
with this instance if isEmmCreateExceptionsReportDetails()
is
true
.java.lang.IllegalStateException
- If isEmmCreateExceptionsReportDetails()
is false
.public boolean isEmmCreateUsageReportDetails()
true
if this instance has the tag EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
, false
otherwise.public static EventDetails emmCreateUsageReportDetails(EmmCreateUsageReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmCreateUsageReportDetails getEmmCreateUsageReportDetailsValue()
EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
.EmmCreateUsageReportDetails
value associated with
this instance if isEmmCreateUsageReportDetails()
is true
.java.lang.IllegalStateException
- If isEmmCreateUsageReportDetails()
is false
.public boolean isExportMembersReportDetails()
true
if this instance has the tag EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
, false
otherwise.public static EventDetails exportMembersReportDetails(ExportMembersReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ExportMembersReportDetails getExportMembersReportDetailsValue()
EventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
.ExportMembersReportDetails
value associated with this
instance if isExportMembersReportDetails()
is true
.java.lang.IllegalStateException
- If isExportMembersReportDetails()
is false
.public boolean isExportMembersReportFailDetails()
true
if this instance has the tag EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
, false
otherwise.public static EventDetails exportMembersReportFailDetails(ExportMembersReportFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ExportMembersReportFailDetails getExportMembersReportFailDetailsValue()
EventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
.ExportMembersReportFailDetails
value associated with
this instance if isExportMembersReportFailDetails()
is true
.java.lang.IllegalStateException
- If isExportMembersReportFailDetails()
is false
.public boolean isExternalSharingCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails externalSharingCreateReportDetails(ExternalSharingCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ExternalSharingCreateReportDetails getExternalSharingCreateReportDetailsValue()
EventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
.ExternalSharingCreateReportDetails
value associated
with this instance if isExternalSharingCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isExternalSharingCreateReportDetails()
is false
.public boolean isExternalSharingReportFailedDetails()
true
if this instance has the tag EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
, false
otherwise.public static EventDetails externalSharingReportFailedDetails(ExternalSharingReportFailedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ExternalSharingReportFailedDetails getExternalSharingReportFailedDetailsValue()
EventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
.ExternalSharingReportFailedDetails
value associated
with this instance if isExternalSharingReportFailedDetails()
is true
.java.lang.IllegalStateException
- If isExternalSharingReportFailedDetails()
is false
.public boolean isNoExpirationLinkGenCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails noExpirationLinkGenCreateReportDetails(NoExpirationLinkGenCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoExpirationLinkGenCreateReportDetails getNoExpirationLinkGenCreateReportDetailsValue()
EventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
.NoExpirationLinkGenCreateReportDetails
value
associated with this instance if isNoExpirationLinkGenCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isNoExpirationLinkGenCreateReportDetails()
is false
.public boolean isNoExpirationLinkGenReportFailedDetails()
true
if this instance has the tag EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
, false
otherwise.public static EventDetails noExpirationLinkGenReportFailedDetails(NoExpirationLinkGenReportFailedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoExpirationLinkGenReportFailedDetails getNoExpirationLinkGenReportFailedDetailsValue()
EventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
.NoExpirationLinkGenReportFailedDetails
value
associated with this instance if isNoExpirationLinkGenReportFailedDetails()
is true
.java.lang.IllegalStateException
- If isNoExpirationLinkGenReportFailedDetails()
is false
.public boolean isNoPasswordLinkGenCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails noPasswordLinkGenCreateReportDetails(NoPasswordLinkGenCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoPasswordLinkGenCreateReportDetails getNoPasswordLinkGenCreateReportDetailsValue()
EventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
.NoPasswordLinkGenCreateReportDetails
value associated
with this instance if isNoPasswordLinkGenCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isNoPasswordLinkGenCreateReportDetails()
is false
.public boolean isNoPasswordLinkGenReportFailedDetails()
true
if this instance has the tag EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
, false
otherwise.public static EventDetails noPasswordLinkGenReportFailedDetails(NoPasswordLinkGenReportFailedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoPasswordLinkGenReportFailedDetails getNoPasswordLinkGenReportFailedDetailsValue()
EventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
.NoPasswordLinkGenReportFailedDetails
value associated
with this instance if isNoPasswordLinkGenReportFailedDetails()
is true
.java.lang.IllegalStateException
- If isNoPasswordLinkGenReportFailedDetails()
is false
.public boolean isNoPasswordLinkViewCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails noPasswordLinkViewCreateReportDetails(NoPasswordLinkViewCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoPasswordLinkViewCreateReportDetails getNoPasswordLinkViewCreateReportDetailsValue()
EventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
.NoPasswordLinkViewCreateReportDetails
value
associated with this instance if isNoPasswordLinkViewCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isNoPasswordLinkViewCreateReportDetails()
is false
.public boolean isNoPasswordLinkViewReportFailedDetails()
true
if this instance has the tag EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
, false
otherwise.public static EventDetails noPasswordLinkViewReportFailedDetails(NoPasswordLinkViewReportFailedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoPasswordLinkViewReportFailedDetails getNoPasswordLinkViewReportFailedDetailsValue()
EventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
.NoPasswordLinkViewReportFailedDetails
value
associated with this instance if isNoPasswordLinkViewReportFailedDetails()
is true
.java.lang.IllegalStateException
- If isNoPasswordLinkViewReportFailedDetails()
is false
.public boolean isOutdatedLinkViewCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails outdatedLinkViewCreateReportDetails(OutdatedLinkViewCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public OutdatedLinkViewCreateReportDetails getOutdatedLinkViewCreateReportDetailsValue()
EventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
.OutdatedLinkViewCreateReportDetails
value associated
with this instance if isOutdatedLinkViewCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isOutdatedLinkViewCreateReportDetails()
is false
.public boolean isOutdatedLinkViewReportFailedDetails()
true
if this instance has the tag EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
, false
otherwise.public static EventDetails outdatedLinkViewReportFailedDetails(OutdatedLinkViewReportFailedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public OutdatedLinkViewReportFailedDetails getOutdatedLinkViewReportFailedDetailsValue()
EventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
.OutdatedLinkViewReportFailedDetails
value associated
with this instance if isOutdatedLinkViewReportFailedDetails()
is true
.java.lang.IllegalStateException
- If isOutdatedLinkViewReportFailedDetails()
is false
.public boolean isPaperAdminExportStartDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
, false
otherwise.public static EventDetails paperAdminExportStartDetails(PaperAdminExportStartDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperAdminExportStartDetails getPaperAdminExportStartDetailsValue()
EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
.PaperAdminExportStartDetails
value associated with
this instance if isPaperAdminExportStartDetails()
is true
.java.lang.IllegalStateException
- If isPaperAdminExportStartDetails()
is false
.public boolean isSmartSyncCreateAdminPrivilegeReportDetails()
true
if this instance has the tag EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
, false
otherwise.public static EventDetails smartSyncCreateAdminPrivilegeReportDetails(SmartSyncCreateAdminPrivilegeReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SmartSyncCreateAdminPrivilegeReportDetails getSmartSyncCreateAdminPrivilegeReportDetailsValue()
EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
.SmartSyncCreateAdminPrivilegeReportDetails
value
associated with this instance if isSmartSyncCreateAdminPrivilegeReportDetails()
is true
.java.lang.IllegalStateException
- If isSmartSyncCreateAdminPrivilegeReportDetails()
is false
.public boolean isTeamActivityCreateReportDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
, false
otherwise.public static EventDetails teamActivityCreateReportDetails(TeamActivityCreateReportDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamActivityCreateReportDetails getTeamActivityCreateReportDetailsValue()
EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
.TeamActivityCreateReportDetails
value associated with
this instance if isTeamActivityCreateReportDetails()
is true
.java.lang.IllegalStateException
- If isTeamActivityCreateReportDetails()
is false
.public boolean isTeamActivityCreateReportFailDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
, false
otherwise.public static EventDetails teamActivityCreateReportFailDetails(TeamActivityCreateReportFailDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamActivityCreateReportFailDetails getTeamActivityCreateReportFailDetailsValue()
EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
.TeamActivityCreateReportFailDetails
value associated
with this instance if isTeamActivityCreateReportFailDetails()
is true
.java.lang.IllegalStateException
- If isTeamActivityCreateReportFailDetails()
is false
.public boolean isCollectionShareDetails()
true
if this instance has the tag EventDetails.Tag.COLLECTION_SHARE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.COLLECTION_SHARE_DETAILS
, false
otherwise.public static EventDetails collectionShareDetails(CollectionShareDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.COLLECTION_SHARE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.COLLECTION_SHARE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public CollectionShareDetails getCollectionShareDetailsValue()
EventDetails.Tag.COLLECTION_SHARE_DETAILS
.CollectionShareDetails
value associated with this
instance if isCollectionShareDetails()
is true
.java.lang.IllegalStateException
- If isCollectionShareDetails()
is
false
.public boolean isFileTransfersFileAddDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
, false
otherwise.public static EventDetails fileTransfersFileAddDetails(FileTransfersFileAddDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersFileAddDetails getFileTransfersFileAddDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
.FileTransfersFileAddDetails
value associated with
this instance if isFileTransfersFileAddDetails()
is true
.java.lang.IllegalStateException
- If isFileTransfersFileAddDetails()
is false
.public boolean isFileTransfersTransferDeleteDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
, false
otherwise.public static EventDetails fileTransfersTransferDeleteDetails(FileTransfersTransferDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersTransferDeleteDetails getFileTransfersTransferDeleteDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
.FileTransfersTransferDeleteDetails
value associated
with this instance if isFileTransfersTransferDeleteDetails()
is true
.java.lang.IllegalStateException
- If isFileTransfersTransferDeleteDetails()
is false
.public boolean isFileTransfersTransferDownloadDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails fileTransfersTransferDownloadDetails(FileTransfersTransferDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersTransferDownloadDetails getFileTransfersTransferDownloadDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
.FileTransfersTransferDownloadDetails
value associated
with this instance if isFileTransfersTransferDownloadDetails()
is true
.java.lang.IllegalStateException
- If isFileTransfersTransferDownloadDetails()
is false
.public boolean isFileTransfersTransferSendDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
, false
otherwise.public static EventDetails fileTransfersTransferSendDetails(FileTransfersTransferSendDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersTransferSendDetails getFileTransfersTransferSendDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
.FileTransfersTransferSendDetails
value associated
with this instance if isFileTransfersTransferSendDetails()
is
true
.java.lang.IllegalStateException
- If isFileTransfersTransferSendDetails()
is false
.public boolean isFileTransfersTransferViewDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
, false
otherwise.public static EventDetails fileTransfersTransferViewDetails(FileTransfersTransferViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersTransferViewDetails getFileTransfersTransferViewDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
.FileTransfersTransferViewDetails
value associated
with this instance if isFileTransfersTransferViewDetails()
is
true
.java.lang.IllegalStateException
- If isFileTransfersTransferViewDetails()
is false
.public boolean isNoteAclInviteOnlyDetails()
true
if this instance has the tag EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
, false
otherwise.public static EventDetails noteAclInviteOnlyDetails(NoteAclInviteOnlyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoteAclInviteOnlyDetails getNoteAclInviteOnlyDetailsValue()
EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
.NoteAclInviteOnlyDetails
value associated with this
instance if isNoteAclInviteOnlyDetails()
is true
.java.lang.IllegalStateException
- If isNoteAclInviteOnlyDetails()
is
false
.public boolean isNoteAclLinkDetails()
true
if this instance is tagged as EventDetails.Tag.NOTE_ACL_LINK_DETAILS
, false
otherwise.public static EventDetails noteAclLinkDetails(NoteAclLinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NOTE_ACL_LINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NOTE_ACL_LINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoteAclLinkDetails getNoteAclLinkDetailsValue()
EventDetails.Tag.NOTE_ACL_LINK_DETAILS
.NoteAclLinkDetails
value associated with this
instance if isNoteAclLinkDetails()
is true
.java.lang.IllegalStateException
- If isNoteAclLinkDetails()
is false
.public boolean isNoteAclTeamLinkDetails()
true
if this instance has the tag EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
, false
otherwise.public static EventDetails noteAclTeamLinkDetails(NoteAclTeamLinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoteAclTeamLinkDetails getNoteAclTeamLinkDetailsValue()
EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
.NoteAclTeamLinkDetails
value associated with this
instance if isNoteAclTeamLinkDetails()
is true
.java.lang.IllegalStateException
- If isNoteAclTeamLinkDetails()
is
false
.public boolean isNoteSharedDetails()
true
if this instance is tagged as EventDetails.Tag.NOTE_SHARED_DETAILS
, false
otherwise.public static EventDetails noteSharedDetails(NoteSharedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NOTE_SHARED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NOTE_SHARED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoteSharedDetails getNoteSharedDetailsValue()
EventDetails.Tag.NOTE_SHARED_DETAILS
.NoteSharedDetails
value associated with this instance
if isNoteSharedDetails()
is true
.java.lang.IllegalStateException
- If isNoteSharedDetails()
is false
.public boolean isNoteShareReceiveDetails()
true
if this instance has the tag EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
, false
otherwise.public static EventDetails noteShareReceiveDetails(NoteShareReceiveDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NoteShareReceiveDetails getNoteShareReceiveDetailsValue()
EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
.NoteShareReceiveDetails
value associated with this
instance if isNoteShareReceiveDetails()
is true
.java.lang.IllegalStateException
- If isNoteShareReceiveDetails()
is
false
.public boolean isOpenNoteSharedDetails()
true
if this instance has the tag EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
, false
otherwise.public static EventDetails openNoteSharedDetails(OpenNoteSharedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public OpenNoteSharedDetails getOpenNoteSharedDetailsValue()
EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
.OpenNoteSharedDetails
value associated with this
instance if isOpenNoteSharedDetails()
is true
.java.lang.IllegalStateException
- If isOpenNoteSharedDetails()
is
false
.public boolean isSfAddGroupDetails()
true
if this instance is tagged as EventDetails.Tag.SF_ADD_GROUP_DETAILS
, false
otherwise.public static EventDetails sfAddGroupDetails(SfAddGroupDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_ADD_GROUP_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_ADD_GROUP_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfAddGroupDetails getSfAddGroupDetailsValue()
EventDetails.Tag.SF_ADD_GROUP_DETAILS
.SfAddGroupDetails
value associated with this instance
if isSfAddGroupDetails()
is true
.java.lang.IllegalStateException
- If isSfAddGroupDetails()
is false
.public boolean isSfAllowNonMembersToViewSharedLinksDetails()
true
if this instance has the tag EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
, false
otherwise.public static EventDetails sfAllowNonMembersToViewSharedLinksDetails(SfAllowNonMembersToViewSharedLinksDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfAllowNonMembersToViewSharedLinksDetails getSfAllowNonMembersToViewSharedLinksDetailsValue()
EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
.SfAllowNonMembersToViewSharedLinksDetails
value
associated with this instance if isSfAllowNonMembersToViewSharedLinksDetails()
is true
.java.lang.IllegalStateException
- If isSfAllowNonMembersToViewSharedLinksDetails()
is false
.public boolean isSfExternalInviteWarnDetails()
true
if this instance has the tag EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
, false
otherwise.public static EventDetails sfExternalInviteWarnDetails(SfExternalInviteWarnDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfExternalInviteWarnDetails getSfExternalInviteWarnDetailsValue()
EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
.SfExternalInviteWarnDetails
value associated with
this instance if isSfExternalInviteWarnDetails()
is true
.java.lang.IllegalStateException
- If isSfExternalInviteWarnDetails()
is false
.public boolean isSfFbInviteDetails()
true
if this instance is tagged as EventDetails.Tag.SF_FB_INVITE_DETAILS
, false
otherwise.public static EventDetails sfFbInviteDetails(SfFbInviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_FB_INVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_FB_INVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfFbInviteDetails getSfFbInviteDetailsValue()
EventDetails.Tag.SF_FB_INVITE_DETAILS
.SfFbInviteDetails
value associated with this instance
if isSfFbInviteDetails()
is true
.java.lang.IllegalStateException
- If isSfFbInviteDetails()
is false
.public boolean isSfFbInviteChangeRoleDetails()
true
if this instance has the tag EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
, false
otherwise.public static EventDetails sfFbInviteChangeRoleDetails(SfFbInviteChangeRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfFbInviteChangeRoleDetails getSfFbInviteChangeRoleDetailsValue()
EventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
.SfFbInviteChangeRoleDetails
value associated with
this instance if isSfFbInviteChangeRoleDetails()
is true
.java.lang.IllegalStateException
- If isSfFbInviteChangeRoleDetails()
is false
.public boolean isSfFbUninviteDetails()
true
if this instance is tagged as EventDetails.Tag.SF_FB_UNINVITE_DETAILS
, false
otherwise.public static EventDetails sfFbUninviteDetails(SfFbUninviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_FB_UNINVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_FB_UNINVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfFbUninviteDetails getSfFbUninviteDetailsValue()
EventDetails.Tag.SF_FB_UNINVITE_DETAILS
.SfFbUninviteDetails
value associated with this
instance if isSfFbUninviteDetails()
is true
.java.lang.IllegalStateException
- If isSfFbUninviteDetails()
is
false
.public boolean isSfInviteGroupDetails()
true
if this instance has the tag EventDetails.Tag.SF_INVITE_GROUP_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_INVITE_GROUP_DETAILS
, false
otherwise.public static EventDetails sfInviteGroupDetails(SfInviteGroupDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_INVITE_GROUP_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_INVITE_GROUP_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfInviteGroupDetails getSfInviteGroupDetailsValue()
EventDetails.Tag.SF_INVITE_GROUP_DETAILS
.SfInviteGroupDetails
value associated with this
instance if isSfInviteGroupDetails()
is true
.java.lang.IllegalStateException
- If isSfInviteGroupDetails()
is
false
.public boolean isSfTeamGrantAccessDetails()
true
if this instance has the tag EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
, false
otherwise.public static EventDetails sfTeamGrantAccessDetails(SfTeamGrantAccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamGrantAccessDetails getSfTeamGrantAccessDetailsValue()
EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
.SfTeamGrantAccessDetails
value associated with this
instance if isSfTeamGrantAccessDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamGrantAccessDetails()
is
false
.public boolean isSfTeamInviteDetails()
true
if this instance is tagged as EventDetails.Tag.SF_TEAM_INVITE_DETAILS
, false
otherwise.public static EventDetails sfTeamInviteDetails(SfTeamInviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_INVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_INVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamInviteDetails getSfTeamInviteDetailsValue()
EventDetails.Tag.SF_TEAM_INVITE_DETAILS
.SfTeamInviteDetails
value associated with this
instance if isSfTeamInviteDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamInviteDetails()
is
false
.public boolean isSfTeamInviteChangeRoleDetails()
true
if this instance has the tag EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
, false
otherwise.public static EventDetails sfTeamInviteChangeRoleDetails(SfTeamInviteChangeRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamInviteChangeRoleDetails getSfTeamInviteChangeRoleDetailsValue()
EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
.SfTeamInviteChangeRoleDetails
value associated with
this instance if isSfTeamInviteChangeRoleDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamInviteChangeRoleDetails()
is false
.public boolean isSfTeamJoinDetails()
true
if this instance is tagged as EventDetails.Tag.SF_TEAM_JOIN_DETAILS
, false
otherwise.public static EventDetails sfTeamJoinDetails(SfTeamJoinDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_JOIN_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_JOIN_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamJoinDetails getSfTeamJoinDetailsValue()
EventDetails.Tag.SF_TEAM_JOIN_DETAILS
.SfTeamJoinDetails
value associated with this instance
if isSfTeamJoinDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamJoinDetails()
is false
.public boolean isSfTeamJoinFromOobLinkDetails()
true
if this instance has the tag EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
, false
otherwise.public static EventDetails sfTeamJoinFromOobLinkDetails(SfTeamJoinFromOobLinkDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamJoinFromOobLinkDetails getSfTeamJoinFromOobLinkDetailsValue()
EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
.SfTeamJoinFromOobLinkDetails
value associated with
this instance if isSfTeamJoinFromOobLinkDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamJoinFromOobLinkDetails()
is false
.public boolean isSfTeamUninviteDetails()
true
if this instance has the tag EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
, false
otherwise.public static EventDetails sfTeamUninviteDetails(SfTeamUninviteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SfTeamUninviteDetails getSfTeamUninviteDetailsValue()
EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
.SfTeamUninviteDetails
value associated with this
instance if isSfTeamUninviteDetails()
is true
.java.lang.IllegalStateException
- If isSfTeamUninviteDetails()
is
false
.public boolean isSharedContentAddInviteesDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
, false
otherwise.public static EventDetails sharedContentAddInviteesDetails(SharedContentAddInviteesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentAddInviteesDetails getSharedContentAddInviteesDetailsValue()
EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
.SharedContentAddInviteesDetails
value associated with
this instance if isSharedContentAddInviteesDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentAddInviteesDetails()
is false
.public boolean isSharedContentAddLinkExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedContentAddLinkExpiryDetails(SharedContentAddLinkExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentAddLinkExpiryDetails getSharedContentAddLinkExpiryDetailsValue()
EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
.SharedContentAddLinkExpiryDetails
value associated
with this instance if isSharedContentAddLinkExpiryDetails()
is
true
.java.lang.IllegalStateException
- If isSharedContentAddLinkExpiryDetails()
is false
.public boolean isSharedContentAddLinkPasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedContentAddLinkPasswordDetails(SharedContentAddLinkPasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentAddLinkPasswordDetails getSharedContentAddLinkPasswordDetailsValue()
EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
.SharedContentAddLinkPasswordDetails
value associated
with this instance if isSharedContentAddLinkPasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentAddLinkPasswordDetails()
is false
.public boolean isSharedContentAddMemberDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
, false
otherwise.public static EventDetails sharedContentAddMemberDetails(SharedContentAddMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentAddMemberDetails getSharedContentAddMemberDetailsValue()
EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
.SharedContentAddMemberDetails
value associated with
this instance if isSharedContentAddMemberDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentAddMemberDetails()
is false
.public boolean isSharedContentChangeDownloadsPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeDownloadsPolicyDetails(SharedContentChangeDownloadsPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeDownloadsPolicyDetails getSharedContentChangeDownloadsPolicyDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
.SharedContentChangeDownloadsPolicyDetails
value
associated with this instance if isSharedContentChangeDownloadsPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeDownloadsPolicyDetails()
is false
.public boolean isSharedContentChangeInviteeRoleDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeInviteeRoleDetails(SharedContentChangeInviteeRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeInviteeRoleDetails getSharedContentChangeInviteeRoleDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
.SharedContentChangeInviteeRoleDetails
value
associated with this instance if isSharedContentChangeInviteeRoleDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeInviteeRoleDetails()
is false
.public boolean isSharedContentChangeLinkAudienceDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeLinkAudienceDetails(SharedContentChangeLinkAudienceDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeLinkAudienceDetails getSharedContentChangeLinkAudienceDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
.SharedContentChangeLinkAudienceDetails
value
associated with this instance if isSharedContentChangeLinkAudienceDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeLinkAudienceDetails()
is false
.public boolean isSharedContentChangeLinkExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeLinkExpiryDetails(SharedContentChangeLinkExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeLinkExpiryDetails getSharedContentChangeLinkExpiryDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
.SharedContentChangeLinkExpiryDetails
value associated
with this instance if isSharedContentChangeLinkExpiryDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeLinkExpiryDetails()
is false
.public boolean isSharedContentChangeLinkPasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeLinkPasswordDetails(SharedContentChangeLinkPasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeLinkPasswordDetails getSharedContentChangeLinkPasswordDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
.SharedContentChangeLinkPasswordDetails
value
associated with this instance if isSharedContentChangeLinkPasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeLinkPasswordDetails()
is false
.public boolean isSharedContentChangeMemberRoleDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeMemberRoleDetails(SharedContentChangeMemberRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeMemberRoleDetails getSharedContentChangeMemberRoleDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
.SharedContentChangeMemberRoleDetails
value associated
with this instance if isSharedContentChangeMemberRoleDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeMemberRoleDetails()
is false
.public boolean isSharedContentChangeViewerInfoPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedContentChangeViewerInfoPolicyDetails(SharedContentChangeViewerInfoPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentChangeViewerInfoPolicyDetails getSharedContentChangeViewerInfoPolicyDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
.SharedContentChangeViewerInfoPolicyDetails
value
associated with this instance if isSharedContentChangeViewerInfoPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentChangeViewerInfoPolicyDetails()
is false
.public boolean isSharedContentClaimInvitationDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
, false
otherwise.public static EventDetails sharedContentClaimInvitationDetails(SharedContentClaimInvitationDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentClaimInvitationDetails getSharedContentClaimInvitationDetailsValue()
EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
.SharedContentClaimInvitationDetails
value associated
with this instance if isSharedContentClaimInvitationDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentClaimInvitationDetails()
is false
.public boolean isSharedContentCopyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
, false
otherwise.public static EventDetails sharedContentCopyDetails(SharedContentCopyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentCopyDetails getSharedContentCopyDetailsValue()
EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
.SharedContentCopyDetails
value associated with this
instance if isSharedContentCopyDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentCopyDetails()
is
false
.public boolean isSharedContentDownloadDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails sharedContentDownloadDetails(SharedContentDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentDownloadDetails getSharedContentDownloadDetailsValue()
EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
.SharedContentDownloadDetails
value associated with
this instance if isSharedContentDownloadDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentDownloadDetails()
is false
.public boolean isSharedContentRelinquishMembershipDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
, false
otherwise.public static EventDetails sharedContentRelinquishMembershipDetails(SharedContentRelinquishMembershipDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRelinquishMembershipDetails getSharedContentRelinquishMembershipDetailsValue()
EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
.SharedContentRelinquishMembershipDetails
value
associated with this instance if isSharedContentRelinquishMembershipDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentRelinquishMembershipDetails()
is false
.public boolean isSharedContentRemoveInviteesDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
, false
otherwise.public static EventDetails sharedContentRemoveInviteesDetails(SharedContentRemoveInviteesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRemoveInviteesDetails getSharedContentRemoveInviteesDetailsValue()
EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
.SharedContentRemoveInviteesDetails
value associated
with this instance if isSharedContentRemoveInviteesDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentRemoveInviteesDetails()
is false
.public boolean isSharedContentRemoveLinkExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedContentRemoveLinkExpiryDetails(SharedContentRemoveLinkExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRemoveLinkExpiryDetails getSharedContentRemoveLinkExpiryDetailsValue()
EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
.SharedContentRemoveLinkExpiryDetails
value associated
with this instance if isSharedContentRemoveLinkExpiryDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentRemoveLinkExpiryDetails()
is false
.public boolean isSharedContentRemoveLinkPasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedContentRemoveLinkPasswordDetails(SharedContentRemoveLinkPasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRemoveLinkPasswordDetails getSharedContentRemoveLinkPasswordDetailsValue()
EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
.SharedContentRemoveLinkPasswordDetails
value
associated with this instance if isSharedContentRemoveLinkPasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentRemoveLinkPasswordDetails()
is false
.public boolean isSharedContentRemoveMemberDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
, false
otherwise.public static EventDetails sharedContentRemoveMemberDetails(SharedContentRemoveMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRemoveMemberDetails getSharedContentRemoveMemberDetailsValue()
EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
.SharedContentRemoveMemberDetails
value associated
with this instance if isSharedContentRemoveMemberDetails()
is
true
.java.lang.IllegalStateException
- If isSharedContentRemoveMemberDetails()
is false
.public boolean isSharedContentRequestAccessDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
, false
otherwise.public static EventDetails sharedContentRequestAccessDetails(SharedContentRequestAccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRequestAccessDetails getSharedContentRequestAccessDetailsValue()
EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
.SharedContentRequestAccessDetails
value associated
with this instance if isSharedContentRequestAccessDetails()
is
true
.java.lang.IllegalStateException
- If isSharedContentRequestAccessDetails()
is false
.public boolean isSharedContentRestoreInviteesDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
, false
otherwise.public static EventDetails sharedContentRestoreInviteesDetails(SharedContentRestoreInviteesDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRestoreInviteesDetails getSharedContentRestoreInviteesDetailsValue()
EventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
.SharedContentRestoreInviteesDetails
value associated
with this instance if isSharedContentRestoreInviteesDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentRestoreInviteesDetails()
is false
.public boolean isSharedContentRestoreMemberDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
, false
otherwise.public static EventDetails sharedContentRestoreMemberDetails(SharedContentRestoreMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentRestoreMemberDetails getSharedContentRestoreMemberDetailsValue()
EventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
.SharedContentRestoreMemberDetails
value associated
with this instance if isSharedContentRestoreMemberDetails()
is
true
.java.lang.IllegalStateException
- If isSharedContentRestoreMemberDetails()
is false
.public boolean isSharedContentUnshareDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
, false
otherwise.public static EventDetails sharedContentUnshareDetails(SharedContentUnshareDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentUnshareDetails getSharedContentUnshareDetailsValue()
EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
.SharedContentUnshareDetails
value associated with
this instance if isSharedContentUnshareDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentUnshareDetails()
is false
.public boolean isSharedContentViewDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
, false
otherwise.public static EventDetails sharedContentViewDetails(SharedContentViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedContentViewDetails getSharedContentViewDetailsValue()
EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
.SharedContentViewDetails
value associated with this
instance if isSharedContentViewDetails()
is true
.java.lang.IllegalStateException
- If isSharedContentViewDetails()
is
false
.public boolean isSharedFolderChangeLinkPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedFolderChangeLinkPolicyDetails(SharedFolderChangeLinkPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderChangeLinkPolicyDetails getSharedFolderChangeLinkPolicyDetailsValue()
EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
.SharedFolderChangeLinkPolicyDetails
value associated
with this instance if isSharedFolderChangeLinkPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderChangeLinkPolicyDetails()
is false
.public boolean isSharedFolderChangeMembersInheritancePolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedFolderChangeMembersInheritancePolicyDetails(SharedFolderChangeMembersInheritancePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderChangeMembersInheritancePolicyDetails getSharedFolderChangeMembersInheritancePolicyDetailsValue()
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
.SharedFolderChangeMembersInheritancePolicyDetails
value associated with this instance if isSharedFolderChangeMembersInheritancePolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderChangeMembersInheritancePolicyDetails()
is false
.public boolean isSharedFolderChangeMembersManagementPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedFolderChangeMembersManagementPolicyDetails(SharedFolderChangeMembersManagementPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderChangeMembersManagementPolicyDetails getSharedFolderChangeMembersManagementPolicyDetailsValue()
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
.SharedFolderChangeMembersManagementPolicyDetails
value associated with this instance if isSharedFolderChangeMembersManagementPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderChangeMembersManagementPolicyDetails()
is false
.public boolean isSharedFolderChangeMembersPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
, false
otherwise.public static EventDetails sharedFolderChangeMembersPolicyDetails(SharedFolderChangeMembersPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderChangeMembersPolicyDetails getSharedFolderChangeMembersPolicyDetailsValue()
EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
.SharedFolderChangeMembersPolicyDetails
value
associated with this instance if isSharedFolderChangeMembersPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderChangeMembersPolicyDetails()
is false
.public boolean isSharedFolderCreateDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
, false
otherwise.public static EventDetails sharedFolderCreateDetails(SharedFolderCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderCreateDetails getSharedFolderCreateDetailsValue()
EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
.SharedFolderCreateDetails
value associated with this
instance if isSharedFolderCreateDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderCreateDetails()
is
false
.public boolean isSharedFolderDeclineInvitationDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
, false
otherwise.public static EventDetails sharedFolderDeclineInvitationDetails(SharedFolderDeclineInvitationDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderDeclineInvitationDetails getSharedFolderDeclineInvitationDetailsValue()
EventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
.SharedFolderDeclineInvitationDetails
value associated
with this instance if isSharedFolderDeclineInvitationDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderDeclineInvitationDetails()
is false
.public boolean isSharedFolderMountDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
, false
otherwise.public static EventDetails sharedFolderMountDetails(SharedFolderMountDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderMountDetails getSharedFolderMountDetailsValue()
EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
.SharedFolderMountDetails
value associated with this
instance if isSharedFolderMountDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderMountDetails()
is
false
.public boolean isSharedFolderNestDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
, false
otherwise.public static EventDetails sharedFolderNestDetails(SharedFolderNestDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderNestDetails getSharedFolderNestDetailsValue()
EventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
.SharedFolderNestDetails
value associated with this
instance if isSharedFolderNestDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderNestDetails()
is
false
.public boolean isSharedFolderTransferOwnershipDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
, false
otherwise.public static EventDetails sharedFolderTransferOwnershipDetails(SharedFolderTransferOwnershipDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderTransferOwnershipDetails getSharedFolderTransferOwnershipDetailsValue()
EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
.SharedFolderTransferOwnershipDetails
value associated
with this instance if isSharedFolderTransferOwnershipDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderTransferOwnershipDetails()
is false
.public boolean isSharedFolderUnmountDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
, false
otherwise.public static EventDetails sharedFolderUnmountDetails(SharedFolderUnmountDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedFolderUnmountDetails getSharedFolderUnmountDetailsValue()
EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
.SharedFolderUnmountDetails
value associated with this
instance if isSharedFolderUnmountDetails()
is true
.java.lang.IllegalStateException
- If isSharedFolderUnmountDetails()
is false
.public boolean isSharedLinkAddExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedLinkAddExpiryDetails(SharedLinkAddExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkAddExpiryDetails getSharedLinkAddExpiryDetailsValue()
EventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
.SharedLinkAddExpiryDetails
value associated with this
instance if isSharedLinkAddExpiryDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkAddExpiryDetails()
is false
.public boolean isSharedLinkChangeExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedLinkChangeExpiryDetails(SharedLinkChangeExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkChangeExpiryDetails getSharedLinkChangeExpiryDetailsValue()
EventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
.SharedLinkChangeExpiryDetails
value associated with
this instance if isSharedLinkChangeExpiryDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkChangeExpiryDetails()
is false
.public boolean isSharedLinkChangeVisibilityDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
, false
otherwise.public static EventDetails sharedLinkChangeVisibilityDetails(SharedLinkChangeVisibilityDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkChangeVisibilityDetails getSharedLinkChangeVisibilityDetailsValue()
EventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
.SharedLinkChangeVisibilityDetails
value associated
with this instance if isSharedLinkChangeVisibilityDetails()
is
true
.java.lang.IllegalStateException
- If isSharedLinkChangeVisibilityDetails()
is false
.public boolean isSharedLinkCopyDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_COPY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_COPY_DETAILS
, false
otherwise.public static EventDetails sharedLinkCopyDetails(SharedLinkCopyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_COPY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_COPY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkCopyDetails getSharedLinkCopyDetailsValue()
EventDetails.Tag.SHARED_LINK_COPY_DETAILS
.SharedLinkCopyDetails
value associated with this
instance if isSharedLinkCopyDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkCopyDetails()
is
false
.public boolean isSharedLinkCreateDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_CREATE_DETAILS
, false
otherwise.public static EventDetails sharedLinkCreateDetails(SharedLinkCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkCreateDetails getSharedLinkCreateDetailsValue()
EventDetails.Tag.SHARED_LINK_CREATE_DETAILS
.SharedLinkCreateDetails
value associated with this
instance if isSharedLinkCreateDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkCreateDetails()
is
false
.public boolean isSharedLinkDisableDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
, false
otherwise.public static EventDetails sharedLinkDisableDetails(SharedLinkDisableDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkDisableDetails getSharedLinkDisableDetailsValue()
EventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
.SharedLinkDisableDetails
value associated with this
instance if isSharedLinkDisableDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkDisableDetails()
is
false
.public boolean isSharedLinkDownloadDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails sharedLinkDownloadDetails(SharedLinkDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkDownloadDetails getSharedLinkDownloadDetailsValue()
EventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
.SharedLinkDownloadDetails
value associated with this
instance if isSharedLinkDownloadDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkDownloadDetails()
is
false
.public boolean isSharedLinkRemoveExpiryDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
, false
otherwise.public static EventDetails sharedLinkRemoveExpiryDetails(SharedLinkRemoveExpiryDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkRemoveExpiryDetails getSharedLinkRemoveExpiryDetailsValue()
EventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
.SharedLinkRemoveExpiryDetails
value associated with
this instance if isSharedLinkRemoveExpiryDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkRemoveExpiryDetails()
is false
.public boolean isSharedLinkSettingsAddExpirationDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsAddExpirationDetails(SharedLinkSettingsAddExpirationDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsAddExpirationDetails getSharedLinkSettingsAddExpirationDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
.SharedLinkSettingsAddExpirationDetails
value
associated with this instance if isSharedLinkSettingsAddExpirationDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsAddExpirationDetails()
is false
.public boolean isSharedLinkSettingsAddPasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsAddPasswordDetails(SharedLinkSettingsAddPasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsAddPasswordDetails getSharedLinkSettingsAddPasswordDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
.SharedLinkSettingsAddPasswordDetails
value associated
with this instance if isSharedLinkSettingsAddPasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsAddPasswordDetails()
is false
.public boolean isSharedLinkSettingsAllowDownloadDisabledDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsAllowDownloadDisabledDetails(SharedLinkSettingsAllowDownloadDisabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsAllowDownloadDisabledDetails getSharedLinkSettingsAllowDownloadDisabledDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
.SharedLinkSettingsAllowDownloadDisabledDetails
value
associated with this instance if isSharedLinkSettingsAllowDownloadDisabledDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsAllowDownloadDisabledDetails()
is false
.public boolean isSharedLinkSettingsAllowDownloadEnabledDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsAllowDownloadEnabledDetails(SharedLinkSettingsAllowDownloadEnabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsAllowDownloadEnabledDetails getSharedLinkSettingsAllowDownloadEnabledDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
.SharedLinkSettingsAllowDownloadEnabledDetails
value
associated with this instance if isSharedLinkSettingsAllowDownloadEnabledDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsAllowDownloadEnabledDetails()
is false
.public boolean isSharedLinkSettingsChangeAudienceDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsChangeAudienceDetails(SharedLinkSettingsChangeAudienceDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsChangeAudienceDetails getSharedLinkSettingsChangeAudienceDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
.SharedLinkSettingsChangeAudienceDetails
value
associated with this instance if isSharedLinkSettingsChangeAudienceDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsChangeAudienceDetails()
is false
.public boolean isSharedLinkSettingsChangeExpirationDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsChangeExpirationDetails(SharedLinkSettingsChangeExpirationDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsChangeExpirationDetails getSharedLinkSettingsChangeExpirationDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
.SharedLinkSettingsChangeExpirationDetails
value
associated with this instance if isSharedLinkSettingsChangeExpirationDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsChangeExpirationDetails()
is false
.public boolean isSharedLinkSettingsChangePasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsChangePasswordDetails(SharedLinkSettingsChangePasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsChangePasswordDetails getSharedLinkSettingsChangePasswordDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
.SharedLinkSettingsChangePasswordDetails
value
associated with this instance if isSharedLinkSettingsChangePasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsChangePasswordDetails()
is false
.public boolean isSharedLinkSettingsRemoveExpirationDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsRemoveExpirationDetails(SharedLinkSettingsRemoveExpirationDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsRemoveExpirationDetails getSharedLinkSettingsRemoveExpirationDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
.SharedLinkSettingsRemoveExpirationDetails
value
associated with this instance if isSharedLinkSettingsRemoveExpirationDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsRemoveExpirationDetails()
is false
.public boolean isSharedLinkSettingsRemovePasswordDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
, false
otherwise.public static EventDetails sharedLinkSettingsRemovePasswordDetails(SharedLinkSettingsRemovePasswordDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkSettingsRemovePasswordDetails getSharedLinkSettingsRemovePasswordDetailsValue()
EventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
.SharedLinkSettingsRemovePasswordDetails
value
associated with this instance if isSharedLinkSettingsRemovePasswordDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkSettingsRemovePasswordDetails()
is false
.public boolean isSharedLinkShareDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_SHARE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_SHARE_DETAILS
, false
otherwise.public static EventDetails sharedLinkShareDetails(SharedLinkShareDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_SHARE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_SHARE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkShareDetails getSharedLinkShareDetailsValue()
EventDetails.Tag.SHARED_LINK_SHARE_DETAILS
.SharedLinkShareDetails
value associated with this
instance if isSharedLinkShareDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkShareDetails()
is
false
.public boolean isSharedLinkViewDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_LINK_VIEW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_LINK_VIEW_DETAILS
, false
otherwise.public static EventDetails sharedLinkViewDetails(SharedLinkViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_LINK_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_LINK_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedLinkViewDetails getSharedLinkViewDetailsValue()
EventDetails.Tag.SHARED_LINK_VIEW_DETAILS
.SharedLinkViewDetails
value associated with this
instance if isSharedLinkViewDetails()
is true
.java.lang.IllegalStateException
- If isSharedLinkViewDetails()
is
false
.public boolean isSharedNoteOpenedDetails()
true
if this instance has the tag EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
, false
otherwise.public static EventDetails sharedNoteOpenedDetails(SharedNoteOpenedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharedNoteOpenedDetails getSharedNoteOpenedDetailsValue()
EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
.SharedNoteOpenedDetails
value associated with this
instance if isSharedNoteOpenedDetails()
is true
.java.lang.IllegalStateException
- If isSharedNoteOpenedDetails()
is
false
.public boolean isShmodelGroupShareDetails()
true
if this instance has the tag EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
, false
otherwise.public static EventDetails shmodelGroupShareDetails(ShmodelGroupShareDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShmodelGroupShareDetails getShmodelGroupShareDetailsValue()
EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
.ShmodelGroupShareDetails
value associated with this
instance if isShmodelGroupShareDetails()
is true
.java.lang.IllegalStateException
- If isShmodelGroupShareDetails()
is
false
.public boolean isShowcaseAccessGrantedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
, false
otherwise.public static EventDetails showcaseAccessGrantedDetails(ShowcaseAccessGrantedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseAccessGrantedDetails getShowcaseAccessGrantedDetailsValue()
EventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
.ShowcaseAccessGrantedDetails
value associated with
this instance if isShowcaseAccessGrantedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseAccessGrantedDetails()
is false
.public boolean isShowcaseAddMemberDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
, false
otherwise.public static EventDetails showcaseAddMemberDetails(ShowcaseAddMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseAddMemberDetails getShowcaseAddMemberDetailsValue()
EventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
.ShowcaseAddMemberDetails
value associated with this
instance if isShowcaseAddMemberDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseAddMemberDetails()
is
false
.public boolean isShowcaseArchivedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
, false
otherwise.public static EventDetails showcaseArchivedDetails(ShowcaseArchivedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseArchivedDetails getShowcaseArchivedDetailsValue()
EventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
.ShowcaseArchivedDetails
value associated with this
instance if isShowcaseArchivedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseArchivedDetails()
is
false
.public boolean isShowcaseCreatedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_CREATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_CREATED_DETAILS
, false
otherwise.public static EventDetails showcaseCreatedDetails(ShowcaseCreatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_CREATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_CREATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseCreatedDetails getShowcaseCreatedDetailsValue()
EventDetails.Tag.SHOWCASE_CREATED_DETAILS
.ShowcaseCreatedDetails
value associated with this
instance if isShowcaseCreatedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseCreatedDetails()
is
false
.public boolean isShowcaseDeleteCommentDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
, false
otherwise.public static EventDetails showcaseDeleteCommentDetails(ShowcaseDeleteCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseDeleteCommentDetails getShowcaseDeleteCommentDetailsValue()
EventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
.ShowcaseDeleteCommentDetails
value associated with
this instance if isShowcaseDeleteCommentDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseDeleteCommentDetails()
is false
.public boolean isShowcaseEditedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_EDITED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_EDITED_DETAILS
, false
otherwise.public static EventDetails showcaseEditedDetails(ShowcaseEditedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_EDITED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_EDITED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseEditedDetails getShowcaseEditedDetailsValue()
EventDetails.Tag.SHOWCASE_EDITED_DETAILS
.ShowcaseEditedDetails
value associated with this
instance if isShowcaseEditedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseEditedDetails()
is
false
.public boolean isShowcaseEditCommentDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
, false
otherwise.public static EventDetails showcaseEditCommentDetails(ShowcaseEditCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseEditCommentDetails getShowcaseEditCommentDetailsValue()
EventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
.ShowcaseEditCommentDetails
value associated with this
instance if isShowcaseEditCommentDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseEditCommentDetails()
is false
.public boolean isShowcaseFileAddedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
, false
otherwise.public static EventDetails showcaseFileAddedDetails(ShowcaseFileAddedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseFileAddedDetails getShowcaseFileAddedDetailsValue()
EventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
.ShowcaseFileAddedDetails
value associated with this
instance if isShowcaseFileAddedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseFileAddedDetails()
is
false
.public boolean isShowcaseFileDownloadDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
, false
otherwise.public static EventDetails showcaseFileDownloadDetails(ShowcaseFileDownloadDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseFileDownloadDetails getShowcaseFileDownloadDetailsValue()
EventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
.ShowcaseFileDownloadDetails
value associated with
this instance if isShowcaseFileDownloadDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseFileDownloadDetails()
is false
.public boolean isShowcaseFileRemovedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
, false
otherwise.public static EventDetails showcaseFileRemovedDetails(ShowcaseFileRemovedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseFileRemovedDetails getShowcaseFileRemovedDetailsValue()
EventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
.ShowcaseFileRemovedDetails
value associated with this
instance if isShowcaseFileRemovedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseFileRemovedDetails()
is false
.public boolean isShowcaseFileViewDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
, false
otherwise.public static EventDetails showcaseFileViewDetails(ShowcaseFileViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseFileViewDetails getShowcaseFileViewDetailsValue()
EventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
.ShowcaseFileViewDetails
value associated with this
instance if isShowcaseFileViewDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseFileViewDetails()
is
false
.public boolean isShowcasePermanentlyDeletedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
, false
otherwise.public static EventDetails showcasePermanentlyDeletedDetails(ShowcasePermanentlyDeletedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcasePermanentlyDeletedDetails getShowcasePermanentlyDeletedDetailsValue()
EventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
.ShowcasePermanentlyDeletedDetails
value associated
with this instance if isShowcasePermanentlyDeletedDetails()
is
true
.java.lang.IllegalStateException
- If isShowcasePermanentlyDeletedDetails()
is false
.public boolean isShowcasePostCommentDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
, false
otherwise.public static EventDetails showcasePostCommentDetails(ShowcasePostCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcasePostCommentDetails getShowcasePostCommentDetailsValue()
EventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
.ShowcasePostCommentDetails
value associated with this
instance if isShowcasePostCommentDetails()
is true
.java.lang.IllegalStateException
- If isShowcasePostCommentDetails()
is false
.public boolean isShowcaseRemoveMemberDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
, false
otherwise.public static EventDetails showcaseRemoveMemberDetails(ShowcaseRemoveMemberDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseRemoveMemberDetails getShowcaseRemoveMemberDetailsValue()
EventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
.ShowcaseRemoveMemberDetails
value associated with
this instance if isShowcaseRemoveMemberDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseRemoveMemberDetails()
is false
.public boolean isShowcaseRenamedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_RENAMED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_RENAMED_DETAILS
, false
otherwise.public static EventDetails showcaseRenamedDetails(ShowcaseRenamedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_RENAMED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_RENAMED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseRenamedDetails getShowcaseRenamedDetailsValue()
EventDetails.Tag.SHOWCASE_RENAMED_DETAILS
.ShowcaseRenamedDetails
value associated with this
instance if isShowcaseRenamedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseRenamedDetails()
is
false
.public boolean isShowcaseRequestAccessDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
, false
otherwise.public static EventDetails showcaseRequestAccessDetails(ShowcaseRequestAccessDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseRequestAccessDetails getShowcaseRequestAccessDetailsValue()
EventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
.ShowcaseRequestAccessDetails
value associated with
this instance if isShowcaseRequestAccessDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseRequestAccessDetails()
is false
.public boolean isShowcaseResolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails showcaseResolveCommentDetails(ShowcaseResolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseResolveCommentDetails getShowcaseResolveCommentDetailsValue()
EventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
.ShowcaseResolveCommentDetails
value associated with
this instance if isShowcaseResolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseResolveCommentDetails()
is false
.public boolean isShowcaseRestoredDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_RESTORED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_RESTORED_DETAILS
, false
otherwise.public static EventDetails showcaseRestoredDetails(ShowcaseRestoredDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_RESTORED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_RESTORED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseRestoredDetails getShowcaseRestoredDetailsValue()
EventDetails.Tag.SHOWCASE_RESTORED_DETAILS
.ShowcaseRestoredDetails
value associated with this
instance if isShowcaseRestoredDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseRestoredDetails()
is
false
.public boolean isShowcaseTrashedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_TRASHED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_TRASHED_DETAILS
, false
otherwise.public static EventDetails showcaseTrashedDetails(ShowcaseTrashedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_TRASHED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_TRASHED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseTrashedDetails getShowcaseTrashedDetailsValue()
EventDetails.Tag.SHOWCASE_TRASHED_DETAILS
.ShowcaseTrashedDetails
value associated with this
instance if isShowcaseTrashedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseTrashedDetails()
is
false
.public boolean isShowcaseTrashedDeprecatedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
, false
otherwise.public static EventDetails showcaseTrashedDeprecatedDetails(ShowcaseTrashedDeprecatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseTrashedDeprecatedDetails getShowcaseTrashedDeprecatedDetailsValue()
EventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
.ShowcaseTrashedDeprecatedDetails
value associated
with this instance if isShowcaseTrashedDeprecatedDetails()
is
true
.java.lang.IllegalStateException
- If isShowcaseTrashedDeprecatedDetails()
is false
.public boolean isShowcaseUnresolveCommentDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
, false
otherwise.public static EventDetails showcaseUnresolveCommentDetails(ShowcaseUnresolveCommentDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseUnresolveCommentDetails getShowcaseUnresolveCommentDetailsValue()
EventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
.ShowcaseUnresolveCommentDetails
value associated with
this instance if isShowcaseUnresolveCommentDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseUnresolveCommentDetails()
is false
.public boolean isShowcaseUntrashedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
, false
otherwise.public static EventDetails showcaseUntrashedDetails(ShowcaseUntrashedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseUntrashedDetails getShowcaseUntrashedDetailsValue()
EventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
.ShowcaseUntrashedDetails
value associated with this
instance if isShowcaseUntrashedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseUntrashedDetails()
is
false
.public boolean isShowcaseUntrashedDeprecatedDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
, false
otherwise.public static EventDetails showcaseUntrashedDeprecatedDetails(ShowcaseUntrashedDeprecatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseUntrashedDeprecatedDetails getShowcaseUntrashedDeprecatedDetailsValue()
EventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
.ShowcaseUntrashedDeprecatedDetails
value associated
with this instance if isShowcaseUntrashedDeprecatedDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseUntrashedDeprecatedDetails()
is false
.public boolean isShowcaseViewDetails()
true
if this instance is tagged as EventDetails.Tag.SHOWCASE_VIEW_DETAILS
, false
otherwise.public static EventDetails showcaseViewDetails(ShowcaseViewDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_VIEW_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_VIEW_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseViewDetails getShowcaseViewDetailsValue()
EventDetails.Tag.SHOWCASE_VIEW_DETAILS
.ShowcaseViewDetails
value associated with this
instance if isShowcaseViewDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseViewDetails()
is
false
.public boolean isSsoAddCertDetails()
true
if this instance is tagged as EventDetails.Tag.SSO_ADD_CERT_DETAILS
, false
otherwise.public static EventDetails ssoAddCertDetails(SsoAddCertDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_ADD_CERT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_ADD_CERT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoAddCertDetails getSsoAddCertDetailsValue()
EventDetails.Tag.SSO_ADD_CERT_DETAILS
.SsoAddCertDetails
value associated with this instance
if isSsoAddCertDetails()
is true
.java.lang.IllegalStateException
- If isSsoAddCertDetails()
is false
.public boolean isSsoAddLoginUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
, false
otherwise.public static EventDetails ssoAddLoginUrlDetails(SsoAddLoginUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoAddLoginUrlDetails getSsoAddLoginUrlDetailsValue()
EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
.SsoAddLoginUrlDetails
value associated with this
instance if isSsoAddLoginUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoAddLoginUrlDetails()
is
false
.public boolean isSsoAddLogoutUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
, false
otherwise.public static EventDetails ssoAddLogoutUrlDetails(SsoAddLogoutUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoAddLogoutUrlDetails getSsoAddLogoutUrlDetailsValue()
EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
.SsoAddLogoutUrlDetails
value associated with this
instance if isSsoAddLogoutUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoAddLogoutUrlDetails()
is
false
.public boolean isSsoChangeCertDetails()
true
if this instance has the tag EventDetails.Tag.SSO_CHANGE_CERT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_CHANGE_CERT_DETAILS
, false
otherwise.public static EventDetails ssoChangeCertDetails(SsoChangeCertDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_CHANGE_CERT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_CHANGE_CERT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoChangeCertDetails getSsoChangeCertDetailsValue()
EventDetails.Tag.SSO_CHANGE_CERT_DETAILS
.SsoChangeCertDetails
value associated with this
instance if isSsoChangeCertDetails()
is true
.java.lang.IllegalStateException
- If isSsoChangeCertDetails()
is
false
.public boolean isSsoChangeLoginUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
, false
otherwise.public static EventDetails ssoChangeLoginUrlDetails(SsoChangeLoginUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoChangeLoginUrlDetails getSsoChangeLoginUrlDetailsValue()
EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
.SsoChangeLoginUrlDetails
value associated with this
instance if isSsoChangeLoginUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoChangeLoginUrlDetails()
is
false
.public boolean isSsoChangeLogoutUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
, false
otherwise.public static EventDetails ssoChangeLogoutUrlDetails(SsoChangeLogoutUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoChangeLogoutUrlDetails getSsoChangeLogoutUrlDetailsValue()
EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
.SsoChangeLogoutUrlDetails
value associated with this
instance if isSsoChangeLogoutUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoChangeLogoutUrlDetails()
is
false
.public boolean isSsoChangeSamlIdentityModeDetails()
true
if this instance has the tag EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
, false
otherwise.public static EventDetails ssoChangeSamlIdentityModeDetails(SsoChangeSamlIdentityModeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoChangeSamlIdentityModeDetails getSsoChangeSamlIdentityModeDetailsValue()
EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
.SsoChangeSamlIdentityModeDetails
value associated
with this instance if isSsoChangeSamlIdentityModeDetails()
is
true
.java.lang.IllegalStateException
- If isSsoChangeSamlIdentityModeDetails()
is false
.public boolean isSsoRemoveCertDetails()
true
if this instance has the tag EventDetails.Tag.SSO_REMOVE_CERT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_REMOVE_CERT_DETAILS
, false
otherwise.public static EventDetails ssoRemoveCertDetails(SsoRemoveCertDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_REMOVE_CERT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_REMOVE_CERT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoRemoveCertDetails getSsoRemoveCertDetailsValue()
EventDetails.Tag.SSO_REMOVE_CERT_DETAILS
.SsoRemoveCertDetails
value associated with this
instance if isSsoRemoveCertDetails()
is true
.java.lang.IllegalStateException
- If isSsoRemoveCertDetails()
is
false
.public boolean isSsoRemoveLoginUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
, false
otherwise.public static EventDetails ssoRemoveLoginUrlDetails(SsoRemoveLoginUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoRemoveLoginUrlDetails getSsoRemoveLoginUrlDetailsValue()
EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
.SsoRemoveLoginUrlDetails
value associated with this
instance if isSsoRemoveLoginUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoRemoveLoginUrlDetails()
is
false
.public boolean isSsoRemoveLogoutUrlDetails()
true
if this instance has the tag EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
, false
otherwise.public static EventDetails ssoRemoveLogoutUrlDetails(SsoRemoveLogoutUrlDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoRemoveLogoutUrlDetails getSsoRemoveLogoutUrlDetailsValue()
EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
.SsoRemoveLogoutUrlDetails
value associated with this
instance if isSsoRemoveLogoutUrlDetails()
is true
.java.lang.IllegalStateException
- If isSsoRemoveLogoutUrlDetails()
is
false
.public boolean isTeamFolderChangeStatusDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
, false
otherwise.public static EventDetails teamFolderChangeStatusDetails(TeamFolderChangeStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamFolderChangeStatusDetails getTeamFolderChangeStatusDetailsValue()
EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
.TeamFolderChangeStatusDetails
value associated with
this instance if isTeamFolderChangeStatusDetails()
is true
.java.lang.IllegalStateException
- If isTeamFolderChangeStatusDetails()
is false
.public boolean isTeamFolderCreateDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
, false
otherwise.public static EventDetails teamFolderCreateDetails(TeamFolderCreateDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamFolderCreateDetails getTeamFolderCreateDetailsValue()
EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
.TeamFolderCreateDetails
value associated with this
instance if isTeamFolderCreateDetails()
is true
.java.lang.IllegalStateException
- If isTeamFolderCreateDetails()
is
false
.public boolean isTeamFolderDowngradeDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
, false
otherwise.public static EventDetails teamFolderDowngradeDetails(TeamFolderDowngradeDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamFolderDowngradeDetails getTeamFolderDowngradeDetailsValue()
EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
.TeamFolderDowngradeDetails
value associated with this
instance if isTeamFolderDowngradeDetails()
is true
.java.lang.IllegalStateException
- If isTeamFolderDowngradeDetails()
is false
.public boolean isTeamFolderPermanentlyDeleteDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
, false
otherwise.public static EventDetails teamFolderPermanentlyDeleteDetails(TeamFolderPermanentlyDeleteDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamFolderPermanentlyDeleteDetails getTeamFolderPermanentlyDeleteDetailsValue()
EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
.TeamFolderPermanentlyDeleteDetails
value associated
with this instance if isTeamFolderPermanentlyDeleteDetails()
is true
.java.lang.IllegalStateException
- If isTeamFolderPermanentlyDeleteDetails()
is false
.public boolean isTeamFolderRenameDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
, false
otherwise.public static EventDetails teamFolderRenameDetails(TeamFolderRenameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamFolderRenameDetails getTeamFolderRenameDetailsValue()
EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
.TeamFolderRenameDetails
value associated with this
instance if isTeamFolderRenameDetails()
is true
.java.lang.IllegalStateException
- If isTeamFolderRenameDetails()
is
false
.public boolean isTeamSelectiveSyncSettingsChangedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
, false
otherwise.public static EventDetails teamSelectiveSyncSettingsChangedDetails(TeamSelectiveSyncSettingsChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamSelectiveSyncSettingsChangedDetails getTeamSelectiveSyncSettingsChangedDetailsValue()
EventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
.TeamSelectiveSyncSettingsChangedDetails
value
associated with this instance if isTeamSelectiveSyncSettingsChangedDetails()
is true
.java.lang.IllegalStateException
- If isTeamSelectiveSyncSettingsChangedDetails()
is false
.public boolean isAccountCaptureChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails accountCaptureChangePolicyDetails(AccountCaptureChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AccountCaptureChangePolicyDetails getAccountCaptureChangePolicyDetailsValue()
EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
.AccountCaptureChangePolicyDetails
value associated
with this instance if isAccountCaptureChangePolicyDetails()
is
true
.java.lang.IllegalStateException
- If isAccountCaptureChangePolicyDetails()
is false
.public boolean isAllowDownloadDisabledDetails()
true
if this instance has the tag EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
, false
otherwise.public static EventDetails allowDownloadDisabledDetails(AllowDownloadDisabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AllowDownloadDisabledDetails getAllowDownloadDisabledDetailsValue()
EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
.AllowDownloadDisabledDetails
value associated with
this instance if isAllowDownloadDisabledDetails()
is true
.java.lang.IllegalStateException
- If isAllowDownloadDisabledDetails()
is false
.public boolean isAllowDownloadEnabledDetails()
true
if this instance has the tag EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
, false
otherwise.public static EventDetails allowDownloadEnabledDetails(AllowDownloadEnabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public AllowDownloadEnabledDetails getAllowDownloadEnabledDetailsValue()
EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
.AllowDownloadEnabledDetails
value associated with
this instance if isAllowDownloadEnabledDetails()
is true
.java.lang.IllegalStateException
- If isAllowDownloadEnabledDetails()
is false
.public boolean isCameraUploadsPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails cameraUploadsPolicyChangedDetails(CameraUploadsPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public CameraUploadsPolicyChangedDetails getCameraUploadsPolicyChangedDetailsValue()
EventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
.CameraUploadsPolicyChangedDetails
value associated
with this instance if isCameraUploadsPolicyChangedDetails()
is
true
.java.lang.IllegalStateException
- If isCameraUploadsPolicyChangedDetails()
is false
.public boolean isContentAdministrationPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails contentAdministrationPolicyChangedDetails(ContentAdministrationPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ContentAdministrationPolicyChangedDetails getContentAdministrationPolicyChangedDetailsValue()
EventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
.ContentAdministrationPolicyChangedDetails
value
associated with this instance if isContentAdministrationPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isContentAdministrationPolicyChangedDetails()
is false
.public boolean isDataPlacementRestrictionChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails dataPlacementRestrictionChangePolicyDetails(DataPlacementRestrictionChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DataPlacementRestrictionChangePolicyDetails getDataPlacementRestrictionChangePolicyDetailsValue()
EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
.DataPlacementRestrictionChangePolicyDetails
value
associated with this instance if isDataPlacementRestrictionChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isDataPlacementRestrictionChangePolicyDetails()
is false
.public boolean isDataPlacementRestrictionSatisfyPolicyDetails()
true
if this instance has the tag EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
, false
otherwise.public static EventDetails dataPlacementRestrictionSatisfyPolicyDetails(DataPlacementRestrictionSatisfyPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DataPlacementRestrictionSatisfyPolicyDetails getDataPlacementRestrictionSatisfyPolicyDetailsValue()
EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
.DataPlacementRestrictionSatisfyPolicyDetails
value
associated with this instance if isDataPlacementRestrictionSatisfyPolicyDetails()
is true
.java.lang.IllegalStateException
- If isDataPlacementRestrictionSatisfyPolicyDetails()
is false
.public boolean isDeviceApprovalsAddExceptionDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsAddExceptionDetails(DeviceApprovalsAddExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsAddExceptionDetails getDeviceApprovalsAddExceptionDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
.DeviceApprovalsAddExceptionDetails
value associated
with this instance if isDeviceApprovalsAddExceptionDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsAddExceptionDetails()
is false
.public boolean isDeviceApprovalsChangeDesktopPolicyDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsChangeDesktopPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsChangeDesktopPolicyDetails getDeviceApprovalsChangeDesktopPolicyDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
.DeviceApprovalsChangeDesktopPolicyDetails
value
associated with this instance if isDeviceApprovalsChangeDesktopPolicyDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsChangeDesktopPolicyDetails()
is false
.public boolean isDeviceApprovalsChangeMobilePolicyDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsChangeMobilePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsChangeMobilePolicyDetails getDeviceApprovalsChangeMobilePolicyDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
.DeviceApprovalsChangeMobilePolicyDetails
value
associated with this instance if isDeviceApprovalsChangeMobilePolicyDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsChangeMobilePolicyDetails()
is false
.public boolean isDeviceApprovalsChangeOverageActionDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsChangeOverageActionDetails(DeviceApprovalsChangeOverageActionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsChangeOverageActionDetails getDeviceApprovalsChangeOverageActionDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
.DeviceApprovalsChangeOverageActionDetails
value
associated with this instance if isDeviceApprovalsChangeOverageActionDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsChangeOverageActionDetails()
is false
.public boolean isDeviceApprovalsChangeUnlinkActionDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsChangeUnlinkActionDetails(DeviceApprovalsChangeUnlinkActionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsChangeUnlinkActionDetails getDeviceApprovalsChangeUnlinkActionDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
.DeviceApprovalsChangeUnlinkActionDetails
value
associated with this instance if isDeviceApprovalsChangeUnlinkActionDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsChangeUnlinkActionDetails()
is false
.public boolean isDeviceApprovalsRemoveExceptionDetails()
true
if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails deviceApprovalsRemoveExceptionDetails(DeviceApprovalsRemoveExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DeviceApprovalsRemoveExceptionDetails getDeviceApprovalsRemoveExceptionDetailsValue()
EventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
.DeviceApprovalsRemoveExceptionDetails
value
associated with this instance if isDeviceApprovalsRemoveExceptionDetails()
is true
.java.lang.IllegalStateException
- If isDeviceApprovalsRemoveExceptionDetails()
is false
.public boolean isDirectoryRestrictionsAddMembersDetails()
true
if this instance has the tag EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
, false
otherwise.public static EventDetails directoryRestrictionsAddMembersDetails(DirectoryRestrictionsAddMembersDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DirectoryRestrictionsAddMembersDetails getDirectoryRestrictionsAddMembersDetailsValue()
EventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
.DirectoryRestrictionsAddMembersDetails
value
associated with this instance if isDirectoryRestrictionsAddMembersDetails()
is true
.java.lang.IllegalStateException
- If isDirectoryRestrictionsAddMembersDetails()
is false
.public boolean isDirectoryRestrictionsRemoveMembersDetails()
true
if this instance has the tag EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
, false
otherwise.public static EventDetails directoryRestrictionsRemoveMembersDetails(DirectoryRestrictionsRemoveMembersDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public DirectoryRestrictionsRemoveMembersDetails getDirectoryRestrictionsRemoveMembersDetailsValue()
EventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
.DirectoryRestrictionsRemoveMembersDetails
value
associated with this instance if isDirectoryRestrictionsRemoveMembersDetails()
is true
.java.lang.IllegalStateException
- If isDirectoryRestrictionsRemoveMembersDetails()
is false
.public boolean isEmmAddExceptionDetails()
true
if this instance has the tag EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails emmAddExceptionDetails(EmmAddExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmAddExceptionDetails getEmmAddExceptionDetailsValue()
EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
.EmmAddExceptionDetails
value associated with this
instance if isEmmAddExceptionDetails()
is true
.java.lang.IllegalStateException
- If isEmmAddExceptionDetails()
is
false
.public boolean isEmmChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails emmChangePolicyDetails(EmmChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmChangePolicyDetails getEmmChangePolicyDetailsValue()
EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
.EmmChangePolicyDetails
value associated with this
instance if isEmmChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isEmmChangePolicyDetails()
is
false
.public boolean isEmmRemoveExceptionDetails()
true
if this instance has the tag EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails emmRemoveExceptionDetails(EmmRemoveExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EmmRemoveExceptionDetails getEmmRemoveExceptionDetailsValue()
EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
.EmmRemoveExceptionDetails
value associated with this
instance if isEmmRemoveExceptionDetails()
is true
.java.lang.IllegalStateException
- If isEmmRemoveExceptionDetails()
is
false
.public boolean isExtendedVersionHistoryChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails extendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ExtendedVersionHistoryChangePolicyDetails getExtendedVersionHistoryChangePolicyDetailsValue()
EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
.ExtendedVersionHistoryChangePolicyDetails
value
associated with this instance if isExtendedVersionHistoryChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isExtendedVersionHistoryChangePolicyDetails()
is false
.public boolean isFileCommentsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails fileCommentsChangePolicyDetails(FileCommentsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileCommentsChangePolicyDetails getFileCommentsChangePolicyDetailsValue()
EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
.FileCommentsChangePolicyDetails
value associated with
this instance if isFileCommentsChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isFileCommentsChangePolicyDetails()
is false
.public boolean isFileLockingPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails fileLockingPolicyChangedDetails(FileLockingPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileLockingPolicyChangedDetails getFileLockingPolicyChangedDetailsValue()
EventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
.FileLockingPolicyChangedDetails
value associated with
this instance if isFileLockingPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isFileLockingPolicyChangedDetails()
is false
.public boolean isFileRequestsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails fileRequestsChangePolicyDetails(FileRequestsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestsChangePolicyDetails getFileRequestsChangePolicyDetailsValue()
EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
.FileRequestsChangePolicyDetails
value associated with
this instance if isFileRequestsChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestsChangePolicyDetails()
is false
.public boolean isFileRequestsEmailsEnabledDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
, false
otherwise.public static EventDetails fileRequestsEmailsEnabledDetails(FileRequestsEmailsEnabledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestsEmailsEnabledDetails getFileRequestsEmailsEnabledDetailsValue()
EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
.FileRequestsEmailsEnabledDetails
value associated
with this instance if isFileRequestsEmailsEnabledDetails()
is
true
.java.lang.IllegalStateException
- If isFileRequestsEmailsEnabledDetails()
is false
.public boolean isFileRequestsEmailsRestrictedToTeamOnlyDetails()
true
if this instance has the tag EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
, false
otherwise.public static EventDetails fileRequestsEmailsRestrictedToTeamOnlyDetails(FileRequestsEmailsRestrictedToTeamOnlyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileRequestsEmailsRestrictedToTeamOnlyDetails getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue()
EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
.FileRequestsEmailsRestrictedToTeamOnlyDetails
value
associated with this instance if isFileRequestsEmailsRestrictedToTeamOnlyDetails()
is true
.java.lang.IllegalStateException
- If isFileRequestsEmailsRestrictedToTeamOnlyDetails()
is false
.public boolean isFileTransfersPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails fileTransfersPolicyChangedDetails(FileTransfersPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public FileTransfersPolicyChangedDetails getFileTransfersPolicyChangedDetailsValue()
EventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
.FileTransfersPolicyChangedDetails
value associated
with this instance if isFileTransfersPolicyChangedDetails()
is
true
.java.lang.IllegalStateException
- If isFileTransfersPolicyChangedDetails()
is false
.public boolean isGoogleSsoChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails googleSsoChangePolicyDetails(GoogleSsoChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GoogleSsoChangePolicyDetails getGoogleSsoChangePolicyDetailsValue()
EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
.GoogleSsoChangePolicyDetails
value associated with
this instance if isGoogleSsoChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isGoogleSsoChangePolicyDetails()
is false
.public boolean isGroupUserManagementChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails groupUserManagementChangePolicyDetails(GroupUserManagementChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GroupUserManagementChangePolicyDetails getGroupUserManagementChangePolicyDetailsValue()
EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
.GroupUserManagementChangePolicyDetails
value
associated with this instance if isGroupUserManagementChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isGroupUserManagementChangePolicyDetails()
is false
.public boolean isIntegrationPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails integrationPolicyChangedDetails(IntegrationPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public IntegrationPolicyChangedDetails getIntegrationPolicyChangedDetailsValue()
EventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
.IntegrationPolicyChangedDetails
value associated with
this instance if isIntegrationPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isIntegrationPolicyChangedDetails()
is false
.public boolean isMemberRequestsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails memberRequestsChangePolicyDetails(MemberRequestsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberRequestsChangePolicyDetails getMemberRequestsChangePolicyDetailsValue()
EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
.MemberRequestsChangePolicyDetails
value associated
with this instance if isMemberRequestsChangePolicyDetails()
is
true
.java.lang.IllegalStateException
- If isMemberRequestsChangePolicyDetails()
is false
.public boolean isMemberSendInvitePolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails memberSendInvitePolicyChangedDetails(MemberSendInvitePolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSendInvitePolicyChangedDetails getMemberSendInvitePolicyChangedDetailsValue()
EventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
.MemberSendInvitePolicyChangedDetails
value associated
with this instance if isMemberSendInvitePolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isMemberSendInvitePolicyChangedDetails()
is false
.public boolean isMemberSpaceLimitsAddExceptionDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsAddExceptionDetails(MemberSpaceLimitsAddExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsAddExceptionDetails getMemberSpaceLimitsAddExceptionDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
.MemberSpaceLimitsAddExceptionDetails
value associated
with this instance if isMemberSpaceLimitsAddExceptionDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsAddExceptionDetails()
is false
.public boolean isMemberSpaceLimitsChangeCapsTypePolicyDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsChangeCapsTypePolicyDetails(MemberSpaceLimitsChangeCapsTypePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsChangeCapsTypePolicyDetails getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
.MemberSpaceLimitsChangeCapsTypePolicyDetails
value
associated with this instance if isMemberSpaceLimitsChangeCapsTypePolicyDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsChangeCapsTypePolicyDetails()
is false
.public boolean isMemberSpaceLimitsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsChangePolicyDetails(MemberSpaceLimitsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsChangePolicyDetails getMemberSpaceLimitsChangePolicyDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
.MemberSpaceLimitsChangePolicyDetails
value associated
with this instance if isMemberSpaceLimitsChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsChangePolicyDetails()
is false
.public boolean isMemberSpaceLimitsRemoveExceptionDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails memberSpaceLimitsRemoveExceptionDetails(MemberSpaceLimitsRemoveExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSpaceLimitsRemoveExceptionDetails getMemberSpaceLimitsRemoveExceptionDetailsValue()
EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
.MemberSpaceLimitsRemoveExceptionDetails
value
associated with this instance if isMemberSpaceLimitsRemoveExceptionDetails()
is true
.java.lang.IllegalStateException
- If isMemberSpaceLimitsRemoveExceptionDetails()
is false
.public boolean isMemberSuggestionsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails memberSuggestionsChangePolicyDetails(MemberSuggestionsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MemberSuggestionsChangePolicyDetails getMemberSuggestionsChangePolicyDetailsValue()
EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
.MemberSuggestionsChangePolicyDetails
value associated
with this instance if isMemberSuggestionsChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isMemberSuggestionsChangePolicyDetails()
is false
.public boolean isMicrosoftOfficeAddinChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails microsoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MicrosoftOfficeAddinChangePolicyDetails getMicrosoftOfficeAddinChangePolicyDetailsValue()
EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
.MicrosoftOfficeAddinChangePolicyDetails
value
associated with this instance if isMicrosoftOfficeAddinChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isMicrosoftOfficeAddinChangePolicyDetails()
is false
.public boolean isNetworkControlChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails networkControlChangePolicyDetails(NetworkControlChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public NetworkControlChangePolicyDetails getNetworkControlChangePolicyDetailsValue()
EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
.NetworkControlChangePolicyDetails
value associated
with this instance if isNetworkControlChangePolicyDetails()
is
true
.java.lang.IllegalStateException
- If isNetworkControlChangePolicyDetails()
is false
.public boolean isPaperChangeDeploymentPolicyDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
, false
otherwise.public static EventDetails paperChangeDeploymentPolicyDetails(PaperChangeDeploymentPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperChangeDeploymentPolicyDetails getPaperChangeDeploymentPolicyDetailsValue()
EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
.PaperChangeDeploymentPolicyDetails
value associated
with this instance if isPaperChangeDeploymentPolicyDetails()
is true
.java.lang.IllegalStateException
- If isPaperChangeDeploymentPolicyDetails()
is false
.public boolean isPaperChangeMemberLinkPolicyDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
, false
otherwise.public static EventDetails paperChangeMemberLinkPolicyDetails(PaperChangeMemberLinkPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperChangeMemberLinkPolicyDetails getPaperChangeMemberLinkPolicyDetailsValue()
EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
.PaperChangeMemberLinkPolicyDetails
value associated
with this instance if isPaperChangeMemberLinkPolicyDetails()
is true
.java.lang.IllegalStateException
- If isPaperChangeMemberLinkPolicyDetails()
is false
.public boolean isPaperChangeMemberPolicyDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
, false
otherwise.public static EventDetails paperChangeMemberPolicyDetails(PaperChangeMemberPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperChangeMemberPolicyDetails getPaperChangeMemberPolicyDetailsValue()
EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
.PaperChangeMemberPolicyDetails
value associated with
this instance if isPaperChangeMemberPolicyDetails()
is true
.java.lang.IllegalStateException
- If isPaperChangeMemberPolicyDetails()
is false
.public boolean isPaperChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails paperChangePolicyDetails(PaperChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperChangePolicyDetails getPaperChangePolicyDetailsValue()
EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
.PaperChangePolicyDetails
value associated with this
instance if isPaperChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isPaperChangePolicyDetails()
is
false
.public boolean isPaperDefaultFolderPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails paperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDefaultFolderPolicyChangedDetails getPaperDefaultFolderPolicyChangedDetailsValue()
EventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
.PaperDefaultFolderPolicyChangedDetails
value
associated with this instance if isPaperDefaultFolderPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isPaperDefaultFolderPolicyChangedDetails()
is false
.public boolean isPaperDesktopPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails paperDesktopPolicyChangedDetails(PaperDesktopPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperDesktopPolicyChangedDetails getPaperDesktopPolicyChangedDetailsValue()
EventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
.PaperDesktopPolicyChangedDetails
value associated
with this instance if isPaperDesktopPolicyChangedDetails()
is
true
.java.lang.IllegalStateException
- If isPaperDesktopPolicyChangedDetails()
is false
.public boolean isPaperEnabledUsersGroupAdditionDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
, false
otherwise.public static EventDetails paperEnabledUsersGroupAdditionDetails(PaperEnabledUsersGroupAdditionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperEnabledUsersGroupAdditionDetails getPaperEnabledUsersGroupAdditionDetailsValue()
EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
.PaperEnabledUsersGroupAdditionDetails
value
associated with this instance if isPaperEnabledUsersGroupAdditionDetails()
is true
.java.lang.IllegalStateException
- If isPaperEnabledUsersGroupAdditionDetails()
is false
.public boolean isPaperEnabledUsersGroupRemovalDetails()
true
if this instance has the tag EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
, false
otherwise.public static EventDetails paperEnabledUsersGroupRemovalDetails(PaperEnabledUsersGroupRemovalDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PaperEnabledUsersGroupRemovalDetails getPaperEnabledUsersGroupRemovalDetailsValue()
EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
.PaperEnabledUsersGroupRemovalDetails
value associated
with this instance if isPaperEnabledUsersGroupRemovalDetails()
is true
.java.lang.IllegalStateException
- If isPaperEnabledUsersGroupRemovalDetails()
is false
.public boolean isPasswordStrengthRequirementsChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails passwordStrengthRequirementsChangePolicyDetails(PasswordStrengthRequirementsChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PasswordStrengthRequirementsChangePolicyDetails getPasswordStrengthRequirementsChangePolicyDetailsValue()
EventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
.PasswordStrengthRequirementsChangePolicyDetails
value
associated with this instance if isPasswordStrengthRequirementsChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isPasswordStrengthRequirementsChangePolicyDetails()
is false
.public boolean isPermanentDeleteChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails permanentDeleteChangePolicyDetails(PermanentDeleteChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public PermanentDeleteChangePolicyDetails getPermanentDeleteChangePolicyDetailsValue()
EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
.PermanentDeleteChangePolicyDetails
value associated
with this instance if isPermanentDeleteChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isPermanentDeleteChangePolicyDetails()
is false
.public boolean isResellerSupportChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails resellerSupportChangePolicyDetails(ResellerSupportChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ResellerSupportChangePolicyDetails getResellerSupportChangePolicyDetailsValue()
EventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
.ResellerSupportChangePolicyDetails
value associated
with this instance if isResellerSupportChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isResellerSupportChangePolicyDetails()
is false
.public boolean isRewindPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails rewindPolicyChangedDetails(RewindPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public RewindPolicyChangedDetails getRewindPolicyChangedDetailsValue()
EventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
.RewindPolicyChangedDetails
value associated with this
instance if isRewindPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isRewindPolicyChangedDetails()
is false
.public boolean isSendForSignaturePolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails sendForSignaturePolicyChangedDetails(SendForSignaturePolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SendForSignaturePolicyChangedDetails getSendForSignaturePolicyChangedDetailsValue()
EventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
.SendForSignaturePolicyChangedDetails
value associated
with this instance if isSendForSignaturePolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isSendForSignaturePolicyChangedDetails()
is false
.public boolean isSharingChangeFolderJoinPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
, false
otherwise.public static EventDetails sharingChangeFolderJoinPolicyDetails(SharingChangeFolderJoinPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharingChangeFolderJoinPolicyDetails getSharingChangeFolderJoinPolicyDetailsValue()
EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
.SharingChangeFolderJoinPolicyDetails
value associated
with this instance if isSharingChangeFolderJoinPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharingChangeFolderJoinPolicyDetails()
is false
.public boolean isSharingChangeLinkPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
, false
otherwise.public static EventDetails sharingChangeLinkPolicyDetails(SharingChangeLinkPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharingChangeLinkPolicyDetails getSharingChangeLinkPolicyDetailsValue()
EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
.SharingChangeLinkPolicyDetails
value associated with
this instance if isSharingChangeLinkPolicyDetails()
is true
.java.lang.IllegalStateException
- If isSharingChangeLinkPolicyDetails()
is false
.public boolean isSharingChangeMemberPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
, false
otherwise.public static EventDetails sharingChangeMemberPolicyDetails(SharingChangeMemberPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SharingChangeMemberPolicyDetails getSharingChangeMemberPolicyDetailsValue()
EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
.SharingChangeMemberPolicyDetails
value associated
with this instance if isSharingChangeMemberPolicyDetails()
is
true
.java.lang.IllegalStateException
- If isSharingChangeMemberPolicyDetails()
is false
.public boolean isShowcaseChangeDownloadPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
, false
otherwise.public static EventDetails showcaseChangeDownloadPolicyDetails(ShowcaseChangeDownloadPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseChangeDownloadPolicyDetails getShowcaseChangeDownloadPolicyDetailsValue()
EventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
.ShowcaseChangeDownloadPolicyDetails
value associated
with this instance if isShowcaseChangeDownloadPolicyDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseChangeDownloadPolicyDetails()
is false
.public boolean isShowcaseChangeEnabledPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
, false
otherwise.public static EventDetails showcaseChangeEnabledPolicyDetails(ShowcaseChangeEnabledPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseChangeEnabledPolicyDetails getShowcaseChangeEnabledPolicyDetailsValue()
EventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
.ShowcaseChangeEnabledPolicyDetails
value associated
with this instance if isShowcaseChangeEnabledPolicyDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseChangeEnabledPolicyDetails()
is false
.public boolean isShowcaseChangeExternalSharingPolicyDetails()
true
if this instance has the tag EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
, false
otherwise.public static EventDetails showcaseChangeExternalSharingPolicyDetails(ShowcaseChangeExternalSharingPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ShowcaseChangeExternalSharingPolicyDetails getShowcaseChangeExternalSharingPolicyDetailsValue()
EventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
.ShowcaseChangeExternalSharingPolicyDetails
value
associated with this instance if isShowcaseChangeExternalSharingPolicyDetails()
is true
.java.lang.IllegalStateException
- If isShowcaseChangeExternalSharingPolicyDetails()
is false
.public boolean isSmarterSmartSyncPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails smarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SmarterSmartSyncPolicyChangedDetails getSmarterSmartSyncPolicyChangedDetailsValue()
EventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
.SmarterSmartSyncPolicyChangedDetails
value associated
with this instance if isSmarterSmartSyncPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isSmarterSmartSyncPolicyChangedDetails()
is false
.public boolean isSmartSyncChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails smartSyncChangePolicyDetails(SmartSyncChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SmartSyncChangePolicyDetails getSmartSyncChangePolicyDetailsValue()
EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
.SmartSyncChangePolicyDetails
value associated with
this instance if isSmartSyncChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isSmartSyncChangePolicyDetails()
is false
.public boolean isSmartSyncNotOptOutDetails()
true
if this instance has the tag EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
, false
otherwise.public static EventDetails smartSyncNotOptOutDetails(SmartSyncNotOptOutDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SmartSyncNotOptOutDetails getSmartSyncNotOptOutDetailsValue()
EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
.SmartSyncNotOptOutDetails
value associated with this
instance if isSmartSyncNotOptOutDetails()
is true
.java.lang.IllegalStateException
- If isSmartSyncNotOptOutDetails()
is
false
.public boolean isSmartSyncOptOutDetails()
true
if this instance has the tag EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
, false
otherwise.public static EventDetails smartSyncOptOutDetails(SmartSyncOptOutDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SmartSyncOptOutDetails getSmartSyncOptOutDetailsValue()
EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
.SmartSyncOptOutDetails
value associated with this
instance if isSmartSyncOptOutDetails()
is true
.java.lang.IllegalStateException
- If isSmartSyncOptOutDetails()
is
false
.public boolean isSsoChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails ssoChangePolicyDetails(SsoChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public SsoChangePolicyDetails getSsoChangePolicyDetailsValue()
EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
.SsoChangePolicyDetails
value associated with this
instance if isSsoChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isSsoChangePolicyDetails()
is
false
.public boolean isTeamExtensionsPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails teamExtensionsPolicyChangedDetails(TeamExtensionsPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamExtensionsPolicyChangedDetails getTeamExtensionsPolicyChangedDetailsValue()
EventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
.TeamExtensionsPolicyChangedDetails
value associated
with this instance if isTeamExtensionsPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isTeamExtensionsPolicyChangedDetails()
is false
.public boolean isTeamSelectiveSyncPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails teamSelectiveSyncPolicyChangedDetails(TeamSelectiveSyncPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamSelectiveSyncPolicyChangedDetails getTeamSelectiveSyncPolicyChangedDetailsValue()
EventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
.TeamSelectiveSyncPolicyChangedDetails
value
associated with this instance if isTeamSelectiveSyncPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isTeamSelectiveSyncPolicyChangedDetails()
is false
.public boolean isTeamSharingWhitelistSubjectsChangedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
, false
otherwise.public static EventDetails teamSharingWhitelistSubjectsChangedDetails(TeamSharingWhitelistSubjectsChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamSharingWhitelistSubjectsChangedDetails getTeamSharingWhitelistSubjectsChangedDetailsValue()
EventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
.TeamSharingWhitelistSubjectsChangedDetails
value
associated with this instance if isTeamSharingWhitelistSubjectsChangedDetails()
is true
.java.lang.IllegalStateException
- If isTeamSharingWhitelistSubjectsChangedDetails()
is false
.public boolean isTfaAddExceptionDetails()
true
if this instance has the tag EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails tfaAddExceptionDetails(TfaAddExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaAddExceptionDetails getTfaAddExceptionDetailsValue()
EventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
.TfaAddExceptionDetails
value associated with this
instance if isTfaAddExceptionDetails()
is true
.java.lang.IllegalStateException
- If isTfaAddExceptionDetails()
is
false
.public boolean isTfaChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails tfaChangePolicyDetails(TfaChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaChangePolicyDetails getTfaChangePolicyDetailsValue()
EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
.TfaChangePolicyDetails
value associated with this
instance if isTfaChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isTfaChangePolicyDetails()
is
false
.public boolean isTfaRemoveExceptionDetails()
true
if this instance has the tag EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
, false
otherwise.public static EventDetails tfaRemoveExceptionDetails(TfaRemoveExceptionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaRemoveExceptionDetails getTfaRemoveExceptionDetailsValue()
EventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
.TfaRemoveExceptionDetails
value associated with this
instance if isTfaRemoveExceptionDetails()
is true
.java.lang.IllegalStateException
- If isTfaRemoveExceptionDetails()
is
false
.public boolean isTwoAccountChangePolicyDetails()
true
if this instance has the tag EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
, false
otherwise.public static EventDetails twoAccountChangePolicyDetails(TwoAccountChangePolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TwoAccountChangePolicyDetails getTwoAccountChangePolicyDetailsValue()
EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
.TwoAccountChangePolicyDetails
value associated with
this instance if isTwoAccountChangePolicyDetails()
is true
.java.lang.IllegalStateException
- If isTwoAccountChangePolicyDetails()
is false
.public boolean isViewerInfoPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails viewerInfoPolicyChangedDetails(ViewerInfoPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ViewerInfoPolicyChangedDetails getViewerInfoPolicyChangedDetailsValue()
EventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
.ViewerInfoPolicyChangedDetails
value associated with
this instance if isViewerInfoPolicyChangedDetails()
is true
.java.lang.IllegalStateException
- If isViewerInfoPolicyChangedDetails()
is false
.public boolean isWatermarkingPolicyChangedDetails()
true
if this instance has the tag EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
, false
otherwise.public static EventDetails watermarkingPolicyChangedDetails(WatermarkingPolicyChangedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public WatermarkingPolicyChangedDetails getWatermarkingPolicyChangedDetailsValue()
EventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
.WatermarkingPolicyChangedDetails
value associated
with this instance if isWatermarkingPolicyChangedDetails()
is
true
.java.lang.IllegalStateException
- If isWatermarkingPolicyChangedDetails()
is false
.public boolean isWebSessionsChangeActiveSessionLimitDetails()
true
if this instance has the tag EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
, false
otherwise.public static EventDetails webSessionsChangeActiveSessionLimitDetails(WebSessionsChangeActiveSessionLimitDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public WebSessionsChangeActiveSessionLimitDetails getWebSessionsChangeActiveSessionLimitDetailsValue()
EventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
.WebSessionsChangeActiveSessionLimitDetails
value
associated with this instance if isWebSessionsChangeActiveSessionLimitDetails()
is true
.java.lang.IllegalStateException
- If isWebSessionsChangeActiveSessionLimitDetails()
is false
.public boolean isWebSessionsChangeFixedLengthPolicyDetails()
true
if this instance has the tag EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
, false
otherwise.public static EventDetails webSessionsChangeFixedLengthPolicyDetails(WebSessionsChangeFixedLengthPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public WebSessionsChangeFixedLengthPolicyDetails getWebSessionsChangeFixedLengthPolicyDetailsValue()
EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
.WebSessionsChangeFixedLengthPolicyDetails
value
associated with this instance if isWebSessionsChangeFixedLengthPolicyDetails()
is true
.java.lang.IllegalStateException
- If isWebSessionsChangeFixedLengthPolicyDetails()
is false
.public boolean isWebSessionsChangeIdleLengthPolicyDetails()
true
if this instance has the tag EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
, false
otherwise.public static EventDetails webSessionsChangeIdleLengthPolicyDetails(WebSessionsChangeIdleLengthPolicyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public WebSessionsChangeIdleLengthPolicyDetails getWebSessionsChangeIdleLengthPolicyDetailsValue()
EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
.WebSessionsChangeIdleLengthPolicyDetails
value
associated with this instance if isWebSessionsChangeIdleLengthPolicyDetails()
is true
.java.lang.IllegalStateException
- If isWebSessionsChangeIdleLengthPolicyDetails()
is false
.public boolean isTeamMergeFromDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_FROM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_FROM_DETAILS
, false
otherwise.public static EventDetails teamMergeFromDetails(TeamMergeFromDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_FROM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_FROM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeFromDetails getTeamMergeFromDetailsValue()
EventDetails.Tag.TEAM_MERGE_FROM_DETAILS
.TeamMergeFromDetails
value associated with this
instance if isTeamMergeFromDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeFromDetails()
is
false
.public boolean isTeamMergeToDetails()
true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_TO_DETAILS
, false
otherwise.public static EventDetails teamMergeToDetails(TeamMergeToDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_TO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_TO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeToDetails getTeamMergeToDetailsValue()
EventDetails.Tag.TEAM_MERGE_TO_DETAILS
.TeamMergeToDetails
value associated with this
instance if isTeamMergeToDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeToDetails()
is false
.public boolean isTeamProfileAddLogoDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
, false
otherwise.public static EventDetails teamProfileAddLogoDetails(TeamProfileAddLogoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamProfileAddLogoDetails getTeamProfileAddLogoDetailsValue()
EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
.TeamProfileAddLogoDetails
value associated with this
instance if isTeamProfileAddLogoDetails()
is true
.java.lang.IllegalStateException
- If isTeamProfileAddLogoDetails()
is
false
.public boolean isTeamProfileChangeDefaultLanguageDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
, false
otherwise.public static EventDetails teamProfileChangeDefaultLanguageDetails(TeamProfileChangeDefaultLanguageDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamProfileChangeDefaultLanguageDetails getTeamProfileChangeDefaultLanguageDetailsValue()
EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
.TeamProfileChangeDefaultLanguageDetails
value
associated with this instance if isTeamProfileChangeDefaultLanguageDetails()
is true
.java.lang.IllegalStateException
- If isTeamProfileChangeDefaultLanguageDetails()
is false
.public boolean isTeamProfileChangeLogoDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
, false
otherwise.public static EventDetails teamProfileChangeLogoDetails(TeamProfileChangeLogoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamProfileChangeLogoDetails getTeamProfileChangeLogoDetailsValue()
EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
.TeamProfileChangeLogoDetails
value associated with
this instance if isTeamProfileChangeLogoDetails()
is true
.java.lang.IllegalStateException
- If isTeamProfileChangeLogoDetails()
is false
.public boolean isTeamProfileChangeNameDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
, false
otherwise.public static EventDetails teamProfileChangeNameDetails(TeamProfileChangeNameDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamProfileChangeNameDetails getTeamProfileChangeNameDetailsValue()
EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
.TeamProfileChangeNameDetails
value associated with
this instance if isTeamProfileChangeNameDetails()
is true
.java.lang.IllegalStateException
- If isTeamProfileChangeNameDetails()
is false
.public boolean isTeamProfileRemoveLogoDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
, false
otherwise.public static EventDetails teamProfileRemoveLogoDetails(TeamProfileRemoveLogoDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamProfileRemoveLogoDetails getTeamProfileRemoveLogoDetailsValue()
EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
.TeamProfileRemoveLogoDetails
value associated with
this instance if isTeamProfileRemoveLogoDetails()
is true
.java.lang.IllegalStateException
- If isTeamProfileRemoveLogoDetails()
is false
.public boolean isTfaAddBackupPhoneDetails()
true
if this instance has the tag EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
, false
otherwise.public static EventDetails tfaAddBackupPhoneDetails(TfaAddBackupPhoneDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaAddBackupPhoneDetails getTfaAddBackupPhoneDetailsValue()
EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
.TfaAddBackupPhoneDetails
value associated with this
instance if isTfaAddBackupPhoneDetails()
is true
.java.lang.IllegalStateException
- If isTfaAddBackupPhoneDetails()
is
false
.public boolean isTfaAddSecurityKeyDetails()
true
if this instance has the tag EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
, false
otherwise.public static EventDetails tfaAddSecurityKeyDetails(TfaAddSecurityKeyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaAddSecurityKeyDetails getTfaAddSecurityKeyDetailsValue()
EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
.TfaAddSecurityKeyDetails
value associated with this
instance if isTfaAddSecurityKeyDetails()
is true
.java.lang.IllegalStateException
- If isTfaAddSecurityKeyDetails()
is
false
.public boolean isTfaChangeBackupPhoneDetails()
true
if this instance has the tag EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
, false
otherwise.public static EventDetails tfaChangeBackupPhoneDetails(TfaChangeBackupPhoneDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaChangeBackupPhoneDetails getTfaChangeBackupPhoneDetailsValue()
EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
.TfaChangeBackupPhoneDetails
value associated with
this instance if isTfaChangeBackupPhoneDetails()
is true
.java.lang.IllegalStateException
- If isTfaChangeBackupPhoneDetails()
is false
.public boolean isTfaChangeStatusDetails()
true
if this instance has the tag EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
, false
otherwise.public static EventDetails tfaChangeStatusDetails(TfaChangeStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaChangeStatusDetails getTfaChangeStatusDetailsValue()
EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
.TfaChangeStatusDetails
value associated with this
instance if isTfaChangeStatusDetails()
is true
.java.lang.IllegalStateException
- If isTfaChangeStatusDetails()
is
false
.public boolean isTfaRemoveBackupPhoneDetails()
true
if this instance has the tag EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
, false
otherwise.public static EventDetails tfaRemoveBackupPhoneDetails(TfaRemoveBackupPhoneDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaRemoveBackupPhoneDetails getTfaRemoveBackupPhoneDetailsValue()
EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
.TfaRemoveBackupPhoneDetails
value associated with
this instance if isTfaRemoveBackupPhoneDetails()
is true
.java.lang.IllegalStateException
- If isTfaRemoveBackupPhoneDetails()
is false
.public boolean isTfaRemoveSecurityKeyDetails()
true
if this instance has the tag EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
, false
otherwise.public static EventDetails tfaRemoveSecurityKeyDetails(TfaRemoveSecurityKeyDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaRemoveSecurityKeyDetails getTfaRemoveSecurityKeyDetailsValue()
EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
.TfaRemoveSecurityKeyDetails
value associated with
this instance if isTfaRemoveSecurityKeyDetails()
is true
.java.lang.IllegalStateException
- If isTfaRemoveSecurityKeyDetails()
is false
.public boolean isTfaResetDetails()
true
if this instance is tagged as EventDetails.Tag.TFA_RESET_DETAILS
, false
otherwise.public static EventDetails tfaResetDetails(TfaResetDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TFA_RESET_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TFA_RESET_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TfaResetDetails getTfaResetDetailsValue()
EventDetails.Tag.TFA_RESET_DETAILS
.TfaResetDetails
value associated with this instance
if isTfaResetDetails()
is true
.java.lang.IllegalStateException
- If isTfaResetDetails()
is false
.public boolean isChangedEnterpriseAdminRoleDetails()
true
if this instance has the tag EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
, false
otherwise.public static EventDetails changedEnterpriseAdminRoleDetails(ChangedEnterpriseAdminRoleDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ChangedEnterpriseAdminRoleDetails getChangedEnterpriseAdminRoleDetailsValue()
EventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
.ChangedEnterpriseAdminRoleDetails
value associated
with this instance if isChangedEnterpriseAdminRoleDetails()
is
true
.java.lang.IllegalStateException
- If isChangedEnterpriseAdminRoleDetails()
is false
.public boolean isChangedEnterpriseConnectedTeamStatusDetails()
true
if this instance has the tag EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
, false
otherwise.public static EventDetails changedEnterpriseConnectedTeamStatusDetails(ChangedEnterpriseConnectedTeamStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public ChangedEnterpriseConnectedTeamStatusDetails getChangedEnterpriseConnectedTeamStatusDetailsValue()
EventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
.ChangedEnterpriseConnectedTeamStatusDetails
value
associated with this instance if isChangedEnterpriseConnectedTeamStatusDetails()
is true
.java.lang.IllegalStateException
- If isChangedEnterpriseConnectedTeamStatusDetails()
is false
.public boolean isEndedEnterpriseAdminSessionDetails()
true
if this instance has the tag EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
, false
otherwise.public static EventDetails endedEnterpriseAdminSessionDetails(EndedEnterpriseAdminSessionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EndedEnterpriseAdminSessionDetails getEndedEnterpriseAdminSessionDetailsValue()
EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
.EndedEnterpriseAdminSessionDetails
value associated
with this instance if isEndedEnterpriseAdminSessionDetails()
is true
.java.lang.IllegalStateException
- If isEndedEnterpriseAdminSessionDetails()
is false
.public boolean isEndedEnterpriseAdminSessionDeprecatedDetails()
true
if this instance has the tag EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
, false
otherwise.public static EventDetails endedEnterpriseAdminSessionDeprecatedDetails(EndedEnterpriseAdminSessionDeprecatedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EndedEnterpriseAdminSessionDeprecatedDetails getEndedEnterpriseAdminSessionDeprecatedDetailsValue()
EventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
.EndedEnterpriseAdminSessionDeprecatedDetails
value
associated with this instance if isEndedEnterpriseAdminSessionDeprecatedDetails()
is true
.java.lang.IllegalStateException
- If isEndedEnterpriseAdminSessionDeprecatedDetails()
is false
.public boolean isEnterpriseSettingsLockingDetails()
true
if this instance has the tag EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
, false
otherwise.public static EventDetails enterpriseSettingsLockingDetails(EnterpriseSettingsLockingDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public EnterpriseSettingsLockingDetails getEnterpriseSettingsLockingDetailsValue()
EventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
.EnterpriseSettingsLockingDetails
value associated
with this instance if isEnterpriseSettingsLockingDetails()
is
true
.java.lang.IllegalStateException
- If isEnterpriseSettingsLockingDetails()
is false
.public boolean isGuestAdminChangeStatusDetails()
true
if this instance has the tag EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
, false
otherwise.public static EventDetails guestAdminChangeStatusDetails(GuestAdminChangeStatusDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public GuestAdminChangeStatusDetails getGuestAdminChangeStatusDetailsValue()
EventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
.GuestAdminChangeStatusDetails
value associated with
this instance if isGuestAdminChangeStatusDetails()
is true
.java.lang.IllegalStateException
- If isGuestAdminChangeStatusDetails()
is false
.public boolean isStartedEnterpriseAdminSessionDetails()
true
if this instance has the tag EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
, false
otherwise.public static EventDetails startedEnterpriseAdminSessionDetails(StartedEnterpriseAdminSessionDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public StartedEnterpriseAdminSessionDetails getStartedEnterpriseAdminSessionDetailsValue()
EventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
.StartedEnterpriseAdminSessionDetails
value associated
with this instance if isStartedEnterpriseAdminSessionDetails()
is true
.java.lang.IllegalStateException
- If isStartedEnterpriseAdminSessionDetails()
is false
.public boolean isTeamMergeRequestAcceptedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestAcceptedDetails(TeamMergeRequestAcceptedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestAcceptedDetails getTeamMergeRequestAcceptedDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
.TeamMergeRequestAcceptedDetails
value associated with
this instance if isTeamMergeRequestAcceptedDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestAcceptedDetails()
is false
.public boolean isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestAcceptedShownToPrimaryTeamDetails(TeamMergeRequestAcceptedShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestAcceptedShownToPrimaryTeamDetails getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestAcceptedShownToPrimaryTeamDetails
value associated with this instance if isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestAcceptedShownToSecondaryTeamDetails(TeamMergeRequestAcceptedShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestAcceptedShownToSecondaryTeamDetails getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestAcceptedShownToSecondaryTeamDetails
value associated with this instance if isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
is false
.public boolean isTeamMergeRequestAutoCanceledDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestAutoCanceledDetails(TeamMergeRequestAutoCanceledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestAutoCanceledDetails getTeamMergeRequestAutoCanceledDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
.TeamMergeRequestAutoCanceledDetails
value associated
with this instance if isTeamMergeRequestAutoCanceledDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestAutoCanceledDetails()
is false
.public boolean isTeamMergeRequestCanceledDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestCanceledDetails(TeamMergeRequestCanceledDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestCanceledDetails getTeamMergeRequestCanceledDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
.TeamMergeRequestCanceledDetails
value associated with
this instance if isTeamMergeRequestCanceledDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestCanceledDetails()
is false
.public boolean isTeamMergeRequestCanceledShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestCanceledShownToPrimaryTeamDetails(TeamMergeRequestCanceledShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestCanceledShownToPrimaryTeamDetails getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestCanceledShownToPrimaryTeamDetails
value associated with this instance if isTeamMergeRequestCanceledShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestCanceledShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestCanceledShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestCanceledShownToSecondaryTeamDetails(TeamMergeRequestCanceledShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestCanceledShownToSecondaryTeamDetails getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestCanceledShownToSecondaryTeamDetails
value associated with this instance if isTeamMergeRequestCanceledShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestCanceledShownToSecondaryTeamDetails()
is false
.public boolean isTeamMergeRequestExpiredDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestExpiredDetails(TeamMergeRequestExpiredDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestExpiredDetails getTeamMergeRequestExpiredDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
.TeamMergeRequestExpiredDetails
value associated with
this instance if isTeamMergeRequestExpiredDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestExpiredDetails()
is false
.public boolean isTeamMergeRequestExpiredShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestExpiredShownToPrimaryTeamDetails(TeamMergeRequestExpiredShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestExpiredShownToPrimaryTeamDetails getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestExpiredShownToPrimaryTeamDetails
value associated with this instance if isTeamMergeRequestExpiredShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestExpiredShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestExpiredShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestExpiredShownToSecondaryTeamDetails(TeamMergeRequestExpiredShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestExpiredShownToSecondaryTeamDetails getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestExpiredShownToSecondaryTeamDetails
value associated with this instance if isTeamMergeRequestExpiredShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestExpiredShownToSecondaryTeamDetails()
is false
.public boolean isTeamMergeRequestRejectedShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestRejectedShownToPrimaryTeamDetails(TeamMergeRequestRejectedShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestRejectedShownToPrimaryTeamDetails getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestRejectedShownToPrimaryTeamDetails
value associated with this instance if isTeamMergeRequestRejectedShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestRejectedShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestRejectedShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestRejectedShownToSecondaryTeamDetails(TeamMergeRequestRejectedShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestRejectedShownToSecondaryTeamDetails getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestRejectedShownToSecondaryTeamDetails
value associated with this instance if isTeamMergeRequestRejectedShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestRejectedShownToSecondaryTeamDetails()
is false
.public boolean isTeamMergeRequestReminderDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestReminderDetails(TeamMergeRequestReminderDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestReminderDetails getTeamMergeRequestReminderDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
.TeamMergeRequestReminderDetails
value associated with
this instance if isTeamMergeRequestReminderDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestReminderDetails()
is false
.public boolean isTeamMergeRequestReminderShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestReminderShownToPrimaryTeamDetails(TeamMergeRequestReminderShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestReminderShownToPrimaryTeamDetails getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestReminderShownToPrimaryTeamDetails
value associated with this instance if isTeamMergeRequestReminderShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestReminderShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestReminderShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
,
false
otherwise.public static EventDetails teamMergeRequestReminderShownToSecondaryTeamDetails(TeamMergeRequestReminderShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestReminderShownToSecondaryTeamDetails getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestReminderShownToSecondaryTeamDetails
value associated with this instance if isTeamMergeRequestReminderShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestReminderShownToSecondaryTeamDetails()
is false
.public boolean isTeamMergeRequestRevokedDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestRevokedDetails(TeamMergeRequestRevokedDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestRevokedDetails getTeamMergeRequestRevokedDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
.TeamMergeRequestRevokedDetails
value associated with
this instance if isTeamMergeRequestRevokedDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestRevokedDetails()
is false
.public boolean isTeamMergeRequestSentShownToPrimaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestSentShownToPrimaryTeamDetails(TeamMergeRequestSentShownToPrimaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestSentShownToPrimaryTeamDetails getTeamMergeRequestSentShownToPrimaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
.TeamMergeRequestSentShownToPrimaryTeamDetails
value
associated with this instance if isTeamMergeRequestSentShownToPrimaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestSentShownToPrimaryTeamDetails()
is false
.public boolean isTeamMergeRequestSentShownToSecondaryTeamDetails()
true
if this instance has the tag EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.true
if this instance is tagged as EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
, false
otherwise.public static EventDetails teamMergeRequestSentShownToSecondaryTeamDetails(TeamMergeRequestSentShownToSecondaryTeamDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
.
None
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public TeamMergeRequestSentShownToSecondaryTeamDetails getTeamMergeRequestSentShownToSecondaryTeamDetailsValue()
EventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
.TeamMergeRequestSentShownToSecondaryTeamDetails
value
associated with this instance if isTeamMergeRequestSentShownToSecondaryTeamDetails()
is true
.java.lang.IllegalStateException
- If isTeamMergeRequestSentShownToSecondaryTeamDetails()
is false
.public boolean isMissingDetails()
true
if this instance is tagged as EventDetails.Tag.MISSING_DETAILS
, false
otherwise.public static EventDetails missingDetails(MissingDetails value)
EventDetails
that has its tag set to
EventDetails.Tag.MISSING_DETAILS
.
Hints that this event was returned with missing details due to an internal error.
value
- value to assign to this instance.EventDetails
with its tag set to EventDetails.Tag.MISSING_DETAILS
.java.lang.IllegalArgumentException
- if value
is null
.public MissingDetails getMissingDetailsValue()
This instance must be tagged as EventDetails.Tag.MISSING_DETAILS
.
MissingDetails
value associated with this instance if
isMissingDetails()
is true
.java.lang.IllegalStateException
- If isMissingDetails()
is false
.public boolean isOther()
true
if this instance is tagged as EventDetails.Tag.OTHER
,
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.