Class EventDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.EventDetails
-
public final class EventDetails extends java.lang.ObjectAdditional fields depending on the event type.This class is an open tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the
isAbc()methods will returntrue. You can usetag()to determine the tag associated with this instance.Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the
OTHERvalue will be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventDetails.TagDiscriminating tag type forEventDetails.
-
Field Summary
Fields Modifier and Type Field Description static EventDetailsOTHERCatch-all used for unknown tag values returned by the Dropbox servers.
-
Method Summary
-
-
-
Field Detail
-
OTHER
public static final EventDetails OTHER
Catch-all used for unknown tag values returned by the Dropbox servers.Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.
-
-
Method Detail
-
tag
public EventDetails.Tag tag()
Returns the tag for this instance.This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the
isXyz()methods will returntrue. Callers are recommended to use the tag value in aswitchstatement to properly handle the different values for thisEventDetails.If a tag returned by the server is unrecognized by this SDK, the
EventDetails.Tag.OTHERvalue will be used.- Returns:
- the tag for this instance.
-
isAdminAlertingAlertStateChangedDetails
public boolean isAdminAlertingAlertStateChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS,falseotherwise.
-
adminAlertingAlertStateChangedDetails
public static EventDetails adminAlertingAlertStateChangedDetails(AdminAlertingAlertStateChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingAlertStateChangedDetailsValue
public AdminAlertingAlertStateChangedDetails getAdminAlertingAlertStateChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_ALERT_STATE_CHANGED_DETAILS.- Returns:
- The
AdminAlertingAlertStateChangedDetailsvalue associated with this instance ifisAdminAlertingAlertStateChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingAlertStateChangedDetails()isfalse.
-
isAdminAlertingChangedAlertConfigDetails
public boolean isAdminAlertingChangedAlertConfigDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS,falseotherwise.
-
adminAlertingChangedAlertConfigDetails
public static EventDetails adminAlertingChangedAlertConfigDetails(AdminAlertingChangedAlertConfigDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingChangedAlertConfigDetailsValue
public AdminAlertingChangedAlertConfigDetails getAdminAlertingChangedAlertConfigDetailsValue()
This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_CHANGED_ALERT_CONFIG_DETAILS.- Returns:
- The
AdminAlertingChangedAlertConfigDetailsvalue associated with this instance ifisAdminAlertingChangedAlertConfigDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingChangedAlertConfigDetails()isfalse.
-
isAdminAlertingTriggeredAlertDetails
public boolean isAdminAlertingTriggeredAlertDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS,falseotherwise.
-
adminAlertingTriggeredAlertDetails
public static EventDetails adminAlertingTriggeredAlertDetails(AdminAlertingTriggeredAlertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminAlertingTriggeredAlertDetailsValue
public AdminAlertingTriggeredAlertDetails getAdminAlertingTriggeredAlertDetailsValue()
This instance must be tagged asEventDetails.Tag.ADMIN_ALERTING_TRIGGERED_ALERT_DETAILS.- Returns:
- The
AdminAlertingTriggeredAlertDetailsvalue associated with this instance ifisAdminAlertingTriggeredAlertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminAlertingTriggeredAlertDetails()isfalse.
-
isAppBlockedByPermissionsDetails
public boolean isAppBlockedByPermissionsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS,falseotherwise.
-
appBlockedByPermissionsDetails
public static EventDetails appBlockedByPermissionsDetails(AppBlockedByPermissionsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppBlockedByPermissionsDetailsValue
public AppBlockedByPermissionsDetails getAppBlockedByPermissionsDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_BLOCKED_BY_PERMISSIONS_DETAILS.- Returns:
- The
AppBlockedByPermissionsDetailsvalue associated with this instance ifisAppBlockedByPermissionsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppBlockedByPermissionsDetails()isfalse.
-
isAppLinkTeamDetails
public boolean isAppLinkTeamDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_LINK_TEAM_DETAILS,falseotherwise.
-
appLinkTeamDetails
public static EventDetails appLinkTeamDetails(AppLinkTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppLinkTeamDetailsValue
public AppLinkTeamDetails getAppLinkTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_LINK_TEAM_DETAILS.- Returns:
- The
AppLinkTeamDetailsvalue associated with this instance ifisAppLinkTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppLinkTeamDetails()isfalse.
-
isAppLinkUserDetails
public boolean isAppLinkUserDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_LINK_USER_DETAILS,falseotherwise.
-
appLinkUserDetails
public static EventDetails appLinkUserDetails(AppLinkUserDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppLinkUserDetailsValue
public AppLinkUserDetails getAppLinkUserDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_LINK_USER_DETAILS.- Returns:
- The
AppLinkUserDetailsvalue associated with this instance ifisAppLinkUserDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppLinkUserDetails()isfalse.
-
isAppUnlinkTeamDetails
public boolean isAppUnlinkTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.APP_UNLINK_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_UNLINK_TEAM_DETAILS,falseotherwise.
-
appUnlinkTeamDetails
public static EventDetails appUnlinkTeamDetails(AppUnlinkTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppUnlinkTeamDetailsValue
public AppUnlinkTeamDetails getAppUnlinkTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_UNLINK_TEAM_DETAILS.- Returns:
- The
AppUnlinkTeamDetailsvalue associated with this instance ifisAppUnlinkTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppUnlinkTeamDetails()isfalse.
-
isAppUnlinkUserDetails
public boolean isAppUnlinkUserDetails()
Returnstrueif this instance has the tagEventDetails.Tag.APP_UNLINK_USER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_UNLINK_USER_DETAILS,falseotherwise.
-
appUnlinkUserDetails
public static EventDetails appUnlinkUserDetails(AppUnlinkUserDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppUnlinkUserDetailsValue
public AppUnlinkUserDetails getAppUnlinkUserDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_UNLINK_USER_DETAILS.- Returns:
- The
AppUnlinkUserDetailsvalue associated with this instance ifisAppUnlinkUserDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppUnlinkUserDetails()isfalse.
-
isIntegrationConnectedDetails
public boolean isIntegrationConnectedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS,falseotherwise.
-
integrationConnectedDetails
public static EventDetails integrationConnectedDetails(IntegrationConnectedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationConnectedDetailsValue
public IntegrationConnectedDetails getIntegrationConnectedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS.- Returns:
- The
IntegrationConnectedDetailsvalue associated with this instance ifisIntegrationConnectedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationConnectedDetails()isfalse.
-
isIntegrationDisconnectedDetails
public boolean isIntegrationDisconnectedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS,falseotherwise.
-
integrationDisconnectedDetails
public static EventDetails integrationDisconnectedDetails(IntegrationDisconnectedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationDisconnectedDetailsValue
public IntegrationDisconnectedDetails getIntegrationDisconnectedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS.- Returns:
- The
IntegrationDisconnectedDetailsvalue associated with this instance ifisIntegrationDisconnectedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationDisconnectedDetails()isfalse.
-
isFileAddCommentDetails
public boolean isFileAddCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_ADD_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_ADD_COMMENT_DETAILS,falseotherwise.
-
fileAddCommentDetails
public static EventDetails fileAddCommentDetails(FileAddCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileAddCommentDetailsValue
public FileAddCommentDetails getFileAddCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ADD_COMMENT_DETAILS.- Returns:
- The
FileAddCommentDetailsvalue associated with this instance ifisFileAddCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileAddCommentDetails()isfalse.
-
isFileChangeCommentSubscriptionDetails
public boolean isFileChangeCommentSubscriptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS,falseotherwise.
-
fileChangeCommentSubscriptionDetails
public static EventDetails fileChangeCommentSubscriptionDetails(FileChangeCommentSubscriptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileChangeCommentSubscriptionDetailsValue
public FileChangeCommentSubscriptionDetails getFileChangeCommentSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.- Returns:
- The
FileChangeCommentSubscriptionDetailsvalue associated with this instance ifisFileChangeCommentSubscriptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileChangeCommentSubscriptionDetails()isfalse.
-
isFileDeleteCommentDetails
public boolean isFileDeleteCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS,falseotherwise.
-
fileDeleteCommentDetails
public static EventDetails fileDeleteCommentDetails(FileDeleteCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDeleteCommentDetailsValue
public FileDeleteCommentDetails getFileDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.- Returns:
- The
FileDeleteCommentDetailsvalue associated with this instance ifisFileDeleteCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDeleteCommentDetails()isfalse.
-
isFileEditCommentDetails
public boolean isFileEditCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS,falseotherwise.
-
fileEditCommentDetails
public static EventDetails fileEditCommentDetails(FileEditCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileEditCommentDetailsValue
public FileEditCommentDetails getFileEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS.- Returns:
- The
FileEditCommentDetailsvalue associated with this instance ifisFileEditCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileEditCommentDetails()isfalse.
-
isFileLikeCommentDetails
public boolean isFileLikeCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS,falseotherwise.
-
fileLikeCommentDetails
public static EventDetails fileLikeCommentDetails(FileLikeCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLikeCommentDetailsValue
public FileLikeCommentDetails getFileLikeCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.- Returns:
- The
FileLikeCommentDetailsvalue associated with this instance ifisFileLikeCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLikeCommentDetails()isfalse.
-
isFileResolveCommentDetails
public boolean isFileResolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS,falseotherwise.
-
fileResolveCommentDetails
public static EventDetails fileResolveCommentDetails(FileResolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileResolveCommentDetailsValue
public FileResolveCommentDetails getFileResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.- Returns:
- The
FileResolveCommentDetailsvalue associated with this instance ifisFileResolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileResolveCommentDetails()isfalse.
-
isFileUnlikeCommentDetails
public boolean isFileUnlikeCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS,falseotherwise.
-
fileUnlikeCommentDetails
public static EventDetails fileUnlikeCommentDetails(FileUnlikeCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileUnlikeCommentDetailsValue
public FileUnlikeCommentDetails getFileUnlikeCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.- Returns:
- The
FileUnlikeCommentDetailsvalue associated with this instance ifisFileUnlikeCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileUnlikeCommentDetails()isfalse.
-
isFileUnresolveCommentDetails
public boolean isFileUnresolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.
-
fileUnresolveCommentDetails
public static EventDetails fileUnresolveCommentDetails(FileUnresolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileUnresolveCommentDetailsValue
public FileUnresolveCommentDetails getFileUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The
FileUnresolveCommentDetailsvalue associated with this instance ifisFileUnresolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileUnresolveCommentDetails()isfalse.
-
isGovernancePolicyAddFoldersDetails
public boolean isGovernancePolicyAddFoldersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS,falseotherwise.
-
governancePolicyAddFoldersDetails
public static EventDetails governancePolicyAddFoldersDetails(GovernancePolicyAddFoldersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyAddFoldersDetailsValue
public GovernancePolicyAddFoldersDetails getGovernancePolicyAddFoldersDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDERS_DETAILS.- Returns:
- The
GovernancePolicyAddFoldersDetailsvalue associated with this instance ifisGovernancePolicyAddFoldersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyAddFoldersDetails()isfalse.
-
isGovernancePolicyAddFolderFailedDetails
public boolean isGovernancePolicyAddFolderFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS,falseotherwise.
-
governancePolicyAddFolderFailedDetails
public static EventDetails governancePolicyAddFolderFailedDetails(GovernancePolicyAddFolderFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyAddFolderFailedDetailsValue
public GovernancePolicyAddFolderFailedDetails getGovernancePolicyAddFolderFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ADD_FOLDER_FAILED_DETAILS.- Returns:
- The
GovernancePolicyAddFolderFailedDetailsvalue associated with this instance ifisGovernancePolicyAddFolderFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyAddFolderFailedDetails()isfalse.
-
isGovernancePolicyContentDisposedDetails
public boolean isGovernancePolicyContentDisposedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS,falseotherwise.
-
governancePolicyContentDisposedDetails
public static EventDetails governancePolicyContentDisposedDetails(GovernancePolicyContentDisposedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyContentDisposedDetailsValue
public GovernancePolicyContentDisposedDetails getGovernancePolicyContentDisposedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_CONTENT_DISPOSED_DETAILS.- Returns:
- The
GovernancePolicyContentDisposedDetailsvalue associated with this instance ifisGovernancePolicyContentDisposedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyContentDisposedDetails()isfalse.
-
isGovernancePolicyCreateDetails
public boolean isGovernancePolicyCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS,falseotherwise.
-
governancePolicyCreateDetails
public static EventDetails governancePolicyCreateDetails(GovernancePolicyCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyCreateDetailsValue
public GovernancePolicyCreateDetails getGovernancePolicyCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_CREATE_DETAILS.- Returns:
- The
GovernancePolicyCreateDetailsvalue associated with this instance ifisGovernancePolicyCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyCreateDetails()isfalse.
-
isGovernancePolicyDeleteDetails
public boolean isGovernancePolicyDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS,falseotherwise.
-
governancePolicyDeleteDetails
public static EventDetails governancePolicyDeleteDetails(GovernancePolicyDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyDeleteDetailsValue
public GovernancePolicyDeleteDetails getGovernancePolicyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_DELETE_DETAILS.- Returns:
- The
GovernancePolicyDeleteDetailsvalue associated with this instance ifisGovernancePolicyDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyDeleteDetails()isfalse.
-
isGovernancePolicyEditDetailsDetails
public boolean isGovernancePolicyEditDetailsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS,falseotherwise.
-
governancePolicyEditDetailsDetails
public static EventDetails governancePolicyEditDetailsDetails(GovernancePolicyEditDetailsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyEditDetailsDetailsValue
public GovernancePolicyEditDetailsDetails getGovernancePolicyEditDetailsDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DETAILS_DETAILS.- Returns:
- The
GovernancePolicyEditDetailsDetailsvalue associated with this instance ifisGovernancePolicyEditDetailsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyEditDetailsDetails()isfalse.
-
isGovernancePolicyEditDurationDetails
public boolean isGovernancePolicyEditDurationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS,falseotherwise.
-
governancePolicyEditDurationDetails
public static EventDetails governancePolicyEditDurationDetails(GovernancePolicyEditDurationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyEditDurationDetailsValue
public GovernancePolicyEditDurationDetails getGovernancePolicyEditDurationDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EDIT_DURATION_DETAILS.- Returns:
- The
GovernancePolicyEditDurationDetailsvalue associated with this instance ifisGovernancePolicyEditDurationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyEditDurationDetails()isfalse.
-
isGovernancePolicyExportCreatedDetails
public boolean isGovernancePolicyExportCreatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS,falseotherwise.
-
governancePolicyExportCreatedDetails
public static EventDetails governancePolicyExportCreatedDetails(GovernancePolicyExportCreatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyExportCreatedDetailsValue
public GovernancePolicyExportCreatedDetails getGovernancePolicyExportCreatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_CREATED_DETAILS.- Returns:
- The
GovernancePolicyExportCreatedDetailsvalue associated with this instance ifisGovernancePolicyExportCreatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyExportCreatedDetails()isfalse.
-
isGovernancePolicyExportRemovedDetails
public boolean isGovernancePolicyExportRemovedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS,falseotherwise.
-
governancePolicyExportRemovedDetails
public static EventDetails governancePolicyExportRemovedDetails(GovernancePolicyExportRemovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyExportRemovedDetailsValue
public GovernancePolicyExportRemovedDetails getGovernancePolicyExportRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_EXPORT_REMOVED_DETAILS.- Returns:
- The
GovernancePolicyExportRemovedDetailsvalue associated with this instance ifisGovernancePolicyExportRemovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyExportRemovedDetails()isfalse.
-
isGovernancePolicyRemoveFoldersDetails
public boolean isGovernancePolicyRemoveFoldersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS,falseotherwise.
-
governancePolicyRemoveFoldersDetails
public static EventDetails governancePolicyRemoveFoldersDetails(GovernancePolicyRemoveFoldersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyRemoveFoldersDetailsValue
public GovernancePolicyRemoveFoldersDetails getGovernancePolicyRemoveFoldersDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_REMOVE_FOLDERS_DETAILS.- Returns:
- The
GovernancePolicyRemoveFoldersDetailsvalue associated with this instance ifisGovernancePolicyRemoveFoldersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyRemoveFoldersDetails()isfalse.
-
isGovernancePolicyReportCreatedDetails
public boolean isGovernancePolicyReportCreatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS,falseotherwise.
-
governancePolicyReportCreatedDetails
public static EventDetails governancePolicyReportCreatedDetails(GovernancePolicyReportCreatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyReportCreatedDetailsValue
public GovernancePolicyReportCreatedDetails getGovernancePolicyReportCreatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_REPORT_CREATED_DETAILS.- Returns:
- The
GovernancePolicyReportCreatedDetailsvalue associated with this instance ifisGovernancePolicyReportCreatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyReportCreatedDetails()isfalse.
-
isGovernancePolicyZipPartDownloadedDetails
public boolean isGovernancePolicyZipPartDownloadedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS,falseotherwise.
-
governancePolicyZipPartDownloadedDetails
public static EventDetails governancePolicyZipPartDownloadedDetails(GovernancePolicyZipPartDownloadedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGovernancePolicyZipPartDownloadedDetailsValue
public GovernancePolicyZipPartDownloadedDetails getGovernancePolicyZipPartDownloadedDetailsValue()
This instance must be tagged asEventDetails.Tag.GOVERNANCE_POLICY_ZIP_PART_DOWNLOADED_DETAILS.- Returns:
- The
GovernancePolicyZipPartDownloadedDetailsvalue associated with this instance ifisGovernancePolicyZipPartDownloadedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGovernancePolicyZipPartDownloadedDetails()isfalse.
-
isLegalHoldsActivateAHoldDetails
public boolean isLegalHoldsActivateAHoldDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS,falseotherwise.
-
legalHoldsActivateAHoldDetails
public static EventDetails legalHoldsActivateAHoldDetails(LegalHoldsActivateAHoldDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsActivateAHoldDetailsValue
public LegalHoldsActivateAHoldDetails getLegalHoldsActivateAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS.- Returns:
- The
LegalHoldsActivateAHoldDetailsvalue associated with this instance ifisLegalHoldsActivateAHoldDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsActivateAHoldDetails()isfalse.
-
isLegalHoldsAddMembersDetails
public boolean isLegalHoldsAddMembersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS,falseotherwise.
-
legalHoldsAddMembersDetails
public static EventDetails legalHoldsAddMembersDetails(LegalHoldsAddMembersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsAddMembersDetailsValue
public LegalHoldsAddMembersDetails getLegalHoldsAddMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS.- Returns:
- The
LegalHoldsAddMembersDetailsvalue associated with this instance ifisLegalHoldsAddMembersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsAddMembersDetails()isfalse.
-
isLegalHoldsChangeHoldDetailsDetails
public boolean isLegalHoldsChangeHoldDetailsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS,falseotherwise.
-
legalHoldsChangeHoldDetailsDetails
public static EventDetails legalHoldsChangeHoldDetailsDetails(LegalHoldsChangeHoldDetailsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsChangeHoldDetailsDetailsValue
public LegalHoldsChangeHoldDetailsDetails getLegalHoldsChangeHoldDetailsDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS.- Returns:
- The
LegalHoldsChangeHoldDetailsDetailsvalue associated with this instance ifisLegalHoldsChangeHoldDetailsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsChangeHoldDetailsDetails()isfalse.
-
isLegalHoldsChangeHoldNameDetails
public boolean isLegalHoldsChangeHoldNameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS,falseotherwise.
-
legalHoldsChangeHoldNameDetails
public static EventDetails legalHoldsChangeHoldNameDetails(LegalHoldsChangeHoldNameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsChangeHoldNameDetailsValue
public LegalHoldsChangeHoldNameDetails getLegalHoldsChangeHoldNameDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS.- Returns:
- The
LegalHoldsChangeHoldNameDetailsvalue associated with this instance ifisLegalHoldsChangeHoldNameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsChangeHoldNameDetails()isfalse.
-
isLegalHoldsExportAHoldDetails
public boolean isLegalHoldsExportAHoldDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS,falseotherwise.
-
legalHoldsExportAHoldDetails
public static EventDetails legalHoldsExportAHoldDetails(LegalHoldsExportAHoldDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportAHoldDetailsValue
public LegalHoldsExportAHoldDetails getLegalHoldsExportAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS.- Returns:
- The
LegalHoldsExportAHoldDetailsvalue associated with this instance ifisLegalHoldsExportAHoldDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportAHoldDetails()isfalse.
-
isLegalHoldsExportCancelledDetails
public boolean isLegalHoldsExportCancelledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS,falseotherwise.
-
legalHoldsExportCancelledDetails
public static EventDetails legalHoldsExportCancelledDetails(LegalHoldsExportCancelledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportCancelledDetailsValue
public LegalHoldsExportCancelledDetails getLegalHoldsExportCancelledDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS.- Returns:
- The
LegalHoldsExportCancelledDetailsvalue associated with this instance ifisLegalHoldsExportCancelledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportCancelledDetails()isfalse.
-
isLegalHoldsExportDownloadedDetails
public boolean isLegalHoldsExportDownloadedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS,falseotherwise.
-
legalHoldsExportDownloadedDetails
public static EventDetails legalHoldsExportDownloadedDetails(LegalHoldsExportDownloadedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportDownloadedDetailsValue
public LegalHoldsExportDownloadedDetails getLegalHoldsExportDownloadedDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS.- Returns:
- The
LegalHoldsExportDownloadedDetailsvalue associated with this instance ifisLegalHoldsExportDownloadedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportDownloadedDetails()isfalse.
-
isLegalHoldsExportRemovedDetails
public boolean isLegalHoldsExportRemovedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS,falseotherwise.
-
legalHoldsExportRemovedDetails
public static EventDetails legalHoldsExportRemovedDetails(LegalHoldsExportRemovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsExportRemovedDetailsValue
public LegalHoldsExportRemovedDetails getLegalHoldsExportRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS.- Returns:
- The
LegalHoldsExportRemovedDetailsvalue associated with this instance ifisLegalHoldsExportRemovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsExportRemovedDetails()isfalse.
-
isLegalHoldsReleaseAHoldDetails
public boolean isLegalHoldsReleaseAHoldDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS,falseotherwise.
-
legalHoldsReleaseAHoldDetails
public static EventDetails legalHoldsReleaseAHoldDetails(LegalHoldsReleaseAHoldDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsReleaseAHoldDetailsValue
public LegalHoldsReleaseAHoldDetails getLegalHoldsReleaseAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS.- Returns:
- The
LegalHoldsReleaseAHoldDetailsvalue associated with this instance ifisLegalHoldsReleaseAHoldDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsReleaseAHoldDetails()isfalse.
-
isLegalHoldsRemoveMembersDetails
public boolean isLegalHoldsRemoveMembersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS,falseotherwise.
-
legalHoldsRemoveMembersDetails
public static EventDetails legalHoldsRemoveMembersDetails(LegalHoldsRemoveMembersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsRemoveMembersDetailsValue
public LegalHoldsRemoveMembersDetails getLegalHoldsRemoveMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS.- Returns:
- The
LegalHoldsRemoveMembersDetailsvalue associated with this instance ifisLegalHoldsRemoveMembersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsRemoveMembersDetails()isfalse.
-
isLegalHoldsReportAHoldDetails
public boolean isLegalHoldsReportAHoldDetails()
Returnstrueif this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS,falseotherwise.
-
legalHoldsReportAHoldDetails
public static EventDetails legalHoldsReportAHoldDetails(LegalHoldsReportAHoldDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLegalHoldsReportAHoldDetailsValue
public LegalHoldsReportAHoldDetails getLegalHoldsReportAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS.- Returns:
- The
LegalHoldsReportAHoldDetailsvalue associated with this instance ifisLegalHoldsReportAHoldDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLegalHoldsReportAHoldDetails()isfalse.
-
isDeviceChangeIpDesktopDetails
public boolean isDeviceChangeIpDesktopDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS,falseotherwise.
-
deviceChangeIpDesktopDetails
public static EventDetails deviceChangeIpDesktopDetails(DeviceChangeIpDesktopDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpDesktopDetailsValue
public DeviceChangeIpDesktopDetails getDeviceChangeIpDesktopDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.- Returns:
- The
DeviceChangeIpDesktopDetailsvalue associated with this instance ifisDeviceChangeIpDesktopDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpDesktopDetails()isfalse.
-
isDeviceChangeIpMobileDetails
public boolean isDeviceChangeIpMobileDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS,falseotherwise.
-
deviceChangeIpMobileDetails
public static EventDetails deviceChangeIpMobileDetails(DeviceChangeIpMobileDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpMobileDetailsValue
public DeviceChangeIpMobileDetails getDeviceChangeIpMobileDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.- Returns:
- The
DeviceChangeIpMobileDetailsvalue associated with this instance ifisDeviceChangeIpMobileDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpMobileDetails()isfalse.
-
isDeviceChangeIpWebDetails
public boolean isDeviceChangeIpWebDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS,falseotherwise.
-
deviceChangeIpWebDetails
public static EventDetails deviceChangeIpWebDetails(DeviceChangeIpWebDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceChangeIpWebDetailsValue
public DeviceChangeIpWebDetails getDeviceChangeIpWebDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.- Returns:
- The
DeviceChangeIpWebDetailsvalue associated with this instance ifisDeviceChangeIpWebDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceChangeIpWebDetails()isfalse.
-
isDeviceDeleteOnUnlinkFailDetails
public boolean isDeviceDeleteOnUnlinkFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS,falseotherwise.
-
deviceDeleteOnUnlinkFailDetails
public static EventDetails deviceDeleteOnUnlinkFailDetails(DeviceDeleteOnUnlinkFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceDeleteOnUnlinkFailDetailsValue
public DeviceDeleteOnUnlinkFailDetails getDeviceDeleteOnUnlinkFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.- Returns:
- The
DeviceDeleteOnUnlinkFailDetailsvalue associated with this instance ifisDeviceDeleteOnUnlinkFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceDeleteOnUnlinkFailDetails()isfalse.
-
isDeviceDeleteOnUnlinkSuccessDetails
public boolean isDeviceDeleteOnUnlinkSuccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS,falseotherwise.
-
deviceDeleteOnUnlinkSuccessDetails
public static EventDetails deviceDeleteOnUnlinkSuccessDetails(DeviceDeleteOnUnlinkSuccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceDeleteOnUnlinkSuccessDetailsValue
public DeviceDeleteOnUnlinkSuccessDetails getDeviceDeleteOnUnlinkSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.- Returns:
- The
DeviceDeleteOnUnlinkSuccessDetailsvalue associated with this instance ifisDeviceDeleteOnUnlinkSuccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceDeleteOnUnlinkSuccessDetails()isfalse.
-
isDeviceLinkFailDetails
public boolean isDeviceLinkFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS,falseotherwise.
-
deviceLinkFailDetails
public static EventDetails deviceLinkFailDetails(DeviceLinkFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceLinkFailDetailsValue
public DeviceLinkFailDetails getDeviceLinkFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.- Returns:
- The
DeviceLinkFailDetailsvalue associated with this instance ifisDeviceLinkFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceLinkFailDetails()isfalse.
-
isDeviceLinkSuccessDetails
public boolean isDeviceLinkSuccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS,falseotherwise.
-
deviceLinkSuccessDetails
public static EventDetails deviceLinkSuccessDetails(DeviceLinkSuccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceLinkSuccessDetailsValue
public DeviceLinkSuccessDetails getDeviceLinkSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.- Returns:
- The
DeviceLinkSuccessDetailsvalue associated with this instance ifisDeviceLinkSuccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceLinkSuccessDetails()isfalse.
-
isDeviceManagementDisabledDetails
public boolean isDeviceManagementDisabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS,falseotherwise.
-
deviceManagementDisabledDetails
public static EventDetails deviceManagementDisabledDetails(DeviceManagementDisabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceManagementDisabledDetailsValue
public DeviceManagementDisabledDetails getDeviceManagementDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.- Returns:
- The
DeviceManagementDisabledDetailsvalue associated with this instance ifisDeviceManagementDisabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceManagementDisabledDetails()isfalse.
-
isDeviceManagementEnabledDetails
public boolean isDeviceManagementEnabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS,falseotherwise.
-
deviceManagementEnabledDetails
public static EventDetails deviceManagementEnabledDetails(DeviceManagementEnabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceManagementEnabledDetailsValue
public DeviceManagementEnabledDetails getDeviceManagementEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.- Returns:
- The
DeviceManagementEnabledDetailsvalue associated with this instance ifisDeviceManagementEnabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceManagementEnabledDetails()isfalse.
-
isDeviceSyncBackupStatusChangedDetails
public boolean isDeviceSyncBackupStatusChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.
-
deviceSyncBackupStatusChangedDetails
public static EventDetails deviceSyncBackupStatusChangedDetails(DeviceSyncBackupStatusChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceSyncBackupStatusChangedDetailsValue
public DeviceSyncBackupStatusChangedDetails getDeviceSyncBackupStatusChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_SYNC_BACKUP_STATUS_CHANGED_DETAILS.- Returns:
- The
DeviceSyncBackupStatusChangedDetailsvalue associated with this instance ifisDeviceSyncBackupStatusChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceSyncBackupStatusChangedDetails()isfalse.
-
isDeviceUnlinkDetails
public boolean isDeviceUnlinkDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_UNLINK_DETAILS,falseotherwise.
-
deviceUnlinkDetails
public static EventDetails deviceUnlinkDetails(DeviceUnlinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceUnlinkDetailsValue
public DeviceUnlinkDetails getDeviceUnlinkDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_UNLINK_DETAILS.- Returns:
- The
DeviceUnlinkDetailsvalue associated with this instance ifisDeviceUnlinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceUnlinkDetails()isfalse.
-
isDropboxPasswordsExportedDetails
public boolean isDropboxPasswordsExportedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS,falseotherwise.
-
dropboxPasswordsExportedDetails
public static EventDetails dropboxPasswordsExportedDetails(DropboxPasswordsExportedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsExportedDetailsValue
public DropboxPasswordsExportedDetails getDropboxPasswordsExportedDetailsValue()
This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_EXPORTED_DETAILS.- Returns:
- The
DropboxPasswordsExportedDetailsvalue associated with this instance ifisDropboxPasswordsExportedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsExportedDetails()isfalse.
-
isDropboxPasswordsNewDeviceEnrolledDetails
public boolean isDropboxPasswordsNewDeviceEnrolledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS,falseotherwise.
-
dropboxPasswordsNewDeviceEnrolledDetails
public static EventDetails dropboxPasswordsNewDeviceEnrolledDetails(DropboxPasswordsNewDeviceEnrolledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsNewDeviceEnrolledDetailsValue
public DropboxPasswordsNewDeviceEnrolledDetails getDropboxPasswordsNewDeviceEnrolledDetailsValue()
This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_NEW_DEVICE_ENROLLED_DETAILS.- Returns:
- The
DropboxPasswordsNewDeviceEnrolledDetailsvalue associated with this instance ifisDropboxPasswordsNewDeviceEnrolledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsNewDeviceEnrolledDetails()isfalse.
-
isEmmRefreshAuthTokenDetails
public boolean isEmmRefreshAuthTokenDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS,falseotherwise.
-
emmRefreshAuthTokenDetails
public static EventDetails emmRefreshAuthTokenDetails(EmmRefreshAuthTokenDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmRefreshAuthTokenDetailsValue
public EmmRefreshAuthTokenDetails getEmmRefreshAuthTokenDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.- Returns:
- The
EmmRefreshAuthTokenDetailsvalue associated with this instance ifisEmmRefreshAuthTokenDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmRefreshAuthTokenDetails()isfalse.
-
isExternalDriveBackupEligibilityStatusCheckedDetails
public boolean isExternalDriveBackupEligibilityStatusCheckedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS,falseotherwise.
-
externalDriveBackupEligibilityStatusCheckedDetails
public static EventDetails externalDriveBackupEligibilityStatusCheckedDetails(ExternalDriveBackupEligibilityStatusCheckedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupEligibilityStatusCheckedDetailsValue
public ExternalDriveBackupEligibilityStatusCheckedDetails getExternalDriveBackupEligibilityStatusCheckedDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_ELIGIBILITY_STATUS_CHECKED_DETAILS.- Returns:
- The
ExternalDriveBackupEligibilityStatusCheckedDetailsvalue associated with this instance ifisExternalDriveBackupEligibilityStatusCheckedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupEligibilityStatusCheckedDetails()isfalse.
-
isExternalDriveBackupStatusChangedDetails
public boolean isExternalDriveBackupStatusChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS,falseotherwise.
-
externalDriveBackupStatusChangedDetails
public static EventDetails externalDriveBackupStatusChangedDetails(ExternalDriveBackupStatusChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupStatusChangedDetailsValue
public ExternalDriveBackupStatusChangedDetails getExternalDriveBackupStatusChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_STATUS_CHANGED_DETAILS.- Returns:
- The
ExternalDriveBackupStatusChangedDetailsvalue associated with this instance ifisExternalDriveBackupStatusChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupStatusChangedDetails()isfalse.
-
isAccountCaptureChangeAvailabilityDetails
public boolean isAccountCaptureChangeAvailabilityDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS,falseotherwise.
-
accountCaptureChangeAvailabilityDetails
public static EventDetails accountCaptureChangeAvailabilityDetails(AccountCaptureChangeAvailabilityDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureChangeAvailabilityDetailsValue
public AccountCaptureChangeAvailabilityDetails getAccountCaptureChangeAvailabilityDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.- Returns:
- The
AccountCaptureChangeAvailabilityDetailsvalue associated with this instance ifisAccountCaptureChangeAvailabilityDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureChangeAvailabilityDetails()isfalse.
-
isAccountCaptureMigrateAccountDetails
public boolean isAccountCaptureMigrateAccountDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS,falseotherwise.
-
accountCaptureMigrateAccountDetails
public static EventDetails accountCaptureMigrateAccountDetails(AccountCaptureMigrateAccountDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureMigrateAccountDetailsValue
public AccountCaptureMigrateAccountDetails getAccountCaptureMigrateAccountDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.- Returns:
- The
AccountCaptureMigrateAccountDetailsvalue associated with this instance ifisAccountCaptureMigrateAccountDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureMigrateAccountDetails()isfalse.
-
isAccountCaptureNotificationEmailsSentDetails
public boolean isAccountCaptureNotificationEmailsSentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS,falseotherwise.
-
accountCaptureNotificationEmailsSentDetails
public static EventDetails accountCaptureNotificationEmailsSentDetails(AccountCaptureNotificationEmailsSentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureNotificationEmailsSentDetailsValue
public AccountCaptureNotificationEmailsSentDetails getAccountCaptureNotificationEmailsSentDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS.- Returns:
- The
AccountCaptureNotificationEmailsSentDetailsvalue associated with this instance ifisAccountCaptureNotificationEmailsSentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureNotificationEmailsSentDetails()isfalse.
-
isAccountCaptureRelinquishAccountDetails
public boolean isAccountCaptureRelinquishAccountDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS,falseotherwise.
-
accountCaptureRelinquishAccountDetails
public static EventDetails accountCaptureRelinquishAccountDetails(AccountCaptureRelinquishAccountDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureRelinquishAccountDetailsValue
public AccountCaptureRelinquishAccountDetails getAccountCaptureRelinquishAccountDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.- Returns:
- The
AccountCaptureRelinquishAccountDetailsvalue associated with this instance ifisAccountCaptureRelinquishAccountDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureRelinquishAccountDetails()isfalse.
-
isDisabledDomainInvitesDetails
public boolean isDisabledDomainInvitesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS,falseotherwise.
-
disabledDomainInvitesDetails
public static EventDetails disabledDomainInvitesDetails(DisabledDomainInvitesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDisabledDomainInvitesDetailsValue
public DisabledDomainInvitesDetails getDisabledDomainInvitesDetailsValue()
This instance must be tagged asEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.- Returns:
- The
DisabledDomainInvitesDetailsvalue associated with this instance ifisDisabledDomainInvitesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDisabledDomainInvitesDetails()isfalse.
-
isDomainInvitesApproveRequestToJoinTeamDetails
public boolean isDomainInvitesApproveRequestToJoinTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.
-
domainInvitesApproveRequestToJoinTeamDetails
public static EventDetails domainInvitesApproveRequestToJoinTeamDetails(DomainInvitesApproveRequestToJoinTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesApproveRequestToJoinTeamDetailsValue
public DomainInvitesApproveRequestToJoinTeamDetails getDomainInvitesApproveRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The
DomainInvitesApproveRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesApproveRequestToJoinTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesApproveRequestToJoinTeamDetails()isfalse.
-
isDomainInvitesDeclineRequestToJoinTeamDetails
public boolean isDomainInvitesDeclineRequestToJoinTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.
-
domainInvitesDeclineRequestToJoinTeamDetails
public static EventDetails domainInvitesDeclineRequestToJoinTeamDetails(DomainInvitesDeclineRequestToJoinTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesDeclineRequestToJoinTeamDetailsValue
public DomainInvitesDeclineRequestToJoinTeamDetails getDomainInvitesDeclineRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The
DomainInvitesDeclineRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesDeclineRequestToJoinTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesDeclineRequestToJoinTeamDetails()isfalse.
-
isDomainInvitesEmailExistingUsersDetails
public boolean isDomainInvitesEmailExistingUsersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS,falseotherwise.
-
domainInvitesEmailExistingUsersDetails
public static EventDetails domainInvitesEmailExistingUsersDetails(DomainInvitesEmailExistingUsersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesEmailExistingUsersDetailsValue
public DomainInvitesEmailExistingUsersDetails getDomainInvitesEmailExistingUsersDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.- Returns:
- The
DomainInvitesEmailExistingUsersDetailsvalue associated with this instance ifisDomainInvitesEmailExistingUsersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesEmailExistingUsersDetails()isfalse.
-
isDomainInvitesRequestToJoinTeamDetails
public boolean isDomainInvitesRequestToJoinTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS,falseotherwise.
-
domainInvitesRequestToJoinTeamDetails
public static EventDetails domainInvitesRequestToJoinTeamDetails(DomainInvitesRequestToJoinTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesRequestToJoinTeamDetailsValue
public DomainInvitesRequestToJoinTeamDetails getDomainInvitesRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.- Returns:
- The
DomainInvitesRequestToJoinTeamDetailsvalue associated with this instance ifisDomainInvitesRequestToJoinTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesRequestToJoinTeamDetails()isfalse.
-
isDomainInvitesSetInviteNewUserPrefToNoDetails
public boolean isDomainInvitesSetInviteNewUserPrefToNoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS,falseotherwise.
-
domainInvitesSetInviteNewUserPrefToNoDetails
public static EventDetails domainInvitesSetInviteNewUserPrefToNoDetails(DomainInvitesSetInviteNewUserPrefToNoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesSetInviteNewUserPrefToNoDetailsValue
public DomainInvitesSetInviteNewUserPrefToNoDetails getDomainInvitesSetInviteNewUserPrefToNoDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToNoDetailsvalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToNoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesSetInviteNewUserPrefToNoDetails()isfalse.
-
isDomainInvitesSetInviteNewUserPrefToYesDetails
public boolean isDomainInvitesSetInviteNewUserPrefToYesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS,falseotherwise.
-
domainInvitesSetInviteNewUserPrefToYesDetails
public static EventDetails domainInvitesSetInviteNewUserPrefToYesDetails(DomainInvitesSetInviteNewUserPrefToYesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainInvitesSetInviteNewUserPrefToYesDetailsValue
public DomainInvitesSetInviteNewUserPrefToYesDetails getDomainInvitesSetInviteNewUserPrefToYesDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToYesDetailsvalue associated with this instance ifisDomainInvitesSetInviteNewUserPrefToYesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainInvitesSetInviteNewUserPrefToYesDetails()isfalse.
-
isDomainVerificationAddDomainFailDetails
public boolean isDomainVerificationAddDomainFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS,falseotherwise.
-
domainVerificationAddDomainFailDetails
public static EventDetails domainVerificationAddDomainFailDetails(DomainVerificationAddDomainFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationAddDomainFailDetailsValue
public DomainVerificationAddDomainFailDetails getDomainVerificationAddDomainFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.- Returns:
- The
DomainVerificationAddDomainFailDetailsvalue associated with this instance ifisDomainVerificationAddDomainFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationAddDomainFailDetails()isfalse.
-
isDomainVerificationAddDomainSuccessDetails
public boolean isDomainVerificationAddDomainSuccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS,falseotherwise.
-
domainVerificationAddDomainSuccessDetails
public static EventDetails domainVerificationAddDomainSuccessDetails(DomainVerificationAddDomainSuccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationAddDomainSuccessDetailsValue
public DomainVerificationAddDomainSuccessDetails getDomainVerificationAddDomainSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.- Returns:
- The
DomainVerificationAddDomainSuccessDetailsvalue associated with this instance ifisDomainVerificationAddDomainSuccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationAddDomainSuccessDetails()isfalse.
-
isDomainVerificationRemoveDomainDetails
public boolean isDomainVerificationRemoveDomainDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS,falseotherwise.
-
domainVerificationRemoveDomainDetails
public static EventDetails domainVerificationRemoveDomainDetails(DomainVerificationRemoveDomainDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDomainVerificationRemoveDomainDetailsValue
public DomainVerificationRemoveDomainDetails getDomainVerificationRemoveDomainDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.- Returns:
- The
DomainVerificationRemoveDomainDetailsvalue associated with this instance ifisDomainVerificationRemoveDomainDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDomainVerificationRemoveDomainDetails()isfalse.
-
isEnabledDomainInvitesDetails
public boolean isEnabledDomainInvitesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS,falseotherwise.
-
enabledDomainInvitesDetails
public static EventDetails enabledDomainInvitesDetails(EnabledDomainInvitesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEnabledDomainInvitesDetailsValue
public EnabledDomainInvitesDetails getEnabledDomainInvitesDetailsValue()
This instance must be tagged asEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.- Returns:
- The
EnabledDomainInvitesDetailsvalue associated with this instance ifisEnabledDomainInvitesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEnabledDomainInvitesDetails()isfalse.
-
isApplyNamingConventionDetails
public boolean isApplyNamingConventionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS,falseotherwise.
-
applyNamingConventionDetails
public static EventDetails applyNamingConventionDetails(ApplyNamingConventionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getApplyNamingConventionDetailsValue
public ApplyNamingConventionDetails getApplyNamingConventionDetailsValue()
This instance must be tagged asEventDetails.Tag.APPLY_NAMING_CONVENTION_DETAILS.- Returns:
- The
ApplyNamingConventionDetailsvalue associated with this instance ifisApplyNamingConventionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisApplyNamingConventionDetails()isfalse.
-
isCreateFolderDetails
public boolean isCreateFolderDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.CREATE_FOLDER_DETAILS,falseotherwise.
-
createFolderDetails
public static EventDetails createFolderDetails(CreateFolderDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCreateFolderDetailsValue
public CreateFolderDetails getCreateFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.CREATE_FOLDER_DETAILS.- Returns:
- The
CreateFolderDetailsvalue associated with this instance ifisCreateFolderDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisCreateFolderDetails()isfalse.
-
isFileAddDetails
public boolean isFileAddDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_ADD_DETAILS,falseotherwise.
-
fileAddDetails
public static EventDetails fileAddDetails(FileAddDetails value)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_ADD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileAddDetailsValue
public FileAddDetails getFileAddDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ADD_DETAILS.- Returns:
- The
FileAddDetailsvalue associated with this instance ifisFileAddDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileAddDetails()isfalse.
-
isFileCopyDetails
public boolean isFileCopyDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_COPY_DETAILS,falseotherwise.
-
fileCopyDetails
public static EventDetails fileCopyDetails(FileCopyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_COPY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_COPY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileCopyDetailsValue
public FileCopyDetails getFileCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_COPY_DETAILS.- Returns:
- The
FileCopyDetailsvalue associated with this instance ifisFileCopyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileCopyDetails()isfalse.
-
isFileDeleteDetails
public boolean isFileDeleteDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_DELETE_DETAILS,falseotherwise.
-
fileDeleteDetails
public static EventDetails fileDeleteDetails(FileDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDeleteDetailsValue
public FileDeleteDetails getFileDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DELETE_DETAILS.- Returns:
- The
FileDeleteDetailsvalue associated with this instance ifisFileDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDeleteDetails()isfalse.
-
isFileDownloadDetails
public boolean isFileDownloadDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_DOWNLOAD_DETAILS,falseotherwise.
-
fileDownloadDetails
public static EventDetails fileDownloadDetails(FileDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileDownloadDetailsValue
public FileDownloadDetails getFileDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DOWNLOAD_DETAILS.- Returns:
- The
FileDownloadDetailsvalue associated with this instance ifisFileDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileDownloadDetails()isfalse.
-
isFileEditDetails
public boolean isFileEditDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_EDIT_DETAILS,falseotherwise.
-
fileEditDetails
public static EventDetails fileEditDetails(FileEditDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_EDIT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_EDIT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileEditDetailsValue
public FileEditDetails getFileEditDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_EDIT_DETAILS.- Returns:
- The
FileEditDetailsvalue associated with this instance ifisFileEditDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileEditDetails()isfalse.
-
isFileGetCopyReferenceDetails
public boolean isFileGetCopyReferenceDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS,falseotherwise.
-
fileGetCopyReferenceDetails
public static EventDetails fileGetCopyReferenceDetails(FileGetCopyReferenceDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileGetCopyReferenceDetailsValue
public FileGetCopyReferenceDetails getFileGetCopyReferenceDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.- Returns:
- The
FileGetCopyReferenceDetailsvalue associated with this instance ifisFileGetCopyReferenceDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileGetCopyReferenceDetails()isfalse.
-
isFileLockingLockStatusChangedDetails
public boolean isFileLockingLockStatusChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS,falseotherwise.
-
fileLockingLockStatusChangedDetails
public static EventDetails fileLockingLockStatusChangedDetails(FileLockingLockStatusChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLockingLockStatusChangedDetailsValue
public FileLockingLockStatusChangedDetails getFileLockingLockStatusChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS.- Returns:
- The
FileLockingLockStatusChangedDetailsvalue associated with this instance ifisFileLockingLockStatusChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLockingLockStatusChangedDetails()isfalse.
-
isFileMoveDetails
public boolean isFileMoveDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_MOVE_DETAILS,falseotherwise.
-
fileMoveDetails
public static EventDetails fileMoveDetails(FileMoveDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_MOVE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_MOVE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileMoveDetailsValue
public FileMoveDetails getFileMoveDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_MOVE_DETAILS.- Returns:
- The
FileMoveDetailsvalue associated with this instance ifisFileMoveDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileMoveDetails()isfalse.
-
isFilePermanentlyDeleteDetails
public boolean isFilePermanentlyDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS,falseotherwise.
-
filePermanentlyDeleteDetails
public static EventDetails filePermanentlyDeleteDetails(FilePermanentlyDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFilePermanentlyDeleteDetailsValue
public FilePermanentlyDeleteDetails getFilePermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.- Returns:
- The
FilePermanentlyDeleteDetailsvalue associated with this instance ifisFilePermanentlyDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFilePermanentlyDeleteDetails()isfalse.
-
isFilePreviewDetails
public boolean isFilePreviewDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_PREVIEW_DETAILS,falseotherwise.
-
filePreviewDetails
public static EventDetails filePreviewDetails(FilePreviewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFilePreviewDetailsValue
public FilePreviewDetails getFilePreviewDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_PREVIEW_DETAILS.- Returns:
- The
FilePreviewDetailsvalue associated with this instance ifisFilePreviewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFilePreviewDetails()isfalse.
-
isFileRenameDetails
public boolean isFileRenameDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_RENAME_DETAILS,falseotherwise.
-
fileRenameDetails
public static EventDetails fileRenameDetails(FileRenameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RENAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_RENAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRenameDetailsValue
public FileRenameDetails getFileRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RENAME_DETAILS.- Returns:
- The
FileRenameDetailsvalue associated with this instance ifisFileRenameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRenameDetails()isfalse.
-
isFileRestoreDetails
public boolean isFileRestoreDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_RESTORE_DETAILS,falseotherwise.
-
fileRestoreDetails
public static EventDetails fileRestoreDetails(FileRestoreDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRestoreDetailsValue
public FileRestoreDetails getFileRestoreDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RESTORE_DETAILS.- Returns:
- The
FileRestoreDetailsvalue associated with this instance ifisFileRestoreDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRestoreDetails()isfalse.
-
isFileRevertDetails
public boolean isFileRevertDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REVERT_DETAILS,falseotherwise.
-
fileRevertDetails
public static EventDetails fileRevertDetails(FileRevertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REVERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REVERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRevertDetailsValue
public FileRevertDetails getFileRevertDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REVERT_DETAILS.- Returns:
- The
FileRevertDetailsvalue associated with this instance ifisFileRevertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRevertDetails()isfalse.
-
isFileRollbackChangesDetails
public boolean isFileRollbackChangesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS,falseotherwise.
-
fileRollbackChangesDetails
public static EventDetails fileRollbackChangesDetails(FileRollbackChangesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRollbackChangesDetailsValue
public FileRollbackChangesDetails getFileRollbackChangesDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.- Returns:
- The
FileRollbackChangesDetailsvalue associated with this instance ifisFileRollbackChangesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRollbackChangesDetails()isfalse.
-
isFileSaveCopyReferenceDetails
public boolean isFileSaveCopyReferenceDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS,falseotherwise.
-
fileSaveCopyReferenceDetails
public static EventDetails fileSaveCopyReferenceDetails(FileSaveCopyReferenceDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileSaveCopyReferenceDetailsValue
public FileSaveCopyReferenceDetails getFileSaveCopyReferenceDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.- Returns:
- The
FileSaveCopyReferenceDetailsvalue associated with this instance ifisFileSaveCopyReferenceDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileSaveCopyReferenceDetails()isfalse.
-
isFolderOverviewDescriptionChangedDetails
public boolean isFolderOverviewDescriptionChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS,falseotherwise.
-
folderOverviewDescriptionChangedDetails
public static EventDetails folderOverviewDescriptionChangedDetails(FolderOverviewDescriptionChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewDescriptionChangedDetailsValue
public FolderOverviewDescriptionChangedDetails getFolderOverviewDescriptionChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS.- Returns:
- The
FolderOverviewDescriptionChangedDetailsvalue associated with this instance ifisFolderOverviewDescriptionChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewDescriptionChangedDetails()isfalse.
-
isFolderOverviewItemPinnedDetails
public boolean isFolderOverviewItemPinnedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS,falseotherwise.
-
folderOverviewItemPinnedDetails
public static EventDetails folderOverviewItemPinnedDetails(FolderOverviewItemPinnedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewItemPinnedDetailsValue
public FolderOverviewItemPinnedDetails getFolderOverviewItemPinnedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS.- Returns:
- The
FolderOverviewItemPinnedDetailsvalue associated with this instance ifisFolderOverviewItemPinnedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewItemPinnedDetails()isfalse.
-
isFolderOverviewItemUnpinnedDetails
public boolean isFolderOverviewItemUnpinnedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS,falseotherwise.
-
folderOverviewItemUnpinnedDetails
public static EventDetails folderOverviewItemUnpinnedDetails(FolderOverviewItemUnpinnedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFolderOverviewItemUnpinnedDetailsValue
public FolderOverviewItemUnpinnedDetails getFolderOverviewItemUnpinnedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS.- Returns:
- The
FolderOverviewItemUnpinnedDetailsvalue associated with this instance ifisFolderOverviewItemUnpinnedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFolderOverviewItemUnpinnedDetails()isfalse.
-
isObjectLabelAddedDetails
public boolean isObjectLabelAddedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS,falseotherwise.
-
objectLabelAddedDetails
public static EventDetails objectLabelAddedDetails(ObjectLabelAddedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelAddedDetailsValue
public ObjectLabelAddedDetails getObjectLabelAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_ADDED_DETAILS.- Returns:
- The
ObjectLabelAddedDetailsvalue associated with this instance ifisObjectLabelAddedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelAddedDetails()isfalse.
-
isObjectLabelRemovedDetails
public boolean isObjectLabelRemovedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS,falseotherwise.
-
objectLabelRemovedDetails
public static EventDetails objectLabelRemovedDetails(ObjectLabelRemovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelRemovedDetailsValue
public ObjectLabelRemovedDetails getObjectLabelRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_REMOVED_DETAILS.- Returns:
- The
ObjectLabelRemovedDetailsvalue associated with this instance ifisObjectLabelRemovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelRemovedDetails()isfalse.
-
isObjectLabelUpdatedValueDetails
public boolean isObjectLabelUpdatedValueDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS,falseotherwise.
-
objectLabelUpdatedValueDetails
public static EventDetails objectLabelUpdatedValueDetails(ObjectLabelUpdatedValueDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getObjectLabelUpdatedValueDetailsValue
public ObjectLabelUpdatedValueDetails getObjectLabelUpdatedValueDetailsValue()
This instance must be tagged asEventDetails.Tag.OBJECT_LABEL_UPDATED_VALUE_DETAILS.- Returns:
- The
ObjectLabelUpdatedValueDetailsvalue associated with this instance ifisObjectLabelUpdatedValueDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisObjectLabelUpdatedValueDetails()isfalse.
-
isOrganizeFolderWithTidyDetails
public boolean isOrganizeFolderWithTidyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.
-
organizeFolderWithTidyDetails
public static EventDetails organizeFolderWithTidyDetails(OrganizeFolderWithTidyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOrganizeFolderWithTidyDetailsValue
public OrganizeFolderWithTidyDetails getOrganizeFolderWithTidyDetailsValue()
This instance must be tagged asEventDetails.Tag.ORGANIZE_FOLDER_WITH_TIDY_DETAILS.- Returns:
- The
OrganizeFolderWithTidyDetailsvalue associated with this instance ifisOrganizeFolderWithTidyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisOrganizeFolderWithTidyDetails()isfalse.
-
isRewindFolderDetails
public boolean isRewindFolderDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.REWIND_FOLDER_DETAILS,falseotherwise.
-
rewindFolderDetails
public static EventDetails rewindFolderDetails(RewindFolderDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRewindFolderDetailsValue
public RewindFolderDetails getRewindFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.REWIND_FOLDER_DETAILS.- Returns:
- The
RewindFolderDetailsvalue associated with this instance ifisRewindFolderDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisRewindFolderDetails()isfalse.
-
isUndoNamingConventionDetails
public boolean isUndoNamingConventionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS,falseotherwise.
-
undoNamingConventionDetails
public static EventDetails undoNamingConventionDetails(UndoNamingConventionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUndoNamingConventionDetailsValue
public UndoNamingConventionDetails getUndoNamingConventionDetailsValue()
This instance must be tagged asEventDetails.Tag.UNDO_NAMING_CONVENTION_DETAILS.- Returns:
- The
UndoNamingConventionDetailsvalue associated with this instance ifisUndoNamingConventionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisUndoNamingConventionDetails()isfalse.
-
isUndoOrganizeFolderWithTidyDetails
public boolean isUndoOrganizeFolderWithTidyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS,falseotherwise.
-
undoOrganizeFolderWithTidyDetails
public static EventDetails undoOrganizeFolderWithTidyDetails(UndoOrganizeFolderWithTidyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUndoOrganizeFolderWithTidyDetailsValue
public UndoOrganizeFolderWithTidyDetails getUndoOrganizeFolderWithTidyDetailsValue()
This instance must be tagged asEventDetails.Tag.UNDO_ORGANIZE_FOLDER_WITH_TIDY_DETAILS.- Returns:
- The
UndoOrganizeFolderWithTidyDetailsvalue associated with this instance ifisUndoOrganizeFolderWithTidyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisUndoOrganizeFolderWithTidyDetails()isfalse.
-
isUserTagsAddedDetails
public boolean isUserTagsAddedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.USER_TAGS_ADDED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.USER_TAGS_ADDED_DETAILS,falseotherwise.
-
userTagsAddedDetails
public static EventDetails userTagsAddedDetails(UserTagsAddedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.USER_TAGS_ADDED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.USER_TAGS_ADDED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUserTagsAddedDetailsValue
public UserTagsAddedDetails getUserTagsAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.USER_TAGS_ADDED_DETAILS.- Returns:
- The
UserTagsAddedDetailsvalue associated with this instance ifisUserTagsAddedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisUserTagsAddedDetails()isfalse.
-
isUserTagsRemovedDetails
public boolean isUserTagsRemovedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.USER_TAGS_REMOVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.USER_TAGS_REMOVED_DETAILS,falseotherwise.
-
userTagsRemovedDetails
public static EventDetails userTagsRemovedDetails(UserTagsRemovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.USER_TAGS_REMOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.USER_TAGS_REMOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getUserTagsRemovedDetailsValue
public UserTagsRemovedDetails getUserTagsRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.USER_TAGS_REMOVED_DETAILS.- Returns:
- The
UserTagsRemovedDetailsvalue associated with this instance ifisUserTagsRemovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisUserTagsRemovedDetails()isfalse.
-
isEmailIngestReceiveFileDetails
public boolean isEmailIngestReceiveFileDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS,falseotherwise.
-
emailIngestReceiveFileDetails
public static EventDetails emailIngestReceiveFileDetails(EmailIngestReceiveFileDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmailIngestReceiveFileDetailsValue
public EmailIngestReceiveFileDetails getEmailIngestReceiveFileDetailsValue()
This instance must be tagged asEventDetails.Tag.EMAIL_INGEST_RECEIVE_FILE_DETAILS.- Returns:
- The
EmailIngestReceiveFileDetailsvalue associated with this instance ifisEmailIngestReceiveFileDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmailIngestReceiveFileDetails()isfalse.
-
isFileRequestChangeDetails
public boolean isFileRequestChangeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS,falseotherwise.
-
fileRequestChangeDetails
public static EventDetails fileRequestChangeDetails(FileRequestChangeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestChangeDetailsValue
public FileRequestChangeDetails getFileRequestChangeDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS.- Returns:
- The
FileRequestChangeDetailsvalue associated with this instance ifisFileRequestChangeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestChangeDetails()isfalse.
-
isFileRequestCloseDetails
public boolean isFileRequestCloseDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS,falseotherwise.
-
fileRequestCloseDetails
public static EventDetails fileRequestCloseDetails(FileRequestCloseDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestCloseDetailsValue
public FileRequestCloseDetails getFileRequestCloseDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.- Returns:
- The
FileRequestCloseDetailsvalue associated with this instance ifisFileRequestCloseDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestCloseDetails()isfalse.
-
isFileRequestCreateDetails
public boolean isFileRequestCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS,falseotherwise.
-
fileRequestCreateDetails
public static EventDetails fileRequestCreateDetails(FileRequestCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestCreateDetailsValue
public FileRequestCreateDetails getFileRequestCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.- Returns:
- The
FileRequestCreateDetailsvalue associated with this instance ifisFileRequestCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestCreateDetails()isfalse.
-
isFileRequestDeleteDetails
public boolean isFileRequestDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS,falseotherwise.
-
fileRequestDeleteDetails
public static EventDetails fileRequestDeleteDetails(FileRequestDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestDeleteDetailsValue
public FileRequestDeleteDetails getFileRequestDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS.- Returns:
- The
FileRequestDeleteDetailsvalue associated with this instance ifisFileRequestDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestDeleteDetails()isfalse.
-
isFileRequestReceiveFileDetails
public boolean isFileRequestReceiveFileDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS,falseotherwise.
-
fileRequestReceiveFileDetails
public static EventDetails fileRequestReceiveFileDetails(FileRequestReceiveFileDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestReceiveFileDetailsValue
public FileRequestReceiveFileDetails getFileRequestReceiveFileDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.- Returns:
- The
FileRequestReceiveFileDetailsvalue associated with this instance ifisFileRequestReceiveFileDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestReceiveFileDetails()isfalse.
-
isGroupAddExternalIdDetails
public boolean isGroupAddExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS,falseotherwise.
-
groupAddExternalIdDetails
public static EventDetails groupAddExternalIdDetails(GroupAddExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupAddExternalIdDetailsValue
public GroupAddExternalIdDetails getGroupAddExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.- Returns:
- The
GroupAddExternalIdDetailsvalue associated with this instance ifisGroupAddExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupAddExternalIdDetails()isfalse.
-
isGroupAddMemberDetails
public boolean isGroupAddMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS,falseotherwise.
-
groupAddMemberDetails
public static EventDetails groupAddMemberDetails(GroupAddMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupAddMemberDetailsValue
public GroupAddMemberDetails getGroupAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.- Returns:
- The
GroupAddMemberDetailsvalue associated with this instance ifisGroupAddMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupAddMemberDetails()isfalse.
-
isGroupChangeExternalIdDetails
public boolean isGroupChangeExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.
-
groupChangeExternalIdDetails
public static EventDetails groupChangeExternalIdDetails(GroupChangeExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeExternalIdDetailsValue
public GroupChangeExternalIdDetails getGroupChangeExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.- Returns:
- The
GroupChangeExternalIdDetailsvalue associated with this instance ifisGroupChangeExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeExternalIdDetails()isfalse.
-
isGroupChangeManagementTypeDetails
public boolean isGroupChangeManagementTypeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS,falseotherwise.
-
groupChangeManagementTypeDetails
public static EventDetails groupChangeManagementTypeDetails(GroupChangeManagementTypeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeManagementTypeDetailsValue
public GroupChangeManagementTypeDetails getGroupChangeManagementTypeDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.- Returns:
- The
GroupChangeManagementTypeDetailsvalue associated with this instance ifisGroupChangeManagementTypeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeManagementTypeDetails()isfalse.
-
isGroupChangeMemberRoleDetails
public boolean isGroupChangeMemberRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.
-
groupChangeMemberRoleDetails
public static EventDetails groupChangeMemberRoleDetails(GroupChangeMemberRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupChangeMemberRoleDetailsValue
public GroupChangeMemberRoleDetails getGroupChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The
GroupChangeMemberRoleDetailsvalue associated with this instance ifisGroupChangeMemberRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupChangeMemberRoleDetails()isfalse.
-
isGroupCreateDetails
public boolean isGroupCreateDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_CREATE_DETAILS,falseotherwise.
-
groupCreateDetails
public static EventDetails groupCreateDetails(GroupCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupCreateDetailsValue
public GroupCreateDetails getGroupCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CREATE_DETAILS.- Returns:
- The
GroupCreateDetailsvalue associated with this instance ifisGroupCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupCreateDetails()isfalse.
-
isGroupDeleteDetails
public boolean isGroupDeleteDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_DELETE_DETAILS,falseotherwise.
-
groupDeleteDetails
public static EventDetails groupDeleteDetails(GroupDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupDeleteDetailsValue
public GroupDeleteDetails getGroupDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_DELETE_DETAILS.- Returns:
- The
GroupDeleteDetailsvalue associated with this instance ifisGroupDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupDeleteDetails()isfalse.
-
isGroupDescriptionUpdatedDetails
public boolean isGroupDescriptionUpdatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS,falseotherwise.
-
groupDescriptionUpdatedDetails
public static EventDetails groupDescriptionUpdatedDetails(GroupDescriptionUpdatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupDescriptionUpdatedDetailsValue
public GroupDescriptionUpdatedDetails getGroupDescriptionUpdatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS.- Returns:
- The
GroupDescriptionUpdatedDetailsvalue associated with this instance ifisGroupDescriptionUpdatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupDescriptionUpdatedDetails()isfalse.
-
isGroupJoinPolicyUpdatedDetails
public boolean isGroupJoinPolicyUpdatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS,falseotherwise.
-
groupJoinPolicyUpdatedDetails
public static EventDetails groupJoinPolicyUpdatedDetails(GroupJoinPolicyUpdatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupJoinPolicyUpdatedDetailsValue
public GroupJoinPolicyUpdatedDetails getGroupJoinPolicyUpdatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS.- Returns:
- The
GroupJoinPolicyUpdatedDetailsvalue associated with this instance ifisGroupJoinPolicyUpdatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupJoinPolicyUpdatedDetails()isfalse.
-
isGroupMovedDetails
public boolean isGroupMovedDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_MOVED_DETAILS,falseotherwise.
-
groupMovedDetails
public static EventDetails groupMovedDetails(GroupMovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupMovedDetailsValue
public GroupMovedDetails getGroupMovedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_MOVED_DETAILS.- Returns:
- The
GroupMovedDetailsvalue associated with this instance ifisGroupMovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupMovedDetails()isfalse.
-
isGroupRemoveExternalIdDetails
public boolean isGroupRemoveExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.
-
groupRemoveExternalIdDetails
public static EventDetails groupRemoveExternalIdDetails(GroupRemoveExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRemoveExternalIdDetailsValue
public GroupRemoveExternalIdDetails getGroupRemoveExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.- Returns:
- The
GroupRemoveExternalIdDetailsvalue associated with this instance ifisGroupRemoveExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRemoveExternalIdDetails()isfalse.
-
isGroupRemoveMemberDetails
public boolean isGroupRemoveMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS,falseotherwise.
-
groupRemoveMemberDetails
public static EventDetails groupRemoveMemberDetails(GroupRemoveMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRemoveMemberDetailsValue
public GroupRemoveMemberDetails getGroupRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.- Returns:
- The
GroupRemoveMemberDetailsvalue associated with this instance ifisGroupRemoveMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRemoveMemberDetails()isfalse.
-
isGroupRenameDetails
public boolean isGroupRenameDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_RENAME_DETAILS,falseotherwise.
-
groupRenameDetails
public static EventDetails groupRenameDetails(GroupRenameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupRenameDetailsValue
public GroupRenameDetails getGroupRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_RENAME_DETAILS.- Returns:
- The
GroupRenameDetailsvalue associated with this instance ifisGroupRenameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupRenameDetails()isfalse.
-
isAccountLockOrUnlockedDetails
public boolean isAccountLockOrUnlockedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS,falseotherwise.
-
accountLockOrUnlockedDetails
public static EventDetails accountLockOrUnlockedDetails(AccountLockOrUnlockedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountLockOrUnlockedDetailsValue
public AccountLockOrUnlockedDetails getAccountLockOrUnlockedDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS.- Returns:
- The
AccountLockOrUnlockedDetailsvalue associated with this instance ifisAccountLockOrUnlockedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountLockOrUnlockedDetails()isfalse.
-
isEmmErrorDetails
public boolean isEmmErrorDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_ERROR_DETAILS,falseotherwise.
-
emmErrorDetails
public static EventDetails emmErrorDetails(EmmErrorDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_ERROR_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_ERROR_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmErrorDetailsValue
public EmmErrorDetails getEmmErrorDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_ERROR_DETAILS.- Returns:
- The
EmmErrorDetailsvalue associated with this instance ifisEmmErrorDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmErrorDetails()isfalse.
-
isGuestAdminSignedInViaTrustedTeamsDetails
public boolean isGuestAdminSignedInViaTrustedTeamsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.
-
guestAdminSignedInViaTrustedTeamsDetails
public static EventDetails guestAdminSignedInViaTrustedTeamsDetails(GuestAdminSignedInViaTrustedTeamsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminSignedInViaTrustedTeamsDetailsValue
public GuestAdminSignedInViaTrustedTeamsDetails getGuestAdminSignedInViaTrustedTeamsDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS.- Returns:
- The
GuestAdminSignedInViaTrustedTeamsDetailsvalue associated with this instance ifisGuestAdminSignedInViaTrustedTeamsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminSignedInViaTrustedTeamsDetails()isfalse.
-
isGuestAdminSignedOutViaTrustedTeamsDetails
public boolean isGuestAdminSignedOutViaTrustedTeamsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS,falseotherwise.
-
guestAdminSignedOutViaTrustedTeamsDetails
public static EventDetails guestAdminSignedOutViaTrustedTeamsDetails(GuestAdminSignedOutViaTrustedTeamsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminSignedOutViaTrustedTeamsDetailsValue
public GuestAdminSignedOutViaTrustedTeamsDetails getGuestAdminSignedOutViaTrustedTeamsDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS.- Returns:
- The
GuestAdminSignedOutViaTrustedTeamsDetailsvalue associated with this instance ifisGuestAdminSignedOutViaTrustedTeamsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminSignedOutViaTrustedTeamsDetails()isfalse.
-
isLoginFailDetails
public boolean isLoginFailDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.LOGIN_FAIL_DETAILS,falseotherwise.
-
loginFailDetails
public static EventDetails loginFailDetails(LoginFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLoginFailDetailsValue
public LoginFailDetails getLoginFailDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGIN_FAIL_DETAILS.- Returns:
- The
LoginFailDetailsvalue associated with this instance ifisLoginFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLoginFailDetails()isfalse.
-
isLoginSuccessDetails
public boolean isLoginSuccessDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.LOGIN_SUCCESS_DETAILS,falseotherwise.
-
loginSuccessDetails
public static EventDetails loginSuccessDetails(LoginSuccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLoginSuccessDetailsValue
public LoginSuccessDetails getLoginSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGIN_SUCCESS_DETAILS.- Returns:
- The
LoginSuccessDetailsvalue associated with this instance ifisLoginSuccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLoginSuccessDetails()isfalse.
-
isLogoutDetails
public boolean isLogoutDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.LOGOUT_DETAILS,falseotherwise.
-
logoutDetails
public static EventDetails logoutDetails(LogoutDetails value)
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.LOGOUT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getLogoutDetailsValue
public LogoutDetails getLogoutDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGOUT_DETAILS.- Returns:
- The
LogoutDetailsvalue associated with this instance ifisLogoutDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisLogoutDetails()isfalse.
-
isResellerSupportSessionEndDetails
public boolean isResellerSupportSessionEndDetails()
Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS,falseotherwise.
-
resellerSupportSessionEndDetails
public static EventDetails resellerSupportSessionEndDetails(ResellerSupportSessionEndDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportSessionEndDetailsValue
public ResellerSupportSessionEndDetails getResellerSupportSessionEndDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.- Returns:
- The
ResellerSupportSessionEndDetailsvalue associated with this instance ifisResellerSupportSessionEndDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportSessionEndDetails()isfalse.
-
isResellerSupportSessionStartDetails
public boolean isResellerSupportSessionStartDetails()
Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS,falseotherwise.
-
resellerSupportSessionStartDetails
public static EventDetails resellerSupportSessionStartDetails(ResellerSupportSessionStartDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportSessionStartDetailsValue
public ResellerSupportSessionStartDetails getResellerSupportSessionStartDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.- Returns:
- The
ResellerSupportSessionStartDetailsvalue associated with this instance ifisResellerSupportSessionStartDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportSessionStartDetails()isfalse.
-
isSignInAsSessionEndDetails
public boolean isSignInAsSessionEndDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS,falseotherwise.
-
signInAsSessionEndDetails
public static EventDetails signInAsSessionEndDetails(SignInAsSessionEndDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSignInAsSessionEndDetailsValue
public SignInAsSessionEndDetails getSignInAsSessionEndDetailsValue()
This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.- Returns:
- The
SignInAsSessionEndDetailsvalue associated with this instance ifisSignInAsSessionEndDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSignInAsSessionEndDetails()isfalse.
-
isSignInAsSessionStartDetails
public boolean isSignInAsSessionStartDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS,falseotherwise.
-
signInAsSessionStartDetails
public static EventDetails signInAsSessionStartDetails(SignInAsSessionStartDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSignInAsSessionStartDetailsValue
public SignInAsSessionStartDetails getSignInAsSessionStartDetailsValue()
This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.- Returns:
- The
SignInAsSessionStartDetailsvalue associated with this instance ifisSignInAsSessionStartDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSignInAsSessionStartDetails()isfalse.
-
isSsoErrorDetails
public boolean isSsoErrorDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_ERROR_DETAILS,falseotherwise.
-
ssoErrorDetails
public static EventDetails ssoErrorDetails(SsoErrorDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ERROR_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_ERROR_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoErrorDetailsValue
public SsoErrorDetails getSsoErrorDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ERROR_DETAILS.- Returns:
- The
SsoErrorDetailsvalue associated with this instance ifisSsoErrorDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoErrorDetails()isfalse.
-
isCreateTeamInviteLinkDetails
public boolean isCreateTeamInviteLinkDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS,falseotherwise.
-
createTeamInviteLinkDetails
public static EventDetails createTeamInviteLinkDetails(CreateTeamInviteLinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCreateTeamInviteLinkDetailsValue
public CreateTeamInviteLinkDetails getCreateTeamInviteLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS.- Returns:
- The
CreateTeamInviteLinkDetailsvalue associated with this instance ifisCreateTeamInviteLinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisCreateTeamInviteLinkDetails()isfalse.
-
isDeleteTeamInviteLinkDetails
public boolean isDeleteTeamInviteLinkDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS,falseotherwise.
-
deleteTeamInviteLinkDetails
public static EventDetails deleteTeamInviteLinkDetails(DeleteTeamInviteLinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeleteTeamInviteLinkDetailsValue
public DeleteTeamInviteLinkDetails getDeleteTeamInviteLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS.- Returns:
- The
DeleteTeamInviteLinkDetailsvalue associated with this instance ifisDeleteTeamInviteLinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeleteTeamInviteLinkDetails()isfalse.
-
isMemberAddExternalIdDetails
public boolean isMemberAddExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS,falseotherwise.
-
memberAddExternalIdDetails
public static EventDetails memberAddExternalIdDetails(MemberAddExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberAddExternalIdDetailsValue
public MemberAddExternalIdDetails getMemberAddExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS.- Returns:
- The
MemberAddExternalIdDetailsvalue associated with this instance ifisMemberAddExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberAddExternalIdDetails()isfalse.
-
isMemberAddNameDetails
public boolean isMemberAddNameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_ADD_NAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_ADD_NAME_DETAILS,falseotherwise.
-
memberAddNameDetails
public static EventDetails memberAddNameDetails(MemberAddNameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberAddNameDetailsValue
public MemberAddNameDetails getMemberAddNameDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_ADD_NAME_DETAILS.- Returns:
- The
MemberAddNameDetailsvalue associated with this instance ifisMemberAddNameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberAddNameDetails()isfalse.
-
isMemberChangeAdminRoleDetails
public boolean isMemberChangeAdminRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS,falseotherwise.
-
memberChangeAdminRoleDetails
public static EventDetails memberChangeAdminRoleDetails(MemberChangeAdminRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeAdminRoleDetailsValue
public MemberChangeAdminRoleDetails getMemberChangeAdminRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.- Returns:
- The
MemberChangeAdminRoleDetailsvalue associated with this instance ifisMemberChangeAdminRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeAdminRoleDetails()isfalse.
-
isMemberChangeEmailDetails
public boolean isMemberChangeEmailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS,falseotherwise.
-
memberChangeEmailDetails
public static EventDetails memberChangeEmailDetails(MemberChangeEmailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeEmailDetailsValue
public MemberChangeEmailDetails getMemberChangeEmailDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.- Returns:
- The
MemberChangeEmailDetailsvalue associated with this instance ifisMemberChangeEmailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeEmailDetails()isfalse.
-
isMemberChangeExternalIdDetails
public boolean isMemberChangeExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS,falseotherwise.
-
memberChangeExternalIdDetails
public static EventDetails memberChangeExternalIdDetails(MemberChangeExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeExternalIdDetailsValue
public MemberChangeExternalIdDetails getMemberChangeExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS.- Returns:
- The
MemberChangeExternalIdDetailsvalue associated with this instance ifisMemberChangeExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeExternalIdDetails()isfalse.
-
isMemberChangeMembershipTypeDetails
public boolean isMemberChangeMembershipTypeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS,falseotherwise.
-
memberChangeMembershipTypeDetails
public static EventDetails memberChangeMembershipTypeDetails(MemberChangeMembershipTypeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeMembershipTypeDetailsValue
public MemberChangeMembershipTypeDetails getMemberChangeMembershipTypeDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.- Returns:
- The
MemberChangeMembershipTypeDetailsvalue associated with this instance ifisMemberChangeMembershipTypeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeMembershipTypeDetails()isfalse.
-
isMemberChangeNameDetails
public boolean isMemberChangeNameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS,falseotherwise.
-
memberChangeNameDetails
public static EventDetails memberChangeNameDetails(MemberChangeNameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeNameDetailsValue
public MemberChangeNameDetails getMemberChangeNameDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.- Returns:
- The
MemberChangeNameDetailsvalue associated with this instance ifisMemberChangeNameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeNameDetails()isfalse.
-
isMemberChangeResellerRoleDetails
public boolean isMemberChangeResellerRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS,falseotherwise.
-
memberChangeResellerRoleDetails
public static EventDetails memberChangeResellerRoleDetails(MemberChangeResellerRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeResellerRoleDetailsValue
public MemberChangeResellerRoleDetails getMemberChangeResellerRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_RESELLER_ROLE_DETAILS.- Returns:
- The
MemberChangeResellerRoleDetailsvalue associated with this instance ifisMemberChangeResellerRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeResellerRoleDetails()isfalse.
-
isMemberChangeStatusDetails
public boolean isMemberChangeStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS,falseotherwise.
-
memberChangeStatusDetails
public static EventDetails memberChangeStatusDetails(MemberChangeStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberChangeStatusDetailsValue
public MemberChangeStatusDetails getMemberChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.- Returns:
- The
MemberChangeStatusDetailsvalue associated with this instance ifisMemberChangeStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberChangeStatusDetails()isfalse.
-
isMemberDeleteManualContactsDetails
public boolean isMemberDeleteManualContactsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS,falseotherwise.
-
memberDeleteManualContactsDetails
public static EventDetails memberDeleteManualContactsDetails(MemberDeleteManualContactsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberDeleteManualContactsDetailsValue
public MemberDeleteManualContactsDetails getMemberDeleteManualContactsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS.- Returns:
- The
MemberDeleteManualContactsDetailsvalue associated with this instance ifisMemberDeleteManualContactsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberDeleteManualContactsDetails()isfalse.
-
isMemberDeleteProfilePhotoDetails
public boolean isMemberDeleteProfilePhotoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS,falseotherwise.
-
memberDeleteProfilePhotoDetails
public static EventDetails memberDeleteProfilePhotoDetails(MemberDeleteProfilePhotoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberDeleteProfilePhotoDetailsValue
public MemberDeleteProfilePhotoDetails getMemberDeleteProfilePhotoDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS.- Returns:
- The
MemberDeleteProfilePhotoDetailsvalue associated with this instance ifisMemberDeleteProfilePhotoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberDeleteProfilePhotoDetails()isfalse.
-
isMemberPermanentlyDeleteAccountContentsDetails
public boolean isMemberPermanentlyDeleteAccountContentsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS,falseotherwise.
-
memberPermanentlyDeleteAccountContentsDetails
public static EventDetails memberPermanentlyDeleteAccountContentsDetails(MemberPermanentlyDeleteAccountContentsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberPermanentlyDeleteAccountContentsDetailsValue
public MemberPermanentlyDeleteAccountContentsDetails getMemberPermanentlyDeleteAccountContentsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.- Returns:
- The
MemberPermanentlyDeleteAccountContentsDetailsvalue associated with this instance ifisMemberPermanentlyDeleteAccountContentsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberPermanentlyDeleteAccountContentsDetails()isfalse.
-
isMemberRemoveExternalIdDetails
public boolean isMemberRemoveExternalIdDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS,falseotherwise.
-
memberRemoveExternalIdDetails
public static EventDetails memberRemoveExternalIdDetails(MemberRemoveExternalIdDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberRemoveExternalIdDetailsValue
public MemberRemoveExternalIdDetails getMemberRemoveExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS.- Returns:
- The
MemberRemoveExternalIdDetailsvalue associated with this instance ifisMemberRemoveExternalIdDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberRemoveExternalIdDetails()isfalse.
-
isMemberSetProfilePhotoDetails
public boolean isMemberSetProfilePhotoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS,falseotherwise.
-
memberSetProfilePhotoDetails
public static EventDetails memberSetProfilePhotoDetails(MemberSetProfilePhotoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSetProfilePhotoDetailsValue
public MemberSetProfilePhotoDetails getMemberSetProfilePhotoDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS.- Returns:
- The
MemberSetProfilePhotoDetailsvalue associated with this instance ifisMemberSetProfilePhotoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSetProfilePhotoDetails()isfalse.
-
isMemberSpaceLimitsAddCustomQuotaDetails
public boolean isMemberSpaceLimitsAddCustomQuotaDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS,falseotherwise.
-
memberSpaceLimitsAddCustomQuotaDetails
public static EventDetails memberSpaceLimitsAddCustomQuotaDetails(MemberSpaceLimitsAddCustomQuotaDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsAddCustomQuotaDetailsValue
public MemberSpaceLimitsAddCustomQuotaDetails getMemberSpaceLimitsAddCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS.- Returns:
- The
MemberSpaceLimitsAddCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsAddCustomQuotaDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsAddCustomQuotaDetails()isfalse.
-
isMemberSpaceLimitsChangeCustomQuotaDetails
public boolean isMemberSpaceLimitsChangeCustomQuotaDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS,falseotherwise.
-
memberSpaceLimitsChangeCustomQuotaDetails
public static EventDetails memberSpaceLimitsChangeCustomQuotaDetails(MemberSpaceLimitsChangeCustomQuotaDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeCustomQuotaDetailsValue
public MemberSpaceLimitsChangeCustomQuotaDetails getMemberSpaceLimitsChangeCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS.- Returns:
- The
MemberSpaceLimitsChangeCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeCustomQuotaDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeCustomQuotaDetails()isfalse.
-
isMemberSpaceLimitsChangeStatusDetails
public boolean isMemberSpaceLimitsChangeStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS,falseotherwise.
-
memberSpaceLimitsChangeStatusDetails
public static EventDetails memberSpaceLimitsChangeStatusDetails(MemberSpaceLimitsChangeStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeStatusDetailsValue
public MemberSpaceLimitsChangeStatusDetails getMemberSpaceLimitsChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.- Returns:
- The
MemberSpaceLimitsChangeStatusDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeStatusDetails()isfalse.
-
isMemberSpaceLimitsRemoveCustomQuotaDetails
public boolean isMemberSpaceLimitsRemoveCustomQuotaDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS,falseotherwise.
-
memberSpaceLimitsRemoveCustomQuotaDetails
public static EventDetails memberSpaceLimitsRemoveCustomQuotaDetails(MemberSpaceLimitsRemoveCustomQuotaDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsRemoveCustomQuotaDetailsValue
public MemberSpaceLimitsRemoveCustomQuotaDetails getMemberSpaceLimitsRemoveCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS.- Returns:
- The
MemberSpaceLimitsRemoveCustomQuotaDetailsvalue associated with this instance ifisMemberSpaceLimitsRemoveCustomQuotaDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsRemoveCustomQuotaDetails()isfalse.
-
isMemberSuggestDetails
public boolean isMemberSuggestDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SUGGEST_DETAILS,falseotherwise.
-
memberSuggestDetails
public static EventDetails memberSuggestDetails(MemberSuggestDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSuggestDetailsValue
public MemberSuggestDetails getMemberSuggestDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SUGGEST_DETAILS.- Returns:
- The
MemberSuggestDetailsvalue associated with this instance ifisMemberSuggestDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSuggestDetails()isfalse.
-
isMemberTransferAccountContentsDetails
public boolean isMemberTransferAccountContentsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS,falseotherwise.
-
memberTransferAccountContentsDetails
public static EventDetails memberTransferAccountContentsDetails(MemberTransferAccountContentsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberTransferAccountContentsDetailsValue
public MemberTransferAccountContentsDetails getMemberTransferAccountContentsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.- Returns:
- The
MemberTransferAccountContentsDetailsvalue associated with this instance ifisMemberTransferAccountContentsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberTransferAccountContentsDetails()isfalse.
-
isPendingSecondaryEmailAddedDetails
public boolean isPendingSecondaryEmailAddedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS,falseotherwise.
-
pendingSecondaryEmailAddedDetails
public static EventDetails pendingSecondaryEmailAddedDetails(PendingSecondaryEmailAddedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPendingSecondaryEmailAddedDetailsValue
public PendingSecondaryEmailAddedDetails getPendingSecondaryEmailAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS.- Returns:
- The
PendingSecondaryEmailAddedDetailsvalue associated with this instance ifisPendingSecondaryEmailAddedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPendingSecondaryEmailAddedDetails()isfalse.
-
isSecondaryEmailDeletedDetails
public boolean isSecondaryEmailDeletedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS,falseotherwise.
-
secondaryEmailDeletedDetails
public static EventDetails secondaryEmailDeletedDetails(SecondaryEmailDeletedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryEmailDeletedDetailsValue
public SecondaryEmailDeletedDetails getSecondaryEmailDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS.- Returns:
- The
SecondaryEmailDeletedDetailsvalue associated with this instance ifisSecondaryEmailDeletedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryEmailDeletedDetails()isfalse.
-
isSecondaryEmailVerifiedDetails
public boolean isSecondaryEmailVerifiedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS,falseotherwise.
-
secondaryEmailVerifiedDetails
public static EventDetails secondaryEmailVerifiedDetails(SecondaryEmailVerifiedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryEmailVerifiedDetailsValue
public SecondaryEmailVerifiedDetails getSecondaryEmailVerifiedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS.- Returns:
- The
SecondaryEmailVerifiedDetailsvalue associated with this instance ifisSecondaryEmailVerifiedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryEmailVerifiedDetails()isfalse.
-
isSecondaryMailsPolicyChangedDetails
public boolean isSecondaryMailsPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS,falseotherwise.
-
secondaryMailsPolicyChangedDetails
public static EventDetails secondaryMailsPolicyChangedDetails(SecondaryMailsPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSecondaryMailsPolicyChangedDetailsValue
public SecondaryMailsPolicyChangedDetails getSecondaryMailsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS.- Returns:
- The
SecondaryMailsPolicyChangedDetailsvalue associated with this instance ifisSecondaryMailsPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSecondaryMailsPolicyChangedDetails()isfalse.
-
isBinderAddPageDetails
public boolean isBinderAddPageDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_ADD_PAGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_ADD_PAGE_DETAILS,falseotherwise.
-
binderAddPageDetails
public static EventDetails binderAddPageDetails(BinderAddPageDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderAddPageDetailsValue
public BinderAddPageDetails getBinderAddPageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_ADD_PAGE_DETAILS.- Returns:
- The
BinderAddPageDetailsvalue associated with this instance ifisBinderAddPageDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderAddPageDetails()isfalse.
-
isBinderAddSectionDetails
public boolean isBinderAddSectionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_ADD_SECTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_ADD_SECTION_DETAILS,falseotherwise.
-
binderAddSectionDetails
public static EventDetails binderAddSectionDetails(BinderAddSectionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderAddSectionDetailsValue
public BinderAddSectionDetails getBinderAddSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_ADD_SECTION_DETAILS.- Returns:
- The
BinderAddSectionDetailsvalue associated with this instance ifisBinderAddSectionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderAddSectionDetails()isfalse.
-
isBinderRemovePageDetails
public boolean isBinderRemovePageDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS,falseotherwise.
-
binderRemovePageDetails
public static EventDetails binderRemovePageDetails(BinderRemovePageDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRemovePageDetailsValue
public BinderRemovePageDetails getBinderRemovePageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS.- Returns:
- The
BinderRemovePageDetailsvalue associated with this instance ifisBinderRemovePageDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRemovePageDetails()isfalse.
-
isBinderRemoveSectionDetails
public boolean isBinderRemoveSectionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS,falseotherwise.
-
binderRemoveSectionDetails
public static EventDetails binderRemoveSectionDetails(BinderRemoveSectionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRemoveSectionDetailsValue
public BinderRemoveSectionDetails getBinderRemoveSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS.- Returns:
- The
BinderRemoveSectionDetailsvalue associated with this instance ifisBinderRemoveSectionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRemoveSectionDetails()isfalse.
-
isBinderRenamePageDetails
public boolean isBinderRenamePageDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS,falseotherwise.
-
binderRenamePageDetails
public static EventDetails binderRenamePageDetails(BinderRenamePageDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRenamePageDetailsValue
public BinderRenamePageDetails getBinderRenamePageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS.- Returns:
- The
BinderRenamePageDetailsvalue associated with this instance ifisBinderRenamePageDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRenamePageDetails()isfalse.
-
isBinderRenameSectionDetails
public boolean isBinderRenameSectionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS,falseotherwise.
-
binderRenameSectionDetails
public static EventDetails binderRenameSectionDetails(BinderRenameSectionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderRenameSectionDetailsValue
public BinderRenameSectionDetails getBinderRenameSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS.- Returns:
- The
BinderRenameSectionDetailsvalue associated with this instance ifisBinderRenameSectionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderRenameSectionDetails()isfalse.
-
isBinderReorderPageDetails
public boolean isBinderReorderPageDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS,falseotherwise.
-
binderReorderPageDetails
public static EventDetails binderReorderPageDetails(BinderReorderPageDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderReorderPageDetailsValue
public BinderReorderPageDetails getBinderReorderPageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS.- Returns:
- The
BinderReorderPageDetailsvalue associated with this instance ifisBinderReorderPageDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderReorderPageDetails()isfalse.
-
isBinderReorderSectionDetails
public boolean isBinderReorderSectionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS,falseotherwise.
-
binderReorderSectionDetails
public static EventDetails binderReorderSectionDetails(BinderReorderSectionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getBinderReorderSectionDetailsValue
public BinderReorderSectionDetails getBinderReorderSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS.- Returns:
- The
BinderReorderSectionDetailsvalue associated with this instance ifisBinderReorderSectionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisBinderReorderSectionDetails()isfalse.
-
isPaperContentAddMemberDetails
public boolean isPaperContentAddMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.
-
paperContentAddMemberDetails
public static EventDetails paperContentAddMemberDetails(PaperContentAddMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentAddMemberDetailsValue
public PaperContentAddMemberDetails getPaperContentAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.- Returns:
- The
PaperContentAddMemberDetailsvalue associated with this instance ifisPaperContentAddMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentAddMemberDetails()isfalse.
-
isPaperContentAddToFolderDetails
public boolean isPaperContentAddToFolderDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS,falseotherwise.
-
paperContentAddToFolderDetails
public static EventDetails paperContentAddToFolderDetails(PaperContentAddToFolderDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentAddToFolderDetailsValue
public PaperContentAddToFolderDetails getPaperContentAddToFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.- Returns:
- The
PaperContentAddToFolderDetailsvalue associated with this instance ifisPaperContentAddToFolderDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentAddToFolderDetails()isfalse.
-
isPaperContentArchiveDetails
public boolean isPaperContentArchiveDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS,falseotherwise.
-
paperContentArchiveDetails
public static EventDetails paperContentArchiveDetails(PaperContentArchiveDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentArchiveDetailsValue
public PaperContentArchiveDetails getPaperContentArchiveDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.- Returns:
- The
PaperContentArchiveDetailsvalue associated with this instance ifisPaperContentArchiveDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentArchiveDetails()isfalse.
-
isPaperContentCreateDetails
public boolean isPaperContentCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS,falseotherwise.
-
paperContentCreateDetails
public static EventDetails paperContentCreateDetails(PaperContentCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentCreateDetailsValue
public PaperContentCreateDetails getPaperContentCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.- Returns:
- The
PaperContentCreateDetailsvalue associated with this instance ifisPaperContentCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentCreateDetails()isfalse.
-
isPaperContentPermanentlyDeleteDetails
public boolean isPaperContentPermanentlyDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS,falseotherwise.
-
paperContentPermanentlyDeleteDetails
public static EventDetails paperContentPermanentlyDeleteDetails(PaperContentPermanentlyDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentPermanentlyDeleteDetailsValue
public PaperContentPermanentlyDeleteDetails getPaperContentPermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.- Returns:
- The
PaperContentPermanentlyDeleteDetailsvalue associated with this instance ifisPaperContentPermanentlyDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentPermanentlyDeleteDetails()isfalse.
-
isPaperContentRemoveFromFolderDetails
public boolean isPaperContentRemoveFromFolderDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS,falseotherwise.
-
paperContentRemoveFromFolderDetails
public static EventDetails paperContentRemoveFromFolderDetails(PaperContentRemoveFromFolderDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRemoveFromFolderDetailsValue
public PaperContentRemoveFromFolderDetails getPaperContentRemoveFromFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.- Returns:
- The
PaperContentRemoveFromFolderDetailsvalue associated with this instance ifisPaperContentRemoveFromFolderDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRemoveFromFolderDetails()isfalse.
-
isPaperContentRemoveMemberDetails
public boolean isPaperContentRemoveMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.
-
paperContentRemoveMemberDetails
public static EventDetails paperContentRemoveMemberDetails(PaperContentRemoveMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRemoveMemberDetailsValue
public PaperContentRemoveMemberDetails getPaperContentRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.- Returns:
- The
PaperContentRemoveMemberDetailsvalue associated with this instance ifisPaperContentRemoveMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRemoveMemberDetails()isfalse.
-
isPaperContentRenameDetails
public boolean isPaperContentRenameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS,falseotherwise.
-
paperContentRenameDetails
public static EventDetails paperContentRenameDetails(PaperContentRenameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRenameDetailsValue
public PaperContentRenameDetails getPaperContentRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.- Returns:
- The
PaperContentRenameDetailsvalue associated with this instance ifisPaperContentRenameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRenameDetails()isfalse.
-
isPaperContentRestoreDetails
public boolean isPaperContentRestoreDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS,falseotherwise.
-
paperContentRestoreDetails
public static EventDetails paperContentRestoreDetails(PaperContentRestoreDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperContentRestoreDetailsValue
public PaperContentRestoreDetails getPaperContentRestoreDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.- Returns:
- The
PaperContentRestoreDetailsvalue associated with this instance ifisPaperContentRestoreDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperContentRestoreDetails()isfalse.
-
isPaperDocAddCommentDetails
public boolean isPaperDocAddCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS,falseotherwise.
-
paperDocAddCommentDetails
public static EventDetails paperDocAddCommentDetails(PaperDocAddCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocAddCommentDetailsValue
public PaperDocAddCommentDetails getPaperDocAddCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.- Returns:
- The
PaperDocAddCommentDetailsvalue associated with this instance ifisPaperDocAddCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocAddCommentDetails()isfalse.
-
isPaperDocChangeMemberRoleDetails
public boolean isPaperDocChangeMemberRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.
-
paperDocChangeMemberRoleDetails
public static EventDetails paperDocChangeMemberRoleDetails(PaperDocChangeMemberRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeMemberRoleDetailsValue
public PaperDocChangeMemberRoleDetails getPaperDocChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The
PaperDocChangeMemberRoleDetailsvalue associated with this instance ifisPaperDocChangeMemberRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeMemberRoleDetails()isfalse.
-
isPaperDocChangeSharingPolicyDetails
public boolean isPaperDocChangeSharingPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS,falseotherwise.
-
paperDocChangeSharingPolicyDetails
public static EventDetails paperDocChangeSharingPolicyDetails(PaperDocChangeSharingPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeSharingPolicyDetailsValue
public PaperDocChangeSharingPolicyDetails getPaperDocChangeSharingPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.- Returns:
- The
PaperDocChangeSharingPolicyDetailsvalue associated with this instance ifisPaperDocChangeSharingPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeSharingPolicyDetails()isfalse.
-
isPaperDocChangeSubscriptionDetails
public boolean isPaperDocChangeSubscriptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.
-
paperDocChangeSubscriptionDetails
public static EventDetails paperDocChangeSubscriptionDetails(PaperDocChangeSubscriptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocChangeSubscriptionDetailsValue
public PaperDocChangeSubscriptionDetails getPaperDocChangeSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.- Returns:
- The
PaperDocChangeSubscriptionDetailsvalue associated with this instance ifisPaperDocChangeSubscriptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocChangeSubscriptionDetails()isfalse.
-
isPaperDocDeletedDetails
public boolean isPaperDocDeletedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DELETED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_DELETED_DETAILS,falseotherwise.
-
paperDocDeletedDetails
public static EventDetails paperDocDeletedDetails(PaperDocDeletedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDeletedDetailsValue
public PaperDocDeletedDetails getPaperDocDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETED_DETAILS.- Returns:
- The
PaperDocDeletedDetailsvalue associated with this instance ifisPaperDocDeletedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDeletedDetails()isfalse.
-
isPaperDocDeleteCommentDetails
public boolean isPaperDocDeleteCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS,falseotherwise.
-
paperDocDeleteCommentDetails
public static EventDetails paperDocDeleteCommentDetails(PaperDocDeleteCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDeleteCommentDetailsValue
public PaperDocDeleteCommentDetails getPaperDocDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.- Returns:
- The
PaperDocDeleteCommentDetailsvalue associated with this instance ifisPaperDocDeleteCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDeleteCommentDetails()isfalse.
-
isPaperDocDownloadDetails
public boolean isPaperDocDownloadDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS,falseotherwise.
-
paperDocDownloadDetails
public static EventDetails paperDocDownloadDetails(PaperDocDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocDownloadDetailsValue
public PaperDocDownloadDetails getPaperDocDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.- Returns:
- The
PaperDocDownloadDetailsvalue associated with this instance ifisPaperDocDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocDownloadDetails()isfalse.
-
isPaperDocEditDetails
public boolean isPaperDocEditDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_EDIT_DETAILS,falseotherwise.
-
paperDocEditDetails
public static EventDetails paperDocEditDetails(PaperDocEditDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocEditDetailsValue
public PaperDocEditDetails getPaperDocEditDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_DETAILS.- Returns:
- The
PaperDocEditDetailsvalue associated with this instance ifisPaperDocEditDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocEditDetails()isfalse.
-
isPaperDocEditCommentDetails
public boolean isPaperDocEditCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS,falseotherwise.
-
paperDocEditCommentDetails
public static EventDetails paperDocEditCommentDetails(PaperDocEditCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocEditCommentDetailsValue
public PaperDocEditCommentDetails getPaperDocEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.- Returns:
- The
PaperDocEditCommentDetailsvalue associated with this instance ifisPaperDocEditCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocEditCommentDetails()isfalse.
-
isPaperDocFollowedDetails
public boolean isPaperDocFollowedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS,falseotherwise.
-
paperDocFollowedDetails
public static EventDetails paperDocFollowedDetails(PaperDocFollowedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocFollowedDetailsValue
public PaperDocFollowedDetails getPaperDocFollowedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.- Returns:
- The
PaperDocFollowedDetailsvalue associated with this instance ifisPaperDocFollowedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocFollowedDetails()isfalse.
-
isPaperDocMentionDetails
public boolean isPaperDocMentionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_MENTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_MENTION_DETAILS,falseotherwise.
-
paperDocMentionDetails
public static EventDetails paperDocMentionDetails(PaperDocMentionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocMentionDetailsValue
public PaperDocMentionDetails getPaperDocMentionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_MENTION_DETAILS.- Returns:
- The
PaperDocMentionDetailsvalue associated with this instance ifisPaperDocMentionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocMentionDetails()isfalse.
-
isPaperDocOwnershipChangedDetails
public boolean isPaperDocOwnershipChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS,falseotherwise.
-
paperDocOwnershipChangedDetails
public static EventDetails paperDocOwnershipChangedDetails(PaperDocOwnershipChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocOwnershipChangedDetailsValue
public PaperDocOwnershipChangedDetails getPaperDocOwnershipChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS.- Returns:
- The
PaperDocOwnershipChangedDetailsvalue associated with this instance ifisPaperDocOwnershipChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocOwnershipChangedDetails()isfalse.
-
isPaperDocRequestAccessDetails
public boolean isPaperDocRequestAccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS,falseotherwise.
-
paperDocRequestAccessDetails
public static EventDetails paperDocRequestAccessDetails(PaperDocRequestAccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocRequestAccessDetailsValue
public PaperDocRequestAccessDetails getPaperDocRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.- Returns:
- The
PaperDocRequestAccessDetailsvalue associated with this instance ifisPaperDocRequestAccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocRequestAccessDetails()isfalse.
-
isPaperDocResolveCommentDetails
public boolean isPaperDocResolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS,falseotherwise.
-
paperDocResolveCommentDetails
public static EventDetails paperDocResolveCommentDetails(PaperDocResolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocResolveCommentDetailsValue
public PaperDocResolveCommentDetails getPaperDocResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.- Returns:
- The
PaperDocResolveCommentDetailsvalue associated with this instance ifisPaperDocResolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocResolveCommentDetails()isfalse.
-
isPaperDocRevertDetails
public boolean isPaperDocRevertDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_REVERT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_REVERT_DETAILS,falseotherwise.
-
paperDocRevertDetails
public static EventDetails paperDocRevertDetails(PaperDocRevertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocRevertDetailsValue
public PaperDocRevertDetails getPaperDocRevertDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_REVERT_DETAILS.- Returns:
- The
PaperDocRevertDetailsvalue associated with this instance ifisPaperDocRevertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocRevertDetails()isfalse.
-
isPaperDocSlackShareDetails
public boolean isPaperDocSlackShareDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS,falseotherwise.
-
paperDocSlackShareDetails
public static EventDetails paperDocSlackShareDetails(PaperDocSlackShareDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocSlackShareDetailsValue
public PaperDocSlackShareDetails getPaperDocSlackShareDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.- Returns:
- The
PaperDocSlackShareDetailsvalue associated with this instance ifisPaperDocSlackShareDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocSlackShareDetails()isfalse.
-
isPaperDocTeamInviteDetails
public boolean isPaperDocTeamInviteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS,falseotherwise.
-
paperDocTeamInviteDetails
public static EventDetails paperDocTeamInviteDetails(PaperDocTeamInviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocTeamInviteDetailsValue
public PaperDocTeamInviteDetails getPaperDocTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.- Returns:
- The
PaperDocTeamInviteDetailsvalue associated with this instance ifisPaperDocTeamInviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocTeamInviteDetails()isfalse.
-
isPaperDocTrashedDetails
public boolean isPaperDocTrashedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS,falseotherwise.
-
paperDocTrashedDetails
public static EventDetails paperDocTrashedDetails(PaperDocTrashedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocTrashedDetailsValue
public PaperDocTrashedDetails getPaperDocTrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.- Returns:
- The
PaperDocTrashedDetailsvalue associated with this instance ifisPaperDocTrashedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocTrashedDetails()isfalse.
-
isPaperDocUnresolveCommentDetails
public boolean isPaperDocUnresolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS,falseotherwise.
-
paperDocUnresolveCommentDetails
public static EventDetails paperDocUnresolveCommentDetails(PaperDocUnresolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocUnresolveCommentDetailsValue
public PaperDocUnresolveCommentDetails getPaperDocUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The
PaperDocUnresolveCommentDetailsvalue associated with this instance ifisPaperDocUnresolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocUnresolveCommentDetails()isfalse.
-
isPaperDocUntrashedDetails
public boolean isPaperDocUntrashedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS,falseotherwise.
-
paperDocUntrashedDetails
public static EventDetails paperDocUntrashedDetails(PaperDocUntrashedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocUntrashedDetailsValue
public PaperDocUntrashedDetails getPaperDocUntrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.- Returns:
- The
PaperDocUntrashedDetailsvalue associated with this instance ifisPaperDocUntrashedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocUntrashedDetails()isfalse.
-
isPaperDocViewDetails
public boolean isPaperDocViewDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DOC_VIEW_DETAILS,falseotherwise.
-
paperDocViewDetails
public static EventDetails paperDocViewDetails(PaperDocViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDocViewDetailsValue
public PaperDocViewDetails getPaperDocViewDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_VIEW_DETAILS.- Returns:
- The
PaperDocViewDetailsvalue associated with this instance ifisPaperDocViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDocViewDetails()isfalse.
-
isPaperExternalViewAllowDetails
public boolean isPaperExternalViewAllowDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS,falseotherwise.
-
paperExternalViewAllowDetails
public static EventDetails paperExternalViewAllowDetails(PaperExternalViewAllowDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewAllowDetailsValue
public PaperExternalViewAllowDetails getPaperExternalViewAllowDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.- Returns:
- The
PaperExternalViewAllowDetailsvalue associated with this instance ifisPaperExternalViewAllowDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewAllowDetails()isfalse.
-
isPaperExternalViewDefaultTeamDetails
public boolean isPaperExternalViewDefaultTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS,falseotherwise.
-
paperExternalViewDefaultTeamDetails
public static EventDetails paperExternalViewDefaultTeamDetails(PaperExternalViewDefaultTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewDefaultTeamDetailsValue
public PaperExternalViewDefaultTeamDetails getPaperExternalViewDefaultTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.- Returns:
- The
PaperExternalViewDefaultTeamDetailsvalue associated with this instance ifisPaperExternalViewDefaultTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewDefaultTeamDetails()isfalse.
-
isPaperExternalViewForbidDetails
public boolean isPaperExternalViewForbidDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS,falseotherwise.
-
paperExternalViewForbidDetails
public static EventDetails paperExternalViewForbidDetails(PaperExternalViewForbidDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperExternalViewForbidDetailsValue
public PaperExternalViewForbidDetails getPaperExternalViewForbidDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.- Returns:
- The
PaperExternalViewForbidDetailsvalue associated with this instance ifisPaperExternalViewForbidDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperExternalViewForbidDetails()isfalse.
-
isPaperFolderChangeSubscriptionDetails
public boolean isPaperFolderChangeSubscriptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS,falseotherwise.
-
paperFolderChangeSubscriptionDetails
public static EventDetails paperFolderChangeSubscriptionDetails(PaperFolderChangeSubscriptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderChangeSubscriptionDetailsValue
public PaperFolderChangeSubscriptionDetails getPaperFolderChangeSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.- Returns:
- The
PaperFolderChangeSubscriptionDetailsvalue associated with this instance ifisPaperFolderChangeSubscriptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderChangeSubscriptionDetails()isfalse.
-
isPaperFolderDeletedDetails
public boolean isPaperFolderDeletedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS,falseotherwise.
-
paperFolderDeletedDetails
public static EventDetails paperFolderDeletedDetails(PaperFolderDeletedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderDeletedDetailsValue
public PaperFolderDeletedDetails getPaperFolderDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.- Returns:
- The
PaperFolderDeletedDetailsvalue associated with this instance ifisPaperFolderDeletedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderDeletedDetails()isfalse.
-
isPaperFolderFollowedDetails
public boolean isPaperFolderFollowedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS,falseotherwise.
-
paperFolderFollowedDetails
public static EventDetails paperFolderFollowedDetails(PaperFolderFollowedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderFollowedDetailsValue
public PaperFolderFollowedDetails getPaperFolderFollowedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.- Returns:
- The
PaperFolderFollowedDetailsvalue associated with this instance ifisPaperFolderFollowedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderFollowedDetails()isfalse.
-
isPaperFolderTeamInviteDetails
public boolean isPaperFolderTeamInviteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS,falseotherwise.
-
paperFolderTeamInviteDetails
public static EventDetails paperFolderTeamInviteDetails(PaperFolderTeamInviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperFolderTeamInviteDetailsValue
public PaperFolderTeamInviteDetails getPaperFolderTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.- Returns:
- The
PaperFolderTeamInviteDetailsvalue associated with this instance ifisPaperFolderTeamInviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperFolderTeamInviteDetails()isfalse.
-
isPaperPublishedLinkChangePermissionDetails
public boolean isPaperPublishedLinkChangePermissionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS,falseotherwise.
-
paperPublishedLinkChangePermissionDetails
public static EventDetails paperPublishedLinkChangePermissionDetails(PaperPublishedLinkChangePermissionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkChangePermissionDetailsValue
public PaperPublishedLinkChangePermissionDetails getPaperPublishedLinkChangePermissionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS.- Returns:
- The
PaperPublishedLinkChangePermissionDetailsvalue associated with this instance ifisPaperPublishedLinkChangePermissionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkChangePermissionDetails()isfalse.
-
isPaperPublishedLinkCreateDetails
public boolean isPaperPublishedLinkCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS,falseotherwise.
-
paperPublishedLinkCreateDetails
public static EventDetails paperPublishedLinkCreateDetails(PaperPublishedLinkCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkCreateDetailsValue
public PaperPublishedLinkCreateDetails getPaperPublishedLinkCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS.- Returns:
- The
PaperPublishedLinkCreateDetailsvalue associated with this instance ifisPaperPublishedLinkCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkCreateDetails()isfalse.
-
isPaperPublishedLinkDisabledDetails
public boolean isPaperPublishedLinkDisabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS,falseotherwise.
-
paperPublishedLinkDisabledDetails
public static EventDetails paperPublishedLinkDisabledDetails(PaperPublishedLinkDisabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkDisabledDetailsValue
public PaperPublishedLinkDisabledDetails getPaperPublishedLinkDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS.- Returns:
- The
PaperPublishedLinkDisabledDetailsvalue associated with this instance ifisPaperPublishedLinkDisabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkDisabledDetails()isfalse.
-
isPaperPublishedLinkViewDetails
public boolean isPaperPublishedLinkViewDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS,falseotherwise.
-
paperPublishedLinkViewDetails
public static EventDetails paperPublishedLinkViewDetails(PaperPublishedLinkViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperPublishedLinkViewDetailsValue
public PaperPublishedLinkViewDetails getPaperPublishedLinkViewDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS.- Returns:
- The
PaperPublishedLinkViewDetailsvalue associated with this instance ifisPaperPublishedLinkViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperPublishedLinkViewDetails()isfalse.
-
isPasswordChangeDetails
public boolean isPasswordChangeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_CHANGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PASSWORD_CHANGE_DETAILS,falseotherwise.
-
passwordChangeDetails
public static EventDetails passwordChangeDetails(PasswordChangeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordChangeDetailsValue
public PasswordChangeDetails getPasswordChangeDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_CHANGE_DETAILS.- Returns:
- The
PasswordChangeDetailsvalue associated with this instance ifisPasswordChangeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordChangeDetails()isfalse.
-
isPasswordResetDetails
public boolean isPasswordResetDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.PASSWORD_RESET_DETAILS,falseotherwise.
-
passwordResetDetails
public static EventDetails passwordResetDetails(PasswordResetDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordResetDetailsValue
public PasswordResetDetails getPasswordResetDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_DETAILS.- Returns:
- The
PasswordResetDetailsvalue associated with this instance ifisPasswordResetDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordResetDetails()isfalse.
-
isPasswordResetAllDetails
public boolean isPasswordResetAllDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS,falseotherwise.
-
passwordResetAllDetails
public static EventDetails passwordResetAllDetails(PasswordResetAllDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordResetAllDetailsValue
public PasswordResetAllDetails getPasswordResetAllDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.- Returns:
- The
PasswordResetAllDetailsvalue associated with this instance ifisPasswordResetAllDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordResetAllDetails()isfalse.
-
isClassificationCreateReportDetails
public boolean isClassificationCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS,falseotherwise.
-
classificationCreateReportDetails
public static EventDetails classificationCreateReportDetails(ClassificationCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationCreateReportDetailsValue
public ClassificationCreateReportDetails getClassificationCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_DETAILS.- Returns:
- The
ClassificationCreateReportDetailsvalue associated with this instance ifisClassificationCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationCreateReportDetails()isfalse.
-
isClassificationCreateReportFailDetails
public boolean isClassificationCreateReportFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS,falseotherwise.
-
classificationCreateReportFailDetails
public static EventDetails classificationCreateReportFailDetails(ClassificationCreateReportFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationCreateReportFailDetailsValue
public ClassificationCreateReportFailDetails getClassificationCreateReportFailDetailsValue()
This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CREATE_REPORT_FAIL_DETAILS.- Returns:
- The
ClassificationCreateReportFailDetailsvalue associated with this instance ifisClassificationCreateReportFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationCreateReportFailDetails()isfalse.
-
isEmmCreateExceptionsReportDetails
public boolean isEmmCreateExceptionsReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS,falseotherwise.
-
emmCreateExceptionsReportDetails
public static EventDetails emmCreateExceptionsReportDetails(EmmCreateExceptionsReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmCreateExceptionsReportDetailsValue
public EmmCreateExceptionsReportDetails getEmmCreateExceptionsReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.- Returns:
- The
EmmCreateExceptionsReportDetailsvalue associated with this instance ifisEmmCreateExceptionsReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmCreateExceptionsReportDetails()isfalse.
-
isEmmCreateUsageReportDetails
public boolean isEmmCreateUsageReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS,falseotherwise.
-
emmCreateUsageReportDetails
public static EventDetails emmCreateUsageReportDetails(EmmCreateUsageReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmCreateUsageReportDetailsValue
public EmmCreateUsageReportDetails getEmmCreateUsageReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.- Returns:
- The
EmmCreateUsageReportDetailsvalue associated with this instance ifisEmmCreateUsageReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmCreateUsageReportDetails()isfalse.
-
isExportMembersReportDetails
public boolean isExportMembersReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS,falseotherwise.
-
exportMembersReportDetails
public static EventDetails exportMembersReportDetails(ExportMembersReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExportMembersReportDetailsValue
public ExportMembersReportDetails getExportMembersReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS.- Returns:
- The
ExportMembersReportDetailsvalue associated with this instance ifisExportMembersReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExportMembersReportDetails()isfalse.
-
isExportMembersReportFailDetails
public boolean isExportMembersReportFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS,falseotherwise.
-
exportMembersReportFailDetails
public static EventDetails exportMembersReportFailDetails(ExportMembersReportFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExportMembersReportFailDetailsValue
public ExportMembersReportFailDetails getExportMembersReportFailDetailsValue()
This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS.- Returns:
- The
ExportMembersReportFailDetailsvalue associated with this instance ifisExportMembersReportFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExportMembersReportFailDetails()isfalse.
-
isExternalSharingCreateReportDetails
public boolean isExternalSharingCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS,falseotherwise.
-
externalSharingCreateReportDetails
public static EventDetails externalSharingCreateReportDetails(ExternalSharingCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalSharingCreateReportDetailsValue
public ExternalSharingCreateReportDetails getExternalSharingCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS.- Returns:
- The
ExternalSharingCreateReportDetailsvalue associated with this instance ifisExternalSharingCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalSharingCreateReportDetails()isfalse.
-
isExternalSharingReportFailedDetails
public boolean isExternalSharingReportFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS,falseotherwise.
-
externalSharingReportFailedDetails
public static EventDetails externalSharingReportFailedDetails(ExternalSharingReportFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalSharingReportFailedDetailsValue
public ExternalSharingReportFailedDetails getExternalSharingReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS.- Returns:
- The
ExternalSharingReportFailedDetailsvalue associated with this instance ifisExternalSharingReportFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalSharingReportFailedDetails()isfalse.
-
isNoExpirationLinkGenCreateReportDetails
public boolean isNoExpirationLinkGenCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.
-
noExpirationLinkGenCreateReportDetails
public static EventDetails noExpirationLinkGenCreateReportDetails(NoExpirationLinkGenCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoExpirationLinkGenCreateReportDetailsValue
public NoExpirationLinkGenCreateReportDetails getNoExpirationLinkGenCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS.- Returns:
- The
NoExpirationLinkGenCreateReportDetailsvalue associated with this instance ifisNoExpirationLinkGenCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoExpirationLinkGenCreateReportDetails()isfalse.
-
isNoExpirationLinkGenReportFailedDetails
public boolean isNoExpirationLinkGenReportFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.
-
noExpirationLinkGenReportFailedDetails
public static EventDetails noExpirationLinkGenReportFailedDetails(NoExpirationLinkGenReportFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoExpirationLinkGenReportFailedDetailsValue
public NoExpirationLinkGenReportFailedDetails getNoExpirationLinkGenReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS.- Returns:
- The
NoExpirationLinkGenReportFailedDetailsvalue associated with this instance ifisNoExpirationLinkGenReportFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoExpirationLinkGenReportFailedDetails()isfalse.
-
isNoPasswordLinkGenCreateReportDetails
public boolean isNoPasswordLinkGenCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS,falseotherwise.
-
noPasswordLinkGenCreateReportDetails
public static EventDetails noPasswordLinkGenCreateReportDetails(NoPasswordLinkGenCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkGenCreateReportDetailsValue
public NoPasswordLinkGenCreateReportDetails getNoPasswordLinkGenCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS.- Returns:
- The
NoPasswordLinkGenCreateReportDetailsvalue associated with this instance ifisNoPasswordLinkGenCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkGenCreateReportDetails()isfalse.
-
isNoPasswordLinkGenReportFailedDetails
public boolean isNoPasswordLinkGenReportFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS,falseotherwise.
-
noPasswordLinkGenReportFailedDetails
public static EventDetails noPasswordLinkGenReportFailedDetails(NoPasswordLinkGenReportFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkGenReportFailedDetailsValue
public NoPasswordLinkGenReportFailedDetails getNoPasswordLinkGenReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS.- Returns:
- The
NoPasswordLinkGenReportFailedDetailsvalue associated with this instance ifisNoPasswordLinkGenReportFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkGenReportFailedDetails()isfalse.
-
isNoPasswordLinkViewCreateReportDetails
public boolean isNoPasswordLinkViewCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.
-
noPasswordLinkViewCreateReportDetails
public static EventDetails noPasswordLinkViewCreateReportDetails(NoPasswordLinkViewCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkViewCreateReportDetailsValue
public NoPasswordLinkViewCreateReportDetails getNoPasswordLinkViewCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS.- Returns:
- The
NoPasswordLinkViewCreateReportDetailsvalue associated with this instance ifisNoPasswordLinkViewCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkViewCreateReportDetails()isfalse.
-
isNoPasswordLinkViewReportFailedDetails
public boolean isNoPasswordLinkViewReportFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.
-
noPasswordLinkViewReportFailedDetails
public static EventDetails noPasswordLinkViewReportFailedDetails(NoPasswordLinkViewReportFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoPasswordLinkViewReportFailedDetailsValue
public NoPasswordLinkViewReportFailedDetails getNoPasswordLinkViewReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS.- Returns:
- The
NoPasswordLinkViewReportFailedDetailsvalue associated with this instance ifisNoPasswordLinkViewReportFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoPasswordLinkViewReportFailedDetails()isfalse.
-
isOutdatedLinkViewCreateReportDetails
public boolean isOutdatedLinkViewCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS,falseotherwise.
-
outdatedLinkViewCreateReportDetails
public static EventDetails outdatedLinkViewCreateReportDetails(OutdatedLinkViewCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOutdatedLinkViewCreateReportDetailsValue
public OutdatedLinkViewCreateReportDetails getOutdatedLinkViewCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS.- Returns:
- The
OutdatedLinkViewCreateReportDetailsvalue associated with this instance ifisOutdatedLinkViewCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisOutdatedLinkViewCreateReportDetails()isfalse.
-
isOutdatedLinkViewReportFailedDetails
public boolean isOutdatedLinkViewReportFailedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS,falseotherwise.
-
outdatedLinkViewReportFailedDetails
public static EventDetails outdatedLinkViewReportFailedDetails(OutdatedLinkViewReportFailedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOutdatedLinkViewReportFailedDetailsValue
public OutdatedLinkViewReportFailedDetails getOutdatedLinkViewReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS.- Returns:
- The
OutdatedLinkViewReportFailedDetailsvalue associated with this instance ifisOutdatedLinkViewReportFailedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisOutdatedLinkViewReportFailedDetails()isfalse.
-
isPaperAdminExportStartDetails
public boolean isPaperAdminExportStartDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS,falseotherwise.
-
paperAdminExportStartDetails
public static EventDetails paperAdminExportStartDetails(PaperAdminExportStartDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperAdminExportStartDetailsValue
public PaperAdminExportStartDetails getPaperAdminExportStartDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.- Returns:
- The
PaperAdminExportStartDetailsvalue associated with this instance ifisPaperAdminExportStartDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperAdminExportStartDetails()isfalse.
-
isSmartSyncCreateAdminPrivilegeReportDetails
public boolean isSmartSyncCreateAdminPrivilegeReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS,falseotherwise.
-
smartSyncCreateAdminPrivilegeReportDetails
public static EventDetails smartSyncCreateAdminPrivilegeReportDetails(SmartSyncCreateAdminPrivilegeReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncCreateAdminPrivilegeReportDetailsValue
public SmartSyncCreateAdminPrivilegeReportDetails getSmartSyncCreateAdminPrivilegeReportDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.- Returns:
- The
SmartSyncCreateAdminPrivilegeReportDetailsvalue associated with this instance ifisSmartSyncCreateAdminPrivilegeReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncCreateAdminPrivilegeReportDetails()isfalse.
-
isTeamActivityCreateReportDetails
public boolean isTeamActivityCreateReportDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS,falseotherwise.
-
teamActivityCreateReportDetails
public static EventDetails teamActivityCreateReportDetails(TeamActivityCreateReportDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamActivityCreateReportDetailsValue
public TeamActivityCreateReportDetails getTeamActivityCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.- Returns:
- The
TeamActivityCreateReportDetailsvalue associated with this instance ifisTeamActivityCreateReportDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamActivityCreateReportDetails()isfalse.
-
isTeamActivityCreateReportFailDetails
public boolean isTeamActivityCreateReportFailDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS,falseotherwise.
-
teamActivityCreateReportFailDetails
public static EventDetails teamActivityCreateReportFailDetails(TeamActivityCreateReportFailDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamActivityCreateReportFailDetailsValue
public TeamActivityCreateReportFailDetails getTeamActivityCreateReportFailDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS.- Returns:
- The
TeamActivityCreateReportFailDetailsvalue associated with this instance ifisTeamActivityCreateReportFailDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamActivityCreateReportFailDetails()isfalse.
-
isCollectionShareDetails
public boolean isCollectionShareDetails()
Returnstrueif this instance has the tagEventDetails.Tag.COLLECTION_SHARE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.COLLECTION_SHARE_DETAILS,falseotherwise.
-
collectionShareDetails
public static EventDetails collectionShareDetails(CollectionShareDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCollectionShareDetailsValue
public CollectionShareDetails getCollectionShareDetailsValue()
This instance must be tagged asEventDetails.Tag.COLLECTION_SHARE_DETAILS.- Returns:
- The
CollectionShareDetailsvalue associated with this instance ifisCollectionShareDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisCollectionShareDetails()isfalse.
-
isFileTransfersFileAddDetails
public boolean isFileTransfersFileAddDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS,falseotherwise.
-
fileTransfersFileAddDetails
public static EventDetails fileTransfersFileAddDetails(FileTransfersFileAddDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersFileAddDetailsValue
public FileTransfersFileAddDetails getFileTransfersFileAddDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS.- Returns:
- The
FileTransfersFileAddDetailsvalue associated with this instance ifisFileTransfersFileAddDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersFileAddDetails()isfalse.
-
isFileTransfersTransferDeleteDetails
public boolean isFileTransfersTransferDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS,falseotherwise.
-
fileTransfersTransferDeleteDetails
public static EventDetails fileTransfersTransferDeleteDetails(FileTransfersTransferDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferDeleteDetailsValue
public FileTransfersTransferDeleteDetails getFileTransfersTransferDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS.- Returns:
- The
FileTransfersTransferDeleteDetailsvalue associated with this instance ifisFileTransfersTransferDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferDeleteDetails()isfalse.
-
isFileTransfersTransferDownloadDetails
public boolean isFileTransfersTransferDownloadDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS,falseotherwise.
-
fileTransfersTransferDownloadDetails
public static EventDetails fileTransfersTransferDownloadDetails(FileTransfersTransferDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferDownloadDetailsValue
public FileTransfersTransferDownloadDetails getFileTransfersTransferDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS.- Returns:
- The
FileTransfersTransferDownloadDetailsvalue associated with this instance ifisFileTransfersTransferDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferDownloadDetails()isfalse.
-
isFileTransfersTransferSendDetails
public boolean isFileTransfersTransferSendDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS,falseotherwise.
-
fileTransfersTransferSendDetails
public static EventDetails fileTransfersTransferSendDetails(FileTransfersTransferSendDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferSendDetailsValue
public FileTransfersTransferSendDetails getFileTransfersTransferSendDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS.- Returns:
- The
FileTransfersTransferSendDetailsvalue associated with this instance ifisFileTransfersTransferSendDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferSendDetails()isfalse.
-
isFileTransfersTransferViewDetails
public boolean isFileTransfersTransferViewDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS,falseotherwise.
-
fileTransfersTransferViewDetails
public static EventDetails fileTransfersTransferViewDetails(FileTransfersTransferViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersTransferViewDetailsValue
public FileTransfersTransferViewDetails getFileTransfersTransferViewDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS.- Returns:
- The
FileTransfersTransferViewDetailsvalue associated with this instance ifisFileTransfersTransferViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersTransferViewDetails()isfalse.
-
isNoteAclInviteOnlyDetails
public boolean isNoteAclInviteOnlyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS,falseotherwise.
-
noteAclInviteOnlyDetails
public static EventDetails noteAclInviteOnlyDetails(NoteAclInviteOnlyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclInviteOnlyDetailsValue
public NoteAclInviteOnlyDetails getNoteAclInviteOnlyDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.- Returns:
- The
NoteAclInviteOnlyDetailsvalue associated with this instance ifisNoteAclInviteOnlyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclInviteOnlyDetails()isfalse.
-
isNoteAclLinkDetails
public boolean isNoteAclLinkDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.NOTE_ACL_LINK_DETAILS,falseotherwise.
-
noteAclLinkDetails
public static EventDetails noteAclLinkDetails(NoteAclLinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclLinkDetailsValue
public NoteAclLinkDetails getNoteAclLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_LINK_DETAILS.- Returns:
- The
NoteAclLinkDetailsvalue associated with this instance ifisNoteAclLinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclLinkDetails()isfalse.
-
isNoteAclTeamLinkDetails
public boolean isNoteAclTeamLinkDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS,falseotherwise.
-
noteAclTeamLinkDetails
public static EventDetails noteAclTeamLinkDetails(NoteAclTeamLinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteAclTeamLinkDetailsValue
public NoteAclTeamLinkDetails getNoteAclTeamLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.- Returns:
- The
NoteAclTeamLinkDetailsvalue associated with this instance ifisNoteAclTeamLinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteAclTeamLinkDetails()isfalse.
-
isNoteSharedDetails
public boolean isNoteSharedDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.NOTE_SHARED_DETAILS,falseotherwise.
-
noteSharedDetails
public static EventDetails noteSharedDetails(NoteSharedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteSharedDetailsValue
public NoteSharedDetails getNoteSharedDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_SHARED_DETAILS.- Returns:
- The
NoteSharedDetailsvalue associated with this instance ifisNoteSharedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteSharedDetails()isfalse.
-
isNoteShareReceiveDetails
public boolean isNoteShareReceiveDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS,falseotherwise.
-
noteShareReceiveDetails
public static EventDetails noteShareReceiveDetails(NoteShareReceiveDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNoteShareReceiveDetailsValue
public NoteShareReceiveDetails getNoteShareReceiveDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.- Returns:
- The
NoteShareReceiveDetailsvalue associated with this instance ifisNoteShareReceiveDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNoteShareReceiveDetails()isfalse.
-
isOpenNoteSharedDetails
public boolean isOpenNoteSharedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS,falseotherwise.
-
openNoteSharedDetails
public static EventDetails openNoteSharedDetails(OpenNoteSharedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getOpenNoteSharedDetailsValue
public OpenNoteSharedDetails getOpenNoteSharedDetailsValue()
This instance must be tagged asEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.- Returns:
- The
OpenNoteSharedDetailsvalue associated with this instance ifisOpenNoteSharedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisOpenNoteSharedDetails()isfalse.
-
isSfAddGroupDetails
public boolean isSfAddGroupDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_ADD_GROUP_DETAILS,falseotherwise.
-
sfAddGroupDetails
public static EventDetails sfAddGroupDetails(SfAddGroupDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfAddGroupDetailsValue
public SfAddGroupDetails getSfAddGroupDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_ADD_GROUP_DETAILS.- Returns:
- The
SfAddGroupDetailsvalue associated with this instance ifisSfAddGroupDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfAddGroupDetails()isfalse.
-
isSfAllowNonMembersToViewSharedLinksDetails
public boolean isSfAllowNonMembersToViewSharedLinksDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS,falseotherwise.
-
sfAllowNonMembersToViewSharedLinksDetails
public static EventDetails sfAllowNonMembersToViewSharedLinksDetails(SfAllowNonMembersToViewSharedLinksDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfAllowNonMembersToViewSharedLinksDetailsValue
public SfAllowNonMembersToViewSharedLinksDetails getSfAllowNonMembersToViewSharedLinksDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.- Returns:
- The
SfAllowNonMembersToViewSharedLinksDetailsvalue associated with this instance ifisSfAllowNonMembersToViewSharedLinksDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfAllowNonMembersToViewSharedLinksDetails()isfalse.
-
isSfExternalInviteWarnDetails
public boolean isSfExternalInviteWarnDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS,falseotherwise.
-
sfExternalInviteWarnDetails
public static EventDetails sfExternalInviteWarnDetails(SfExternalInviteWarnDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfExternalInviteWarnDetailsValue
public SfExternalInviteWarnDetails getSfExternalInviteWarnDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.- Returns:
- The
SfExternalInviteWarnDetailsvalue associated with this instance ifisSfExternalInviteWarnDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfExternalInviteWarnDetails()isfalse.
-
isSfFbInviteDetails
public boolean isSfFbInviteDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_FB_INVITE_DETAILS,falseotherwise.
-
sfFbInviteDetails
public static EventDetails sfFbInviteDetails(SfFbInviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbInviteDetailsValue
public SfFbInviteDetails getSfFbInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_DETAILS.- Returns:
- The
SfFbInviteDetailsvalue associated with this instance ifisSfFbInviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbInviteDetails()isfalse.
-
isSfFbInviteChangeRoleDetails
public boolean isSfFbInviteChangeRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.
-
sfFbInviteChangeRoleDetails
public static EventDetails sfFbInviteChangeRoleDetails(SfFbInviteChangeRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbInviteChangeRoleDetailsValue
public SfFbInviteChangeRoleDetails getSfFbInviteChangeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS.- Returns:
- The
SfFbInviteChangeRoleDetailsvalue associated with this instance ifisSfFbInviteChangeRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbInviteChangeRoleDetails()isfalse.
-
isSfFbUninviteDetails
public boolean isSfFbUninviteDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_FB_UNINVITE_DETAILS,falseotherwise.
-
sfFbUninviteDetails
public static EventDetails sfFbUninviteDetails(SfFbUninviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfFbUninviteDetailsValue
public SfFbUninviteDetails getSfFbUninviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_UNINVITE_DETAILS.- Returns:
- The
SfFbUninviteDetailsvalue associated with this instance ifisSfFbUninviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfFbUninviteDetails()isfalse.
-
isSfInviteGroupDetails
public boolean isSfInviteGroupDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_INVITE_GROUP_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_INVITE_GROUP_DETAILS,falseotherwise.
-
sfInviteGroupDetails
public static EventDetails sfInviteGroupDetails(SfInviteGroupDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfInviteGroupDetailsValue
public SfInviteGroupDetails getSfInviteGroupDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_INVITE_GROUP_DETAILS.- Returns:
- The
SfInviteGroupDetailsvalue associated with this instance ifisSfInviteGroupDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfInviteGroupDetails()isfalse.
-
isSfTeamGrantAccessDetails
public boolean isSfTeamGrantAccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS,falseotherwise.
-
sfTeamGrantAccessDetails
public static EventDetails sfTeamGrantAccessDetails(SfTeamGrantAccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamGrantAccessDetailsValue
public SfTeamGrantAccessDetails getSfTeamGrantAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.- Returns:
- The
SfTeamGrantAccessDetailsvalue associated with this instance ifisSfTeamGrantAccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamGrantAccessDetails()isfalse.
-
isSfTeamInviteDetails
public boolean isSfTeamInviteDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_INVITE_DETAILS,falseotherwise.
-
sfTeamInviteDetails
public static EventDetails sfTeamInviteDetails(SfTeamInviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamInviteDetailsValue
public SfTeamInviteDetails getSfTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_DETAILS.- Returns:
- The
SfTeamInviteDetailsvalue associated with this instance ifisSfTeamInviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamInviteDetails()isfalse.
-
isSfTeamInviteChangeRoleDetails
public boolean isSfTeamInviteChangeRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS,falseotherwise.
-
sfTeamInviteChangeRoleDetails
public static EventDetails sfTeamInviteChangeRoleDetails(SfTeamInviteChangeRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamInviteChangeRoleDetailsValue
public SfTeamInviteChangeRoleDetails getSfTeamInviteChangeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.- Returns:
- The
SfTeamInviteChangeRoleDetailsvalue associated with this instance ifisSfTeamInviteChangeRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamInviteChangeRoleDetails()isfalse.
-
isSfTeamJoinDetails
public boolean isSfTeamJoinDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_JOIN_DETAILS,falseotherwise.
-
sfTeamJoinDetails
public static EventDetails sfTeamJoinDetails(SfTeamJoinDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamJoinDetailsValue
public SfTeamJoinDetails getSfTeamJoinDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_DETAILS.- Returns:
- The
SfTeamJoinDetailsvalue associated with this instance ifisSfTeamJoinDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamJoinDetails()isfalse.
-
isSfTeamJoinFromOobLinkDetails
public boolean isSfTeamJoinFromOobLinkDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS,falseotherwise.
-
sfTeamJoinFromOobLinkDetails
public static EventDetails sfTeamJoinFromOobLinkDetails(SfTeamJoinFromOobLinkDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamJoinFromOobLinkDetailsValue
public SfTeamJoinFromOobLinkDetails getSfTeamJoinFromOobLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.- Returns:
- The
SfTeamJoinFromOobLinkDetailsvalue associated with this instance ifisSfTeamJoinFromOobLinkDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamJoinFromOobLinkDetails()isfalse.
-
isSfTeamUninviteDetails
public boolean isSfTeamUninviteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS,falseotherwise.
-
sfTeamUninviteDetails
public static EventDetails sfTeamUninviteDetails(SfTeamUninviteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSfTeamUninviteDetailsValue
public SfTeamUninviteDetails getSfTeamUninviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.- Returns:
- The
SfTeamUninviteDetailsvalue associated with this instance ifisSfTeamUninviteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSfTeamUninviteDetails()isfalse.
-
isSharedContentAddInviteesDetails
public boolean isSharedContentAddInviteesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS,falseotherwise.
-
sharedContentAddInviteesDetails
public static EventDetails sharedContentAddInviteesDetails(SharedContentAddInviteesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddInviteesDetailsValue
public SharedContentAddInviteesDetails getSharedContentAddInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.- Returns:
- The
SharedContentAddInviteesDetailsvalue associated with this instance ifisSharedContentAddInviteesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddInviteesDetails()isfalse.
-
isSharedContentAddLinkExpiryDetails
public boolean isSharedContentAddLinkExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS,falseotherwise.
-
sharedContentAddLinkExpiryDetails
public static EventDetails sharedContentAddLinkExpiryDetails(SharedContentAddLinkExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddLinkExpiryDetailsValue
public SharedContentAddLinkExpiryDetails getSharedContentAddLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.- Returns:
- The
SharedContentAddLinkExpiryDetailsvalue associated with this instance ifisSharedContentAddLinkExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddLinkExpiryDetails()isfalse.
-
isSharedContentAddLinkPasswordDetails
public boolean isSharedContentAddLinkPasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS,falseotherwise.
-
sharedContentAddLinkPasswordDetails
public static EventDetails sharedContentAddLinkPasswordDetails(SharedContentAddLinkPasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddLinkPasswordDetailsValue
public SharedContentAddLinkPasswordDetails getSharedContentAddLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.- Returns:
- The
SharedContentAddLinkPasswordDetailsvalue associated with this instance ifisSharedContentAddLinkPasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddLinkPasswordDetails()isfalse.
-
isSharedContentAddMemberDetails
public boolean isSharedContentAddMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS,falseotherwise.
-
sharedContentAddMemberDetails
public static EventDetails sharedContentAddMemberDetails(SharedContentAddMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentAddMemberDetailsValue
public SharedContentAddMemberDetails getSharedContentAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.- Returns:
- The
SharedContentAddMemberDetailsvalue associated with this instance ifisSharedContentAddMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentAddMemberDetails()isfalse.
-
isSharedContentChangeDownloadsPolicyDetails
public boolean isSharedContentChangeDownloadsPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS,falseotherwise.
-
sharedContentChangeDownloadsPolicyDetails
public static EventDetails sharedContentChangeDownloadsPolicyDetails(SharedContentChangeDownloadsPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeDownloadsPolicyDetailsValue
public SharedContentChangeDownloadsPolicyDetails getSharedContentChangeDownloadsPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.- Returns:
- The
SharedContentChangeDownloadsPolicyDetailsvalue associated with this instance ifisSharedContentChangeDownloadsPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeDownloadsPolicyDetails()isfalse.
-
isSharedContentChangeInviteeRoleDetails
public boolean isSharedContentChangeInviteeRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS,falseotherwise.
-
sharedContentChangeInviteeRoleDetails
public static EventDetails sharedContentChangeInviteeRoleDetails(SharedContentChangeInviteeRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeInviteeRoleDetailsValue
public SharedContentChangeInviteeRoleDetails getSharedContentChangeInviteeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.- Returns:
- The
SharedContentChangeInviteeRoleDetailsvalue associated with this instance ifisSharedContentChangeInviteeRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeInviteeRoleDetails()isfalse.
-
isSharedContentChangeLinkAudienceDetails
public boolean isSharedContentChangeLinkAudienceDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS,falseotherwise.
-
sharedContentChangeLinkAudienceDetails
public static EventDetails sharedContentChangeLinkAudienceDetails(SharedContentChangeLinkAudienceDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkAudienceDetailsValue
public SharedContentChangeLinkAudienceDetails getSharedContentChangeLinkAudienceDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.- Returns:
- The
SharedContentChangeLinkAudienceDetailsvalue associated with this instance ifisSharedContentChangeLinkAudienceDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkAudienceDetails()isfalse.
-
isSharedContentChangeLinkExpiryDetails
public boolean isSharedContentChangeLinkExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS,falseotherwise.
-
sharedContentChangeLinkExpiryDetails
public static EventDetails sharedContentChangeLinkExpiryDetails(SharedContentChangeLinkExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkExpiryDetailsValue
public SharedContentChangeLinkExpiryDetails getSharedContentChangeLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.- Returns:
- The
SharedContentChangeLinkExpiryDetailsvalue associated with this instance ifisSharedContentChangeLinkExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkExpiryDetails()isfalse.
-
isSharedContentChangeLinkPasswordDetails
public boolean isSharedContentChangeLinkPasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS,falseotherwise.
-
sharedContentChangeLinkPasswordDetails
public static EventDetails sharedContentChangeLinkPasswordDetails(SharedContentChangeLinkPasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeLinkPasswordDetailsValue
public SharedContentChangeLinkPasswordDetails getSharedContentChangeLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.- Returns:
- The
SharedContentChangeLinkPasswordDetailsvalue associated with this instance ifisSharedContentChangeLinkPasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeLinkPasswordDetails()isfalse.
-
isSharedContentChangeMemberRoleDetails
public boolean isSharedContentChangeMemberRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS,falseotherwise.
-
sharedContentChangeMemberRoleDetails
public static EventDetails sharedContentChangeMemberRoleDetails(SharedContentChangeMemberRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeMemberRoleDetailsValue
public SharedContentChangeMemberRoleDetails getSharedContentChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.- Returns:
- The
SharedContentChangeMemberRoleDetailsvalue associated with this instance ifisSharedContentChangeMemberRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeMemberRoleDetails()isfalse.
-
isSharedContentChangeViewerInfoPolicyDetails
public boolean isSharedContentChangeViewerInfoPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS,falseotherwise.
-
sharedContentChangeViewerInfoPolicyDetails
public static EventDetails sharedContentChangeViewerInfoPolicyDetails(SharedContentChangeViewerInfoPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentChangeViewerInfoPolicyDetailsValue
public SharedContentChangeViewerInfoPolicyDetails getSharedContentChangeViewerInfoPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.- Returns:
- The
SharedContentChangeViewerInfoPolicyDetailsvalue associated with this instance ifisSharedContentChangeViewerInfoPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentChangeViewerInfoPolicyDetails()isfalse.
-
isSharedContentClaimInvitationDetails
public boolean isSharedContentClaimInvitationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS,falseotherwise.
-
sharedContentClaimInvitationDetails
public static EventDetails sharedContentClaimInvitationDetails(SharedContentClaimInvitationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentClaimInvitationDetailsValue
public SharedContentClaimInvitationDetails getSharedContentClaimInvitationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.- Returns:
- The
SharedContentClaimInvitationDetailsvalue associated with this instance ifisSharedContentClaimInvitationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentClaimInvitationDetails()isfalse.
-
isSharedContentCopyDetails
public boolean isSharedContentCopyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS,falseotherwise.
-
sharedContentCopyDetails
public static EventDetails sharedContentCopyDetails(SharedContentCopyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentCopyDetailsValue
public SharedContentCopyDetails getSharedContentCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.- Returns:
- The
SharedContentCopyDetailsvalue associated with this instance ifisSharedContentCopyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentCopyDetails()isfalse.
-
isSharedContentDownloadDetails
public boolean isSharedContentDownloadDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS,falseotherwise.
-
sharedContentDownloadDetails
public static EventDetails sharedContentDownloadDetails(SharedContentDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentDownloadDetailsValue
public SharedContentDownloadDetails getSharedContentDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.- Returns:
- The
SharedContentDownloadDetailsvalue associated with this instance ifisSharedContentDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentDownloadDetails()isfalse.
-
isSharedContentRelinquishMembershipDetails
public boolean isSharedContentRelinquishMembershipDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS,falseotherwise.
-
sharedContentRelinquishMembershipDetails
public static EventDetails sharedContentRelinquishMembershipDetails(SharedContentRelinquishMembershipDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRelinquishMembershipDetailsValue
public SharedContentRelinquishMembershipDetails getSharedContentRelinquishMembershipDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.- Returns:
- The
SharedContentRelinquishMembershipDetailsvalue associated with this instance ifisSharedContentRelinquishMembershipDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRelinquishMembershipDetails()isfalse.
-
isSharedContentRemoveInviteesDetails
public boolean isSharedContentRemoveInviteesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS,falseotherwise.
-
sharedContentRemoveInviteesDetails
public static EventDetails sharedContentRemoveInviteesDetails(SharedContentRemoveInviteesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveInviteesDetailsValue
public SharedContentRemoveInviteesDetails getSharedContentRemoveInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS.- Returns:
- The
SharedContentRemoveInviteesDetailsvalue associated with this instance ifisSharedContentRemoveInviteesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveInviteesDetails()isfalse.
-
isSharedContentRemoveLinkExpiryDetails
public boolean isSharedContentRemoveLinkExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS,falseotherwise.
-
sharedContentRemoveLinkExpiryDetails
public static EventDetails sharedContentRemoveLinkExpiryDetails(SharedContentRemoveLinkExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveLinkExpiryDetailsValue
public SharedContentRemoveLinkExpiryDetails getSharedContentRemoveLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.- Returns:
- The
SharedContentRemoveLinkExpiryDetailsvalue associated with this instance ifisSharedContentRemoveLinkExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveLinkExpiryDetails()isfalse.
-
isSharedContentRemoveLinkPasswordDetails
public boolean isSharedContentRemoveLinkPasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS,falseotherwise.
-
sharedContentRemoveLinkPasswordDetails
public static EventDetails sharedContentRemoveLinkPasswordDetails(SharedContentRemoveLinkPasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveLinkPasswordDetailsValue
public SharedContentRemoveLinkPasswordDetails getSharedContentRemoveLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.- Returns:
- The
SharedContentRemoveLinkPasswordDetailsvalue associated with this instance ifisSharedContentRemoveLinkPasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveLinkPasswordDetails()isfalse.
-
isSharedContentRemoveMemberDetails
public boolean isSharedContentRemoveMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS,falseotherwise.
-
sharedContentRemoveMemberDetails
public static EventDetails sharedContentRemoveMemberDetails(SharedContentRemoveMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRemoveMemberDetailsValue
public SharedContentRemoveMemberDetails getSharedContentRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.- Returns:
- The
SharedContentRemoveMemberDetailsvalue associated with this instance ifisSharedContentRemoveMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRemoveMemberDetails()isfalse.
-
isSharedContentRequestAccessDetails
public boolean isSharedContentRequestAccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS,falseotherwise.
-
sharedContentRequestAccessDetails
public static EventDetails sharedContentRequestAccessDetails(SharedContentRequestAccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRequestAccessDetailsValue
public SharedContentRequestAccessDetails getSharedContentRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.- Returns:
- The
SharedContentRequestAccessDetailsvalue associated with this instance ifisSharedContentRequestAccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRequestAccessDetails()isfalse.
-
isSharedContentRestoreInviteesDetails
public boolean isSharedContentRestoreInviteesDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS,falseotherwise.
-
sharedContentRestoreInviteesDetails
public static EventDetails sharedContentRestoreInviteesDetails(SharedContentRestoreInviteesDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRestoreInviteesDetailsValue
public SharedContentRestoreInviteesDetails getSharedContentRestoreInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS.- Returns:
- The
SharedContentRestoreInviteesDetailsvalue associated with this instance ifisSharedContentRestoreInviteesDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRestoreInviteesDetails()isfalse.
-
isSharedContentRestoreMemberDetails
public boolean isSharedContentRestoreMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS,falseotherwise.
-
sharedContentRestoreMemberDetails
public static EventDetails sharedContentRestoreMemberDetails(SharedContentRestoreMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentRestoreMemberDetailsValue
public SharedContentRestoreMemberDetails getSharedContentRestoreMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS.- Returns:
- The
SharedContentRestoreMemberDetailsvalue associated with this instance ifisSharedContentRestoreMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentRestoreMemberDetails()isfalse.
-
isSharedContentUnshareDetails
public boolean isSharedContentUnshareDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS,falseotherwise.
-
sharedContentUnshareDetails
public static EventDetails sharedContentUnshareDetails(SharedContentUnshareDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentUnshareDetailsValue
public SharedContentUnshareDetails getSharedContentUnshareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.- Returns:
- The
SharedContentUnshareDetailsvalue associated with this instance ifisSharedContentUnshareDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentUnshareDetails()isfalse.
-
isSharedContentViewDetails
public boolean isSharedContentViewDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS,falseotherwise.
-
sharedContentViewDetails
public static EventDetails sharedContentViewDetails(SharedContentViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedContentViewDetailsValue
public SharedContentViewDetails getSharedContentViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.- Returns:
- The
SharedContentViewDetailsvalue associated with this instance ifisSharedContentViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedContentViewDetails()isfalse.
-
isSharedFolderChangeLinkPolicyDetails
public boolean isSharedFolderChangeLinkPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS,falseotherwise.
-
sharedFolderChangeLinkPolicyDetails
public static EventDetails sharedFolderChangeLinkPolicyDetails(SharedFolderChangeLinkPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeLinkPolicyDetailsValue
public SharedFolderChangeLinkPolicyDetails getSharedFolderChangeLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.- Returns:
- The
SharedFolderChangeLinkPolicyDetailsvalue associated with this instance ifisSharedFolderChangeLinkPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeLinkPolicyDetails()isfalse.
-
isSharedFolderChangeMembersInheritancePolicyDetails
public boolean isSharedFolderChangeMembersInheritancePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS,falseotherwise.
-
sharedFolderChangeMembersInheritancePolicyDetails
public static EventDetails sharedFolderChangeMembersInheritancePolicyDetails(SharedFolderChangeMembersInheritancePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersInheritancePolicyDetailsValue
public SharedFolderChangeMembersInheritancePolicyDetails getSharedFolderChangeMembersInheritancePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS.- Returns:
- The
SharedFolderChangeMembersInheritancePolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersInheritancePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersInheritancePolicyDetails()isfalse.
-
isSharedFolderChangeMembersManagementPolicyDetails
public boolean isSharedFolderChangeMembersManagementPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS,falseotherwise.
-
sharedFolderChangeMembersManagementPolicyDetails
public static EventDetails sharedFolderChangeMembersManagementPolicyDetails(SharedFolderChangeMembersManagementPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersManagementPolicyDetailsValue
public SharedFolderChangeMembersManagementPolicyDetails getSharedFolderChangeMembersManagementPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS.- Returns:
- The
SharedFolderChangeMembersManagementPolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersManagementPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersManagementPolicyDetails()isfalse.
-
isSharedFolderChangeMembersPolicyDetails
public boolean isSharedFolderChangeMembersPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS,falseotherwise.
-
sharedFolderChangeMembersPolicyDetails
public static EventDetails sharedFolderChangeMembersPolicyDetails(SharedFolderChangeMembersPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderChangeMembersPolicyDetailsValue
public SharedFolderChangeMembersPolicyDetails getSharedFolderChangeMembersPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS.- Returns:
- The
SharedFolderChangeMembersPolicyDetailsvalue associated with this instance ifisSharedFolderChangeMembersPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderChangeMembersPolicyDetails()isfalse.
-
isSharedFolderCreateDetails
public boolean isSharedFolderCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS,falseotherwise.
-
sharedFolderCreateDetails
public static EventDetails sharedFolderCreateDetails(SharedFolderCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderCreateDetailsValue
public SharedFolderCreateDetails getSharedFolderCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.- Returns:
- The
SharedFolderCreateDetailsvalue associated with this instance ifisSharedFolderCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderCreateDetails()isfalse.
-
isSharedFolderDeclineInvitationDetails
public boolean isSharedFolderDeclineInvitationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS,falseotherwise.
-
sharedFolderDeclineInvitationDetails
public static EventDetails sharedFolderDeclineInvitationDetails(SharedFolderDeclineInvitationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderDeclineInvitationDetailsValue
public SharedFolderDeclineInvitationDetails getSharedFolderDeclineInvitationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS.- Returns:
- The
SharedFolderDeclineInvitationDetailsvalue associated with this instance ifisSharedFolderDeclineInvitationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderDeclineInvitationDetails()isfalse.
-
isSharedFolderMountDetails
public boolean isSharedFolderMountDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS,falseotherwise.
-
sharedFolderMountDetails
public static EventDetails sharedFolderMountDetails(SharedFolderMountDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderMountDetailsValue
public SharedFolderMountDetails getSharedFolderMountDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.- Returns:
- The
SharedFolderMountDetailsvalue associated with this instance ifisSharedFolderMountDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderMountDetails()isfalse.
-
isSharedFolderNestDetails
public boolean isSharedFolderNestDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS,falseotherwise.
-
sharedFolderNestDetails
public static EventDetails sharedFolderNestDetails(SharedFolderNestDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderNestDetailsValue
public SharedFolderNestDetails getSharedFolderNestDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS.- Returns:
- The
SharedFolderNestDetailsvalue associated with this instance ifisSharedFolderNestDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderNestDetails()isfalse.
-
isSharedFolderTransferOwnershipDetails
public boolean isSharedFolderTransferOwnershipDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS,falseotherwise.
-
sharedFolderTransferOwnershipDetails
public static EventDetails sharedFolderTransferOwnershipDetails(SharedFolderTransferOwnershipDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderTransferOwnershipDetailsValue
public SharedFolderTransferOwnershipDetails getSharedFolderTransferOwnershipDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.- Returns:
- The
SharedFolderTransferOwnershipDetailsvalue associated with this instance ifisSharedFolderTransferOwnershipDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderTransferOwnershipDetails()isfalse.
-
isSharedFolderUnmountDetails
public boolean isSharedFolderUnmountDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS,falseotherwise.
-
sharedFolderUnmountDetails
public static EventDetails sharedFolderUnmountDetails(SharedFolderUnmountDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedFolderUnmountDetailsValue
public SharedFolderUnmountDetails getSharedFolderUnmountDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.- Returns:
- The
SharedFolderUnmountDetailsvalue associated with this instance ifisSharedFolderUnmountDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedFolderUnmountDetails()isfalse.
-
isSharedLinkAddExpiryDetails
public boolean isSharedLinkAddExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS,falseotherwise.
-
sharedLinkAddExpiryDetails
public static EventDetails sharedLinkAddExpiryDetails(SharedLinkAddExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkAddExpiryDetailsValue
public SharedLinkAddExpiryDetails getSharedLinkAddExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS.- Returns:
- The
SharedLinkAddExpiryDetailsvalue associated with this instance ifisSharedLinkAddExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkAddExpiryDetails()isfalse.
-
isSharedLinkChangeExpiryDetails
public boolean isSharedLinkChangeExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS,falseotherwise.
-
sharedLinkChangeExpiryDetails
public static EventDetails sharedLinkChangeExpiryDetails(SharedLinkChangeExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkChangeExpiryDetailsValue
public SharedLinkChangeExpiryDetails getSharedLinkChangeExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS.- Returns:
- The
SharedLinkChangeExpiryDetailsvalue associated with this instance ifisSharedLinkChangeExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkChangeExpiryDetails()isfalse.
-
isSharedLinkChangeVisibilityDetails
public boolean isSharedLinkChangeVisibilityDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS,falseotherwise.
-
sharedLinkChangeVisibilityDetails
public static EventDetails sharedLinkChangeVisibilityDetails(SharedLinkChangeVisibilityDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkChangeVisibilityDetailsValue
public SharedLinkChangeVisibilityDetails getSharedLinkChangeVisibilityDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS.- Returns:
- The
SharedLinkChangeVisibilityDetailsvalue associated with this instance ifisSharedLinkChangeVisibilityDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkChangeVisibilityDetails()isfalse.
-
isSharedLinkCopyDetails
public boolean isSharedLinkCopyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_COPY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_COPY_DETAILS,falseotherwise.
-
sharedLinkCopyDetails
public static EventDetails sharedLinkCopyDetails(SharedLinkCopyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkCopyDetailsValue
public SharedLinkCopyDetails getSharedLinkCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_COPY_DETAILS.- Returns:
- The
SharedLinkCopyDetailsvalue associated with this instance ifisSharedLinkCopyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkCopyDetails()isfalse.
-
isSharedLinkCreateDetails
public boolean isSharedLinkCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_CREATE_DETAILS,falseotherwise.
-
sharedLinkCreateDetails
public static EventDetails sharedLinkCreateDetails(SharedLinkCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkCreateDetailsValue
public SharedLinkCreateDetails getSharedLinkCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CREATE_DETAILS.- Returns:
- The
SharedLinkCreateDetailsvalue associated with this instance ifisSharedLinkCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkCreateDetails()isfalse.
-
isSharedLinkDisableDetails
public boolean isSharedLinkDisableDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS,falseotherwise.
-
sharedLinkDisableDetails
public static EventDetails sharedLinkDisableDetails(SharedLinkDisableDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkDisableDetailsValue
public SharedLinkDisableDetails getSharedLinkDisableDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS.- Returns:
- The
SharedLinkDisableDetailsvalue associated with this instance ifisSharedLinkDisableDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkDisableDetails()isfalse.
-
isSharedLinkDownloadDetails
public boolean isSharedLinkDownloadDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS,falseotherwise.
-
sharedLinkDownloadDetails
public static EventDetails sharedLinkDownloadDetails(SharedLinkDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkDownloadDetailsValue
public SharedLinkDownloadDetails getSharedLinkDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS.- Returns:
- The
SharedLinkDownloadDetailsvalue associated with this instance ifisSharedLinkDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkDownloadDetails()isfalse.
-
isSharedLinkRemoveExpiryDetails
public boolean isSharedLinkRemoveExpiryDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS,falseotherwise.
-
sharedLinkRemoveExpiryDetails
public static EventDetails sharedLinkRemoveExpiryDetails(SharedLinkRemoveExpiryDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkRemoveExpiryDetailsValue
public SharedLinkRemoveExpiryDetails getSharedLinkRemoveExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS.- Returns:
- The
SharedLinkRemoveExpiryDetailsvalue associated with this instance ifisSharedLinkRemoveExpiryDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkRemoveExpiryDetails()isfalse.
-
isSharedLinkSettingsAddExpirationDetails
public boolean isSharedLinkSettingsAddExpirationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS,falseotherwise.
-
sharedLinkSettingsAddExpirationDetails
public static EventDetails sharedLinkSettingsAddExpirationDetails(SharedLinkSettingsAddExpirationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAddExpirationDetailsValue
public SharedLinkSettingsAddExpirationDetails getSharedLinkSettingsAddExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS.- Returns:
- The
SharedLinkSettingsAddExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsAddExpirationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAddExpirationDetails()isfalse.
-
isSharedLinkSettingsAddPasswordDetails
public boolean isSharedLinkSettingsAddPasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS,falseotherwise.
-
sharedLinkSettingsAddPasswordDetails
public static EventDetails sharedLinkSettingsAddPasswordDetails(SharedLinkSettingsAddPasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAddPasswordDetailsValue
public SharedLinkSettingsAddPasswordDetails getSharedLinkSettingsAddPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS.- Returns:
- The
SharedLinkSettingsAddPasswordDetailsvalue associated with this instance ifisSharedLinkSettingsAddPasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAddPasswordDetails()isfalse.
-
isSharedLinkSettingsAllowDownloadDisabledDetails
public boolean isSharedLinkSettingsAllowDownloadDisabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.
-
sharedLinkSettingsAllowDownloadDisabledDetails
public static EventDetails sharedLinkSettingsAllowDownloadDisabledDetails(SharedLinkSettingsAllowDownloadDisabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAllowDownloadDisabledDetailsValue
public SharedLinkSettingsAllowDownloadDisabledDetails getSharedLinkSettingsAllowDownloadDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS.- Returns:
- The
SharedLinkSettingsAllowDownloadDisabledDetailsvalue associated with this instance ifisSharedLinkSettingsAllowDownloadDisabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAllowDownloadDisabledDetails()isfalse.
-
isSharedLinkSettingsAllowDownloadEnabledDetails
public boolean isSharedLinkSettingsAllowDownloadEnabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.
-
sharedLinkSettingsAllowDownloadEnabledDetails
public static EventDetails sharedLinkSettingsAllowDownloadEnabledDetails(SharedLinkSettingsAllowDownloadEnabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsAllowDownloadEnabledDetailsValue
public SharedLinkSettingsAllowDownloadEnabledDetails getSharedLinkSettingsAllowDownloadEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS.- Returns:
- The
SharedLinkSettingsAllowDownloadEnabledDetailsvalue associated with this instance ifisSharedLinkSettingsAllowDownloadEnabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsAllowDownloadEnabledDetails()isfalse.
-
isSharedLinkSettingsChangeAudienceDetails
public boolean isSharedLinkSettingsChangeAudienceDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS,falseotherwise.
-
sharedLinkSettingsChangeAudienceDetails
public static EventDetails sharedLinkSettingsChangeAudienceDetails(SharedLinkSettingsChangeAudienceDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangeAudienceDetailsValue
public SharedLinkSettingsChangeAudienceDetails getSharedLinkSettingsChangeAudienceDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS.- Returns:
- The
SharedLinkSettingsChangeAudienceDetailsvalue associated with this instance ifisSharedLinkSettingsChangeAudienceDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangeAudienceDetails()isfalse.
-
isSharedLinkSettingsChangeExpirationDetails
public boolean isSharedLinkSettingsChangeExpirationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS,falseotherwise.
-
sharedLinkSettingsChangeExpirationDetails
public static EventDetails sharedLinkSettingsChangeExpirationDetails(SharedLinkSettingsChangeExpirationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangeExpirationDetailsValue
public SharedLinkSettingsChangeExpirationDetails getSharedLinkSettingsChangeExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS.- Returns:
- The
SharedLinkSettingsChangeExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsChangeExpirationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangeExpirationDetails()isfalse.
-
isSharedLinkSettingsChangePasswordDetails
public boolean isSharedLinkSettingsChangePasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS,falseotherwise.
-
sharedLinkSettingsChangePasswordDetails
public static EventDetails sharedLinkSettingsChangePasswordDetails(SharedLinkSettingsChangePasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsChangePasswordDetailsValue
public SharedLinkSettingsChangePasswordDetails getSharedLinkSettingsChangePasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS.- Returns:
- The
SharedLinkSettingsChangePasswordDetailsvalue associated with this instance ifisSharedLinkSettingsChangePasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsChangePasswordDetails()isfalse.
-
isSharedLinkSettingsRemoveExpirationDetails
public boolean isSharedLinkSettingsRemoveExpirationDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS,falseotherwise.
-
sharedLinkSettingsRemoveExpirationDetails
public static EventDetails sharedLinkSettingsRemoveExpirationDetails(SharedLinkSettingsRemoveExpirationDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsRemoveExpirationDetailsValue
public SharedLinkSettingsRemoveExpirationDetails getSharedLinkSettingsRemoveExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS.- Returns:
- The
SharedLinkSettingsRemoveExpirationDetailsvalue associated with this instance ifisSharedLinkSettingsRemoveExpirationDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsRemoveExpirationDetails()isfalse.
-
isSharedLinkSettingsRemovePasswordDetails
public boolean isSharedLinkSettingsRemovePasswordDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS,falseotherwise.
-
sharedLinkSettingsRemovePasswordDetails
public static EventDetails sharedLinkSettingsRemovePasswordDetails(SharedLinkSettingsRemovePasswordDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkSettingsRemovePasswordDetailsValue
public SharedLinkSettingsRemovePasswordDetails getSharedLinkSettingsRemovePasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS.- Returns:
- The
SharedLinkSettingsRemovePasswordDetailsvalue associated with this instance ifisSharedLinkSettingsRemovePasswordDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkSettingsRemovePasswordDetails()isfalse.
-
isSharedLinkShareDetails
public boolean isSharedLinkShareDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_SHARE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_SHARE_DETAILS,falseotherwise.
-
sharedLinkShareDetails
public static EventDetails sharedLinkShareDetails(SharedLinkShareDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkShareDetailsValue
public SharedLinkShareDetails getSharedLinkShareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SHARE_DETAILS.- Returns:
- The
SharedLinkShareDetailsvalue associated with this instance ifisSharedLinkShareDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkShareDetails()isfalse.
-
isSharedLinkViewDetails
public boolean isSharedLinkViewDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_LINK_VIEW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_LINK_VIEW_DETAILS,falseotherwise.
-
sharedLinkViewDetails
public static EventDetails sharedLinkViewDetails(SharedLinkViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedLinkViewDetailsValue
public SharedLinkViewDetails getSharedLinkViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_VIEW_DETAILS.- Returns:
- The
SharedLinkViewDetailsvalue associated with this instance ifisSharedLinkViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedLinkViewDetails()isfalse.
-
isSharedNoteOpenedDetails
public boolean isSharedNoteOpenedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS,falseotherwise.
-
sharedNoteOpenedDetails
public static EventDetails sharedNoteOpenedDetails(SharedNoteOpenedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharedNoteOpenedDetailsValue
public SharedNoteOpenedDetails getSharedNoteOpenedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.- Returns:
- The
SharedNoteOpenedDetailsvalue associated with this instance ifisSharedNoteOpenedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharedNoteOpenedDetails()isfalse.
-
isShmodelDisableDownloadsDetails
public boolean isShmodelDisableDownloadsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS,falseotherwise.
-
shmodelDisableDownloadsDetails
public static EventDetails shmodelDisableDownloadsDetails(ShmodelDisableDownloadsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelDisableDownloadsDetailsValue
public ShmodelDisableDownloadsDetails getShmodelDisableDownloadsDetailsValue()
This instance must be tagged asEventDetails.Tag.SHMODEL_DISABLE_DOWNLOADS_DETAILS.- Returns:
- The
ShmodelDisableDownloadsDetailsvalue associated with this instance ifisShmodelDisableDownloadsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelDisableDownloadsDetails()isfalse.
-
isShmodelEnableDownloadsDetails
public boolean isShmodelEnableDownloadsDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS,falseotherwise.
-
shmodelEnableDownloadsDetails
public static EventDetails shmodelEnableDownloadsDetails(ShmodelEnableDownloadsDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelEnableDownloadsDetailsValue
public ShmodelEnableDownloadsDetails getShmodelEnableDownloadsDetailsValue()
This instance must be tagged asEventDetails.Tag.SHMODEL_ENABLE_DOWNLOADS_DETAILS.- Returns:
- The
ShmodelEnableDownloadsDetailsvalue associated with this instance ifisShmodelEnableDownloadsDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelEnableDownloadsDetails()isfalse.
-
isShmodelGroupShareDetails
public boolean isShmodelGroupShareDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS,falseotherwise.
-
shmodelGroupShareDetails
public static EventDetails shmodelGroupShareDetails(ShmodelGroupShareDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShmodelGroupShareDetailsValue
public ShmodelGroupShareDetails getShmodelGroupShareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.- Returns:
- The
ShmodelGroupShareDetailsvalue associated with this instance ifisShmodelGroupShareDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShmodelGroupShareDetails()isfalse.
-
isShowcaseAccessGrantedDetails
public boolean isShowcaseAccessGrantedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS,falseotherwise.
-
showcaseAccessGrantedDetails
public static EventDetails showcaseAccessGrantedDetails(ShowcaseAccessGrantedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseAccessGrantedDetailsValue
public ShowcaseAccessGrantedDetails getShowcaseAccessGrantedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS.- Returns:
- The
ShowcaseAccessGrantedDetailsvalue associated with this instance ifisShowcaseAccessGrantedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseAccessGrantedDetails()isfalse.
-
isShowcaseAddMemberDetails
public boolean isShowcaseAddMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS,falseotherwise.
-
showcaseAddMemberDetails
public static EventDetails showcaseAddMemberDetails(ShowcaseAddMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseAddMemberDetailsValue
public ShowcaseAddMemberDetails getShowcaseAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS.- Returns:
- The
ShowcaseAddMemberDetailsvalue associated with this instance ifisShowcaseAddMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseAddMemberDetails()isfalse.
-
isShowcaseArchivedDetails
public boolean isShowcaseArchivedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS,falseotherwise.
-
showcaseArchivedDetails
public static EventDetails showcaseArchivedDetails(ShowcaseArchivedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseArchivedDetailsValue
public ShowcaseArchivedDetails getShowcaseArchivedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS.- Returns:
- The
ShowcaseArchivedDetailsvalue associated with this instance ifisShowcaseArchivedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseArchivedDetails()isfalse.
-
isShowcaseCreatedDetails
public boolean isShowcaseCreatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CREATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_CREATED_DETAILS,falseotherwise.
-
showcaseCreatedDetails
public static EventDetails showcaseCreatedDetails(ShowcaseCreatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseCreatedDetailsValue
public ShowcaseCreatedDetails getShowcaseCreatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CREATED_DETAILS.- Returns:
- The
ShowcaseCreatedDetailsvalue associated with this instance ifisShowcaseCreatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseCreatedDetails()isfalse.
-
isShowcaseDeleteCommentDetails
public boolean isShowcaseDeleteCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS,falseotherwise.
-
showcaseDeleteCommentDetails
public static EventDetails showcaseDeleteCommentDetails(ShowcaseDeleteCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseDeleteCommentDetailsValue
public ShowcaseDeleteCommentDetails getShowcaseDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS.- Returns:
- The
ShowcaseDeleteCommentDetailsvalue associated with this instance ifisShowcaseDeleteCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseDeleteCommentDetails()isfalse.
-
isShowcaseEditedDetails
public boolean isShowcaseEditedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_EDITED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_EDITED_DETAILS,falseotherwise.
-
showcaseEditedDetails
public static EventDetails showcaseEditedDetails(ShowcaseEditedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseEditedDetailsValue
public ShowcaseEditedDetails getShowcaseEditedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_EDITED_DETAILS.- Returns:
- The
ShowcaseEditedDetailsvalue associated with this instance ifisShowcaseEditedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseEditedDetails()isfalse.
-
isShowcaseEditCommentDetails
public boolean isShowcaseEditCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS,falseotherwise.
-
showcaseEditCommentDetails
public static EventDetails showcaseEditCommentDetails(ShowcaseEditCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseEditCommentDetailsValue
public ShowcaseEditCommentDetails getShowcaseEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS.- Returns:
- The
ShowcaseEditCommentDetailsvalue associated with this instance ifisShowcaseEditCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseEditCommentDetails()isfalse.
-
isShowcaseFileAddedDetails
public boolean isShowcaseFileAddedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS,falseotherwise.
-
showcaseFileAddedDetails
public static EventDetails showcaseFileAddedDetails(ShowcaseFileAddedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileAddedDetailsValue
public ShowcaseFileAddedDetails getShowcaseFileAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS.- Returns:
- The
ShowcaseFileAddedDetailsvalue associated with this instance ifisShowcaseFileAddedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileAddedDetails()isfalse.
-
isShowcaseFileDownloadDetails
public boolean isShowcaseFileDownloadDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS,falseotherwise.
-
showcaseFileDownloadDetails
public static EventDetails showcaseFileDownloadDetails(ShowcaseFileDownloadDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileDownloadDetailsValue
public ShowcaseFileDownloadDetails getShowcaseFileDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS.- Returns:
- The
ShowcaseFileDownloadDetailsvalue associated with this instance ifisShowcaseFileDownloadDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileDownloadDetails()isfalse.
-
isShowcaseFileRemovedDetails
public boolean isShowcaseFileRemovedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS,falseotherwise.
-
showcaseFileRemovedDetails
public static EventDetails showcaseFileRemovedDetails(ShowcaseFileRemovedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileRemovedDetailsValue
public ShowcaseFileRemovedDetails getShowcaseFileRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS.- Returns:
- The
ShowcaseFileRemovedDetailsvalue associated with this instance ifisShowcaseFileRemovedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileRemovedDetails()isfalse.
-
isShowcaseFileViewDetails
public boolean isShowcaseFileViewDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS,falseotherwise.
-
showcaseFileViewDetails
public static EventDetails showcaseFileViewDetails(ShowcaseFileViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseFileViewDetailsValue
public ShowcaseFileViewDetails getShowcaseFileViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS.- Returns:
- The
ShowcaseFileViewDetailsvalue associated with this instance ifisShowcaseFileViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseFileViewDetails()isfalse.
-
isShowcasePermanentlyDeletedDetails
public boolean isShowcasePermanentlyDeletedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS,falseotherwise.
-
showcasePermanentlyDeletedDetails
public static EventDetails showcasePermanentlyDeletedDetails(ShowcasePermanentlyDeletedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcasePermanentlyDeletedDetailsValue
public ShowcasePermanentlyDeletedDetails getShowcasePermanentlyDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS.- Returns:
- The
ShowcasePermanentlyDeletedDetailsvalue associated with this instance ifisShowcasePermanentlyDeletedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcasePermanentlyDeletedDetails()isfalse.
-
isShowcasePostCommentDetails
public boolean isShowcasePostCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS,falseotherwise.
-
showcasePostCommentDetails
public static EventDetails showcasePostCommentDetails(ShowcasePostCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcasePostCommentDetailsValue
public ShowcasePostCommentDetails getShowcasePostCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS.- Returns:
- The
ShowcasePostCommentDetailsvalue associated with this instance ifisShowcasePostCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcasePostCommentDetails()isfalse.
-
isShowcaseRemoveMemberDetails
public boolean isShowcaseRemoveMemberDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS,falseotherwise.
-
showcaseRemoveMemberDetails
public static EventDetails showcaseRemoveMemberDetails(ShowcaseRemoveMemberDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRemoveMemberDetailsValue
public ShowcaseRemoveMemberDetails getShowcaseRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS.- Returns:
- The
ShowcaseRemoveMemberDetailsvalue associated with this instance ifisShowcaseRemoveMemberDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRemoveMemberDetails()isfalse.
-
isShowcaseRenamedDetails
public boolean isShowcaseRenamedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RENAMED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_RENAMED_DETAILS,falseotherwise.
-
showcaseRenamedDetails
public static EventDetails showcaseRenamedDetails(ShowcaseRenamedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRenamedDetailsValue
public ShowcaseRenamedDetails getShowcaseRenamedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RENAMED_DETAILS.- Returns:
- The
ShowcaseRenamedDetailsvalue associated with this instance ifisShowcaseRenamedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRenamedDetails()isfalse.
-
isShowcaseRequestAccessDetails
public boolean isShowcaseRequestAccessDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS,falseotherwise.
-
showcaseRequestAccessDetails
public static EventDetails showcaseRequestAccessDetails(ShowcaseRequestAccessDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRequestAccessDetailsValue
public ShowcaseRequestAccessDetails getShowcaseRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS.- Returns:
- The
ShowcaseRequestAccessDetailsvalue associated with this instance ifisShowcaseRequestAccessDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRequestAccessDetails()isfalse.
-
isShowcaseResolveCommentDetails
public boolean isShowcaseResolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS,falseotherwise.
-
showcaseResolveCommentDetails
public static EventDetails showcaseResolveCommentDetails(ShowcaseResolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseResolveCommentDetailsValue
public ShowcaseResolveCommentDetails getShowcaseResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS.- Returns:
- The
ShowcaseResolveCommentDetailsvalue associated with this instance ifisShowcaseResolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseResolveCommentDetails()isfalse.
-
isShowcaseRestoredDetails
public boolean isShowcaseRestoredDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_RESTORED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_RESTORED_DETAILS,falseotherwise.
-
showcaseRestoredDetails
public static EventDetails showcaseRestoredDetails(ShowcaseRestoredDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseRestoredDetailsValue
public ShowcaseRestoredDetails getShowcaseRestoredDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RESTORED_DETAILS.- Returns:
- The
ShowcaseRestoredDetailsvalue associated with this instance ifisShowcaseRestoredDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseRestoredDetails()isfalse.
-
isShowcaseTrashedDetails
public boolean isShowcaseTrashedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_TRASHED_DETAILS,falseotherwise.
-
showcaseTrashedDetails
public static EventDetails showcaseTrashedDetails(ShowcaseTrashedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseTrashedDetailsValue
public ShowcaseTrashedDetails getShowcaseTrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DETAILS.- Returns:
- The
ShowcaseTrashedDetailsvalue associated with this instance ifisShowcaseTrashedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseTrashedDetails()isfalse.
-
isShowcaseTrashedDeprecatedDetails
public boolean isShowcaseTrashedDeprecatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS,falseotherwise.
-
showcaseTrashedDeprecatedDetails
public static EventDetails showcaseTrashedDeprecatedDetails(ShowcaseTrashedDeprecatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseTrashedDeprecatedDetailsValue
public ShowcaseTrashedDeprecatedDetails getShowcaseTrashedDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS.- Returns:
- The
ShowcaseTrashedDeprecatedDetailsvalue associated with this instance ifisShowcaseTrashedDeprecatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseTrashedDeprecatedDetails()isfalse.
-
isShowcaseUnresolveCommentDetails
public boolean isShowcaseUnresolveCommentDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS,falseotherwise.
-
showcaseUnresolveCommentDetails
public static EventDetails showcaseUnresolveCommentDetails(ShowcaseUnresolveCommentDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUnresolveCommentDetailsValue
public ShowcaseUnresolveCommentDetails getShowcaseUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS.- Returns:
- The
ShowcaseUnresolveCommentDetailsvalue associated with this instance ifisShowcaseUnresolveCommentDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUnresolveCommentDetails()isfalse.
-
isShowcaseUntrashedDetails
public boolean isShowcaseUntrashedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS,falseotherwise.
-
showcaseUntrashedDetails
public static EventDetails showcaseUntrashedDetails(ShowcaseUntrashedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUntrashedDetailsValue
public ShowcaseUntrashedDetails getShowcaseUntrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS.- Returns:
- The
ShowcaseUntrashedDetailsvalue associated with this instance ifisShowcaseUntrashedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUntrashedDetails()isfalse.
-
isShowcaseUntrashedDeprecatedDetails
public boolean isShowcaseUntrashedDeprecatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS,falseotherwise.
-
showcaseUntrashedDeprecatedDetails
public static EventDetails showcaseUntrashedDeprecatedDetails(ShowcaseUntrashedDeprecatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseUntrashedDeprecatedDetailsValue
public ShowcaseUntrashedDeprecatedDetails getShowcaseUntrashedDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS.- Returns:
- The
ShowcaseUntrashedDeprecatedDetailsvalue associated with this instance ifisShowcaseUntrashedDeprecatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseUntrashedDeprecatedDetails()isfalse.
-
isShowcaseViewDetails
public boolean isShowcaseViewDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_VIEW_DETAILS,falseotherwise.
-
showcaseViewDetails
public static EventDetails showcaseViewDetails(ShowcaseViewDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseViewDetailsValue
public ShowcaseViewDetails getShowcaseViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_VIEW_DETAILS.- Returns:
- The
ShowcaseViewDetailsvalue associated with this instance ifisShowcaseViewDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseViewDetails()isfalse.
-
isSsoAddCertDetails
public boolean isSsoAddCertDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_ADD_CERT_DETAILS,falseotherwise.
-
ssoAddCertDetails
public static EventDetails ssoAddCertDetails(SsoAddCertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddCertDetailsValue
public SsoAddCertDetails getSsoAddCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_CERT_DETAILS.- Returns:
- The
SsoAddCertDetailsvalue associated with this instance ifisSsoAddCertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddCertDetails()isfalse.
-
isSsoAddLoginUrlDetails
public boolean isSsoAddLoginUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS,falseotherwise.
-
ssoAddLoginUrlDetails
public static EventDetails ssoAddLoginUrlDetails(SsoAddLoginUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddLoginUrlDetailsValue
public SsoAddLoginUrlDetails getSsoAddLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.- Returns:
- The
SsoAddLoginUrlDetailsvalue associated with this instance ifisSsoAddLoginUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddLoginUrlDetails()isfalse.
-
isSsoAddLogoutUrlDetails
public boolean isSsoAddLogoutUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS,falseotherwise.
-
ssoAddLogoutUrlDetails
public static EventDetails ssoAddLogoutUrlDetails(SsoAddLogoutUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoAddLogoutUrlDetailsValue
public SsoAddLogoutUrlDetails getSsoAddLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.- Returns:
- The
SsoAddLogoutUrlDetailsvalue associated with this instance ifisSsoAddLogoutUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoAddLogoutUrlDetails()isfalse.
-
isSsoChangeCertDetails
public boolean isSsoChangeCertDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_CERT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_CHANGE_CERT_DETAILS,falseotherwise.
-
ssoChangeCertDetails
public static EventDetails ssoChangeCertDetails(SsoChangeCertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeCertDetailsValue
public SsoChangeCertDetails getSsoChangeCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_CERT_DETAILS.- Returns:
- The
SsoChangeCertDetailsvalue associated with this instance ifisSsoChangeCertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeCertDetails()isfalse.
-
isSsoChangeLoginUrlDetails
public boolean isSsoChangeLoginUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS,falseotherwise.
-
ssoChangeLoginUrlDetails
public static EventDetails ssoChangeLoginUrlDetails(SsoChangeLoginUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeLoginUrlDetailsValue
public SsoChangeLoginUrlDetails getSsoChangeLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.- Returns:
- The
SsoChangeLoginUrlDetailsvalue associated with this instance ifisSsoChangeLoginUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeLoginUrlDetails()isfalse.
-
isSsoChangeLogoutUrlDetails
public boolean isSsoChangeLogoutUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS,falseotherwise.
-
ssoChangeLogoutUrlDetails
public static EventDetails ssoChangeLogoutUrlDetails(SsoChangeLogoutUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeLogoutUrlDetailsValue
public SsoChangeLogoutUrlDetails getSsoChangeLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.- Returns:
- The
SsoChangeLogoutUrlDetailsvalue associated with this instance ifisSsoChangeLogoutUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeLogoutUrlDetails()isfalse.
-
isSsoChangeSamlIdentityModeDetails
public boolean isSsoChangeSamlIdentityModeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS,falseotherwise.
-
ssoChangeSamlIdentityModeDetails
public static EventDetails ssoChangeSamlIdentityModeDetails(SsoChangeSamlIdentityModeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangeSamlIdentityModeDetailsValue
public SsoChangeSamlIdentityModeDetails getSsoChangeSamlIdentityModeDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.- Returns:
- The
SsoChangeSamlIdentityModeDetailsvalue associated with this instance ifisSsoChangeSamlIdentityModeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangeSamlIdentityModeDetails()isfalse.
-
isSsoRemoveCertDetails
public boolean isSsoRemoveCertDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_CERT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_REMOVE_CERT_DETAILS,falseotherwise.
-
ssoRemoveCertDetails
public static EventDetails ssoRemoveCertDetails(SsoRemoveCertDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveCertDetailsValue
public SsoRemoveCertDetails getSsoRemoveCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_CERT_DETAILS.- Returns:
- The
SsoRemoveCertDetailsvalue associated with this instance ifisSsoRemoveCertDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveCertDetails()isfalse.
-
isSsoRemoveLoginUrlDetails
public boolean isSsoRemoveLoginUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS,falseotherwise.
-
ssoRemoveLoginUrlDetails
public static EventDetails ssoRemoveLoginUrlDetails(SsoRemoveLoginUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveLoginUrlDetailsValue
public SsoRemoveLoginUrlDetails getSsoRemoveLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.- Returns:
- The
SsoRemoveLoginUrlDetailsvalue associated with this instance ifisSsoRemoveLoginUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveLoginUrlDetails()isfalse.
-
isSsoRemoveLogoutUrlDetails
public boolean isSsoRemoveLogoutUrlDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS,falseotherwise.
-
ssoRemoveLogoutUrlDetails
public static EventDetails ssoRemoveLogoutUrlDetails(SsoRemoveLogoutUrlDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoRemoveLogoutUrlDetailsValue
public SsoRemoveLogoutUrlDetails getSsoRemoveLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.- Returns:
- The
SsoRemoveLogoutUrlDetailsvalue associated with this instance ifisSsoRemoveLogoutUrlDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoRemoveLogoutUrlDetails()isfalse.
-
isTeamFolderChangeStatusDetails
public boolean isTeamFolderChangeStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS,falseotherwise.
-
teamFolderChangeStatusDetails
public static EventDetails teamFolderChangeStatusDetails(TeamFolderChangeStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderChangeStatusDetailsValue
public TeamFolderChangeStatusDetails getTeamFolderChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.- Returns:
- The
TeamFolderChangeStatusDetailsvalue associated with this instance ifisTeamFolderChangeStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderChangeStatusDetails()isfalse.
-
isTeamFolderCreateDetails
public boolean isTeamFolderCreateDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS,falseotherwise.
-
teamFolderCreateDetails
public static EventDetails teamFolderCreateDetails(TeamFolderCreateDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderCreateDetailsValue
public TeamFolderCreateDetails getTeamFolderCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.- Returns:
- The
TeamFolderCreateDetailsvalue associated with this instance ifisTeamFolderCreateDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderCreateDetails()isfalse.
-
isTeamFolderDowngradeDetails
public boolean isTeamFolderDowngradeDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS,falseotherwise.
-
teamFolderDowngradeDetails
public static EventDetails teamFolderDowngradeDetails(TeamFolderDowngradeDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderDowngradeDetailsValue
public TeamFolderDowngradeDetails getTeamFolderDowngradeDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.- Returns:
- The
TeamFolderDowngradeDetailsvalue associated with this instance ifisTeamFolderDowngradeDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderDowngradeDetails()isfalse.
-
isTeamFolderPermanentlyDeleteDetails
public boolean isTeamFolderPermanentlyDeleteDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS,falseotherwise.
-
teamFolderPermanentlyDeleteDetails
public static EventDetails teamFolderPermanentlyDeleteDetails(TeamFolderPermanentlyDeleteDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderPermanentlyDeleteDetailsValue
public TeamFolderPermanentlyDeleteDetails getTeamFolderPermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.- Returns:
- The
TeamFolderPermanentlyDeleteDetailsvalue associated with this instance ifisTeamFolderPermanentlyDeleteDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderPermanentlyDeleteDetails()isfalse.
-
isTeamFolderRenameDetails
public boolean isTeamFolderRenameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS,falseotherwise.
-
teamFolderRenameDetails
public static EventDetails teamFolderRenameDetails(TeamFolderRenameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamFolderRenameDetailsValue
public TeamFolderRenameDetails getTeamFolderRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.- Returns:
- The
TeamFolderRenameDetailsvalue associated with this instance ifisTeamFolderRenameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamFolderRenameDetails()isfalse.
-
isTeamSelectiveSyncSettingsChangedDetails
public boolean isTeamSelectiveSyncSettingsChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS,falseotherwise.
-
teamSelectiveSyncSettingsChangedDetails
public static EventDetails teamSelectiveSyncSettingsChangedDetails(TeamSelectiveSyncSettingsChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSelectiveSyncSettingsChangedDetailsValue
public TeamSelectiveSyncSettingsChangedDetails getTeamSelectiveSyncSettingsChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS.- Returns:
- The
TeamSelectiveSyncSettingsChangedDetailsvalue associated with this instance ifisTeamSelectiveSyncSettingsChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSelectiveSyncSettingsChangedDetails()isfalse.
-
isAccountCaptureChangePolicyDetails
public boolean isAccountCaptureChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS,falseotherwise.
-
accountCaptureChangePolicyDetails
public static EventDetails accountCaptureChangePolicyDetails(AccountCaptureChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAccountCaptureChangePolicyDetailsValue
public AccountCaptureChangePolicyDetails getAccountCaptureChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.- Returns:
- The
AccountCaptureChangePolicyDetailsvalue associated with this instance ifisAccountCaptureChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAccountCaptureChangePolicyDetails()isfalse.
-
isAdminEmailRemindersChangedDetails
public boolean isAdminEmailRemindersChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS,falseotherwise.
-
adminEmailRemindersChangedDetails
public static EventDetails adminEmailRemindersChangedDetails(AdminEmailRemindersChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAdminEmailRemindersChangedDetailsValue
public AdminEmailRemindersChangedDetails getAdminEmailRemindersChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.ADMIN_EMAIL_REMINDERS_CHANGED_DETAILS.- Returns:
- The
AdminEmailRemindersChangedDetailsvalue associated with this instance ifisAdminEmailRemindersChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAdminEmailRemindersChangedDetails()isfalse.
-
isAllowDownloadDisabledDetails
public boolean isAllowDownloadDisabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS,falseotherwise.
-
allowDownloadDisabledDetails
public static EventDetails allowDownloadDisabledDetails(AllowDownloadDisabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAllowDownloadDisabledDetailsValue
public AllowDownloadDisabledDetails getAllowDownloadDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.- Returns:
- The
AllowDownloadDisabledDetailsvalue associated with this instance ifisAllowDownloadDisabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAllowDownloadDisabledDetails()isfalse.
-
isAllowDownloadEnabledDetails
public boolean isAllowDownloadEnabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS,falseotherwise.
-
allowDownloadEnabledDetails
public static EventDetails allowDownloadEnabledDetails(AllowDownloadEnabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAllowDownloadEnabledDetailsValue
public AllowDownloadEnabledDetails getAllowDownloadEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.- Returns:
- The
AllowDownloadEnabledDetailsvalue associated with this instance ifisAllowDownloadEnabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAllowDownloadEnabledDetails()isfalse.
-
isAppPermissionsChangedDetails
public boolean isAppPermissionsChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS,falseotherwise.
-
appPermissionsChangedDetails
public static EventDetails appPermissionsChangedDetails(AppPermissionsChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getAppPermissionsChangedDetailsValue
public AppPermissionsChangedDetails getAppPermissionsChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_PERMISSIONS_CHANGED_DETAILS.- Returns:
- The
AppPermissionsChangedDetailsvalue associated with this instance ifisAppPermissionsChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisAppPermissionsChangedDetails()isfalse.
-
isCameraUploadsPolicyChangedDetails
public boolean isCameraUploadsPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS,falseotherwise.
-
cameraUploadsPolicyChangedDetails
public static EventDetails cameraUploadsPolicyChangedDetails(CameraUploadsPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCameraUploadsPolicyChangedDetailsValue
public CameraUploadsPolicyChangedDetails getCameraUploadsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS.- Returns:
- The
CameraUploadsPolicyChangedDetailsvalue associated with this instance ifisCameraUploadsPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisCameraUploadsPolicyChangedDetails()isfalse.
-
isCaptureTranscriptPolicyChangedDetails
public boolean isCaptureTranscriptPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS,falseotherwise.
-
captureTranscriptPolicyChangedDetails
public static EventDetails captureTranscriptPolicyChangedDetails(CaptureTranscriptPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getCaptureTranscriptPolicyChangedDetailsValue
public CaptureTranscriptPolicyChangedDetails getCaptureTranscriptPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.CAPTURE_TRANSCRIPT_POLICY_CHANGED_DETAILS.- Returns:
- The
CaptureTranscriptPolicyChangedDetailsvalue associated with this instance ifisCaptureTranscriptPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisCaptureTranscriptPolicyChangedDetails()isfalse.
-
isClassificationChangePolicyDetails
public boolean isClassificationChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS,falseotherwise.
-
classificationChangePolicyDetails
public static EventDetails classificationChangePolicyDetails(ClassificationChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getClassificationChangePolicyDetailsValue
public ClassificationChangePolicyDetails getClassificationChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.CLASSIFICATION_CHANGE_POLICY_DETAILS.- Returns:
- The
ClassificationChangePolicyDetailsvalue associated with this instance ifisClassificationChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisClassificationChangePolicyDetails()isfalse.
-
isComputerBackupPolicyChangedDetails
public boolean isComputerBackupPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.
-
computerBackupPolicyChangedDetails
public static EventDetails computerBackupPolicyChangedDetails(ComputerBackupPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getComputerBackupPolicyChangedDetailsValue
public ComputerBackupPolicyChangedDetails getComputerBackupPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.COMPUTER_BACKUP_POLICY_CHANGED_DETAILS.- Returns:
- The
ComputerBackupPolicyChangedDetailsvalue associated with this instance ifisComputerBackupPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisComputerBackupPolicyChangedDetails()isfalse.
-
isContentAdministrationPolicyChangedDetails
public boolean isContentAdministrationPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS,falseotherwise.
-
contentAdministrationPolicyChangedDetails
public static EventDetails contentAdministrationPolicyChangedDetails(ContentAdministrationPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getContentAdministrationPolicyChangedDetailsValue
public ContentAdministrationPolicyChangedDetails getContentAdministrationPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS.- Returns:
- The
ContentAdministrationPolicyChangedDetailsvalue associated with this instance ifisContentAdministrationPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisContentAdministrationPolicyChangedDetails()isfalse.
-
isDataPlacementRestrictionChangePolicyDetails
public boolean isDataPlacementRestrictionChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS,falseotherwise.
-
dataPlacementRestrictionChangePolicyDetails
public static EventDetails dataPlacementRestrictionChangePolicyDetails(DataPlacementRestrictionChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataPlacementRestrictionChangePolicyDetailsValue
public DataPlacementRestrictionChangePolicyDetails getDataPlacementRestrictionChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.- Returns:
- The
DataPlacementRestrictionChangePolicyDetailsvalue associated with this instance ifisDataPlacementRestrictionChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDataPlacementRestrictionChangePolicyDetails()isfalse.
-
isDataPlacementRestrictionSatisfyPolicyDetails
public boolean isDataPlacementRestrictionSatisfyPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS,falseotherwise.
-
dataPlacementRestrictionSatisfyPolicyDetails
public static EventDetails dataPlacementRestrictionSatisfyPolicyDetails(DataPlacementRestrictionSatisfyPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataPlacementRestrictionSatisfyPolicyDetailsValue
public DataPlacementRestrictionSatisfyPolicyDetails getDataPlacementRestrictionSatisfyPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.- Returns:
- The
DataPlacementRestrictionSatisfyPolicyDetailsvalue associated with this instance ifisDataPlacementRestrictionSatisfyPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDataPlacementRestrictionSatisfyPolicyDetails()isfalse.
-
isDeviceApprovalsAddExceptionDetails
public boolean isDeviceApprovalsAddExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS,falseotherwise.
-
deviceApprovalsAddExceptionDetails
public static EventDetails deviceApprovalsAddExceptionDetails(DeviceApprovalsAddExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsAddExceptionDetailsValue
public DeviceApprovalsAddExceptionDetails getDeviceApprovalsAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS.- Returns:
- The
DeviceApprovalsAddExceptionDetailsvalue associated with this instance ifisDeviceApprovalsAddExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsAddExceptionDetails()isfalse.
-
isDeviceApprovalsChangeDesktopPolicyDetails
public boolean isDeviceApprovalsChangeDesktopPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS,falseotherwise.
-
deviceApprovalsChangeDesktopPolicyDetails
public static EventDetails deviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsChangeDesktopPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeDesktopPolicyDetailsValue
public DeviceApprovalsChangeDesktopPolicyDetails getDeviceApprovalsChangeDesktopPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.- Returns:
- The
DeviceApprovalsChangeDesktopPolicyDetailsvalue associated with this instance ifisDeviceApprovalsChangeDesktopPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeDesktopPolicyDetails()isfalse.
-
isDeviceApprovalsChangeMobilePolicyDetails
public boolean isDeviceApprovalsChangeMobilePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS,falseotherwise.
-
deviceApprovalsChangeMobilePolicyDetails
public static EventDetails deviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsChangeMobilePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeMobilePolicyDetailsValue
public DeviceApprovalsChangeMobilePolicyDetails getDeviceApprovalsChangeMobilePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.- Returns:
- The
DeviceApprovalsChangeMobilePolicyDetailsvalue associated with this instance ifisDeviceApprovalsChangeMobilePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeMobilePolicyDetails()isfalse.
-
isDeviceApprovalsChangeOverageActionDetails
public boolean isDeviceApprovalsChangeOverageActionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS,falseotherwise.
-
deviceApprovalsChangeOverageActionDetails
public static EventDetails deviceApprovalsChangeOverageActionDetails(DeviceApprovalsChangeOverageActionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeOverageActionDetailsValue
public DeviceApprovalsChangeOverageActionDetails getDeviceApprovalsChangeOverageActionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.- Returns:
- The
DeviceApprovalsChangeOverageActionDetailsvalue associated with this instance ifisDeviceApprovalsChangeOverageActionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeOverageActionDetails()isfalse.
-
isDeviceApprovalsChangeUnlinkActionDetails
public boolean isDeviceApprovalsChangeUnlinkActionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS,falseotherwise.
-
deviceApprovalsChangeUnlinkActionDetails
public static EventDetails deviceApprovalsChangeUnlinkActionDetails(DeviceApprovalsChangeUnlinkActionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsChangeUnlinkActionDetailsValue
public DeviceApprovalsChangeUnlinkActionDetails getDeviceApprovalsChangeUnlinkActionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.- Returns:
- The
DeviceApprovalsChangeUnlinkActionDetailsvalue associated with this instance ifisDeviceApprovalsChangeUnlinkActionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsChangeUnlinkActionDetails()isfalse.
-
isDeviceApprovalsRemoveExceptionDetails
public boolean isDeviceApprovalsRemoveExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS,falseotherwise.
-
deviceApprovalsRemoveExceptionDetails
public static EventDetails deviceApprovalsRemoveExceptionDetails(DeviceApprovalsRemoveExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDeviceApprovalsRemoveExceptionDetailsValue
public DeviceApprovalsRemoveExceptionDetails getDeviceApprovalsRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS.- Returns:
- The
DeviceApprovalsRemoveExceptionDetailsvalue associated with this instance ifisDeviceApprovalsRemoveExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDeviceApprovalsRemoveExceptionDetails()isfalse.
-
isDirectoryRestrictionsAddMembersDetails
public boolean isDirectoryRestrictionsAddMembersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS,falseotherwise.
-
directoryRestrictionsAddMembersDetails
public static EventDetails directoryRestrictionsAddMembersDetails(DirectoryRestrictionsAddMembersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDirectoryRestrictionsAddMembersDetailsValue
public DirectoryRestrictionsAddMembersDetails getDirectoryRestrictionsAddMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS.- Returns:
- The
DirectoryRestrictionsAddMembersDetailsvalue associated with this instance ifisDirectoryRestrictionsAddMembersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDirectoryRestrictionsAddMembersDetails()isfalse.
-
isDirectoryRestrictionsRemoveMembersDetails
public boolean isDirectoryRestrictionsRemoveMembersDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS,falseotherwise.
-
directoryRestrictionsRemoveMembersDetails
public static EventDetails directoryRestrictionsRemoveMembersDetails(DirectoryRestrictionsRemoveMembersDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDirectoryRestrictionsRemoveMembersDetailsValue
public DirectoryRestrictionsRemoveMembersDetails getDirectoryRestrictionsRemoveMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS.- Returns:
- The
DirectoryRestrictionsRemoveMembersDetailsvalue associated with this instance ifisDirectoryRestrictionsRemoveMembersDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDirectoryRestrictionsRemoveMembersDetails()isfalse.
-
isDropboxPasswordsPolicyChangedDetails
public boolean isDropboxPasswordsPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS,falseotherwise.
-
dropboxPasswordsPolicyChangedDetails
public static EventDetails dropboxPasswordsPolicyChangedDetails(DropboxPasswordsPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDropboxPasswordsPolicyChangedDetailsValue
public DropboxPasswordsPolicyChangedDetails getDropboxPasswordsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.DROPBOX_PASSWORDS_POLICY_CHANGED_DETAILS.- Returns:
- The
DropboxPasswordsPolicyChangedDetailsvalue associated with this instance ifisDropboxPasswordsPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDropboxPasswordsPolicyChangedDetails()isfalse.
-
isEmailIngestPolicyChangedDetails
public boolean isEmailIngestPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS,falseotherwise.
-
emailIngestPolicyChangedDetails
public static EventDetails emailIngestPolicyChangedDetails(EmailIngestPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmailIngestPolicyChangedDetailsValue
public EmailIngestPolicyChangedDetails getEmailIngestPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.EMAIL_INGEST_POLICY_CHANGED_DETAILS.- Returns:
- The
EmailIngestPolicyChangedDetailsvalue associated with this instance ifisEmailIngestPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmailIngestPolicyChangedDetails()isfalse.
-
isEmmAddExceptionDetails
public boolean isEmmAddExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS,falseotherwise.
-
emmAddExceptionDetails
public static EventDetails emmAddExceptionDetails(EmmAddExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmAddExceptionDetailsValue
public EmmAddExceptionDetails getEmmAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.- Returns:
- The
EmmAddExceptionDetailsvalue associated with this instance ifisEmmAddExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmAddExceptionDetails()isfalse.
-
isEmmChangePolicyDetails
public boolean isEmmChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS,falseotherwise.
-
emmChangePolicyDetails
public static EventDetails emmChangePolicyDetails(EmmChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmChangePolicyDetailsValue
public EmmChangePolicyDetails getEmmChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.- Returns:
- The
EmmChangePolicyDetailsvalue associated with this instance ifisEmmChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmChangePolicyDetails()isfalse.
-
isEmmRemoveExceptionDetails
public boolean isEmmRemoveExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS,falseotherwise.
-
emmRemoveExceptionDetails
public static EventDetails emmRemoveExceptionDetails(EmmRemoveExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEmmRemoveExceptionDetailsValue
public EmmRemoveExceptionDetails getEmmRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.- Returns:
- The
EmmRemoveExceptionDetailsvalue associated with this instance ifisEmmRemoveExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEmmRemoveExceptionDetails()isfalse.
-
isExtendedVersionHistoryChangePolicyDetails
public boolean isExtendedVersionHistoryChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS,falseotherwise.
-
extendedVersionHistoryChangePolicyDetails
public static EventDetails extendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExtendedVersionHistoryChangePolicyDetailsValue
public ExtendedVersionHistoryChangePolicyDetails getExtendedVersionHistoryChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.- Returns:
- The
ExtendedVersionHistoryChangePolicyDetailsvalue associated with this instance ifisExtendedVersionHistoryChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExtendedVersionHistoryChangePolicyDetails()isfalse.
-
isExternalDriveBackupPolicyChangedDetails
public boolean isExternalDriveBackupPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS,falseotherwise.
-
externalDriveBackupPolicyChangedDetails
public static EventDetails externalDriveBackupPolicyChangedDetails(ExternalDriveBackupPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getExternalDriveBackupPolicyChangedDetailsValue
public ExternalDriveBackupPolicyChangedDetails getExternalDriveBackupPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_DRIVE_BACKUP_POLICY_CHANGED_DETAILS.- Returns:
- The
ExternalDriveBackupPolicyChangedDetailsvalue associated with this instance ifisExternalDriveBackupPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisExternalDriveBackupPolicyChangedDetails()isfalse.
-
isFileCommentsChangePolicyDetails
public boolean isFileCommentsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS,falseotherwise.
-
fileCommentsChangePolicyDetails
public static EventDetails fileCommentsChangePolicyDetails(FileCommentsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileCommentsChangePolicyDetailsValue
public FileCommentsChangePolicyDetails getFileCommentsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.- Returns:
- The
FileCommentsChangePolicyDetailsvalue associated with this instance ifisFileCommentsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileCommentsChangePolicyDetails()isfalse.
-
isFileLockingPolicyChangedDetails
public boolean isFileLockingPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS,falseotherwise.
-
fileLockingPolicyChangedDetails
public static EventDetails fileLockingPolicyChangedDetails(FileLockingPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileLockingPolicyChangedDetailsValue
public FileLockingPolicyChangedDetails getFileLockingPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS.- Returns:
- The
FileLockingPolicyChangedDetailsvalue associated with this instance ifisFileLockingPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileLockingPolicyChangedDetails()isfalse.
-
isFileProviderMigrationPolicyChangedDetails
public boolean isFileProviderMigrationPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS,falseotherwise.
-
fileProviderMigrationPolicyChangedDetails
public static EventDetails fileProviderMigrationPolicyChangedDetails(FileProviderMigrationPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileProviderMigrationPolicyChangedDetailsValue
public FileProviderMigrationPolicyChangedDetails getFileProviderMigrationPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_PROVIDER_MIGRATION_POLICY_CHANGED_DETAILS.- Returns:
- The
FileProviderMigrationPolicyChangedDetailsvalue associated with this instance ifisFileProviderMigrationPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileProviderMigrationPolicyChangedDetails()isfalse.
-
isFileRequestsChangePolicyDetails
public boolean isFileRequestsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.
-
fileRequestsChangePolicyDetails
public static EventDetails fileRequestsChangePolicyDetails(FileRequestsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsChangePolicyDetailsValue
public FileRequestsChangePolicyDetails getFileRequestsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.- Returns:
- The
FileRequestsChangePolicyDetailsvalue associated with this instance ifisFileRequestsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsChangePolicyDetails()isfalse.
-
isFileRequestsEmailsEnabledDetails
public boolean isFileRequestsEmailsEnabledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS,falseotherwise.
-
fileRequestsEmailsEnabledDetails
public static EventDetails fileRequestsEmailsEnabledDetails(FileRequestsEmailsEnabledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsEmailsEnabledDetailsValue
public FileRequestsEmailsEnabledDetails getFileRequestsEmailsEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.- Returns:
- The
FileRequestsEmailsEnabledDetailsvalue associated with this instance ifisFileRequestsEmailsEnabledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsEmailsEnabledDetails()isfalse.
-
isFileRequestsEmailsRestrictedToTeamOnlyDetails
public boolean isFileRequestsEmailsRestrictedToTeamOnlyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS,falseotherwise.
-
fileRequestsEmailsRestrictedToTeamOnlyDetails
public static EventDetails fileRequestsEmailsRestrictedToTeamOnlyDetails(FileRequestsEmailsRestrictedToTeamOnlyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue
public FileRequestsEmailsRestrictedToTeamOnlyDetails getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.- Returns:
- The
FileRequestsEmailsRestrictedToTeamOnlyDetailsvalue associated with this instance ifisFileRequestsEmailsRestrictedToTeamOnlyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileRequestsEmailsRestrictedToTeamOnlyDetails()isfalse.
-
isFileTransfersPolicyChangedDetails
public boolean isFileTransfersPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS,falseotherwise.
-
fileTransfersPolicyChangedDetails
public static EventDetails fileTransfersPolicyChangedDetails(FileTransfersPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getFileTransfersPolicyChangedDetailsValue
public FileTransfersPolicyChangedDetails getFileTransfersPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS.- Returns:
- The
FileTransfersPolicyChangedDetailsvalue associated with this instance ifisFileTransfersPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisFileTransfersPolicyChangedDetails()isfalse.
-
isGoogleSsoChangePolicyDetails
public boolean isGoogleSsoChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS,falseotherwise.
-
googleSsoChangePolicyDetails
public static EventDetails googleSsoChangePolicyDetails(GoogleSsoChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGoogleSsoChangePolicyDetailsValue
public GoogleSsoChangePolicyDetails getGoogleSsoChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.- Returns:
- The
GoogleSsoChangePolicyDetailsvalue associated with this instance ifisGoogleSsoChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGoogleSsoChangePolicyDetails()isfalse.
-
isGroupUserManagementChangePolicyDetails
public boolean isGroupUserManagementChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS,falseotherwise.
-
groupUserManagementChangePolicyDetails
public static EventDetails groupUserManagementChangePolicyDetails(GroupUserManagementChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGroupUserManagementChangePolicyDetailsValue
public GroupUserManagementChangePolicyDetails getGroupUserManagementChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.- Returns:
- The
GroupUserManagementChangePolicyDetailsvalue associated with this instance ifisGroupUserManagementChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGroupUserManagementChangePolicyDetails()isfalse.
-
isIntegrationPolicyChangedDetails
public boolean isIntegrationPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS,falseotherwise.
-
integrationPolicyChangedDetails
public static EventDetails integrationPolicyChangedDetails(IntegrationPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getIntegrationPolicyChangedDetailsValue
public IntegrationPolicyChangedDetails getIntegrationPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS.- Returns:
- The
IntegrationPolicyChangedDetailsvalue associated with this instance ifisIntegrationPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisIntegrationPolicyChangedDetails()isfalse.
-
isInviteAcceptanceEmailPolicyChangedDetails
public boolean isInviteAcceptanceEmailPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS,falseotherwise.
-
inviteAcceptanceEmailPolicyChangedDetails
public static EventDetails inviteAcceptanceEmailPolicyChangedDetails(InviteAcceptanceEmailPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getInviteAcceptanceEmailPolicyChangedDetailsValue
public InviteAcceptanceEmailPolicyChangedDetails getInviteAcceptanceEmailPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.INVITE_ACCEPTANCE_EMAIL_POLICY_CHANGED_DETAILS.- Returns:
- The
InviteAcceptanceEmailPolicyChangedDetailsvalue associated with this instance ifisInviteAcceptanceEmailPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisInviteAcceptanceEmailPolicyChangedDetails()isfalse.
-
isMemberRequestsChangePolicyDetails
public boolean isMemberRequestsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS,falseotherwise.
-
memberRequestsChangePolicyDetails
public static EventDetails memberRequestsChangePolicyDetails(MemberRequestsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberRequestsChangePolicyDetailsValue
public MemberRequestsChangePolicyDetails getMemberRequestsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.- Returns:
- The
MemberRequestsChangePolicyDetailsvalue associated with this instance ifisMemberRequestsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberRequestsChangePolicyDetails()isfalse.
-
isMemberSendInvitePolicyChangedDetails
public boolean isMemberSendInvitePolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS,falseotherwise.
-
memberSendInvitePolicyChangedDetails
public static EventDetails memberSendInvitePolicyChangedDetails(MemberSendInvitePolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSendInvitePolicyChangedDetailsValue
public MemberSendInvitePolicyChangedDetails getMemberSendInvitePolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS.- Returns:
- The
MemberSendInvitePolicyChangedDetailsvalue associated with this instance ifisMemberSendInvitePolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSendInvitePolicyChangedDetails()isfalse.
-
isMemberSpaceLimitsAddExceptionDetails
public boolean isMemberSpaceLimitsAddExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS,falseotherwise.
-
memberSpaceLimitsAddExceptionDetails
public static EventDetails memberSpaceLimitsAddExceptionDetails(MemberSpaceLimitsAddExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsAddExceptionDetailsValue
public MemberSpaceLimitsAddExceptionDetails getMemberSpaceLimitsAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.- Returns:
- The
MemberSpaceLimitsAddExceptionDetailsvalue associated with this instance ifisMemberSpaceLimitsAddExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsAddExceptionDetails()isfalse.
-
isMemberSpaceLimitsChangeCapsTypePolicyDetails
public boolean isMemberSpaceLimitsChangeCapsTypePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS,falseotherwise.
-
memberSpaceLimitsChangeCapsTypePolicyDetails
public static EventDetails memberSpaceLimitsChangeCapsTypePolicyDetails(MemberSpaceLimitsChangeCapsTypePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue
public MemberSpaceLimitsChangeCapsTypePolicyDetails getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS.- Returns:
- The
MemberSpaceLimitsChangeCapsTypePolicyDetailsvalue associated with this instance ifisMemberSpaceLimitsChangeCapsTypePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangeCapsTypePolicyDetails()isfalse.
-
isMemberSpaceLimitsChangePolicyDetails
public boolean isMemberSpaceLimitsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS,falseotherwise.
-
memberSpaceLimitsChangePolicyDetails
public static EventDetails memberSpaceLimitsChangePolicyDetails(MemberSpaceLimitsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsChangePolicyDetailsValue
public MemberSpaceLimitsChangePolicyDetails getMemberSpaceLimitsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.- Returns:
- The
MemberSpaceLimitsChangePolicyDetailsvalue associated with this instance ifisMemberSpaceLimitsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsChangePolicyDetails()isfalse.
-
isMemberSpaceLimitsRemoveExceptionDetails
public boolean isMemberSpaceLimitsRemoveExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS,falseotherwise.
-
memberSpaceLimitsRemoveExceptionDetails
public static EventDetails memberSpaceLimitsRemoveExceptionDetails(MemberSpaceLimitsRemoveExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSpaceLimitsRemoveExceptionDetailsValue
public MemberSpaceLimitsRemoveExceptionDetails getMemberSpaceLimitsRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.- Returns:
- The
MemberSpaceLimitsRemoveExceptionDetailsvalue associated with this instance ifisMemberSpaceLimitsRemoveExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSpaceLimitsRemoveExceptionDetails()isfalse.
-
isMemberSuggestionsChangePolicyDetails
public boolean isMemberSuggestionsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS,falseotherwise.
-
memberSuggestionsChangePolicyDetails
public static EventDetails memberSuggestionsChangePolicyDetails(MemberSuggestionsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMemberSuggestionsChangePolicyDetailsValue
public MemberSuggestionsChangePolicyDetails getMemberSuggestionsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.- Returns:
- The
MemberSuggestionsChangePolicyDetailsvalue associated with this instance ifisMemberSuggestionsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMemberSuggestionsChangePolicyDetails()isfalse.
-
isMicrosoftOfficeAddinChangePolicyDetails
public boolean isMicrosoftOfficeAddinChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS,falseotherwise.
-
microsoftOfficeAddinChangePolicyDetails
public static EventDetails microsoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMicrosoftOfficeAddinChangePolicyDetailsValue
public MicrosoftOfficeAddinChangePolicyDetails getMicrosoftOfficeAddinChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.- Returns:
- The
MicrosoftOfficeAddinChangePolicyDetailsvalue associated with this instance ifisMicrosoftOfficeAddinChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMicrosoftOfficeAddinChangePolicyDetails()isfalse.
-
isNetworkControlChangePolicyDetails
public boolean isNetworkControlChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS,falseotherwise.
-
networkControlChangePolicyDetails
public static EventDetails networkControlChangePolicyDetails(NetworkControlChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getNetworkControlChangePolicyDetailsValue
public NetworkControlChangePolicyDetails getNetworkControlChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.- Returns:
- The
NetworkControlChangePolicyDetailsvalue associated with this instance ifisNetworkControlChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisNetworkControlChangePolicyDetails()isfalse.
-
isPaperChangeDeploymentPolicyDetails
public boolean isPaperChangeDeploymentPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS,falseotherwise.
-
paperChangeDeploymentPolicyDetails
public static EventDetails paperChangeDeploymentPolicyDetails(PaperChangeDeploymentPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeDeploymentPolicyDetailsValue
public PaperChangeDeploymentPolicyDetails getPaperChangeDeploymentPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.- Returns:
- The
PaperChangeDeploymentPolicyDetailsvalue associated with this instance ifisPaperChangeDeploymentPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeDeploymentPolicyDetails()isfalse.
-
isPaperChangeMemberLinkPolicyDetails
public boolean isPaperChangeMemberLinkPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS,falseotherwise.
-
paperChangeMemberLinkPolicyDetails
public static EventDetails paperChangeMemberLinkPolicyDetails(PaperChangeMemberLinkPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeMemberLinkPolicyDetailsValue
public PaperChangeMemberLinkPolicyDetails getPaperChangeMemberLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.- Returns:
- The
PaperChangeMemberLinkPolicyDetailsvalue associated with this instance ifisPaperChangeMemberLinkPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeMemberLinkPolicyDetails()isfalse.
-
isPaperChangeMemberPolicyDetails
public boolean isPaperChangeMemberPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.
-
paperChangeMemberPolicyDetails
public static EventDetails paperChangeMemberPolicyDetails(PaperChangeMemberPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangeMemberPolicyDetailsValue
public PaperChangeMemberPolicyDetails getPaperChangeMemberPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.- Returns:
- The
PaperChangeMemberPolicyDetailsvalue associated with this instance ifisPaperChangeMemberPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangeMemberPolicyDetails()isfalse.
-
isPaperChangePolicyDetails
public boolean isPaperChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS,falseotherwise.
-
paperChangePolicyDetails
public static EventDetails paperChangePolicyDetails(PaperChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperChangePolicyDetailsValue
public PaperChangePolicyDetails getPaperChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.- Returns:
- The
PaperChangePolicyDetailsvalue associated with this instance ifisPaperChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperChangePolicyDetails()isfalse.
-
isPaperDefaultFolderPolicyChangedDetails
public boolean isPaperDefaultFolderPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS,falseotherwise.
-
paperDefaultFolderPolicyChangedDetails
public static EventDetails paperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDefaultFolderPolicyChangedDetailsValue
public PaperDefaultFolderPolicyChangedDetails getPaperDefaultFolderPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS.- Returns:
- The
PaperDefaultFolderPolicyChangedDetailsvalue associated with this instance ifisPaperDefaultFolderPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDefaultFolderPolicyChangedDetails()isfalse.
-
isPaperDesktopPolicyChangedDetails
public boolean isPaperDesktopPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS,falseotherwise.
-
paperDesktopPolicyChangedDetails
public static EventDetails paperDesktopPolicyChangedDetails(PaperDesktopPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperDesktopPolicyChangedDetailsValue
public PaperDesktopPolicyChangedDetails getPaperDesktopPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS.- Returns:
- The
PaperDesktopPolicyChangedDetailsvalue associated with this instance ifisPaperDesktopPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperDesktopPolicyChangedDetails()isfalse.
-
isPaperEnabledUsersGroupAdditionDetails
public boolean isPaperEnabledUsersGroupAdditionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS,falseotherwise.
-
paperEnabledUsersGroupAdditionDetails
public static EventDetails paperEnabledUsersGroupAdditionDetails(PaperEnabledUsersGroupAdditionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperEnabledUsersGroupAdditionDetailsValue
public PaperEnabledUsersGroupAdditionDetails getPaperEnabledUsersGroupAdditionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.- Returns:
- The
PaperEnabledUsersGroupAdditionDetailsvalue associated with this instance ifisPaperEnabledUsersGroupAdditionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperEnabledUsersGroupAdditionDetails()isfalse.
-
isPaperEnabledUsersGroupRemovalDetails
public boolean isPaperEnabledUsersGroupRemovalDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS,falseotherwise.
-
paperEnabledUsersGroupRemovalDetails
public static EventDetails paperEnabledUsersGroupRemovalDetails(PaperEnabledUsersGroupRemovalDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPaperEnabledUsersGroupRemovalDetailsValue
public PaperEnabledUsersGroupRemovalDetails getPaperEnabledUsersGroupRemovalDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.- Returns:
- The
PaperEnabledUsersGroupRemovalDetailsvalue associated with this instance ifisPaperEnabledUsersGroupRemovalDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPaperEnabledUsersGroupRemovalDetails()isfalse.
-
isPasswordStrengthRequirementsChangePolicyDetails
public boolean isPasswordStrengthRequirementsChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS,falseotherwise.
-
passwordStrengthRequirementsChangePolicyDetails
public static EventDetails passwordStrengthRequirementsChangePolicyDetails(PasswordStrengthRequirementsChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPasswordStrengthRequirementsChangePolicyDetailsValue
public PasswordStrengthRequirementsChangePolicyDetails getPasswordStrengthRequirementsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS.- Returns:
- The
PasswordStrengthRequirementsChangePolicyDetailsvalue associated with this instance ifisPasswordStrengthRequirementsChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPasswordStrengthRequirementsChangePolicyDetails()isfalse.
-
isPermanentDeleteChangePolicyDetails
public boolean isPermanentDeleteChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS,falseotherwise.
-
permanentDeleteChangePolicyDetails
public static EventDetails permanentDeleteChangePolicyDetails(PermanentDeleteChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getPermanentDeleteChangePolicyDetailsValue
public PermanentDeleteChangePolicyDetails getPermanentDeleteChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.- Returns:
- The
PermanentDeleteChangePolicyDetailsvalue associated with this instance ifisPermanentDeleteChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisPermanentDeleteChangePolicyDetails()isfalse.
-
isResellerSupportChangePolicyDetails
public boolean isResellerSupportChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS,falseotherwise.
-
resellerSupportChangePolicyDetails
public static EventDetails resellerSupportChangePolicyDetails(ResellerSupportChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getResellerSupportChangePolicyDetailsValue
public ResellerSupportChangePolicyDetails getResellerSupportChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS.- Returns:
- The
ResellerSupportChangePolicyDetailsvalue associated with this instance ifisResellerSupportChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisResellerSupportChangePolicyDetails()isfalse.
-
isRewindPolicyChangedDetails
public boolean isRewindPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS,falseotherwise.
-
rewindPolicyChangedDetails
public static EventDetails rewindPolicyChangedDetails(RewindPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getRewindPolicyChangedDetailsValue
public RewindPolicyChangedDetails getRewindPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS.- Returns:
- The
RewindPolicyChangedDetailsvalue associated with this instance ifisRewindPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisRewindPolicyChangedDetails()isfalse.
-
isSendForSignaturePolicyChangedDetails
public boolean isSendForSignaturePolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS,falseotherwise.
-
sendForSignaturePolicyChangedDetails
public static EventDetails sendForSignaturePolicyChangedDetails(SendForSignaturePolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSendForSignaturePolicyChangedDetailsValue
public SendForSignaturePolicyChangedDetails getSendForSignaturePolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS.- Returns:
- The
SendForSignaturePolicyChangedDetailsvalue associated with this instance ifisSendForSignaturePolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSendForSignaturePolicyChangedDetails()isfalse.
-
isSharingChangeFolderJoinPolicyDetails
public boolean isSharingChangeFolderJoinPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS,falseotherwise.
-
sharingChangeFolderJoinPolicyDetails
public static EventDetails sharingChangeFolderJoinPolicyDetails(SharingChangeFolderJoinPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeFolderJoinPolicyDetailsValue
public SharingChangeFolderJoinPolicyDetails getSharingChangeFolderJoinPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.- Returns:
- The
SharingChangeFolderJoinPolicyDetailsvalue associated with this instance ifisSharingChangeFolderJoinPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeFolderJoinPolicyDetails()isfalse.
-
isSharingChangeLinkAllowChangeExpirationPolicyDetails
public boolean isSharingChangeLinkAllowChangeExpirationPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS,falseotherwise.
-
sharingChangeLinkAllowChangeExpirationPolicyDetails
public static EventDetails sharingChangeLinkAllowChangeExpirationPolicyDetails(SharingChangeLinkAllowChangeExpirationPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkAllowChangeExpirationPolicyDetailsValue
public SharingChangeLinkAllowChangeExpirationPolicyDetails getSharingChangeLinkAllowChangeExpirationPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ALLOW_CHANGE_EXPIRATION_POLICY_DETAILS.- Returns:
- The
SharingChangeLinkAllowChangeExpirationPolicyDetailsvalue associated with this instance ifisSharingChangeLinkAllowChangeExpirationPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkAllowChangeExpirationPolicyDetails()isfalse.
-
isSharingChangeLinkDefaultExpirationPolicyDetails
public boolean isSharingChangeLinkDefaultExpirationPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS,falseotherwise.
-
sharingChangeLinkDefaultExpirationPolicyDetails
public static EventDetails sharingChangeLinkDefaultExpirationPolicyDetails(SharingChangeLinkDefaultExpirationPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkDefaultExpirationPolicyDetailsValue
public SharingChangeLinkDefaultExpirationPolicyDetails getSharingChangeLinkDefaultExpirationPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_DEFAULT_EXPIRATION_POLICY_DETAILS.- Returns:
- The
SharingChangeLinkDefaultExpirationPolicyDetailsvalue associated with this instance ifisSharingChangeLinkDefaultExpirationPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkDefaultExpirationPolicyDetails()isfalse.
-
isSharingChangeLinkEnforcePasswordPolicyDetails
public boolean isSharingChangeLinkEnforcePasswordPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS,falseotherwise.
-
sharingChangeLinkEnforcePasswordPolicyDetails
public static EventDetails sharingChangeLinkEnforcePasswordPolicyDetails(SharingChangeLinkEnforcePasswordPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkEnforcePasswordPolicyDetailsValue
public SharingChangeLinkEnforcePasswordPolicyDetails getSharingChangeLinkEnforcePasswordPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_ENFORCE_PASSWORD_POLICY_DETAILS.- Returns:
- The
SharingChangeLinkEnforcePasswordPolicyDetailsvalue associated with this instance ifisSharingChangeLinkEnforcePasswordPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkEnforcePasswordPolicyDetails()isfalse.
-
isSharingChangeLinkPolicyDetails
public boolean isSharingChangeLinkPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS,falseotherwise.
-
sharingChangeLinkPolicyDetails
public static EventDetails sharingChangeLinkPolicyDetails(SharingChangeLinkPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeLinkPolicyDetailsValue
public SharingChangeLinkPolicyDetails getSharingChangeLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.- Returns:
- The
SharingChangeLinkPolicyDetailsvalue associated with this instance ifisSharingChangeLinkPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeLinkPolicyDetails()isfalse.
-
isSharingChangeMemberPolicyDetails
public boolean isSharingChangeMemberPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS,falseotherwise.
-
sharingChangeMemberPolicyDetails
public static EventDetails sharingChangeMemberPolicyDetails(SharingChangeMemberPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSharingChangeMemberPolicyDetailsValue
public SharingChangeMemberPolicyDetails getSharingChangeMemberPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.- Returns:
- The
SharingChangeMemberPolicyDetailsvalue associated with this instance ifisSharingChangeMemberPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSharingChangeMemberPolicyDetails()isfalse.
-
isShowcaseChangeDownloadPolicyDetails
public boolean isShowcaseChangeDownloadPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS,falseotherwise.
-
showcaseChangeDownloadPolicyDetails
public static EventDetails showcaseChangeDownloadPolicyDetails(ShowcaseChangeDownloadPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeDownloadPolicyDetailsValue
public ShowcaseChangeDownloadPolicyDetails getShowcaseChangeDownloadPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS.- Returns:
- The
ShowcaseChangeDownloadPolicyDetailsvalue associated with this instance ifisShowcaseChangeDownloadPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeDownloadPolicyDetails()isfalse.
-
isShowcaseChangeEnabledPolicyDetails
public boolean isShowcaseChangeEnabledPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS,falseotherwise.
-
showcaseChangeEnabledPolicyDetails
public static EventDetails showcaseChangeEnabledPolicyDetails(ShowcaseChangeEnabledPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeEnabledPolicyDetailsValue
public ShowcaseChangeEnabledPolicyDetails getShowcaseChangeEnabledPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS.- Returns:
- The
ShowcaseChangeEnabledPolicyDetailsvalue associated with this instance ifisShowcaseChangeEnabledPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeEnabledPolicyDetails()isfalse.
-
isShowcaseChangeExternalSharingPolicyDetails
public boolean isShowcaseChangeExternalSharingPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS,falseotherwise.
-
showcaseChangeExternalSharingPolicyDetails
public static EventDetails showcaseChangeExternalSharingPolicyDetails(ShowcaseChangeExternalSharingPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getShowcaseChangeExternalSharingPolicyDetailsValue
public ShowcaseChangeExternalSharingPolicyDetails getShowcaseChangeExternalSharingPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS.- Returns:
- The
ShowcaseChangeExternalSharingPolicyDetailsvalue associated with this instance ifisShowcaseChangeExternalSharingPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisShowcaseChangeExternalSharingPolicyDetails()isfalse.
-
isSmarterSmartSyncPolicyChangedDetails
public boolean isSmarterSmartSyncPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.
-
smarterSmartSyncPolicyChangedDetails
public static EventDetails smarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmarterSmartSyncPolicyChangedDetailsValue
public SmarterSmartSyncPolicyChangedDetails getSmarterSmartSyncPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS.- Returns:
- The
SmarterSmartSyncPolicyChangedDetailsvalue associated with this instance ifisSmarterSmartSyncPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSmarterSmartSyncPolicyChangedDetails()isfalse.
-
isSmartSyncChangePolicyDetails
public boolean isSmartSyncChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS,falseotherwise.
-
smartSyncChangePolicyDetails
public static EventDetails smartSyncChangePolicyDetails(SmartSyncChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncChangePolicyDetailsValue
public SmartSyncChangePolicyDetails getSmartSyncChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.- Returns:
- The
SmartSyncChangePolicyDetailsvalue associated with this instance ifisSmartSyncChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncChangePolicyDetails()isfalse.
-
isSmartSyncNotOptOutDetails
public boolean isSmartSyncNotOptOutDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS,falseotherwise.
-
smartSyncNotOptOutDetails
public static EventDetails smartSyncNotOptOutDetails(SmartSyncNotOptOutDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncNotOptOutDetailsValue
public SmartSyncNotOptOutDetails getSmartSyncNotOptOutDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.- Returns:
- The
SmartSyncNotOptOutDetailsvalue associated with this instance ifisSmartSyncNotOptOutDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncNotOptOutDetails()isfalse.
-
isSmartSyncOptOutDetails
public boolean isSmartSyncOptOutDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS,falseotherwise.
-
smartSyncOptOutDetails
public static EventDetails smartSyncOptOutDetails(SmartSyncOptOutDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSmartSyncOptOutDetailsValue
public SmartSyncOptOutDetails getSmartSyncOptOutDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.- Returns:
- The
SmartSyncOptOutDetailsvalue associated with this instance ifisSmartSyncOptOutDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSmartSyncOptOutDetails()isfalse.
-
isSsoChangePolicyDetails
public boolean isSsoChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS,falseotherwise.
-
ssoChangePolicyDetails
public static EventDetails ssoChangePolicyDetails(SsoChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getSsoChangePolicyDetailsValue
public SsoChangePolicyDetails getSsoChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.- Returns:
- The
SsoChangePolicyDetailsvalue associated with this instance ifisSsoChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisSsoChangePolicyDetails()isfalse.
-
isTeamBrandingPolicyChangedDetails
public boolean isTeamBrandingPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS,falseotherwise.
-
teamBrandingPolicyChangedDetails
public static EventDetails teamBrandingPolicyChangedDetails(TeamBrandingPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamBrandingPolicyChangedDetailsValue
public TeamBrandingPolicyChangedDetails getTeamBrandingPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_BRANDING_POLICY_CHANGED_DETAILS.- Returns:
- The
TeamBrandingPolicyChangedDetailsvalue associated with this instance ifisTeamBrandingPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamBrandingPolicyChangedDetails()isfalse.
-
isTeamExtensionsPolicyChangedDetails
public boolean isTeamExtensionsPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS,falseotherwise.
-
teamExtensionsPolicyChangedDetails
public static EventDetails teamExtensionsPolicyChangedDetails(TeamExtensionsPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamExtensionsPolicyChangedDetailsValue
public TeamExtensionsPolicyChangedDetails getTeamExtensionsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS.- Returns:
- The
TeamExtensionsPolicyChangedDetailsvalue associated with this instance ifisTeamExtensionsPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamExtensionsPolicyChangedDetails()isfalse.
-
isTeamSelectiveSyncPolicyChangedDetails
public boolean isTeamSelectiveSyncPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS,falseotherwise.
-
teamSelectiveSyncPolicyChangedDetails
public static EventDetails teamSelectiveSyncPolicyChangedDetails(TeamSelectiveSyncPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSelectiveSyncPolicyChangedDetailsValue
public TeamSelectiveSyncPolicyChangedDetails getTeamSelectiveSyncPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS.- Returns:
- The
TeamSelectiveSyncPolicyChangedDetailsvalue associated with this instance ifisTeamSelectiveSyncPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSelectiveSyncPolicyChangedDetails()isfalse.
-
isTeamSharingWhitelistSubjectsChangedDetails
public boolean isTeamSharingWhitelistSubjectsChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS,falseotherwise.
-
teamSharingWhitelistSubjectsChangedDetails
public static EventDetails teamSharingWhitelistSubjectsChangedDetails(TeamSharingWhitelistSubjectsChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamSharingWhitelistSubjectsChangedDetailsValue
public TeamSharingWhitelistSubjectsChangedDetails getTeamSharingWhitelistSubjectsChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS.- Returns:
- The
TeamSharingWhitelistSubjectsChangedDetailsvalue associated with this instance ifisTeamSharingWhitelistSubjectsChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamSharingWhitelistSubjectsChangedDetails()isfalse.
-
isTfaAddExceptionDetails
public boolean isTfaAddExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS,falseotherwise.
-
tfaAddExceptionDetails
public static EventDetails tfaAddExceptionDetails(TfaAddExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddExceptionDetailsValue
public TfaAddExceptionDetails getTfaAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS.- Returns:
- The
TfaAddExceptionDetailsvalue associated with this instance ifisTfaAddExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddExceptionDetails()isfalse.
-
isTfaChangePolicyDetails
public boolean isTfaChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS,falseotherwise.
-
tfaChangePolicyDetails
public static EventDetails tfaChangePolicyDetails(TfaChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangePolicyDetailsValue
public TfaChangePolicyDetails getTfaChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.- Returns:
- The
TfaChangePolicyDetailsvalue associated with this instance ifisTfaChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangePolicyDetails()isfalse.
-
isTfaRemoveExceptionDetails
public boolean isTfaRemoveExceptionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS,falseotherwise.
-
tfaRemoveExceptionDetails
public static EventDetails tfaRemoveExceptionDetails(TfaRemoveExceptionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveExceptionDetailsValue
public TfaRemoveExceptionDetails getTfaRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS.- Returns:
- The
TfaRemoveExceptionDetailsvalue associated with this instance ifisTfaRemoveExceptionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveExceptionDetails()isfalse.
-
isTwoAccountChangePolicyDetails
public boolean isTwoAccountChangePolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS,falseotherwise.
-
twoAccountChangePolicyDetails
public static EventDetails twoAccountChangePolicyDetails(TwoAccountChangePolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTwoAccountChangePolicyDetailsValue
public TwoAccountChangePolicyDetails getTwoAccountChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.- Returns:
- The
TwoAccountChangePolicyDetailsvalue associated with this instance ifisTwoAccountChangePolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTwoAccountChangePolicyDetails()isfalse.
-
isViewerInfoPolicyChangedDetails
public boolean isViewerInfoPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS,falseotherwise.
-
viewerInfoPolicyChangedDetails
public static EventDetails viewerInfoPolicyChangedDetails(ViewerInfoPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getViewerInfoPolicyChangedDetailsValue
public ViewerInfoPolicyChangedDetails getViewerInfoPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS.- Returns:
- The
ViewerInfoPolicyChangedDetailsvalue associated with this instance ifisViewerInfoPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisViewerInfoPolicyChangedDetails()isfalse.
-
isWatermarkingPolicyChangedDetails
public boolean isWatermarkingPolicyChangedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS,falseotherwise.
-
watermarkingPolicyChangedDetails
public static EventDetails watermarkingPolicyChangedDetails(WatermarkingPolicyChangedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWatermarkingPolicyChangedDetailsValue
public WatermarkingPolicyChangedDetails getWatermarkingPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS.- Returns:
- The
WatermarkingPolicyChangedDetailsvalue associated with this instance ifisWatermarkingPolicyChangedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisWatermarkingPolicyChangedDetails()isfalse.
-
isWebSessionsChangeActiveSessionLimitDetails
public boolean isWebSessionsChangeActiveSessionLimitDetails()
Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS,falseotherwise.
-
webSessionsChangeActiveSessionLimitDetails
public static EventDetails webSessionsChangeActiveSessionLimitDetails(WebSessionsChangeActiveSessionLimitDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeActiveSessionLimitDetailsValue
public WebSessionsChangeActiveSessionLimitDetails getWebSessionsChangeActiveSessionLimitDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS.- Returns:
- The
WebSessionsChangeActiveSessionLimitDetailsvalue associated with this instance ifisWebSessionsChangeActiveSessionLimitDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeActiveSessionLimitDetails()isfalse.
-
isWebSessionsChangeFixedLengthPolicyDetails
public boolean isWebSessionsChangeFixedLengthPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS,falseotherwise.
-
webSessionsChangeFixedLengthPolicyDetails
public static EventDetails webSessionsChangeFixedLengthPolicyDetails(WebSessionsChangeFixedLengthPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeFixedLengthPolicyDetailsValue
public WebSessionsChangeFixedLengthPolicyDetails getWebSessionsChangeFixedLengthPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.- Returns:
- The
WebSessionsChangeFixedLengthPolicyDetailsvalue associated with this instance ifisWebSessionsChangeFixedLengthPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeFixedLengthPolicyDetails()isfalse.
-
isWebSessionsChangeIdleLengthPolicyDetails
public boolean isWebSessionsChangeIdleLengthPolicyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS,falseotherwise.
-
webSessionsChangeIdleLengthPolicyDetails
public static EventDetails webSessionsChangeIdleLengthPolicyDetails(WebSessionsChangeIdleLengthPolicyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getWebSessionsChangeIdleLengthPolicyDetailsValue
public WebSessionsChangeIdleLengthPolicyDetails getWebSessionsChangeIdleLengthPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.- Returns:
- The
WebSessionsChangeIdleLengthPolicyDetailsvalue associated with this instance ifisWebSessionsChangeIdleLengthPolicyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisWebSessionsChangeIdleLengthPolicyDetails()isfalse.
-
isDataResidencyMigrationRequestSuccessfulDetails
public boolean isDataResidencyMigrationRequestSuccessfulDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS,falseotherwise.
-
dataResidencyMigrationRequestSuccessfulDetails
public static EventDetails dataResidencyMigrationRequestSuccessfulDetails(DataResidencyMigrationRequestSuccessfulDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataResidencyMigrationRequestSuccessfulDetailsValue
public DataResidencyMigrationRequestSuccessfulDetails getDataResidencyMigrationRequestSuccessfulDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_SUCCESSFUL_DETAILS.- Returns:
- The
DataResidencyMigrationRequestSuccessfulDetailsvalue associated with this instance ifisDataResidencyMigrationRequestSuccessfulDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDataResidencyMigrationRequestSuccessfulDetails()isfalse.
-
isDataResidencyMigrationRequestUnsuccessfulDetails
public boolean isDataResidencyMigrationRequestUnsuccessfulDetails()
Returnstrueif this instance has the tagEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS,falseotherwise.
-
dataResidencyMigrationRequestUnsuccessfulDetails
public static EventDetails dataResidencyMigrationRequestUnsuccessfulDetails(DataResidencyMigrationRequestUnsuccessfulDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getDataResidencyMigrationRequestUnsuccessfulDetailsValue
public DataResidencyMigrationRequestUnsuccessfulDetails getDataResidencyMigrationRequestUnsuccessfulDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_RESIDENCY_MIGRATION_REQUEST_UNSUCCESSFUL_DETAILS.- Returns:
- The
DataResidencyMigrationRequestUnsuccessfulDetailsvalue associated with this instance ifisDataResidencyMigrationRequestUnsuccessfulDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisDataResidencyMigrationRequestUnsuccessfulDetails()isfalse.
-
isTeamMergeFromDetails
public boolean isTeamMergeFromDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_FROM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_FROM_DETAILS,falseotherwise.
-
teamMergeFromDetails
public static EventDetails teamMergeFromDetails(TeamMergeFromDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeFromDetailsValue
public TeamMergeFromDetails getTeamMergeFromDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_FROM_DETAILS.- Returns:
- The
TeamMergeFromDetailsvalue associated with this instance ifisTeamMergeFromDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeFromDetails()isfalse.
-
isTeamMergeToDetails
public boolean isTeamMergeToDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_TO_DETAILS,falseotherwise.
-
teamMergeToDetails
public static EventDetails teamMergeToDetails(TeamMergeToDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeToDetailsValue
public TeamMergeToDetails getTeamMergeToDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_TO_DETAILS.- Returns:
- The
TeamMergeToDetailsvalue associated with this instance ifisTeamMergeToDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeToDetails()isfalse.
-
isTeamProfileAddBackgroundDetails
public boolean isTeamProfileAddBackgroundDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS,falseotherwise.
-
teamProfileAddBackgroundDetails
public static EventDetails teamProfileAddBackgroundDetails(TeamProfileAddBackgroundDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileAddBackgroundDetailsValue
public TeamProfileAddBackgroundDetails getTeamProfileAddBackgroundDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_ADD_BACKGROUND_DETAILS.- Returns:
- The
TeamProfileAddBackgroundDetailsvalue associated with this instance ifisTeamProfileAddBackgroundDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileAddBackgroundDetails()isfalse.
-
isTeamProfileAddLogoDetails
public boolean isTeamProfileAddLogoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS,falseotherwise.
-
teamProfileAddLogoDetails
public static EventDetails teamProfileAddLogoDetails(TeamProfileAddLogoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileAddLogoDetailsValue
public TeamProfileAddLogoDetails getTeamProfileAddLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.- Returns:
- The
TeamProfileAddLogoDetailsvalue associated with this instance ifisTeamProfileAddLogoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileAddLogoDetails()isfalse.
-
isTeamProfileChangeBackgroundDetails
public boolean isTeamProfileChangeBackgroundDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS,falseotherwise.
-
teamProfileChangeBackgroundDetails
public static EventDetails teamProfileChangeBackgroundDetails(TeamProfileChangeBackgroundDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeBackgroundDetailsValue
public TeamProfileChangeBackgroundDetails getTeamProfileChangeBackgroundDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_BACKGROUND_DETAILS.- Returns:
- The
TeamProfileChangeBackgroundDetailsvalue associated with this instance ifisTeamProfileChangeBackgroundDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeBackgroundDetails()isfalse.
-
isTeamProfileChangeDefaultLanguageDetails
public boolean isTeamProfileChangeDefaultLanguageDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS,falseotherwise.
-
teamProfileChangeDefaultLanguageDetails
public static EventDetails teamProfileChangeDefaultLanguageDetails(TeamProfileChangeDefaultLanguageDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeDefaultLanguageDetailsValue
public TeamProfileChangeDefaultLanguageDetails getTeamProfileChangeDefaultLanguageDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.- Returns:
- The
TeamProfileChangeDefaultLanguageDetailsvalue associated with this instance ifisTeamProfileChangeDefaultLanguageDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeDefaultLanguageDetails()isfalse.
-
isTeamProfileChangeLogoDetails
public boolean isTeamProfileChangeLogoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS,falseotherwise.
-
teamProfileChangeLogoDetails
public static EventDetails teamProfileChangeLogoDetails(TeamProfileChangeLogoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeLogoDetailsValue
public TeamProfileChangeLogoDetails getTeamProfileChangeLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.- Returns:
- The
TeamProfileChangeLogoDetailsvalue associated with this instance ifisTeamProfileChangeLogoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeLogoDetails()isfalse.
-
isTeamProfileChangeNameDetails
public boolean isTeamProfileChangeNameDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS,falseotherwise.
-
teamProfileChangeNameDetails
public static EventDetails teamProfileChangeNameDetails(TeamProfileChangeNameDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileChangeNameDetailsValue
public TeamProfileChangeNameDetails getTeamProfileChangeNameDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.- Returns:
- The
TeamProfileChangeNameDetailsvalue associated with this instance ifisTeamProfileChangeNameDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileChangeNameDetails()isfalse.
-
isTeamProfileRemoveBackgroundDetails
public boolean isTeamProfileRemoveBackgroundDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS,falseotherwise.
-
teamProfileRemoveBackgroundDetails
public static EventDetails teamProfileRemoveBackgroundDetails(TeamProfileRemoveBackgroundDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileRemoveBackgroundDetailsValue
public TeamProfileRemoveBackgroundDetails getTeamProfileRemoveBackgroundDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_BACKGROUND_DETAILS.- Returns:
- The
TeamProfileRemoveBackgroundDetailsvalue associated with this instance ifisTeamProfileRemoveBackgroundDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileRemoveBackgroundDetails()isfalse.
-
isTeamProfileRemoveLogoDetails
public boolean isTeamProfileRemoveLogoDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS,falseotherwise.
-
teamProfileRemoveLogoDetails
public static EventDetails teamProfileRemoveLogoDetails(TeamProfileRemoveLogoDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamProfileRemoveLogoDetailsValue
public TeamProfileRemoveLogoDetails getTeamProfileRemoveLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.- Returns:
- The
TeamProfileRemoveLogoDetailsvalue associated with this instance ifisTeamProfileRemoveLogoDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamProfileRemoveLogoDetails()isfalse.
-
isTfaAddBackupPhoneDetails
public boolean isTfaAddBackupPhoneDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS,falseotherwise.
-
tfaAddBackupPhoneDetails
public static EventDetails tfaAddBackupPhoneDetails(TfaAddBackupPhoneDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddBackupPhoneDetailsValue
public TfaAddBackupPhoneDetails getTfaAddBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.- Returns:
- The
TfaAddBackupPhoneDetailsvalue associated with this instance ifisTfaAddBackupPhoneDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddBackupPhoneDetails()isfalse.
-
isTfaAddSecurityKeyDetails
public boolean isTfaAddSecurityKeyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS,falseotherwise.
-
tfaAddSecurityKeyDetails
public static EventDetails tfaAddSecurityKeyDetails(TfaAddSecurityKeyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaAddSecurityKeyDetailsValue
public TfaAddSecurityKeyDetails getTfaAddSecurityKeyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.- Returns:
- The
TfaAddSecurityKeyDetailsvalue associated with this instance ifisTfaAddSecurityKeyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaAddSecurityKeyDetails()isfalse.
-
isTfaChangeBackupPhoneDetails
public boolean isTfaChangeBackupPhoneDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS,falseotherwise.
-
tfaChangeBackupPhoneDetails
public static EventDetails tfaChangeBackupPhoneDetails(TfaChangeBackupPhoneDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangeBackupPhoneDetailsValue
public TfaChangeBackupPhoneDetails getTfaChangeBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.- Returns:
- The
TfaChangeBackupPhoneDetailsvalue associated with this instance ifisTfaChangeBackupPhoneDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangeBackupPhoneDetails()isfalse.
-
isTfaChangeStatusDetails
public boolean isTfaChangeStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS,falseotherwise.
-
tfaChangeStatusDetails
public static EventDetails tfaChangeStatusDetails(TfaChangeStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaChangeStatusDetailsValue
public TfaChangeStatusDetails getTfaChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.- Returns:
- The
TfaChangeStatusDetailsvalue associated with this instance ifisTfaChangeStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaChangeStatusDetails()isfalse.
-
isTfaRemoveBackupPhoneDetails
public boolean isTfaRemoveBackupPhoneDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS,falseotherwise.
-
tfaRemoveBackupPhoneDetails
public static EventDetails tfaRemoveBackupPhoneDetails(TfaRemoveBackupPhoneDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveBackupPhoneDetailsValue
public TfaRemoveBackupPhoneDetails getTfaRemoveBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.- Returns:
- The
TfaRemoveBackupPhoneDetailsvalue associated with this instance ifisTfaRemoveBackupPhoneDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveBackupPhoneDetails()isfalse.
-
isTfaRemoveSecurityKeyDetails
public boolean isTfaRemoveSecurityKeyDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS,falseotherwise.
-
tfaRemoveSecurityKeyDetails
public static EventDetails tfaRemoveSecurityKeyDetails(TfaRemoveSecurityKeyDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaRemoveSecurityKeyDetailsValue
public TfaRemoveSecurityKeyDetails getTfaRemoveSecurityKeyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.- Returns:
- The
TfaRemoveSecurityKeyDetailsvalue associated with this instance ifisTfaRemoveSecurityKeyDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaRemoveSecurityKeyDetails()isfalse.
-
isTfaResetDetails
public boolean isTfaResetDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.TFA_RESET_DETAILS,falseotherwise.
-
tfaResetDetails
public static EventDetails tfaResetDetails(TfaResetDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TFA_RESET_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TFA_RESET_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTfaResetDetailsValue
public TfaResetDetails getTfaResetDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_RESET_DETAILS.- Returns:
- The
TfaResetDetailsvalue associated with this instance ifisTfaResetDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTfaResetDetails()isfalse.
-
isChangedEnterpriseAdminRoleDetails
public boolean isChangedEnterpriseAdminRoleDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS,falseotherwise.
-
changedEnterpriseAdminRoleDetails
public static EventDetails changedEnterpriseAdminRoleDetails(ChangedEnterpriseAdminRoleDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getChangedEnterpriseAdminRoleDetailsValue
public ChangedEnterpriseAdminRoleDetails getChangedEnterpriseAdminRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS.- Returns:
- The
ChangedEnterpriseAdminRoleDetailsvalue associated with this instance ifisChangedEnterpriseAdminRoleDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisChangedEnterpriseAdminRoleDetails()isfalse.
-
isChangedEnterpriseConnectedTeamStatusDetails
public boolean isChangedEnterpriseConnectedTeamStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS,falseotherwise.
-
changedEnterpriseConnectedTeamStatusDetails
public static EventDetails changedEnterpriseConnectedTeamStatusDetails(ChangedEnterpriseConnectedTeamStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getChangedEnterpriseConnectedTeamStatusDetailsValue
public ChangedEnterpriseConnectedTeamStatusDetails getChangedEnterpriseConnectedTeamStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS.- Returns:
- The
ChangedEnterpriseConnectedTeamStatusDetailsvalue associated with this instance ifisChangedEnterpriseConnectedTeamStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisChangedEnterpriseConnectedTeamStatusDetails()isfalse.
-
isEndedEnterpriseAdminSessionDetails
public boolean isEndedEnterpriseAdminSessionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.
-
endedEnterpriseAdminSessionDetails
public static EventDetails endedEnterpriseAdminSessionDetails(EndedEnterpriseAdminSessionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEndedEnterpriseAdminSessionDetailsValue
public EndedEnterpriseAdminSessionDetails getEndedEnterpriseAdminSessionDetailsValue()
This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS.- Returns:
- The
EndedEnterpriseAdminSessionDetailsvalue associated with this instance ifisEndedEnterpriseAdminSessionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEndedEnterpriseAdminSessionDetails()isfalse.
-
isEndedEnterpriseAdminSessionDeprecatedDetails
public boolean isEndedEnterpriseAdminSessionDeprecatedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS,falseotherwise.
-
endedEnterpriseAdminSessionDeprecatedDetails
public static EventDetails endedEnterpriseAdminSessionDeprecatedDetails(EndedEnterpriseAdminSessionDeprecatedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEndedEnterpriseAdminSessionDeprecatedDetailsValue
public EndedEnterpriseAdminSessionDeprecatedDetails getEndedEnterpriseAdminSessionDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS.- Returns:
- The
EndedEnterpriseAdminSessionDeprecatedDetailsvalue associated with this instance ifisEndedEnterpriseAdminSessionDeprecatedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEndedEnterpriseAdminSessionDeprecatedDetails()isfalse.
-
isEnterpriseSettingsLockingDetails
public boolean isEnterpriseSettingsLockingDetails()
Returnstrueif this instance has the tagEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS,falseotherwise.
-
enterpriseSettingsLockingDetails
public static EventDetails enterpriseSettingsLockingDetails(EnterpriseSettingsLockingDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getEnterpriseSettingsLockingDetailsValue
public EnterpriseSettingsLockingDetails getEnterpriseSettingsLockingDetailsValue()
This instance must be tagged asEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS.- Returns:
- The
EnterpriseSettingsLockingDetailsvalue associated with this instance ifisEnterpriseSettingsLockingDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisEnterpriseSettingsLockingDetails()isfalse.
-
isGuestAdminChangeStatusDetails
public boolean isGuestAdminChangeStatusDetails()
Returnstrueif this instance has the tagEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS,falseotherwise.
-
guestAdminChangeStatusDetails
public static EventDetails guestAdminChangeStatusDetails(GuestAdminChangeStatusDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getGuestAdminChangeStatusDetailsValue
public GuestAdminChangeStatusDetails getGuestAdminChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS.- Returns:
- The
GuestAdminChangeStatusDetailsvalue associated with this instance ifisGuestAdminChangeStatusDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisGuestAdminChangeStatusDetails()isfalse.
-
isStartedEnterpriseAdminSessionDetails
public boolean isStartedEnterpriseAdminSessionDetails()
Returnstrueif this instance has the tagEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS,falseotherwise.
-
startedEnterpriseAdminSessionDetails
public static EventDetails startedEnterpriseAdminSessionDetails(StartedEnterpriseAdminSessionDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getStartedEnterpriseAdminSessionDetailsValue
public StartedEnterpriseAdminSessionDetails getStartedEnterpriseAdminSessionDetailsValue()
This instance must be tagged asEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS.- Returns:
- The
StartedEnterpriseAdminSessionDetailsvalue associated with this instance ifisStartedEnterpriseAdminSessionDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisStartedEnterpriseAdminSessionDetails()isfalse.
-
isTeamMergeRequestAcceptedDetails
public boolean isTeamMergeRequestAcceptedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS,falseotherwise.
-
teamMergeRequestAcceptedDetails
public static EventDetails teamMergeRequestAcceptedDetails(TeamMergeRequestAcceptedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedDetailsValue
public TeamMergeRequestAcceptedDetails getTeamMergeRequestAcceptedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS.- Returns:
- The
TeamMergeRequestAcceptedDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAcceptedDetails()isfalse.
-
isTeamMergeRequestAcceptedShownToPrimaryTeamDetails
public boolean isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestAcceptedShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestAcceptedShownToPrimaryTeamDetails(TeamMergeRequestAcceptedShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue
public TeamMergeRequestAcceptedShownToPrimaryTeamDetails getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestAcceptedShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAcceptedShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestAcceptedShownToSecondaryTeamDetails
public boolean isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestAcceptedShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestAcceptedShownToSecondaryTeamDetails(TeamMergeRequestAcceptedShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue
public TeamMergeRequestAcceptedShownToSecondaryTeamDetails getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestAcceptedShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestAcceptedShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAcceptedShownToSecondaryTeamDetails()isfalse.
-
isTeamMergeRequestAutoCanceledDetails
public boolean isTeamMergeRequestAutoCanceledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS,falseotherwise.
-
teamMergeRequestAutoCanceledDetails
public static EventDetails teamMergeRequestAutoCanceledDetails(TeamMergeRequestAutoCanceledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestAutoCanceledDetailsValue
public TeamMergeRequestAutoCanceledDetails getTeamMergeRequestAutoCanceledDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS.- Returns:
- The
TeamMergeRequestAutoCanceledDetailsvalue associated with this instance ifisTeamMergeRequestAutoCanceledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestAutoCanceledDetails()isfalse.
-
isTeamMergeRequestCanceledDetails
public boolean isTeamMergeRequestCanceledDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS,falseotherwise.
-
teamMergeRequestCanceledDetails
public static EventDetails teamMergeRequestCanceledDetails(TeamMergeRequestCanceledDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledDetailsValue
public TeamMergeRequestCanceledDetails getTeamMergeRequestCanceledDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS.- Returns:
- The
TeamMergeRequestCanceledDetailsvalue associated with this instance ifisTeamMergeRequestCanceledDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceledDetails()isfalse.
-
isTeamMergeRequestCanceledShownToPrimaryTeamDetails
public boolean isTeamMergeRequestCanceledShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestCanceledShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestCanceledShownToPrimaryTeamDetails(TeamMergeRequestCanceledShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue
public TeamMergeRequestCanceledShownToPrimaryTeamDetails getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestCanceledShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestCanceledShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceledShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestCanceledShownToSecondaryTeamDetails
public boolean isTeamMergeRequestCanceledShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestCanceledShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestCanceledShownToSecondaryTeamDetails(TeamMergeRequestCanceledShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue
public TeamMergeRequestCanceledShownToSecondaryTeamDetails getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestCanceledShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestCanceledShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestCanceledShownToSecondaryTeamDetails()isfalse.
-
isTeamMergeRequestExpiredDetails
public boolean isTeamMergeRequestExpiredDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS,falseotherwise.
-
teamMergeRequestExpiredDetails
public static EventDetails teamMergeRequestExpiredDetails(TeamMergeRequestExpiredDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredDetailsValue
public TeamMergeRequestExpiredDetails getTeamMergeRequestExpiredDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS.- Returns:
- The
TeamMergeRequestExpiredDetailsvalue associated with this instance ifisTeamMergeRequestExpiredDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpiredDetails()isfalse.
-
isTeamMergeRequestExpiredShownToPrimaryTeamDetails
public boolean isTeamMergeRequestExpiredShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestExpiredShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestExpiredShownToPrimaryTeamDetails(TeamMergeRequestExpiredShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue
public TeamMergeRequestExpiredShownToPrimaryTeamDetails getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestExpiredShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestExpiredShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpiredShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestExpiredShownToSecondaryTeamDetails
public boolean isTeamMergeRequestExpiredShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestExpiredShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestExpiredShownToSecondaryTeamDetails(TeamMergeRequestExpiredShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue
public TeamMergeRequestExpiredShownToSecondaryTeamDetails getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestExpiredShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestExpiredShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestExpiredShownToSecondaryTeamDetails()isfalse.
-
isTeamMergeRequestRejectedShownToPrimaryTeamDetails
public boolean isTeamMergeRequestRejectedShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestRejectedShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestRejectedShownToPrimaryTeamDetails(TeamMergeRequestRejectedShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue
public TeamMergeRequestRejectedShownToPrimaryTeamDetails getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestRejectedShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestRejectedShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRejectedShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestRejectedShownToSecondaryTeamDetails
public boolean isTeamMergeRequestRejectedShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestRejectedShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestRejectedShownToSecondaryTeamDetails(TeamMergeRequestRejectedShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue
public TeamMergeRequestRejectedShownToSecondaryTeamDetails getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestRejectedShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestRejectedShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRejectedShownToSecondaryTeamDetails()isfalse.
-
isTeamMergeRequestReminderDetails
public boolean isTeamMergeRequestReminderDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS,falseotherwise.
-
teamMergeRequestReminderDetails
public static EventDetails teamMergeRequestReminderDetails(TeamMergeRequestReminderDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderDetailsValue
public TeamMergeRequestReminderDetails getTeamMergeRequestReminderDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS.- Returns:
- The
TeamMergeRequestReminderDetailsvalue associated with this instance ifisTeamMergeRequestReminderDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminderDetails()isfalse.
-
isTeamMergeRequestReminderShownToPrimaryTeamDetails
public boolean isTeamMergeRequestReminderShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestReminderShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestReminderShownToPrimaryTeamDetails(TeamMergeRequestReminderShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue
public TeamMergeRequestReminderShownToPrimaryTeamDetails getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestReminderShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestReminderShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminderShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestReminderShownToSecondaryTeamDetails
public boolean isTeamMergeRequestReminderShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestReminderShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestReminderShownToSecondaryTeamDetails(TeamMergeRequestReminderShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue
public TeamMergeRequestReminderShownToSecondaryTeamDetails getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestReminderShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestReminderShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestReminderShownToSecondaryTeamDetails()isfalse.
-
isTeamMergeRequestRevokedDetails
public boolean isTeamMergeRequestRevokedDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS,falseotherwise.
-
teamMergeRequestRevokedDetails
public static EventDetails teamMergeRequestRevokedDetails(TeamMergeRequestRevokedDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestRevokedDetailsValue
public TeamMergeRequestRevokedDetails getTeamMergeRequestRevokedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS.- Returns:
- The
TeamMergeRequestRevokedDetailsvalue associated with this instance ifisTeamMergeRequestRevokedDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestRevokedDetails()isfalse.
-
isTeamMergeRequestSentShownToPrimaryTeamDetails
public boolean isTeamMergeRequestSentShownToPrimaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestSentShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestSentShownToPrimaryTeamDetails(TeamMergeRequestSentShownToPrimaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestSentShownToPrimaryTeamDetailsValue
public TeamMergeRequestSentShownToPrimaryTeamDetails getTeamMergeRequestSentShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestSentShownToPrimaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestSentShownToPrimaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestSentShownToPrimaryTeamDetails()isfalse.
-
isTeamMergeRequestSentShownToSecondaryTeamDetails
public boolean isTeamMergeRequestSentShownToSecondaryTeamDetails()
Returnstrueif this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.- Returns:
trueif this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS,falseotherwise.
-
teamMergeRequestSentShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestSentShownToSecondaryTeamDetails(TeamMergeRequestSentShownToSecondaryTeamDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS.None
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getTeamMergeRequestSentShownToSecondaryTeamDetailsValue
public TeamMergeRequestSentShownToSecondaryTeamDetails getTeamMergeRequestSentShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS.- Returns:
- The
TeamMergeRequestSentShownToSecondaryTeamDetailsvalue associated with this instance ifisTeamMergeRequestSentShownToSecondaryTeamDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisTeamMergeRequestSentShownToSecondaryTeamDetails()isfalse.
-
isMissingDetails
public boolean isMissingDetails()
- Returns:
trueif this instance is tagged asEventDetails.Tag.MISSING_DETAILS,falseotherwise.
-
missingDetails
public static EventDetails missingDetails(MissingDetails value)
Returns an instance ofEventDetailsthat has its tag set toEventDetails.Tag.MISSING_DETAILS.Hints that this event was returned with missing details due to an internal error.
- Parameters:
value- value to assign to this instance.- Returns:
- Instance of
EventDetailswith its tag set toEventDetails.Tag.MISSING_DETAILS. - Throws:
java.lang.IllegalArgumentException- ifvalueisnull.
-
getMissingDetailsValue
public MissingDetails getMissingDetailsValue()
Hints that this event was returned with missing details due to an internal error.This instance must be tagged as
EventDetails.Tag.MISSING_DETAILS.- Returns:
- The
MissingDetailsvalue associated with this instance ifisMissingDetails()istrue. - Throws:
java.lang.IllegalStateException- IfisMissingDetails()isfalse.
-
isOther
public boolean isOther()
- Returns:
trueif this instance is tagged asEventDetails.Tag.OTHER,falseotherwise.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toStringMultiline
public java.lang.String toStringMultiline()
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-
-