Class EventDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.EventDetails
-
public final class EventDetails extends java.lang.Object
Additional 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
OTHER
value will be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventDetails.Tag
Discriminating tag type forEventDetails
.
-
Field Summary
Fields Modifier and Type Field Description static EventDetails
OTHER
Catch-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 aswitch
statement to properly handle the different values for thisEventDetails
.If a tag returned by the server is unrecognized by this SDK, the
EventDetails.Tag.OTHER
value will be used.- Returns:
- the tag for this instance.
-
isAppLinkTeamDetails
public boolean isAppLinkTeamDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.APP_LINK_TEAM_DETAILS
,false
otherwise.
-
appLinkTeamDetails
public static EventDetails appLinkTeamDetails(AppLinkTeamDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.APP_LINK_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAppLinkTeamDetailsValue
public AppLinkTeamDetails getAppLinkTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_LINK_TEAM_DETAILS
.- Returns:
- The
AppLinkTeamDetails
value associated with this instance ifisAppLinkTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAppLinkTeamDetails()
isfalse
.
-
isAppLinkUserDetails
public boolean isAppLinkUserDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.APP_LINK_USER_DETAILS
,false
otherwise.
-
appLinkUserDetails
public static EventDetails appLinkUserDetails(AppLinkUserDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.APP_LINK_USER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAppLinkUserDetailsValue
public AppLinkUserDetails getAppLinkUserDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_LINK_USER_DETAILS
.- Returns:
- The
AppLinkUserDetails
value associated with this instance ifisAppLinkUserDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAppLinkUserDetails()
isfalse
.
-
isAppUnlinkTeamDetails
public boolean isAppUnlinkTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.APP_UNLINK_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.APP_UNLINK_TEAM_DETAILS
,false
otherwise.
-
appUnlinkTeamDetails
public static EventDetails appUnlinkTeamDetails(AppUnlinkTeamDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.APP_UNLINK_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAppUnlinkTeamDetailsValue
public AppUnlinkTeamDetails getAppUnlinkTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_UNLINK_TEAM_DETAILS
.- Returns:
- The
AppUnlinkTeamDetails
value associated with this instance ifisAppUnlinkTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAppUnlinkTeamDetails()
isfalse
.
-
isAppUnlinkUserDetails
public boolean isAppUnlinkUserDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.APP_UNLINK_USER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.APP_UNLINK_USER_DETAILS
,false
otherwise.
-
appUnlinkUserDetails
public static EventDetails appUnlinkUserDetails(AppUnlinkUserDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.APP_UNLINK_USER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAppUnlinkUserDetailsValue
public AppUnlinkUserDetails getAppUnlinkUserDetailsValue()
This instance must be tagged asEventDetails.Tag.APP_UNLINK_USER_DETAILS
.- Returns:
- The
AppUnlinkUserDetails
value associated with this instance ifisAppUnlinkUserDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAppUnlinkUserDetails()
isfalse
.
-
isIntegrationConnectedDetails
public boolean isIntegrationConnectedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
,false
otherwise.
-
integrationConnectedDetails
public static EventDetails integrationConnectedDetails(IntegrationConnectedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getIntegrationConnectedDetailsValue
public IntegrationConnectedDetails getIntegrationConnectedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_CONNECTED_DETAILS
.- Returns:
- The
IntegrationConnectedDetails
value associated with this instance ifisIntegrationConnectedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisIntegrationConnectedDetails()
isfalse
.
-
isIntegrationDisconnectedDetails
public boolean isIntegrationDisconnectedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
,false
otherwise.
-
integrationDisconnectedDetails
public static EventDetails integrationDisconnectedDetails(IntegrationDisconnectedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getIntegrationDisconnectedDetailsValue
public IntegrationDisconnectedDetails getIntegrationDisconnectedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_DISCONNECTED_DETAILS
.- Returns:
- The
IntegrationDisconnectedDetails
value associated with this instance ifisIntegrationDisconnectedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisIntegrationDisconnectedDetails()
isfalse
.
-
isFileAddCommentDetails
public boolean isFileAddCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_ADD_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_ADD_COMMENT_DETAILS
,false
otherwise.
-
fileAddCommentDetails
public static EventDetails fileAddCommentDetails(FileAddCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_ADD_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileAddCommentDetailsValue
public FileAddCommentDetails getFileAddCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ADD_COMMENT_DETAILS
.- Returns:
- The
FileAddCommentDetails
value associated with this instance ifisFileAddCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileAddCommentDetails()
isfalse
.
-
isFileChangeCommentSubscriptionDetails
public boolean isFileChangeCommentSubscriptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
,false
otherwise.
-
fileChangeCommentSubscriptionDetails
public static EventDetails fileChangeCommentSubscriptionDetails(FileChangeCommentSubscriptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileChangeCommentSubscriptionDetailsValue
public FileChangeCommentSubscriptionDetails getFileChangeCommentSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS
.- Returns:
- The
FileChangeCommentSubscriptionDetails
value associated with this instance ifisFileChangeCommentSubscriptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileChangeCommentSubscriptionDetails()
isfalse
.
-
isFileDeleteCommentDetails
public boolean isFileDeleteCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
,false
otherwise.
-
fileDeleteCommentDetails
public static EventDetails fileDeleteCommentDetails(FileDeleteCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileDeleteCommentDetailsValue
public FileDeleteCommentDetails getFileDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DELETE_COMMENT_DETAILS
.- Returns:
- The
FileDeleteCommentDetails
value associated with this instance ifisFileDeleteCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileDeleteCommentDetails()
isfalse
.
-
isFileEditCommentDetails
public boolean isFileEditCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
,false
otherwise.
-
fileEditCommentDetails
public static EventDetails fileEditCommentDetails(FileEditCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileEditCommentDetailsValue
public FileEditCommentDetails getFileEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_EDIT_COMMENT_DETAILS
.- Returns:
- The
FileEditCommentDetails
value associated with this instance ifisFileEditCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileEditCommentDetails()
isfalse
.
-
isFileLikeCommentDetails
public boolean isFileLikeCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
,false
otherwise.
-
fileLikeCommentDetails
public static EventDetails fileLikeCommentDetails(FileLikeCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileLikeCommentDetailsValue
public FileLikeCommentDetails getFileLikeCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LIKE_COMMENT_DETAILS
.- Returns:
- The
FileLikeCommentDetails
value associated with this instance ifisFileLikeCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileLikeCommentDetails()
isfalse
.
-
isFileResolveCommentDetails
public boolean isFileResolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
,false
otherwise.
-
fileResolveCommentDetails
public static EventDetails fileResolveCommentDetails(FileResolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileResolveCommentDetailsValue
public FileResolveCommentDetails getFileResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS
.- Returns:
- The
FileResolveCommentDetails
value associated with this instance ifisFileResolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileResolveCommentDetails()
isfalse
.
-
isFileUnlikeCommentDetails
public boolean isFileUnlikeCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
,false
otherwise.
-
fileUnlikeCommentDetails
public static EventDetails fileUnlikeCommentDetails(FileUnlikeCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileUnlikeCommentDetailsValue
public FileUnlikeCommentDetails getFileUnlikeCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS
.- Returns:
- The
FileUnlikeCommentDetails
value associated with this instance ifisFileUnlikeCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileUnlikeCommentDetails()
isfalse
.
-
isFileUnresolveCommentDetails
public boolean isFileUnresolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.
-
fileUnresolveCommentDetails
public static EventDetails fileUnresolveCommentDetails(FileUnresolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileUnresolveCommentDetailsValue
public FileUnresolveCommentDetails getFileUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS
.- Returns:
- The
FileUnresolveCommentDetails
value associated with this instance ifisFileUnresolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileUnresolveCommentDetails()
isfalse
.
-
isDeviceChangeIpDesktopDetails
public boolean isDeviceChangeIpDesktopDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
,false
otherwise.
-
deviceChangeIpDesktopDetails
public static EventDetails deviceChangeIpDesktopDetails(DeviceChangeIpDesktopDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceChangeIpDesktopDetailsValue
public DeviceChangeIpDesktopDetails getDeviceChangeIpDesktopDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS
.- Returns:
- The
DeviceChangeIpDesktopDetails
value associated with this instance ifisDeviceChangeIpDesktopDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceChangeIpDesktopDetails()
isfalse
.
-
isDeviceChangeIpMobileDetails
public boolean isDeviceChangeIpMobileDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
,false
otherwise.
-
deviceChangeIpMobileDetails
public static EventDetails deviceChangeIpMobileDetails(DeviceChangeIpMobileDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceChangeIpMobileDetailsValue
public DeviceChangeIpMobileDetails getDeviceChangeIpMobileDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS
.- Returns:
- The
DeviceChangeIpMobileDetails
value associated with this instance ifisDeviceChangeIpMobileDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceChangeIpMobileDetails()
isfalse
.
-
isDeviceChangeIpWebDetails
public boolean isDeviceChangeIpWebDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
,false
otherwise.
-
deviceChangeIpWebDetails
public static EventDetails deviceChangeIpWebDetails(DeviceChangeIpWebDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceChangeIpWebDetailsValue
public DeviceChangeIpWebDetails getDeviceChangeIpWebDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS
.- Returns:
- The
DeviceChangeIpWebDetails
value associated with this instance ifisDeviceChangeIpWebDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceChangeIpWebDetails()
isfalse
.
-
isDeviceDeleteOnUnlinkFailDetails
public boolean isDeviceDeleteOnUnlinkFailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
,false
otherwise.
-
deviceDeleteOnUnlinkFailDetails
public static EventDetails deviceDeleteOnUnlinkFailDetails(DeviceDeleteOnUnlinkFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceDeleteOnUnlinkFailDetailsValue
public DeviceDeleteOnUnlinkFailDetails getDeviceDeleteOnUnlinkFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS
.- Returns:
- The
DeviceDeleteOnUnlinkFailDetails
value associated with this instance ifisDeviceDeleteOnUnlinkFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceDeleteOnUnlinkFailDetails()
isfalse
.
-
isDeviceDeleteOnUnlinkSuccessDetails
public boolean isDeviceDeleteOnUnlinkSuccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
,false
otherwise.
-
deviceDeleteOnUnlinkSuccessDetails
public static EventDetails deviceDeleteOnUnlinkSuccessDetails(DeviceDeleteOnUnlinkSuccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceDeleteOnUnlinkSuccessDetailsValue
public DeviceDeleteOnUnlinkSuccessDetails getDeviceDeleteOnUnlinkSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS
.- Returns:
- The
DeviceDeleteOnUnlinkSuccessDetails
value associated with this instance ifisDeviceDeleteOnUnlinkSuccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceDeleteOnUnlinkSuccessDetails()
isfalse
.
-
isDeviceLinkFailDetails
public boolean isDeviceLinkFailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
,false
otherwise.
-
deviceLinkFailDetails
public static EventDetails deviceLinkFailDetails(DeviceLinkFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceLinkFailDetailsValue
public DeviceLinkFailDetails getDeviceLinkFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_LINK_FAIL_DETAILS
.- Returns:
- The
DeviceLinkFailDetails
value associated with this instance ifisDeviceLinkFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceLinkFailDetails()
isfalse
.
-
isDeviceLinkSuccessDetails
public boolean isDeviceLinkSuccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
,false
otherwise.
-
deviceLinkSuccessDetails
public static EventDetails deviceLinkSuccessDetails(DeviceLinkSuccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceLinkSuccessDetailsValue
public DeviceLinkSuccessDetails getDeviceLinkSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS
.- Returns:
- The
DeviceLinkSuccessDetails
value associated with this instance ifisDeviceLinkSuccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceLinkSuccessDetails()
isfalse
.
-
isDeviceManagementDisabledDetails
public boolean isDeviceManagementDisabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
,false
otherwise.
-
deviceManagementDisabledDetails
public static EventDetails deviceManagementDisabledDetails(DeviceManagementDisabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceManagementDisabledDetailsValue
public DeviceManagementDisabledDetails getDeviceManagementDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS
.- Returns:
- The
DeviceManagementDisabledDetails
value associated with this instance ifisDeviceManagementDisabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceManagementDisabledDetails()
isfalse
.
-
isDeviceManagementEnabledDetails
public boolean isDeviceManagementEnabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
,false
otherwise.
-
deviceManagementEnabledDetails
public static EventDetails deviceManagementEnabledDetails(DeviceManagementEnabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceManagementEnabledDetailsValue
public DeviceManagementEnabledDetails getDeviceManagementEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS
.- Returns:
- The
DeviceManagementEnabledDetails
value associated with this instance ifisDeviceManagementEnabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceManagementEnabledDetails()
isfalse
.
-
isDeviceUnlinkDetails
public boolean isDeviceUnlinkDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_UNLINK_DETAILS
,false
otherwise.
-
deviceUnlinkDetails
public static EventDetails deviceUnlinkDetails(DeviceUnlinkDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_UNLINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceUnlinkDetailsValue
public DeviceUnlinkDetails getDeviceUnlinkDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_UNLINK_DETAILS
.- Returns:
- The
DeviceUnlinkDetails
value associated with this instance ifisDeviceUnlinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceUnlinkDetails()
isfalse
.
-
isEmmRefreshAuthTokenDetails
public boolean isEmmRefreshAuthTokenDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
,false
otherwise.
-
emmRefreshAuthTokenDetails
public static EventDetails emmRefreshAuthTokenDetails(EmmRefreshAuthTokenDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmRefreshAuthTokenDetailsValue
public EmmRefreshAuthTokenDetails getEmmRefreshAuthTokenDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS
.- Returns:
- The
EmmRefreshAuthTokenDetails
value associated with this instance ifisEmmRefreshAuthTokenDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmRefreshAuthTokenDetails()
isfalse
.
-
isAccountCaptureChangeAvailabilityDetails
public boolean isAccountCaptureChangeAvailabilityDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
,false
otherwise.
-
accountCaptureChangeAvailabilityDetails
public static EventDetails accountCaptureChangeAvailabilityDetails(AccountCaptureChangeAvailabilityDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountCaptureChangeAvailabilityDetailsValue
public AccountCaptureChangeAvailabilityDetails getAccountCaptureChangeAvailabilityDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS
.- Returns:
- The
AccountCaptureChangeAvailabilityDetails
value associated with this instance ifisAccountCaptureChangeAvailabilityDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountCaptureChangeAvailabilityDetails()
isfalse
.
-
isAccountCaptureMigrateAccountDetails
public boolean isAccountCaptureMigrateAccountDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
,false
otherwise.
-
accountCaptureMigrateAccountDetails
public static EventDetails accountCaptureMigrateAccountDetails(AccountCaptureMigrateAccountDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountCaptureMigrateAccountDetailsValue
public AccountCaptureMigrateAccountDetails getAccountCaptureMigrateAccountDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS
.- Returns:
- The
AccountCaptureMigrateAccountDetails
value associated with this instance ifisAccountCaptureMigrateAccountDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountCaptureMigrateAccountDetails()
isfalse
.
-
isAccountCaptureNotificationEmailsSentDetails
public boolean isAccountCaptureNotificationEmailsSentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
,false
otherwise.
-
accountCaptureNotificationEmailsSentDetails
public static EventDetails accountCaptureNotificationEmailsSentDetails(AccountCaptureNotificationEmailsSentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountCaptureNotificationEmailsSentDetailsValue
public AccountCaptureNotificationEmailsSentDetails getAccountCaptureNotificationEmailsSentDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_NOTIFICATION_EMAILS_SENT_DETAILS
.- Returns:
- The
AccountCaptureNotificationEmailsSentDetails
value associated with this instance ifisAccountCaptureNotificationEmailsSentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountCaptureNotificationEmailsSentDetails()
isfalse
.
-
isAccountCaptureRelinquishAccountDetails
public boolean isAccountCaptureRelinquishAccountDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
,false
otherwise.
-
accountCaptureRelinquishAccountDetails
public static EventDetails accountCaptureRelinquishAccountDetails(AccountCaptureRelinquishAccountDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountCaptureRelinquishAccountDetailsValue
public AccountCaptureRelinquishAccountDetails getAccountCaptureRelinquishAccountDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS
.- Returns:
- The
AccountCaptureRelinquishAccountDetails
value associated with this instance ifisAccountCaptureRelinquishAccountDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountCaptureRelinquishAccountDetails()
isfalse
.
-
isDisabledDomainInvitesDetails
public boolean isDisabledDomainInvitesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
,false
otherwise.
-
disabledDomainInvitesDetails
public static EventDetails disabledDomainInvitesDetails(DisabledDomainInvitesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDisabledDomainInvitesDetailsValue
public DisabledDomainInvitesDetails getDisabledDomainInvitesDetailsValue()
This instance must be tagged asEventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS
.- Returns:
- The
DisabledDomainInvitesDetails
value associated with this instance ifisDisabledDomainInvitesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDisabledDomainInvitesDetails()
isfalse
.
-
isDomainInvitesApproveRequestToJoinTeamDetails
public boolean isDomainInvitesApproveRequestToJoinTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.
-
domainInvitesApproveRequestToJoinTeamDetails
public static EventDetails domainInvitesApproveRequestToJoinTeamDetails(DomainInvitesApproveRequestToJoinTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesApproveRequestToJoinTeamDetailsValue
public DomainInvitesApproveRequestToJoinTeamDetails getDomainInvitesApproveRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS
.- Returns:
- The
DomainInvitesApproveRequestToJoinTeamDetails
value associated with this instance ifisDomainInvitesApproveRequestToJoinTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesApproveRequestToJoinTeamDetails()
isfalse
.
-
isDomainInvitesDeclineRequestToJoinTeamDetails
public boolean isDomainInvitesDeclineRequestToJoinTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.
-
domainInvitesDeclineRequestToJoinTeamDetails
public static EventDetails domainInvitesDeclineRequestToJoinTeamDetails(DomainInvitesDeclineRequestToJoinTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesDeclineRequestToJoinTeamDetailsValue
public DomainInvitesDeclineRequestToJoinTeamDetails getDomainInvitesDeclineRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS
.- Returns:
- The
DomainInvitesDeclineRequestToJoinTeamDetails
value associated with this instance ifisDomainInvitesDeclineRequestToJoinTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesDeclineRequestToJoinTeamDetails()
isfalse
.
-
isDomainInvitesEmailExistingUsersDetails
public boolean isDomainInvitesEmailExistingUsersDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
,false
otherwise.
-
domainInvitesEmailExistingUsersDetails
public static EventDetails domainInvitesEmailExistingUsersDetails(DomainInvitesEmailExistingUsersDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesEmailExistingUsersDetailsValue
public DomainInvitesEmailExistingUsersDetails getDomainInvitesEmailExistingUsersDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS
.- Returns:
- The
DomainInvitesEmailExistingUsersDetails
value associated with this instance ifisDomainInvitesEmailExistingUsersDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesEmailExistingUsersDetails()
isfalse
.
-
isDomainInvitesRequestToJoinTeamDetails
public boolean isDomainInvitesRequestToJoinTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
,false
otherwise.
-
domainInvitesRequestToJoinTeamDetails
public static EventDetails domainInvitesRequestToJoinTeamDetails(DomainInvitesRequestToJoinTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesRequestToJoinTeamDetailsValue
public DomainInvitesRequestToJoinTeamDetails getDomainInvitesRequestToJoinTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS
.- Returns:
- The
DomainInvitesRequestToJoinTeamDetails
value associated with this instance ifisDomainInvitesRequestToJoinTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesRequestToJoinTeamDetails()
isfalse
.
-
isDomainInvitesSetInviteNewUserPrefToNoDetails
public boolean isDomainInvitesSetInviteNewUserPrefToNoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
,false
otherwise.
-
domainInvitesSetInviteNewUserPrefToNoDetails
public static EventDetails domainInvitesSetInviteNewUserPrefToNoDetails(DomainInvitesSetInviteNewUserPrefToNoDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesSetInviteNewUserPrefToNoDetailsValue
public DomainInvitesSetInviteNewUserPrefToNoDetails getDomainInvitesSetInviteNewUserPrefToNoDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS
.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToNoDetails
value associated with this instance ifisDomainInvitesSetInviteNewUserPrefToNoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesSetInviteNewUserPrefToNoDetails()
isfalse
.
-
isDomainInvitesSetInviteNewUserPrefToYesDetails
public boolean isDomainInvitesSetInviteNewUserPrefToYesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
,false
otherwise.
-
domainInvitesSetInviteNewUserPrefToYesDetails
public static EventDetails domainInvitesSetInviteNewUserPrefToYesDetails(DomainInvitesSetInviteNewUserPrefToYesDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainInvitesSetInviteNewUserPrefToYesDetailsValue
public DomainInvitesSetInviteNewUserPrefToYesDetails getDomainInvitesSetInviteNewUserPrefToYesDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS
.- Returns:
- The
DomainInvitesSetInviteNewUserPrefToYesDetails
value associated with this instance ifisDomainInvitesSetInviteNewUserPrefToYesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainInvitesSetInviteNewUserPrefToYesDetails()
isfalse
.
-
isDomainVerificationAddDomainFailDetails
public boolean isDomainVerificationAddDomainFailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
,false
otherwise.
-
domainVerificationAddDomainFailDetails
public static EventDetails domainVerificationAddDomainFailDetails(DomainVerificationAddDomainFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainVerificationAddDomainFailDetailsValue
public DomainVerificationAddDomainFailDetails getDomainVerificationAddDomainFailDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS
.- Returns:
- The
DomainVerificationAddDomainFailDetails
value associated with this instance ifisDomainVerificationAddDomainFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainVerificationAddDomainFailDetails()
isfalse
.
-
isDomainVerificationAddDomainSuccessDetails
public boolean isDomainVerificationAddDomainSuccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
,false
otherwise.
-
domainVerificationAddDomainSuccessDetails
public static EventDetails domainVerificationAddDomainSuccessDetails(DomainVerificationAddDomainSuccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainVerificationAddDomainSuccessDetailsValue
public DomainVerificationAddDomainSuccessDetails getDomainVerificationAddDomainSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS
.- Returns:
- The
DomainVerificationAddDomainSuccessDetails
value associated with this instance ifisDomainVerificationAddDomainSuccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainVerificationAddDomainSuccessDetails()
isfalse
.
-
isDomainVerificationRemoveDomainDetails
public boolean isDomainVerificationRemoveDomainDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
,false
otherwise.
-
domainVerificationRemoveDomainDetails
public static EventDetails domainVerificationRemoveDomainDetails(DomainVerificationRemoveDomainDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDomainVerificationRemoveDomainDetailsValue
public DomainVerificationRemoveDomainDetails getDomainVerificationRemoveDomainDetailsValue()
This instance must be tagged asEventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS
.- Returns:
- The
DomainVerificationRemoveDomainDetails
value associated with this instance ifisDomainVerificationRemoveDomainDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDomainVerificationRemoveDomainDetails()
isfalse
.
-
isEnabledDomainInvitesDetails
public boolean isEnabledDomainInvitesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
,false
otherwise.
-
enabledDomainInvitesDetails
public static EventDetails enabledDomainInvitesDetails(EnabledDomainInvitesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEnabledDomainInvitesDetailsValue
public EnabledDomainInvitesDetails getEnabledDomainInvitesDetailsValue()
This instance must be tagged asEventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS
.- Returns:
- The
EnabledDomainInvitesDetails
value associated with this instance ifisEnabledDomainInvitesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEnabledDomainInvitesDetails()
isfalse
.
-
isCreateFolderDetails
public boolean isCreateFolderDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.CREATE_FOLDER_DETAILS
,false
otherwise.
-
createFolderDetails
public static EventDetails createFolderDetails(CreateFolderDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CREATE_FOLDER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getCreateFolderDetailsValue
public CreateFolderDetails getCreateFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.CREATE_FOLDER_DETAILS
.- Returns:
- The
CreateFolderDetails
value associated with this instance ifisCreateFolderDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisCreateFolderDetails()
isfalse
.
-
isFileAddDetails
public boolean isFileAddDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_ADD_DETAILS
,false
otherwise.
-
fileAddDetails
public static EventDetails fileAddDetails(FileAddDetails value)
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_ADD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileAddDetailsValue
public FileAddDetails getFileAddDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ADD_DETAILS
.- Returns:
- The
FileAddDetails
value associated with this instance ifisFileAddDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileAddDetails()
isfalse
.
-
isFileCopyDetails
public boolean isFileCopyDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_COPY_DETAILS
,false
otherwise.
-
fileCopyDetails
public static EventDetails fileCopyDetails(FileCopyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_COPY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_COPY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileCopyDetailsValue
public FileCopyDetails getFileCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_COPY_DETAILS
.- Returns:
- The
FileCopyDetails
value associated with this instance ifisFileCopyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileCopyDetails()
isfalse
.
-
isFileDeleteDetails
public boolean isFileDeleteDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_DELETE_DETAILS
,false
otherwise.
-
fileDeleteDetails
public static EventDetails fileDeleteDetails(FileDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileDeleteDetailsValue
public FileDeleteDetails getFileDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DELETE_DETAILS
.- Returns:
- The
FileDeleteDetails
value associated with this instance ifisFileDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileDeleteDetails()
isfalse
.
-
isFileDownloadDetails
public boolean isFileDownloadDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_DOWNLOAD_DETAILS
,false
otherwise.
-
fileDownloadDetails
public static EventDetails fileDownloadDetails(FileDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileDownloadDetailsValue
public FileDownloadDetails getFileDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_DOWNLOAD_DETAILS
.- Returns:
- The
FileDownloadDetails
value associated with this instance ifisFileDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileDownloadDetails()
isfalse
.
-
isFileEditDetails
public boolean isFileEditDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_EDIT_DETAILS
,false
otherwise.
-
fileEditDetails
public static EventDetails fileEditDetails(FileEditDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_EDIT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_EDIT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileEditDetailsValue
public FileEditDetails getFileEditDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_EDIT_DETAILS
.- Returns:
- The
FileEditDetails
value associated with this instance ifisFileEditDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileEditDetails()
isfalse
.
-
isFileGetCopyReferenceDetails
public boolean isFileGetCopyReferenceDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
,false
otherwise.
-
fileGetCopyReferenceDetails
public static EventDetails fileGetCopyReferenceDetails(FileGetCopyReferenceDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileGetCopyReferenceDetailsValue
public FileGetCopyReferenceDetails getFileGetCopyReferenceDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS
.- Returns:
- The
FileGetCopyReferenceDetails
value associated with this instance ifisFileGetCopyReferenceDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileGetCopyReferenceDetails()
isfalse
.
-
isFileLockingLockStatusChangedDetails
public boolean isFileLockingLockStatusChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
,false
otherwise.
-
fileLockingLockStatusChangedDetails
public static EventDetails fileLockingLockStatusChangedDetails(FileLockingLockStatusChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileLockingLockStatusChangedDetailsValue
public FileLockingLockStatusChangedDetails getFileLockingLockStatusChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LOCKING_LOCK_STATUS_CHANGED_DETAILS
.- Returns:
- The
FileLockingLockStatusChangedDetails
value associated with this instance ifisFileLockingLockStatusChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileLockingLockStatusChangedDetails()
isfalse
.
-
isFileMoveDetails
public boolean isFileMoveDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_MOVE_DETAILS
,false
otherwise.
-
fileMoveDetails
public static EventDetails fileMoveDetails(FileMoveDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_MOVE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_MOVE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileMoveDetailsValue
public FileMoveDetails getFileMoveDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_MOVE_DETAILS
.- Returns:
- The
FileMoveDetails
value associated with this instance ifisFileMoveDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileMoveDetails()
isfalse
.
-
isFilePermanentlyDeleteDetails
public boolean isFilePermanentlyDeleteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
,false
otherwise.
-
filePermanentlyDeleteDetails
public static EventDetails filePermanentlyDeleteDetails(FilePermanentlyDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFilePermanentlyDeleteDetailsValue
public FilePermanentlyDeleteDetails getFilePermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS
.- Returns:
- The
FilePermanentlyDeleteDetails
value associated with this instance ifisFilePermanentlyDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFilePermanentlyDeleteDetails()
isfalse
.
-
isFilePreviewDetails
public boolean isFilePreviewDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_PREVIEW_DETAILS
,false
otherwise.
-
filePreviewDetails
public static EventDetails filePreviewDetails(FilePreviewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_PREVIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFilePreviewDetailsValue
public FilePreviewDetails getFilePreviewDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_PREVIEW_DETAILS
.- Returns:
- The
FilePreviewDetails
value associated with this instance ifisFilePreviewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFilePreviewDetails()
isfalse
.
-
isFileRenameDetails
public boolean isFileRenameDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_RENAME_DETAILS
,false
otherwise.
-
fileRenameDetails
public static EventDetails fileRenameDetails(FileRenameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_RENAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_RENAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRenameDetailsValue
public FileRenameDetails getFileRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RENAME_DETAILS
.- Returns:
- The
FileRenameDetails
value associated with this instance ifisFileRenameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRenameDetails()
isfalse
.
-
isFileRestoreDetails
public boolean isFileRestoreDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_RESTORE_DETAILS
,false
otherwise.
-
fileRestoreDetails
public static EventDetails fileRestoreDetails(FileRestoreDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_RESTORE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRestoreDetailsValue
public FileRestoreDetails getFileRestoreDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_RESTORE_DETAILS
.- Returns:
- The
FileRestoreDetails
value associated with this instance ifisFileRestoreDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRestoreDetails()
isfalse
.
-
isFileRevertDetails
public boolean isFileRevertDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REVERT_DETAILS
,false
otherwise.
-
fileRevertDetails
public static EventDetails fileRevertDetails(FileRevertDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REVERT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REVERT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRevertDetailsValue
public FileRevertDetails getFileRevertDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REVERT_DETAILS
.- Returns:
- The
FileRevertDetails
value associated with this instance ifisFileRevertDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRevertDetails()
isfalse
.
-
isFileRollbackChangesDetails
public boolean isFileRollbackChangesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
,false
otherwise.
-
fileRollbackChangesDetails
public static EventDetails fileRollbackChangesDetails(FileRollbackChangesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRollbackChangesDetailsValue
public FileRollbackChangesDetails getFileRollbackChangesDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS
.- Returns:
- The
FileRollbackChangesDetails
value associated with this instance ifisFileRollbackChangesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRollbackChangesDetails()
isfalse
.
-
isFileSaveCopyReferenceDetails
public boolean isFileSaveCopyReferenceDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
,false
otherwise.
-
fileSaveCopyReferenceDetails
public static EventDetails fileSaveCopyReferenceDetails(FileSaveCopyReferenceDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileSaveCopyReferenceDetailsValue
public FileSaveCopyReferenceDetails getFileSaveCopyReferenceDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS
.- Returns:
- The
FileSaveCopyReferenceDetails
value associated with this instance ifisFileSaveCopyReferenceDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileSaveCopyReferenceDetails()
isfalse
.
-
isFolderOverviewDescriptionChangedDetails
public boolean isFolderOverviewDescriptionChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
,false
otherwise.
-
folderOverviewDescriptionChangedDetails
public static EventDetails folderOverviewDescriptionChangedDetails(FolderOverviewDescriptionChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFolderOverviewDescriptionChangedDetailsValue
public FolderOverviewDescriptionChangedDetails getFolderOverviewDescriptionChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_DESCRIPTION_CHANGED_DETAILS
.- Returns:
- The
FolderOverviewDescriptionChangedDetails
value associated with this instance ifisFolderOverviewDescriptionChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFolderOverviewDescriptionChangedDetails()
isfalse
.
-
isFolderOverviewItemPinnedDetails
public boolean isFolderOverviewItemPinnedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
,false
otherwise.
-
folderOverviewItemPinnedDetails
public static EventDetails folderOverviewItemPinnedDetails(FolderOverviewItemPinnedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFolderOverviewItemPinnedDetailsValue
public FolderOverviewItemPinnedDetails getFolderOverviewItemPinnedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_PINNED_DETAILS
.- Returns:
- The
FolderOverviewItemPinnedDetails
value associated with this instance ifisFolderOverviewItemPinnedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFolderOverviewItemPinnedDetails()
isfalse
.
-
isFolderOverviewItemUnpinnedDetails
public boolean isFolderOverviewItemUnpinnedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
,false
otherwise.
-
folderOverviewItemUnpinnedDetails
public static EventDetails folderOverviewItemUnpinnedDetails(FolderOverviewItemUnpinnedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFolderOverviewItemUnpinnedDetailsValue
public FolderOverviewItemUnpinnedDetails getFolderOverviewItemUnpinnedDetailsValue()
This instance must be tagged asEventDetails.Tag.FOLDER_OVERVIEW_ITEM_UNPINNED_DETAILS
.- Returns:
- The
FolderOverviewItemUnpinnedDetails
value associated with this instance ifisFolderOverviewItemUnpinnedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFolderOverviewItemUnpinnedDetails()
isfalse
.
-
isRewindFolderDetails
public boolean isRewindFolderDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.REWIND_FOLDER_DETAILS
,false
otherwise.
-
rewindFolderDetails
public static EventDetails rewindFolderDetails(RewindFolderDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.REWIND_FOLDER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getRewindFolderDetailsValue
public RewindFolderDetails getRewindFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.REWIND_FOLDER_DETAILS
.- Returns:
- The
RewindFolderDetails
value associated with this instance ifisRewindFolderDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisRewindFolderDetails()
isfalse
.
-
isFileRequestChangeDetails
public boolean isFileRequestChangeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
,false
otherwise.
-
fileRequestChangeDetails
public static EventDetails fileRequestChangeDetails(FileRequestChangeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestChangeDetailsValue
public FileRequestChangeDetails getFileRequestChangeDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CHANGE_DETAILS
.- Returns:
- The
FileRequestChangeDetails
value associated with this instance ifisFileRequestChangeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestChangeDetails()
isfalse
.
-
isFileRequestCloseDetails
public boolean isFileRequestCloseDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
,false
otherwise.
-
fileRequestCloseDetails
public static EventDetails fileRequestCloseDetails(FileRequestCloseDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestCloseDetailsValue
public FileRequestCloseDetails getFileRequestCloseDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS
.- Returns:
- The
FileRequestCloseDetails
value associated with this instance ifisFileRequestCloseDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestCloseDetails()
isfalse
.
-
isFileRequestCreateDetails
public boolean isFileRequestCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
,false
otherwise.
-
fileRequestCreateDetails
public static EventDetails fileRequestCreateDetails(FileRequestCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestCreateDetailsValue
public FileRequestCreateDetails getFileRequestCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_CREATE_DETAILS
.- Returns:
- The
FileRequestCreateDetails
value associated with this instance ifisFileRequestCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestCreateDetails()
isfalse
.
-
isFileRequestDeleteDetails
public boolean isFileRequestDeleteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
,false
otherwise.
-
fileRequestDeleteDetails
public static EventDetails fileRequestDeleteDetails(FileRequestDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestDeleteDetailsValue
public FileRequestDeleteDetails getFileRequestDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_DELETE_DETAILS
.- Returns:
- The
FileRequestDeleteDetails
value associated with this instance ifisFileRequestDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestDeleteDetails()
isfalse
.
-
isFileRequestReceiveFileDetails
public boolean isFileRequestReceiveFileDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
,false
otherwise.
-
fileRequestReceiveFileDetails
public static EventDetails fileRequestReceiveFileDetails(FileRequestReceiveFileDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestReceiveFileDetailsValue
public FileRequestReceiveFileDetails getFileRequestReceiveFileDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS
.- Returns:
- The
FileRequestReceiveFileDetails
value associated with this instance ifisFileRequestReceiveFileDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestReceiveFileDetails()
isfalse
.
-
isGroupAddExternalIdDetails
public boolean isGroupAddExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
,false
otherwise.
-
groupAddExternalIdDetails
public static EventDetails groupAddExternalIdDetails(GroupAddExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupAddExternalIdDetailsValue
public GroupAddExternalIdDetails getGroupAddExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS
.- Returns:
- The
GroupAddExternalIdDetails
value associated with this instance ifisGroupAddExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupAddExternalIdDetails()
isfalse
.
-
isGroupAddMemberDetails
public boolean isGroupAddMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
,false
otherwise.
-
groupAddMemberDetails
public static EventDetails groupAddMemberDetails(GroupAddMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupAddMemberDetailsValue
public GroupAddMemberDetails getGroupAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_ADD_MEMBER_DETAILS
.- Returns:
- The
GroupAddMemberDetails
value associated with this instance ifisGroupAddMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupAddMemberDetails()
isfalse
.
-
isGroupChangeExternalIdDetails
public boolean isGroupChangeExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
,false
otherwise.
-
groupChangeExternalIdDetails
public static EventDetails groupChangeExternalIdDetails(GroupChangeExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupChangeExternalIdDetailsValue
public GroupChangeExternalIdDetails getGroupChangeExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS
.- Returns:
- The
GroupChangeExternalIdDetails
value associated with this instance ifisGroupChangeExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupChangeExternalIdDetails()
isfalse
.
-
isGroupChangeManagementTypeDetails
public boolean isGroupChangeManagementTypeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
,false
otherwise.
-
groupChangeManagementTypeDetails
public static EventDetails groupChangeManagementTypeDetails(GroupChangeManagementTypeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupChangeManagementTypeDetailsValue
public GroupChangeManagementTypeDetails getGroupChangeManagementTypeDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS
.- Returns:
- The
GroupChangeManagementTypeDetails
value associated with this instance ifisGroupChangeManagementTypeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupChangeManagementTypeDetails()
isfalse
.
-
isGroupChangeMemberRoleDetails
public boolean isGroupChangeMemberRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.
-
groupChangeMemberRoleDetails
public static EventDetails groupChangeMemberRoleDetails(GroupChangeMemberRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupChangeMemberRoleDetailsValue
public GroupChangeMemberRoleDetails getGroupChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS
.- Returns:
- The
GroupChangeMemberRoleDetails
value associated with this instance ifisGroupChangeMemberRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupChangeMemberRoleDetails()
isfalse
.
-
isGroupCreateDetails
public boolean isGroupCreateDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_CREATE_DETAILS
,false
otherwise.
-
groupCreateDetails
public static EventDetails groupCreateDetails(GroupCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupCreateDetailsValue
public GroupCreateDetails getGroupCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_CREATE_DETAILS
.- Returns:
- The
GroupCreateDetails
value associated with this instance ifisGroupCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupCreateDetails()
isfalse
.
-
isGroupDeleteDetails
public boolean isGroupDeleteDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_DELETE_DETAILS
,false
otherwise.
-
groupDeleteDetails
public static EventDetails groupDeleteDetails(GroupDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupDeleteDetailsValue
public GroupDeleteDetails getGroupDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_DELETE_DETAILS
.- Returns:
- The
GroupDeleteDetails
value associated with this instance ifisGroupDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupDeleteDetails()
isfalse
.
-
isGroupDescriptionUpdatedDetails
public boolean isGroupDescriptionUpdatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
,false
otherwise.
-
groupDescriptionUpdatedDetails
public static EventDetails groupDescriptionUpdatedDetails(GroupDescriptionUpdatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupDescriptionUpdatedDetailsValue
public GroupDescriptionUpdatedDetails getGroupDescriptionUpdatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_DESCRIPTION_UPDATED_DETAILS
.- Returns:
- The
GroupDescriptionUpdatedDetails
value associated with this instance ifisGroupDescriptionUpdatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupDescriptionUpdatedDetails()
isfalse
.
-
isGroupJoinPolicyUpdatedDetails
public boolean isGroupJoinPolicyUpdatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
,false
otherwise.
-
groupJoinPolicyUpdatedDetails
public static EventDetails groupJoinPolicyUpdatedDetails(GroupJoinPolicyUpdatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupJoinPolicyUpdatedDetailsValue
public GroupJoinPolicyUpdatedDetails getGroupJoinPolicyUpdatedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_JOIN_POLICY_UPDATED_DETAILS
.- Returns:
- The
GroupJoinPolicyUpdatedDetails
value associated with this instance ifisGroupJoinPolicyUpdatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupJoinPolicyUpdatedDetails()
isfalse
.
-
isGroupMovedDetails
public boolean isGroupMovedDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_MOVED_DETAILS
,false
otherwise.
-
groupMovedDetails
public static EventDetails groupMovedDetails(GroupMovedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_MOVED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupMovedDetailsValue
public GroupMovedDetails getGroupMovedDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_MOVED_DETAILS
.- Returns:
- The
GroupMovedDetails
value associated with this instance ifisGroupMovedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupMovedDetails()
isfalse
.
-
isGroupRemoveExternalIdDetails
public boolean isGroupRemoveExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
,false
otherwise.
-
groupRemoveExternalIdDetails
public static EventDetails groupRemoveExternalIdDetails(GroupRemoveExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupRemoveExternalIdDetailsValue
public GroupRemoveExternalIdDetails getGroupRemoveExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS
.- Returns:
- The
GroupRemoveExternalIdDetails
value associated with this instance ifisGroupRemoveExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupRemoveExternalIdDetails()
isfalse
.
-
isGroupRemoveMemberDetails
public boolean isGroupRemoveMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
,false
otherwise.
-
groupRemoveMemberDetails
public static EventDetails groupRemoveMemberDetails(GroupRemoveMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupRemoveMemberDetailsValue
public GroupRemoveMemberDetails getGroupRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS
.- Returns:
- The
GroupRemoveMemberDetails
value associated with this instance ifisGroupRemoveMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupRemoveMemberDetails()
isfalse
.
-
isGroupRenameDetails
public boolean isGroupRenameDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_RENAME_DETAILS
,false
otherwise.
-
groupRenameDetails
public static EventDetails groupRenameDetails(GroupRenameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_RENAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupRenameDetailsValue
public GroupRenameDetails getGroupRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_RENAME_DETAILS
.- Returns:
- The
GroupRenameDetails
value associated with this instance ifisGroupRenameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupRenameDetails()
isfalse
.
-
isLegalHoldsActivateAHoldDetails
public boolean isLegalHoldsActivateAHoldDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
,false
otherwise.
-
legalHoldsActivateAHoldDetails
public static EventDetails legalHoldsActivateAHoldDetails(LegalHoldsActivateAHoldDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsActivateAHoldDetailsValue
public LegalHoldsActivateAHoldDetails getLegalHoldsActivateAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ACTIVATE_A_HOLD_DETAILS
.- Returns:
- The
LegalHoldsActivateAHoldDetails
value associated with this instance ifisLegalHoldsActivateAHoldDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsActivateAHoldDetails()
isfalse
.
-
isLegalHoldsAddMembersDetails
public boolean isLegalHoldsAddMembersDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
,false
otherwise.
-
legalHoldsAddMembersDetails
public static EventDetails legalHoldsAddMembersDetails(LegalHoldsAddMembersDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsAddMembersDetailsValue
public LegalHoldsAddMembersDetails getLegalHoldsAddMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_ADD_MEMBERS_DETAILS
.- Returns:
- The
LegalHoldsAddMembersDetails
value associated with this instance ifisLegalHoldsAddMembersDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsAddMembersDetails()
isfalse
.
-
isLegalHoldsChangeHoldDetailsDetails
public boolean isLegalHoldsChangeHoldDetailsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
,false
otherwise.
-
legalHoldsChangeHoldDetailsDetails
public static EventDetails legalHoldsChangeHoldDetailsDetails(LegalHoldsChangeHoldDetailsDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsChangeHoldDetailsDetailsValue
public LegalHoldsChangeHoldDetailsDetails getLegalHoldsChangeHoldDetailsDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_DETAILS_DETAILS
.- Returns:
- The
LegalHoldsChangeHoldDetailsDetails
value associated with this instance ifisLegalHoldsChangeHoldDetailsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsChangeHoldDetailsDetails()
isfalse
.
-
isLegalHoldsChangeHoldNameDetails
public boolean isLegalHoldsChangeHoldNameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
,false
otherwise.
-
legalHoldsChangeHoldNameDetails
public static EventDetails legalHoldsChangeHoldNameDetails(LegalHoldsChangeHoldNameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsChangeHoldNameDetailsValue
public LegalHoldsChangeHoldNameDetails getLegalHoldsChangeHoldNameDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_CHANGE_HOLD_NAME_DETAILS
.- Returns:
- The
LegalHoldsChangeHoldNameDetails
value associated with this instance ifisLegalHoldsChangeHoldNameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsChangeHoldNameDetails()
isfalse
.
-
isLegalHoldsExportAHoldDetails
public boolean isLegalHoldsExportAHoldDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
,false
otherwise.
-
legalHoldsExportAHoldDetails
public static EventDetails legalHoldsExportAHoldDetails(LegalHoldsExportAHoldDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsExportAHoldDetailsValue
public LegalHoldsExportAHoldDetails getLegalHoldsExportAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_A_HOLD_DETAILS
.- Returns:
- The
LegalHoldsExportAHoldDetails
value associated with this instance ifisLegalHoldsExportAHoldDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsExportAHoldDetails()
isfalse
.
-
isLegalHoldsExportCancelledDetails
public boolean isLegalHoldsExportCancelledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
,false
otherwise.
-
legalHoldsExportCancelledDetails
public static EventDetails legalHoldsExportCancelledDetails(LegalHoldsExportCancelledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsExportCancelledDetailsValue
public LegalHoldsExportCancelledDetails getLegalHoldsExportCancelledDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_CANCELLED_DETAILS
.- Returns:
- The
LegalHoldsExportCancelledDetails
value associated with this instance ifisLegalHoldsExportCancelledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsExportCancelledDetails()
isfalse
.
-
isLegalHoldsExportDownloadedDetails
public boolean isLegalHoldsExportDownloadedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
,false
otherwise.
-
legalHoldsExportDownloadedDetails
public static EventDetails legalHoldsExportDownloadedDetails(LegalHoldsExportDownloadedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsExportDownloadedDetailsValue
public LegalHoldsExportDownloadedDetails getLegalHoldsExportDownloadedDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_DOWNLOADED_DETAILS
.- Returns:
- The
LegalHoldsExportDownloadedDetails
value associated with this instance ifisLegalHoldsExportDownloadedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsExportDownloadedDetails()
isfalse
.
-
isLegalHoldsExportRemovedDetails
public boolean isLegalHoldsExportRemovedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
,false
otherwise.
-
legalHoldsExportRemovedDetails
public static EventDetails legalHoldsExportRemovedDetails(LegalHoldsExportRemovedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsExportRemovedDetailsValue
public LegalHoldsExportRemovedDetails getLegalHoldsExportRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_EXPORT_REMOVED_DETAILS
.- Returns:
- The
LegalHoldsExportRemovedDetails
value associated with this instance ifisLegalHoldsExportRemovedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsExportRemovedDetails()
isfalse
.
-
isLegalHoldsReleaseAHoldDetails
public boolean isLegalHoldsReleaseAHoldDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
,false
otherwise.
-
legalHoldsReleaseAHoldDetails
public static EventDetails legalHoldsReleaseAHoldDetails(LegalHoldsReleaseAHoldDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsReleaseAHoldDetailsValue
public LegalHoldsReleaseAHoldDetails getLegalHoldsReleaseAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_RELEASE_A_HOLD_DETAILS
.- Returns:
- The
LegalHoldsReleaseAHoldDetails
value associated with this instance ifisLegalHoldsReleaseAHoldDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsReleaseAHoldDetails()
isfalse
.
-
isLegalHoldsRemoveMembersDetails
public boolean isLegalHoldsRemoveMembersDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
,false
otherwise.
-
legalHoldsRemoveMembersDetails
public static EventDetails legalHoldsRemoveMembersDetails(LegalHoldsRemoveMembersDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsRemoveMembersDetailsValue
public LegalHoldsRemoveMembersDetails getLegalHoldsRemoveMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REMOVE_MEMBERS_DETAILS
.- Returns:
- The
LegalHoldsRemoveMembersDetails
value associated with this instance ifisLegalHoldsRemoveMembersDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsRemoveMembersDetails()
isfalse
.
-
isLegalHoldsReportAHoldDetails
public boolean isLegalHoldsReportAHoldDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
,false
otherwise.
-
legalHoldsReportAHoldDetails
public static EventDetails legalHoldsReportAHoldDetails(LegalHoldsReportAHoldDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLegalHoldsReportAHoldDetailsValue
public LegalHoldsReportAHoldDetails getLegalHoldsReportAHoldDetailsValue()
This instance must be tagged asEventDetails.Tag.LEGAL_HOLDS_REPORT_A_HOLD_DETAILS
.- Returns:
- The
LegalHoldsReportAHoldDetails
value associated with this instance ifisLegalHoldsReportAHoldDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLegalHoldsReportAHoldDetails()
isfalse
.
-
isAccountLockOrUnlockedDetails
public boolean isAccountLockOrUnlockedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
,false
otherwise.
-
accountLockOrUnlockedDetails
public static EventDetails accountLockOrUnlockedDetails(AccountLockOrUnlockedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountLockOrUnlockedDetailsValue
public AccountLockOrUnlockedDetails getAccountLockOrUnlockedDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_LOCK_OR_UNLOCKED_DETAILS
.- Returns:
- The
AccountLockOrUnlockedDetails
value associated with this instance ifisAccountLockOrUnlockedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountLockOrUnlockedDetails()
isfalse
.
-
isEmmErrorDetails
public boolean isEmmErrorDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_ERROR_DETAILS
,false
otherwise.
-
emmErrorDetails
public static EventDetails emmErrorDetails(EmmErrorDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_ERROR_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_ERROR_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmErrorDetailsValue
public EmmErrorDetails getEmmErrorDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_ERROR_DETAILS
.- Returns:
- The
EmmErrorDetails
value associated with this instance ifisEmmErrorDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmErrorDetails()
isfalse
.
-
isGuestAdminSignedInViaTrustedTeamsDetails
public boolean isGuestAdminSignedInViaTrustedTeamsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
,false
otherwise.
-
guestAdminSignedInViaTrustedTeamsDetails
public static EventDetails guestAdminSignedInViaTrustedTeamsDetails(GuestAdminSignedInViaTrustedTeamsDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGuestAdminSignedInViaTrustedTeamsDetailsValue
public GuestAdminSignedInViaTrustedTeamsDetails getGuestAdminSignedInViaTrustedTeamsDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_IN_VIA_TRUSTED_TEAMS_DETAILS
.- Returns:
- The
GuestAdminSignedInViaTrustedTeamsDetails
value associated with this instance ifisGuestAdminSignedInViaTrustedTeamsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGuestAdminSignedInViaTrustedTeamsDetails()
isfalse
.
-
isGuestAdminSignedOutViaTrustedTeamsDetails
public boolean isGuestAdminSignedOutViaTrustedTeamsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
,false
otherwise.
-
guestAdminSignedOutViaTrustedTeamsDetails
public static EventDetails guestAdminSignedOutViaTrustedTeamsDetails(GuestAdminSignedOutViaTrustedTeamsDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGuestAdminSignedOutViaTrustedTeamsDetailsValue
public GuestAdminSignedOutViaTrustedTeamsDetails getGuestAdminSignedOutViaTrustedTeamsDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_SIGNED_OUT_VIA_TRUSTED_TEAMS_DETAILS
.- Returns:
- The
GuestAdminSignedOutViaTrustedTeamsDetails
value associated with this instance ifisGuestAdminSignedOutViaTrustedTeamsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGuestAdminSignedOutViaTrustedTeamsDetails()
isfalse
.
-
isLoginFailDetails
public boolean isLoginFailDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.LOGIN_FAIL_DETAILS
,false
otherwise.
-
loginFailDetails
public static EventDetails loginFailDetails(LoginFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LOGIN_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLoginFailDetailsValue
public LoginFailDetails getLoginFailDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGIN_FAIL_DETAILS
.- Returns:
- The
LoginFailDetails
value associated with this instance ifisLoginFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLoginFailDetails()
isfalse
.
-
isLoginSuccessDetails
public boolean isLoginSuccessDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.LOGIN_SUCCESS_DETAILS
,false
otherwise.
-
loginSuccessDetails
public static EventDetails loginSuccessDetails(LoginSuccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LOGIN_SUCCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLoginSuccessDetailsValue
public LoginSuccessDetails getLoginSuccessDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGIN_SUCCESS_DETAILS
.- Returns:
- The
LoginSuccessDetails
value associated with this instance ifisLoginSuccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLoginSuccessDetails()
isfalse
.
-
isLogoutDetails
public boolean isLogoutDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.LOGOUT_DETAILS
,false
otherwise.
-
logoutDetails
public static EventDetails logoutDetails(LogoutDetails value)
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.LOGOUT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getLogoutDetailsValue
public LogoutDetails getLogoutDetailsValue()
This instance must be tagged asEventDetails.Tag.LOGOUT_DETAILS
.- Returns:
- The
LogoutDetails
value associated with this instance ifisLogoutDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisLogoutDetails()
isfalse
.
-
isResellerSupportSessionEndDetails
public boolean isResellerSupportSessionEndDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
,false
otherwise.
-
resellerSupportSessionEndDetails
public static EventDetails resellerSupportSessionEndDetails(ResellerSupportSessionEndDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getResellerSupportSessionEndDetailsValue
public ResellerSupportSessionEndDetails getResellerSupportSessionEndDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS
.- Returns:
- The
ResellerSupportSessionEndDetails
value associated with this instance ifisResellerSupportSessionEndDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisResellerSupportSessionEndDetails()
isfalse
.
-
isResellerSupportSessionStartDetails
public boolean isResellerSupportSessionStartDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
,false
otherwise.
-
resellerSupportSessionStartDetails
public static EventDetails resellerSupportSessionStartDetails(ResellerSupportSessionStartDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getResellerSupportSessionStartDetailsValue
public ResellerSupportSessionStartDetails getResellerSupportSessionStartDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS
.- Returns:
- The
ResellerSupportSessionStartDetails
value associated with this instance ifisResellerSupportSessionStartDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisResellerSupportSessionStartDetails()
isfalse
.
-
isSignInAsSessionEndDetails
public boolean isSignInAsSessionEndDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
,false
otherwise.
-
signInAsSessionEndDetails
public static EventDetails signInAsSessionEndDetails(SignInAsSessionEndDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSignInAsSessionEndDetailsValue
public SignInAsSessionEndDetails getSignInAsSessionEndDetailsValue()
This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS
.- Returns:
- The
SignInAsSessionEndDetails
value associated with this instance ifisSignInAsSessionEndDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSignInAsSessionEndDetails()
isfalse
.
-
isSignInAsSessionStartDetails
public boolean isSignInAsSessionStartDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
,false
otherwise.
-
signInAsSessionStartDetails
public static EventDetails signInAsSessionStartDetails(SignInAsSessionStartDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSignInAsSessionStartDetailsValue
public SignInAsSessionStartDetails getSignInAsSessionStartDetailsValue()
This instance must be tagged asEventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS
.- Returns:
- The
SignInAsSessionStartDetails
value associated with this instance ifisSignInAsSessionStartDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSignInAsSessionStartDetails()
isfalse
.
-
isSsoErrorDetails
public boolean isSsoErrorDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_ERROR_DETAILS
,false
otherwise.
-
ssoErrorDetails
public static EventDetails ssoErrorDetails(SsoErrorDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_ERROR_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_ERROR_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoErrorDetailsValue
public SsoErrorDetails getSsoErrorDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ERROR_DETAILS
.- Returns:
- The
SsoErrorDetails
value associated with this instance ifisSsoErrorDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoErrorDetails()
isfalse
.
-
isCreateTeamInviteLinkDetails
public boolean isCreateTeamInviteLinkDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
,false
otherwise.
-
createTeamInviteLinkDetails
public static EventDetails createTeamInviteLinkDetails(CreateTeamInviteLinkDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getCreateTeamInviteLinkDetailsValue
public CreateTeamInviteLinkDetails getCreateTeamInviteLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.CREATE_TEAM_INVITE_LINK_DETAILS
.- Returns:
- The
CreateTeamInviteLinkDetails
value associated with this instance ifisCreateTeamInviteLinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisCreateTeamInviteLinkDetails()
isfalse
.
-
isDeleteTeamInviteLinkDetails
public boolean isDeleteTeamInviteLinkDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
,false
otherwise.
-
deleteTeamInviteLinkDetails
public static EventDetails deleteTeamInviteLinkDetails(DeleteTeamInviteLinkDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeleteTeamInviteLinkDetailsValue
public DeleteTeamInviteLinkDetails getDeleteTeamInviteLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.DELETE_TEAM_INVITE_LINK_DETAILS
.- Returns:
- The
DeleteTeamInviteLinkDetails
value associated with this instance ifisDeleteTeamInviteLinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeleteTeamInviteLinkDetails()
isfalse
.
-
isMemberAddExternalIdDetails
public boolean isMemberAddExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
,false
otherwise.
-
memberAddExternalIdDetails
public static EventDetails memberAddExternalIdDetails(MemberAddExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberAddExternalIdDetailsValue
public MemberAddExternalIdDetails getMemberAddExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_ADD_EXTERNAL_ID_DETAILS
.- Returns:
- The
MemberAddExternalIdDetails
value associated with this instance ifisMemberAddExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberAddExternalIdDetails()
isfalse
.
-
isMemberAddNameDetails
public boolean isMemberAddNameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_ADD_NAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_ADD_NAME_DETAILS
,false
otherwise.
-
memberAddNameDetails
public static EventDetails memberAddNameDetails(MemberAddNameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_ADD_NAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberAddNameDetailsValue
public MemberAddNameDetails getMemberAddNameDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_ADD_NAME_DETAILS
.- Returns:
- The
MemberAddNameDetails
value associated with this instance ifisMemberAddNameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberAddNameDetails()
isfalse
.
-
isMemberChangeAdminRoleDetails
public boolean isMemberChangeAdminRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
,false
otherwise.
-
memberChangeAdminRoleDetails
public static EventDetails memberChangeAdminRoleDetails(MemberChangeAdminRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeAdminRoleDetailsValue
public MemberChangeAdminRoleDetails getMemberChangeAdminRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS
.- Returns:
- The
MemberChangeAdminRoleDetails
value associated with this instance ifisMemberChangeAdminRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeAdminRoleDetails()
isfalse
.
-
isMemberChangeEmailDetails
public boolean isMemberChangeEmailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
,false
otherwise.
-
memberChangeEmailDetails
public static EventDetails memberChangeEmailDetails(MemberChangeEmailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeEmailDetailsValue
public MemberChangeEmailDetails getMemberChangeEmailDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS
.- Returns:
- The
MemberChangeEmailDetails
value associated with this instance ifisMemberChangeEmailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeEmailDetails()
isfalse
.
-
isMemberChangeExternalIdDetails
public boolean isMemberChangeExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
,false
otherwise.
-
memberChangeExternalIdDetails
public static EventDetails memberChangeExternalIdDetails(MemberChangeExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeExternalIdDetailsValue
public MemberChangeExternalIdDetails getMemberChangeExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_EXTERNAL_ID_DETAILS
.- Returns:
- The
MemberChangeExternalIdDetails
value associated with this instance ifisMemberChangeExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeExternalIdDetails()
isfalse
.
-
isMemberChangeMembershipTypeDetails
public boolean isMemberChangeMembershipTypeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
,false
otherwise.
-
memberChangeMembershipTypeDetails
public static EventDetails memberChangeMembershipTypeDetails(MemberChangeMembershipTypeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeMembershipTypeDetailsValue
public MemberChangeMembershipTypeDetails getMemberChangeMembershipTypeDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS
.- Returns:
- The
MemberChangeMembershipTypeDetails
value associated with this instance ifisMemberChangeMembershipTypeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeMembershipTypeDetails()
isfalse
.
-
isMemberChangeNameDetails
public boolean isMemberChangeNameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
,false
otherwise.
-
memberChangeNameDetails
public static EventDetails memberChangeNameDetails(MemberChangeNameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeNameDetailsValue
public MemberChangeNameDetails getMemberChangeNameDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS
.- Returns:
- The
MemberChangeNameDetails
value associated with this instance ifisMemberChangeNameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeNameDetails()
isfalse
.
-
isMemberChangeStatusDetails
public boolean isMemberChangeStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
,false
otherwise.
-
memberChangeStatusDetails
public static EventDetails memberChangeStatusDetails(MemberChangeStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberChangeStatusDetailsValue
public MemberChangeStatusDetails getMemberChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS
.- Returns:
- The
MemberChangeStatusDetails
value associated with this instance ifisMemberChangeStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberChangeStatusDetails()
isfalse
.
-
isMemberDeleteManualContactsDetails
public boolean isMemberDeleteManualContactsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
,false
otherwise.
-
memberDeleteManualContactsDetails
public static EventDetails memberDeleteManualContactsDetails(MemberDeleteManualContactsDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberDeleteManualContactsDetailsValue
public MemberDeleteManualContactsDetails getMemberDeleteManualContactsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_MANUAL_CONTACTS_DETAILS
.- Returns:
- The
MemberDeleteManualContactsDetails
value associated with this instance ifisMemberDeleteManualContactsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberDeleteManualContactsDetails()
isfalse
.
-
isMemberDeleteProfilePhotoDetails
public boolean isMemberDeleteProfilePhotoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
,false
otherwise.
-
memberDeleteProfilePhotoDetails
public static EventDetails memberDeleteProfilePhotoDetails(MemberDeleteProfilePhotoDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberDeleteProfilePhotoDetailsValue
public MemberDeleteProfilePhotoDetails getMemberDeleteProfilePhotoDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_DELETE_PROFILE_PHOTO_DETAILS
.- Returns:
- The
MemberDeleteProfilePhotoDetails
value associated with this instance ifisMemberDeleteProfilePhotoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberDeleteProfilePhotoDetails()
isfalse
.
-
isMemberPermanentlyDeleteAccountContentsDetails
public boolean isMemberPermanentlyDeleteAccountContentsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
,false
otherwise.
-
memberPermanentlyDeleteAccountContentsDetails
public static EventDetails memberPermanentlyDeleteAccountContentsDetails(MemberPermanentlyDeleteAccountContentsDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberPermanentlyDeleteAccountContentsDetailsValue
public MemberPermanentlyDeleteAccountContentsDetails getMemberPermanentlyDeleteAccountContentsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS
.- Returns:
- The
MemberPermanentlyDeleteAccountContentsDetails
value associated with this instance ifisMemberPermanentlyDeleteAccountContentsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberPermanentlyDeleteAccountContentsDetails()
isfalse
.
-
isMemberRemoveExternalIdDetails
public boolean isMemberRemoveExternalIdDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
,false
otherwise.
-
memberRemoveExternalIdDetails
public static EventDetails memberRemoveExternalIdDetails(MemberRemoveExternalIdDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberRemoveExternalIdDetailsValue
public MemberRemoveExternalIdDetails getMemberRemoveExternalIdDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_REMOVE_EXTERNAL_ID_DETAILS
.- Returns:
- The
MemberRemoveExternalIdDetails
value associated with this instance ifisMemberRemoveExternalIdDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberRemoveExternalIdDetails()
isfalse
.
-
isMemberSetProfilePhotoDetails
public boolean isMemberSetProfilePhotoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
,false
otherwise.
-
memberSetProfilePhotoDetails
public static EventDetails memberSetProfilePhotoDetails(MemberSetProfilePhotoDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSetProfilePhotoDetailsValue
public MemberSetProfilePhotoDetails getMemberSetProfilePhotoDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SET_PROFILE_PHOTO_DETAILS
.- Returns:
- The
MemberSetProfilePhotoDetails
value associated with this instance ifisMemberSetProfilePhotoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSetProfilePhotoDetails()
isfalse
.
-
isMemberSpaceLimitsAddCustomQuotaDetails
public boolean isMemberSpaceLimitsAddCustomQuotaDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
,false
otherwise.
-
memberSpaceLimitsAddCustomQuotaDetails
public static EventDetails memberSpaceLimitsAddCustomQuotaDetails(MemberSpaceLimitsAddCustomQuotaDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsAddCustomQuotaDetailsValue
public MemberSpaceLimitsAddCustomQuotaDetails getMemberSpaceLimitsAddCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_CUSTOM_QUOTA_DETAILS
.- Returns:
- The
MemberSpaceLimitsAddCustomQuotaDetails
value associated with this instance ifisMemberSpaceLimitsAddCustomQuotaDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsAddCustomQuotaDetails()
isfalse
.
-
isMemberSpaceLimitsChangeCustomQuotaDetails
public boolean isMemberSpaceLimitsChangeCustomQuotaDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
,false
otherwise.
-
memberSpaceLimitsChangeCustomQuotaDetails
public static EventDetails memberSpaceLimitsChangeCustomQuotaDetails(MemberSpaceLimitsChangeCustomQuotaDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsChangeCustomQuotaDetailsValue
public MemberSpaceLimitsChangeCustomQuotaDetails getMemberSpaceLimitsChangeCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CUSTOM_QUOTA_DETAILS
.- Returns:
- The
MemberSpaceLimitsChangeCustomQuotaDetails
value associated with this instance ifisMemberSpaceLimitsChangeCustomQuotaDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsChangeCustomQuotaDetails()
isfalse
.
-
isMemberSpaceLimitsChangeStatusDetails
public boolean isMemberSpaceLimitsChangeStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
,false
otherwise.
-
memberSpaceLimitsChangeStatusDetails
public static EventDetails memberSpaceLimitsChangeStatusDetails(MemberSpaceLimitsChangeStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsChangeStatusDetailsValue
public MemberSpaceLimitsChangeStatusDetails getMemberSpaceLimitsChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS
.- Returns:
- The
MemberSpaceLimitsChangeStatusDetails
value associated with this instance ifisMemberSpaceLimitsChangeStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsChangeStatusDetails()
isfalse
.
-
isMemberSpaceLimitsRemoveCustomQuotaDetails
public boolean isMemberSpaceLimitsRemoveCustomQuotaDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
,false
otherwise.
-
memberSpaceLimitsRemoveCustomQuotaDetails
public static EventDetails memberSpaceLimitsRemoveCustomQuotaDetails(MemberSpaceLimitsRemoveCustomQuotaDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsRemoveCustomQuotaDetailsValue
public MemberSpaceLimitsRemoveCustomQuotaDetails getMemberSpaceLimitsRemoveCustomQuotaDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_CUSTOM_QUOTA_DETAILS
.- Returns:
- The
MemberSpaceLimitsRemoveCustomQuotaDetails
value associated with this instance ifisMemberSpaceLimitsRemoveCustomQuotaDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsRemoveCustomQuotaDetails()
isfalse
.
-
isMemberSuggestDetails
public boolean isMemberSuggestDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SUGGEST_DETAILS
,false
otherwise.
-
memberSuggestDetails
public static EventDetails memberSuggestDetails(MemberSuggestDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SUGGEST_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSuggestDetailsValue
public MemberSuggestDetails getMemberSuggestDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SUGGEST_DETAILS
.- Returns:
- The
MemberSuggestDetails
value associated with this instance ifisMemberSuggestDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSuggestDetails()
isfalse
.
-
isMemberTransferAccountContentsDetails
public boolean isMemberTransferAccountContentsDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
,false
otherwise.
-
memberTransferAccountContentsDetails
public static EventDetails memberTransferAccountContentsDetails(MemberTransferAccountContentsDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberTransferAccountContentsDetailsValue
public MemberTransferAccountContentsDetails getMemberTransferAccountContentsDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS
.- Returns:
- The
MemberTransferAccountContentsDetails
value associated with this instance ifisMemberTransferAccountContentsDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberTransferAccountContentsDetails()
isfalse
.
-
isPendingSecondaryEmailAddedDetails
public boolean isPendingSecondaryEmailAddedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
,false
otherwise.
-
pendingSecondaryEmailAddedDetails
public static EventDetails pendingSecondaryEmailAddedDetails(PendingSecondaryEmailAddedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPendingSecondaryEmailAddedDetailsValue
public PendingSecondaryEmailAddedDetails getPendingSecondaryEmailAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.PENDING_SECONDARY_EMAIL_ADDED_DETAILS
.- Returns:
- The
PendingSecondaryEmailAddedDetails
value associated with this instance ifisPendingSecondaryEmailAddedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPendingSecondaryEmailAddedDetails()
isfalse
.
-
isSecondaryEmailDeletedDetails
public boolean isSecondaryEmailDeletedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
,false
otherwise.
-
secondaryEmailDeletedDetails
public static EventDetails secondaryEmailDeletedDetails(SecondaryEmailDeletedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSecondaryEmailDeletedDetailsValue
public SecondaryEmailDeletedDetails getSecondaryEmailDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_DELETED_DETAILS
.- Returns:
- The
SecondaryEmailDeletedDetails
value associated with this instance ifisSecondaryEmailDeletedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSecondaryEmailDeletedDetails()
isfalse
.
-
isSecondaryEmailVerifiedDetails
public boolean isSecondaryEmailVerifiedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
,false
otherwise.
-
secondaryEmailVerifiedDetails
public static EventDetails secondaryEmailVerifiedDetails(SecondaryEmailVerifiedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSecondaryEmailVerifiedDetailsValue
public SecondaryEmailVerifiedDetails getSecondaryEmailVerifiedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_EMAIL_VERIFIED_DETAILS
.- Returns:
- The
SecondaryEmailVerifiedDetails
value associated with this instance ifisSecondaryEmailVerifiedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSecondaryEmailVerifiedDetails()
isfalse
.
-
isSecondaryMailsPolicyChangedDetails
public boolean isSecondaryMailsPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
,false
otherwise.
-
secondaryMailsPolicyChangedDetails
public static EventDetails secondaryMailsPolicyChangedDetails(SecondaryMailsPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSecondaryMailsPolicyChangedDetailsValue
public SecondaryMailsPolicyChangedDetails getSecondaryMailsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SECONDARY_MAILS_POLICY_CHANGED_DETAILS
.- Returns:
- The
SecondaryMailsPolicyChangedDetails
value associated with this instance ifisSecondaryMailsPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSecondaryMailsPolicyChangedDetails()
isfalse
.
-
isBinderAddPageDetails
public boolean isBinderAddPageDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_ADD_PAGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_ADD_PAGE_DETAILS
,false
otherwise.
-
binderAddPageDetails
public static EventDetails binderAddPageDetails(BinderAddPageDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_ADD_PAGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderAddPageDetailsValue
public BinderAddPageDetails getBinderAddPageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_ADD_PAGE_DETAILS
.- Returns:
- The
BinderAddPageDetails
value associated with this instance ifisBinderAddPageDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderAddPageDetails()
isfalse
.
-
isBinderAddSectionDetails
public boolean isBinderAddSectionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_ADD_SECTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_ADD_SECTION_DETAILS
,false
otherwise.
-
binderAddSectionDetails
public static EventDetails binderAddSectionDetails(BinderAddSectionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_ADD_SECTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderAddSectionDetailsValue
public BinderAddSectionDetails getBinderAddSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_ADD_SECTION_DETAILS
.- Returns:
- The
BinderAddSectionDetails
value associated with this instance ifisBinderAddSectionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderAddSectionDetails()
isfalse
.
-
isBinderRemovePageDetails
public boolean isBinderRemovePageDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
,false
otherwise.
-
binderRemovePageDetails
public static EventDetails binderRemovePageDetails(BinderRemovePageDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderRemovePageDetailsValue
public BinderRemovePageDetails getBinderRemovePageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_PAGE_DETAILS
.- Returns:
- The
BinderRemovePageDetails
value associated with this instance ifisBinderRemovePageDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderRemovePageDetails()
isfalse
.
-
isBinderRemoveSectionDetails
public boolean isBinderRemoveSectionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
,false
otherwise.
-
binderRemoveSectionDetails
public static EventDetails binderRemoveSectionDetails(BinderRemoveSectionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderRemoveSectionDetailsValue
public BinderRemoveSectionDetails getBinderRemoveSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REMOVE_SECTION_DETAILS
.- Returns:
- The
BinderRemoveSectionDetails
value associated with this instance ifisBinderRemoveSectionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderRemoveSectionDetails()
isfalse
.
-
isBinderRenamePageDetails
public boolean isBinderRenamePageDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
,false
otherwise.
-
binderRenamePageDetails
public static EventDetails binderRenamePageDetails(BinderRenamePageDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderRenamePageDetailsValue
public BinderRenamePageDetails getBinderRenamePageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_RENAME_PAGE_DETAILS
.- Returns:
- The
BinderRenamePageDetails
value associated with this instance ifisBinderRenamePageDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderRenamePageDetails()
isfalse
.
-
isBinderRenameSectionDetails
public boolean isBinderRenameSectionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
,false
otherwise.
-
binderRenameSectionDetails
public static EventDetails binderRenameSectionDetails(BinderRenameSectionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderRenameSectionDetailsValue
public BinderRenameSectionDetails getBinderRenameSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_RENAME_SECTION_DETAILS
.- Returns:
- The
BinderRenameSectionDetails
value associated with this instance ifisBinderRenameSectionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderRenameSectionDetails()
isfalse
.
-
isBinderReorderPageDetails
public boolean isBinderReorderPageDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
,false
otherwise.
-
binderReorderPageDetails
public static EventDetails binderReorderPageDetails(BinderReorderPageDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderReorderPageDetailsValue
public BinderReorderPageDetails getBinderReorderPageDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REORDER_PAGE_DETAILS
.- Returns:
- The
BinderReorderPageDetails
value associated with this instance ifisBinderReorderPageDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderReorderPageDetails()
isfalse
.
-
isBinderReorderSectionDetails
public boolean isBinderReorderSectionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
,false
otherwise.
-
binderReorderSectionDetails
public static EventDetails binderReorderSectionDetails(BinderReorderSectionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getBinderReorderSectionDetailsValue
public BinderReorderSectionDetails getBinderReorderSectionDetailsValue()
This instance must be tagged asEventDetails.Tag.BINDER_REORDER_SECTION_DETAILS
.- Returns:
- The
BinderReorderSectionDetails
value associated with this instance ifisBinderReorderSectionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisBinderReorderSectionDetails()
isfalse
.
-
isPaperContentAddMemberDetails
public boolean isPaperContentAddMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
,false
otherwise.
-
paperContentAddMemberDetails
public static EventDetails paperContentAddMemberDetails(PaperContentAddMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentAddMemberDetailsValue
public PaperContentAddMemberDetails getPaperContentAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS
.- Returns:
- The
PaperContentAddMemberDetails
value associated with this instance ifisPaperContentAddMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentAddMemberDetails()
isfalse
.
-
isPaperContentAddToFolderDetails
public boolean isPaperContentAddToFolderDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
,false
otherwise.
-
paperContentAddToFolderDetails
public static EventDetails paperContentAddToFolderDetails(PaperContentAddToFolderDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentAddToFolderDetailsValue
public PaperContentAddToFolderDetails getPaperContentAddToFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS
.- Returns:
- The
PaperContentAddToFolderDetails
value associated with this instance ifisPaperContentAddToFolderDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentAddToFolderDetails()
isfalse
.
-
isPaperContentArchiveDetails
public boolean isPaperContentArchiveDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
,false
otherwise.
-
paperContentArchiveDetails
public static EventDetails paperContentArchiveDetails(PaperContentArchiveDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentArchiveDetailsValue
public PaperContentArchiveDetails getPaperContentArchiveDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS
.- Returns:
- The
PaperContentArchiveDetails
value associated with this instance ifisPaperContentArchiveDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentArchiveDetails()
isfalse
.
-
isPaperContentCreateDetails
public boolean isPaperContentCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
,false
otherwise.
-
paperContentCreateDetails
public static EventDetails paperContentCreateDetails(PaperContentCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentCreateDetailsValue
public PaperContentCreateDetails getPaperContentCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS
.- Returns:
- The
PaperContentCreateDetails
value associated with this instance ifisPaperContentCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentCreateDetails()
isfalse
.
-
isPaperContentPermanentlyDeleteDetails
public boolean isPaperContentPermanentlyDeleteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
,false
otherwise.
-
paperContentPermanentlyDeleteDetails
public static EventDetails paperContentPermanentlyDeleteDetails(PaperContentPermanentlyDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentPermanentlyDeleteDetailsValue
public PaperContentPermanentlyDeleteDetails getPaperContentPermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS
.- Returns:
- The
PaperContentPermanentlyDeleteDetails
value associated with this instance ifisPaperContentPermanentlyDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentPermanentlyDeleteDetails()
isfalse
.
-
isPaperContentRemoveFromFolderDetails
public boolean isPaperContentRemoveFromFolderDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
,false
otherwise.
-
paperContentRemoveFromFolderDetails
public static EventDetails paperContentRemoveFromFolderDetails(PaperContentRemoveFromFolderDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentRemoveFromFolderDetailsValue
public PaperContentRemoveFromFolderDetails getPaperContentRemoveFromFolderDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS
.- Returns:
- The
PaperContentRemoveFromFolderDetails
value associated with this instance ifisPaperContentRemoveFromFolderDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentRemoveFromFolderDetails()
isfalse
.
-
isPaperContentRemoveMemberDetails
public boolean isPaperContentRemoveMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
,false
otherwise.
-
paperContentRemoveMemberDetails
public static EventDetails paperContentRemoveMemberDetails(PaperContentRemoveMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentRemoveMemberDetailsValue
public PaperContentRemoveMemberDetails getPaperContentRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS
.- Returns:
- The
PaperContentRemoveMemberDetails
value associated with this instance ifisPaperContentRemoveMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentRemoveMemberDetails()
isfalse
.
-
isPaperContentRenameDetails
public boolean isPaperContentRenameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
,false
otherwise.
-
paperContentRenameDetails
public static EventDetails paperContentRenameDetails(PaperContentRenameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentRenameDetailsValue
public PaperContentRenameDetails getPaperContentRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS
.- Returns:
- The
PaperContentRenameDetails
value associated with this instance ifisPaperContentRenameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentRenameDetails()
isfalse
.
-
isPaperContentRestoreDetails
public boolean isPaperContentRestoreDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
,false
otherwise.
-
paperContentRestoreDetails
public static EventDetails paperContentRestoreDetails(PaperContentRestoreDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperContentRestoreDetailsValue
public PaperContentRestoreDetails getPaperContentRestoreDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS
.- Returns:
- The
PaperContentRestoreDetails
value associated with this instance ifisPaperContentRestoreDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperContentRestoreDetails()
isfalse
.
-
isPaperDocAddCommentDetails
public boolean isPaperDocAddCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
,false
otherwise.
-
paperDocAddCommentDetails
public static EventDetails paperDocAddCommentDetails(PaperDocAddCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocAddCommentDetailsValue
public PaperDocAddCommentDetails getPaperDocAddCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS
.- Returns:
- The
PaperDocAddCommentDetails
value associated with this instance ifisPaperDocAddCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocAddCommentDetails()
isfalse
.
-
isPaperDocChangeMemberRoleDetails
public boolean isPaperDocChangeMemberRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.
-
paperDocChangeMemberRoleDetails
public static EventDetails paperDocChangeMemberRoleDetails(PaperDocChangeMemberRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocChangeMemberRoleDetailsValue
public PaperDocChangeMemberRoleDetails getPaperDocChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS
.- Returns:
- The
PaperDocChangeMemberRoleDetails
value associated with this instance ifisPaperDocChangeMemberRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocChangeMemberRoleDetails()
isfalse
.
-
isPaperDocChangeSharingPolicyDetails
public boolean isPaperDocChangeSharingPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
,false
otherwise.
-
paperDocChangeSharingPolicyDetails
public static EventDetails paperDocChangeSharingPolicyDetails(PaperDocChangeSharingPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocChangeSharingPolicyDetailsValue
public PaperDocChangeSharingPolicyDetails getPaperDocChangeSharingPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS
.- Returns:
- The
PaperDocChangeSharingPolicyDetails
value associated with this instance ifisPaperDocChangeSharingPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocChangeSharingPolicyDetails()
isfalse
.
-
isPaperDocChangeSubscriptionDetails
public boolean isPaperDocChangeSubscriptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
,false
otherwise.
-
paperDocChangeSubscriptionDetails
public static EventDetails paperDocChangeSubscriptionDetails(PaperDocChangeSubscriptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocChangeSubscriptionDetailsValue
public PaperDocChangeSubscriptionDetails getPaperDocChangeSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS
.- Returns:
- The
PaperDocChangeSubscriptionDetails
value associated with this instance ifisPaperDocChangeSubscriptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocChangeSubscriptionDetails()
isfalse
.
-
isPaperDocDeletedDetails
public boolean isPaperDocDeletedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_DELETED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_DELETED_DETAILS
,false
otherwise.
-
paperDocDeletedDetails
public static EventDetails paperDocDeletedDetails(PaperDocDeletedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_DELETED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocDeletedDetailsValue
public PaperDocDeletedDetails getPaperDocDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETED_DETAILS
.- Returns:
- The
PaperDocDeletedDetails
value associated with this instance ifisPaperDocDeletedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocDeletedDetails()
isfalse
.
-
isPaperDocDeleteCommentDetails
public boolean isPaperDocDeleteCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
,false
otherwise.
-
paperDocDeleteCommentDetails
public static EventDetails paperDocDeleteCommentDetails(PaperDocDeleteCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocDeleteCommentDetailsValue
public PaperDocDeleteCommentDetails getPaperDocDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS
.- Returns:
- The
PaperDocDeleteCommentDetails
value associated with this instance ifisPaperDocDeleteCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocDeleteCommentDetails()
isfalse
.
-
isPaperDocDownloadDetails
public boolean isPaperDocDownloadDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
,false
otherwise.
-
paperDocDownloadDetails
public static EventDetails paperDocDownloadDetails(PaperDocDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocDownloadDetailsValue
public PaperDocDownloadDetails getPaperDocDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS
.- Returns:
- The
PaperDocDownloadDetails
value associated with this instance ifisPaperDocDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocDownloadDetails()
isfalse
.
-
isPaperDocEditDetails
public boolean isPaperDocEditDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_EDIT_DETAILS
,false
otherwise.
-
paperDocEditDetails
public static EventDetails paperDocEditDetails(PaperDocEditDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_EDIT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocEditDetailsValue
public PaperDocEditDetails getPaperDocEditDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_DETAILS
.- Returns:
- The
PaperDocEditDetails
value associated with this instance ifisPaperDocEditDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocEditDetails()
isfalse
.
-
isPaperDocEditCommentDetails
public boolean isPaperDocEditCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
,false
otherwise.
-
paperDocEditCommentDetails
public static EventDetails paperDocEditCommentDetails(PaperDocEditCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocEditCommentDetailsValue
public PaperDocEditCommentDetails getPaperDocEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS
.- Returns:
- The
PaperDocEditCommentDetails
value associated with this instance ifisPaperDocEditCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocEditCommentDetails()
isfalse
.
-
isPaperDocFollowedDetails
public boolean isPaperDocFollowedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
,false
otherwise.
-
paperDocFollowedDetails
public static EventDetails paperDocFollowedDetails(PaperDocFollowedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocFollowedDetailsValue
public PaperDocFollowedDetails getPaperDocFollowedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS
.- Returns:
- The
PaperDocFollowedDetails
value associated with this instance ifisPaperDocFollowedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocFollowedDetails()
isfalse
.
-
isPaperDocMentionDetails
public boolean isPaperDocMentionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_MENTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_MENTION_DETAILS
,false
otherwise.
-
paperDocMentionDetails
public static EventDetails paperDocMentionDetails(PaperDocMentionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_MENTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocMentionDetailsValue
public PaperDocMentionDetails getPaperDocMentionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_MENTION_DETAILS
.- Returns:
- The
PaperDocMentionDetails
value associated with this instance ifisPaperDocMentionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocMentionDetails()
isfalse
.
-
isPaperDocOwnershipChangedDetails
public boolean isPaperDocOwnershipChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
,false
otherwise.
-
paperDocOwnershipChangedDetails
public static EventDetails paperDocOwnershipChangedDetails(PaperDocOwnershipChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocOwnershipChangedDetailsValue
public PaperDocOwnershipChangedDetails getPaperDocOwnershipChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_OWNERSHIP_CHANGED_DETAILS
.- Returns:
- The
PaperDocOwnershipChangedDetails
value associated with this instance ifisPaperDocOwnershipChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocOwnershipChangedDetails()
isfalse
.
-
isPaperDocRequestAccessDetails
public boolean isPaperDocRequestAccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
,false
otherwise.
-
paperDocRequestAccessDetails
public static EventDetails paperDocRequestAccessDetails(PaperDocRequestAccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocRequestAccessDetailsValue
public PaperDocRequestAccessDetails getPaperDocRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS
.- Returns:
- The
PaperDocRequestAccessDetails
value associated with this instance ifisPaperDocRequestAccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocRequestAccessDetails()
isfalse
.
-
isPaperDocResolveCommentDetails
public boolean isPaperDocResolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
,false
otherwise.
-
paperDocResolveCommentDetails
public static EventDetails paperDocResolveCommentDetails(PaperDocResolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocResolveCommentDetailsValue
public PaperDocResolveCommentDetails getPaperDocResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS
.- Returns:
- The
PaperDocResolveCommentDetails
value associated with this instance ifisPaperDocResolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocResolveCommentDetails()
isfalse
.
-
isPaperDocRevertDetails
public boolean isPaperDocRevertDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_REVERT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_REVERT_DETAILS
,false
otherwise.
-
paperDocRevertDetails
public static EventDetails paperDocRevertDetails(PaperDocRevertDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_REVERT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocRevertDetailsValue
public PaperDocRevertDetails getPaperDocRevertDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_REVERT_DETAILS
.- Returns:
- The
PaperDocRevertDetails
value associated with this instance ifisPaperDocRevertDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocRevertDetails()
isfalse
.
-
isPaperDocSlackShareDetails
public boolean isPaperDocSlackShareDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
,false
otherwise.
-
paperDocSlackShareDetails
public static EventDetails paperDocSlackShareDetails(PaperDocSlackShareDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocSlackShareDetailsValue
public PaperDocSlackShareDetails getPaperDocSlackShareDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS
.- Returns:
- The
PaperDocSlackShareDetails
value associated with this instance ifisPaperDocSlackShareDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocSlackShareDetails()
isfalse
.
-
isPaperDocTeamInviteDetails
public boolean isPaperDocTeamInviteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
,false
otherwise.
-
paperDocTeamInviteDetails
public static EventDetails paperDocTeamInviteDetails(PaperDocTeamInviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocTeamInviteDetailsValue
public PaperDocTeamInviteDetails getPaperDocTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS
.- Returns:
- The
PaperDocTeamInviteDetails
value associated with this instance ifisPaperDocTeamInviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocTeamInviteDetails()
isfalse
.
-
isPaperDocTrashedDetails
public boolean isPaperDocTrashedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
,false
otherwise.
-
paperDocTrashedDetails
public static EventDetails paperDocTrashedDetails(PaperDocTrashedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocTrashedDetailsValue
public PaperDocTrashedDetails getPaperDocTrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_TRASHED_DETAILS
.- Returns:
- The
PaperDocTrashedDetails
value associated with this instance ifisPaperDocTrashedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocTrashedDetails()
isfalse
.
-
isPaperDocUnresolveCommentDetails
public boolean isPaperDocUnresolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.
-
paperDocUnresolveCommentDetails
public static EventDetails paperDocUnresolveCommentDetails(PaperDocUnresolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocUnresolveCommentDetailsValue
public PaperDocUnresolveCommentDetails getPaperDocUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS
.- Returns:
- The
PaperDocUnresolveCommentDetails
value associated with this instance ifisPaperDocUnresolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocUnresolveCommentDetails()
isfalse
.
-
isPaperDocUntrashedDetails
public boolean isPaperDocUntrashedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
,false
otherwise.
-
paperDocUntrashedDetails
public static EventDetails paperDocUntrashedDetails(PaperDocUntrashedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocUntrashedDetailsValue
public PaperDocUntrashedDetails getPaperDocUntrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS
.- Returns:
- The
PaperDocUntrashedDetails
value associated with this instance ifisPaperDocUntrashedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocUntrashedDetails()
isfalse
.
-
isPaperDocViewDetails
public boolean isPaperDocViewDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DOC_VIEW_DETAILS
,false
otherwise.
-
paperDocViewDetails
public static EventDetails paperDocViewDetails(PaperDocViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DOC_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDocViewDetailsValue
public PaperDocViewDetails getPaperDocViewDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DOC_VIEW_DETAILS
.- Returns:
- The
PaperDocViewDetails
value associated with this instance ifisPaperDocViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDocViewDetails()
isfalse
.
-
isPaperExternalViewAllowDetails
public boolean isPaperExternalViewAllowDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
,false
otherwise.
-
paperExternalViewAllowDetails
public static EventDetails paperExternalViewAllowDetails(PaperExternalViewAllowDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperExternalViewAllowDetailsValue
public PaperExternalViewAllowDetails getPaperExternalViewAllowDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS
.- Returns:
- The
PaperExternalViewAllowDetails
value associated with this instance ifisPaperExternalViewAllowDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperExternalViewAllowDetails()
isfalse
.
-
isPaperExternalViewDefaultTeamDetails
public boolean isPaperExternalViewDefaultTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
,false
otherwise.
-
paperExternalViewDefaultTeamDetails
public static EventDetails paperExternalViewDefaultTeamDetails(PaperExternalViewDefaultTeamDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperExternalViewDefaultTeamDetailsValue
public PaperExternalViewDefaultTeamDetails getPaperExternalViewDefaultTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS
.- Returns:
- The
PaperExternalViewDefaultTeamDetails
value associated with this instance ifisPaperExternalViewDefaultTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperExternalViewDefaultTeamDetails()
isfalse
.
-
isPaperExternalViewForbidDetails
public boolean isPaperExternalViewForbidDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
,false
otherwise.
-
paperExternalViewForbidDetails
public static EventDetails paperExternalViewForbidDetails(PaperExternalViewForbidDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperExternalViewForbidDetailsValue
public PaperExternalViewForbidDetails getPaperExternalViewForbidDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS
.- Returns:
- The
PaperExternalViewForbidDetails
value associated with this instance ifisPaperExternalViewForbidDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperExternalViewForbidDetails()
isfalse
.
-
isPaperFolderChangeSubscriptionDetails
public boolean isPaperFolderChangeSubscriptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
,false
otherwise.
-
paperFolderChangeSubscriptionDetails
public static EventDetails paperFolderChangeSubscriptionDetails(PaperFolderChangeSubscriptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperFolderChangeSubscriptionDetailsValue
public PaperFolderChangeSubscriptionDetails getPaperFolderChangeSubscriptionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS
.- Returns:
- The
PaperFolderChangeSubscriptionDetails
value associated with this instance ifisPaperFolderChangeSubscriptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperFolderChangeSubscriptionDetails()
isfalse
.
-
isPaperFolderDeletedDetails
public boolean isPaperFolderDeletedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
,false
otherwise.
-
paperFolderDeletedDetails
public static EventDetails paperFolderDeletedDetails(PaperFolderDeletedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperFolderDeletedDetailsValue
public PaperFolderDeletedDetails getPaperFolderDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS
.- Returns:
- The
PaperFolderDeletedDetails
value associated with this instance ifisPaperFolderDeletedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperFolderDeletedDetails()
isfalse
.
-
isPaperFolderFollowedDetails
public boolean isPaperFolderFollowedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
,false
otherwise.
-
paperFolderFollowedDetails
public static EventDetails paperFolderFollowedDetails(PaperFolderFollowedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperFolderFollowedDetailsValue
public PaperFolderFollowedDetails getPaperFolderFollowedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS
.- Returns:
- The
PaperFolderFollowedDetails
value associated with this instance ifisPaperFolderFollowedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperFolderFollowedDetails()
isfalse
.
-
isPaperFolderTeamInviteDetails
public boolean isPaperFolderTeamInviteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
,false
otherwise.
-
paperFolderTeamInviteDetails
public static EventDetails paperFolderTeamInviteDetails(PaperFolderTeamInviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperFolderTeamInviteDetailsValue
public PaperFolderTeamInviteDetails getPaperFolderTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS
.- Returns:
- The
PaperFolderTeamInviteDetails
value associated with this instance ifisPaperFolderTeamInviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperFolderTeamInviteDetails()
isfalse
.
-
isPaperPublishedLinkChangePermissionDetails
public boolean isPaperPublishedLinkChangePermissionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
,false
otherwise.
-
paperPublishedLinkChangePermissionDetails
public static EventDetails paperPublishedLinkChangePermissionDetails(PaperPublishedLinkChangePermissionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperPublishedLinkChangePermissionDetailsValue
public PaperPublishedLinkChangePermissionDetails getPaperPublishedLinkChangePermissionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CHANGE_PERMISSION_DETAILS
.- Returns:
- The
PaperPublishedLinkChangePermissionDetails
value associated with this instance ifisPaperPublishedLinkChangePermissionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperPublishedLinkChangePermissionDetails()
isfalse
.
-
isPaperPublishedLinkCreateDetails
public boolean isPaperPublishedLinkCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
,false
otherwise.
-
paperPublishedLinkCreateDetails
public static EventDetails paperPublishedLinkCreateDetails(PaperPublishedLinkCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperPublishedLinkCreateDetailsValue
public PaperPublishedLinkCreateDetails getPaperPublishedLinkCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_CREATE_DETAILS
.- Returns:
- The
PaperPublishedLinkCreateDetails
value associated with this instance ifisPaperPublishedLinkCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperPublishedLinkCreateDetails()
isfalse
.
-
isPaperPublishedLinkDisabledDetails
public boolean isPaperPublishedLinkDisabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
,false
otherwise.
-
paperPublishedLinkDisabledDetails
public static EventDetails paperPublishedLinkDisabledDetails(PaperPublishedLinkDisabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperPublishedLinkDisabledDetailsValue
public PaperPublishedLinkDisabledDetails getPaperPublishedLinkDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_DISABLED_DETAILS
.- Returns:
- The
PaperPublishedLinkDisabledDetails
value associated with this instance ifisPaperPublishedLinkDisabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperPublishedLinkDisabledDetails()
isfalse
.
-
isPaperPublishedLinkViewDetails
public boolean isPaperPublishedLinkViewDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
,false
otherwise.
-
paperPublishedLinkViewDetails
public static EventDetails paperPublishedLinkViewDetails(PaperPublishedLinkViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperPublishedLinkViewDetailsValue
public PaperPublishedLinkViewDetails getPaperPublishedLinkViewDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_PUBLISHED_LINK_VIEW_DETAILS
.- Returns:
- The
PaperPublishedLinkViewDetails
value associated with this instance ifisPaperPublishedLinkViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperPublishedLinkViewDetails()
isfalse
.
-
isPasswordChangeDetails
public boolean isPasswordChangeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PASSWORD_CHANGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PASSWORD_CHANGE_DETAILS
,false
otherwise.
-
passwordChangeDetails
public static EventDetails passwordChangeDetails(PasswordChangeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PASSWORD_CHANGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPasswordChangeDetailsValue
public PasswordChangeDetails getPasswordChangeDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_CHANGE_DETAILS
.- Returns:
- The
PasswordChangeDetails
value associated with this instance ifisPasswordChangeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPasswordChangeDetails()
isfalse
.
-
isPasswordResetDetails
public boolean isPasswordResetDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.PASSWORD_RESET_DETAILS
,false
otherwise.
-
passwordResetDetails
public static EventDetails passwordResetDetails(PasswordResetDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PASSWORD_RESET_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPasswordResetDetailsValue
public PasswordResetDetails getPasswordResetDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_DETAILS
.- Returns:
- The
PasswordResetDetails
value associated with this instance ifisPasswordResetDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPasswordResetDetails()
isfalse
.
-
isPasswordResetAllDetails
public boolean isPasswordResetAllDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
,false
otherwise.
-
passwordResetAllDetails
public static EventDetails passwordResetAllDetails(PasswordResetAllDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPasswordResetAllDetailsValue
public PasswordResetAllDetails getPasswordResetAllDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_RESET_ALL_DETAILS
.- Returns:
- The
PasswordResetAllDetails
value associated with this instance ifisPasswordResetAllDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPasswordResetAllDetails()
isfalse
.
-
isEmmCreateExceptionsReportDetails
public boolean isEmmCreateExceptionsReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
,false
otherwise.
-
emmCreateExceptionsReportDetails
public static EventDetails emmCreateExceptionsReportDetails(EmmCreateExceptionsReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmCreateExceptionsReportDetailsValue
public EmmCreateExceptionsReportDetails getEmmCreateExceptionsReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS
.- Returns:
- The
EmmCreateExceptionsReportDetails
value associated with this instance ifisEmmCreateExceptionsReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmCreateExceptionsReportDetails()
isfalse
.
-
isEmmCreateUsageReportDetails
public boolean isEmmCreateUsageReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
,false
otherwise.
-
emmCreateUsageReportDetails
public static EventDetails emmCreateUsageReportDetails(EmmCreateUsageReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmCreateUsageReportDetailsValue
public EmmCreateUsageReportDetails getEmmCreateUsageReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS
.- Returns:
- The
EmmCreateUsageReportDetails
value associated with this instance ifisEmmCreateUsageReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmCreateUsageReportDetails()
isfalse
.
-
isExportMembersReportDetails
public boolean isExportMembersReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
,false
otherwise.
-
exportMembersReportDetails
public static EventDetails exportMembersReportDetails(ExportMembersReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getExportMembersReportDetailsValue
public ExportMembersReportDetails getExportMembersReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_DETAILS
.- Returns:
- The
ExportMembersReportDetails
value associated with this instance ifisExportMembersReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisExportMembersReportDetails()
isfalse
.
-
isExportMembersReportFailDetails
public boolean isExportMembersReportFailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
,false
otherwise.
-
exportMembersReportFailDetails
public static EventDetails exportMembersReportFailDetails(ExportMembersReportFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getExportMembersReportFailDetailsValue
public ExportMembersReportFailDetails getExportMembersReportFailDetailsValue()
This instance must be tagged asEventDetails.Tag.EXPORT_MEMBERS_REPORT_FAIL_DETAILS
.- Returns:
- The
ExportMembersReportFailDetails
value associated with this instance ifisExportMembersReportFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisExportMembersReportFailDetails()
isfalse
.
-
isExternalSharingCreateReportDetails
public boolean isExternalSharingCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
,false
otherwise.
-
externalSharingCreateReportDetails
public static EventDetails externalSharingCreateReportDetails(ExternalSharingCreateReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getExternalSharingCreateReportDetailsValue
public ExternalSharingCreateReportDetails getExternalSharingCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_CREATE_REPORT_DETAILS
.- Returns:
- The
ExternalSharingCreateReportDetails
value associated with this instance ifisExternalSharingCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisExternalSharingCreateReportDetails()
isfalse
.
-
isExternalSharingReportFailedDetails
public boolean isExternalSharingReportFailedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
,false
otherwise.
-
externalSharingReportFailedDetails
public static EventDetails externalSharingReportFailedDetails(ExternalSharingReportFailedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getExternalSharingReportFailedDetailsValue
public ExternalSharingReportFailedDetails getExternalSharingReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTERNAL_SHARING_REPORT_FAILED_DETAILS
.- Returns:
- The
ExternalSharingReportFailedDetails
value associated with this instance ifisExternalSharingReportFailedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisExternalSharingReportFailedDetails()
isfalse
.
-
isNoExpirationLinkGenCreateReportDetails
public boolean isNoExpirationLinkGenCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
,false
otherwise.
-
noExpirationLinkGenCreateReportDetails
public static EventDetails noExpirationLinkGenCreateReportDetails(NoExpirationLinkGenCreateReportDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoExpirationLinkGenCreateReportDetailsValue
public NoExpirationLinkGenCreateReportDetails getNoExpirationLinkGenCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_CREATE_REPORT_DETAILS
.- Returns:
- The
NoExpirationLinkGenCreateReportDetails
value associated with this instance ifisNoExpirationLinkGenCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoExpirationLinkGenCreateReportDetails()
isfalse
.
-
isNoExpirationLinkGenReportFailedDetails
public boolean isNoExpirationLinkGenReportFailedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
,false
otherwise.
-
noExpirationLinkGenReportFailedDetails
public static EventDetails noExpirationLinkGenReportFailedDetails(NoExpirationLinkGenReportFailedDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoExpirationLinkGenReportFailedDetailsValue
public NoExpirationLinkGenReportFailedDetails getNoExpirationLinkGenReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_EXPIRATION_LINK_GEN_REPORT_FAILED_DETAILS
.- Returns:
- The
NoExpirationLinkGenReportFailedDetails
value associated with this instance ifisNoExpirationLinkGenReportFailedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoExpirationLinkGenReportFailedDetails()
isfalse
.
-
isNoPasswordLinkGenCreateReportDetails
public boolean isNoPasswordLinkGenCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
,false
otherwise.
-
noPasswordLinkGenCreateReportDetails
public static EventDetails noPasswordLinkGenCreateReportDetails(NoPasswordLinkGenCreateReportDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoPasswordLinkGenCreateReportDetailsValue
public NoPasswordLinkGenCreateReportDetails getNoPasswordLinkGenCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_CREATE_REPORT_DETAILS
.- Returns:
- The
NoPasswordLinkGenCreateReportDetails
value associated with this instance ifisNoPasswordLinkGenCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoPasswordLinkGenCreateReportDetails()
isfalse
.
-
isNoPasswordLinkGenReportFailedDetails
public boolean isNoPasswordLinkGenReportFailedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
,false
otherwise.
-
noPasswordLinkGenReportFailedDetails
public static EventDetails noPasswordLinkGenReportFailedDetails(NoPasswordLinkGenReportFailedDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoPasswordLinkGenReportFailedDetailsValue
public NoPasswordLinkGenReportFailedDetails getNoPasswordLinkGenReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_GEN_REPORT_FAILED_DETAILS
.- Returns:
- The
NoPasswordLinkGenReportFailedDetails
value associated with this instance ifisNoPasswordLinkGenReportFailedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoPasswordLinkGenReportFailedDetails()
isfalse
.
-
isNoPasswordLinkViewCreateReportDetails
public boolean isNoPasswordLinkViewCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
,false
otherwise.
-
noPasswordLinkViewCreateReportDetails
public static EventDetails noPasswordLinkViewCreateReportDetails(NoPasswordLinkViewCreateReportDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoPasswordLinkViewCreateReportDetailsValue
public NoPasswordLinkViewCreateReportDetails getNoPasswordLinkViewCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_CREATE_REPORT_DETAILS
.- Returns:
- The
NoPasswordLinkViewCreateReportDetails
value associated with this instance ifisNoPasswordLinkViewCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoPasswordLinkViewCreateReportDetails()
isfalse
.
-
isNoPasswordLinkViewReportFailedDetails
public boolean isNoPasswordLinkViewReportFailedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
,false
otherwise.
-
noPasswordLinkViewReportFailedDetails
public static EventDetails noPasswordLinkViewReportFailedDetails(NoPasswordLinkViewReportFailedDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoPasswordLinkViewReportFailedDetailsValue
public NoPasswordLinkViewReportFailedDetails getNoPasswordLinkViewReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.NO_PASSWORD_LINK_VIEW_REPORT_FAILED_DETAILS
.- Returns:
- The
NoPasswordLinkViewReportFailedDetails
value associated with this instance ifisNoPasswordLinkViewReportFailedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoPasswordLinkViewReportFailedDetails()
isfalse
.
-
isOutdatedLinkViewCreateReportDetails
public boolean isOutdatedLinkViewCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
,false
otherwise.
-
outdatedLinkViewCreateReportDetails
public static EventDetails outdatedLinkViewCreateReportDetails(OutdatedLinkViewCreateReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getOutdatedLinkViewCreateReportDetailsValue
public OutdatedLinkViewCreateReportDetails getOutdatedLinkViewCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_CREATE_REPORT_DETAILS
.- Returns:
- The
OutdatedLinkViewCreateReportDetails
value associated with this instance ifisOutdatedLinkViewCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisOutdatedLinkViewCreateReportDetails()
isfalse
.
-
isOutdatedLinkViewReportFailedDetails
public boolean isOutdatedLinkViewReportFailedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
,false
otherwise.
-
outdatedLinkViewReportFailedDetails
public static EventDetails outdatedLinkViewReportFailedDetails(OutdatedLinkViewReportFailedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getOutdatedLinkViewReportFailedDetailsValue
public OutdatedLinkViewReportFailedDetails getOutdatedLinkViewReportFailedDetailsValue()
This instance must be tagged asEventDetails.Tag.OUTDATED_LINK_VIEW_REPORT_FAILED_DETAILS
.- Returns:
- The
OutdatedLinkViewReportFailedDetails
value associated with this instance ifisOutdatedLinkViewReportFailedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisOutdatedLinkViewReportFailedDetails()
isfalse
.
-
isPaperAdminExportStartDetails
public boolean isPaperAdminExportStartDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
,false
otherwise.
-
paperAdminExportStartDetails
public static EventDetails paperAdminExportStartDetails(PaperAdminExportStartDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperAdminExportStartDetailsValue
public PaperAdminExportStartDetails getPaperAdminExportStartDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS
.- Returns:
- The
PaperAdminExportStartDetails
value associated with this instance ifisPaperAdminExportStartDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperAdminExportStartDetails()
isfalse
.
-
isSmartSyncCreateAdminPrivilegeReportDetails
public boolean isSmartSyncCreateAdminPrivilegeReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
,false
otherwise.
-
smartSyncCreateAdminPrivilegeReportDetails
public static EventDetails smartSyncCreateAdminPrivilegeReportDetails(SmartSyncCreateAdminPrivilegeReportDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSmartSyncCreateAdminPrivilegeReportDetailsValue
public SmartSyncCreateAdminPrivilegeReportDetails getSmartSyncCreateAdminPrivilegeReportDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS
.- Returns:
- The
SmartSyncCreateAdminPrivilegeReportDetails
value associated with this instance ifisSmartSyncCreateAdminPrivilegeReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSmartSyncCreateAdminPrivilegeReportDetails()
isfalse
.
-
isTeamActivityCreateReportDetails
public boolean isTeamActivityCreateReportDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
,false
otherwise.
-
teamActivityCreateReportDetails
public static EventDetails teamActivityCreateReportDetails(TeamActivityCreateReportDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamActivityCreateReportDetailsValue
public TeamActivityCreateReportDetails getTeamActivityCreateReportDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS
.- Returns:
- The
TeamActivityCreateReportDetails
value associated with this instance ifisTeamActivityCreateReportDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamActivityCreateReportDetails()
isfalse
.
-
isTeamActivityCreateReportFailDetails
public boolean isTeamActivityCreateReportFailDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
,false
otherwise.
-
teamActivityCreateReportFailDetails
public static EventDetails teamActivityCreateReportFailDetails(TeamActivityCreateReportFailDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamActivityCreateReportFailDetailsValue
public TeamActivityCreateReportFailDetails getTeamActivityCreateReportFailDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_FAIL_DETAILS
.- Returns:
- The
TeamActivityCreateReportFailDetails
value associated with this instance ifisTeamActivityCreateReportFailDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamActivityCreateReportFailDetails()
isfalse
.
-
isCollectionShareDetails
public boolean isCollectionShareDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.COLLECTION_SHARE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.COLLECTION_SHARE_DETAILS
,false
otherwise.
-
collectionShareDetails
public static EventDetails collectionShareDetails(CollectionShareDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.COLLECTION_SHARE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getCollectionShareDetailsValue
public CollectionShareDetails getCollectionShareDetailsValue()
This instance must be tagged asEventDetails.Tag.COLLECTION_SHARE_DETAILS
.- Returns:
- The
CollectionShareDetails
value associated with this instance ifisCollectionShareDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisCollectionShareDetails()
isfalse
.
-
isFileTransfersFileAddDetails
public boolean isFileTransfersFileAddDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
,false
otherwise.
-
fileTransfersFileAddDetails
public static EventDetails fileTransfersFileAddDetails(FileTransfersFileAddDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersFileAddDetailsValue
public FileTransfersFileAddDetails getFileTransfersFileAddDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_FILE_ADD_DETAILS
.- Returns:
- The
FileTransfersFileAddDetails
value associated with this instance ifisFileTransfersFileAddDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersFileAddDetails()
isfalse
.
-
isFileTransfersTransferDeleteDetails
public boolean isFileTransfersTransferDeleteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
,false
otherwise.
-
fileTransfersTransferDeleteDetails
public static EventDetails fileTransfersTransferDeleteDetails(FileTransfersTransferDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersTransferDeleteDetailsValue
public FileTransfersTransferDeleteDetails getFileTransfersTransferDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DELETE_DETAILS
.- Returns:
- The
FileTransfersTransferDeleteDetails
value associated with this instance ifisFileTransfersTransferDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersTransferDeleteDetails()
isfalse
.
-
isFileTransfersTransferDownloadDetails
public boolean isFileTransfersTransferDownloadDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
,false
otherwise.
-
fileTransfersTransferDownloadDetails
public static EventDetails fileTransfersTransferDownloadDetails(FileTransfersTransferDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersTransferDownloadDetailsValue
public FileTransfersTransferDownloadDetails getFileTransfersTransferDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_DOWNLOAD_DETAILS
.- Returns:
- The
FileTransfersTransferDownloadDetails
value associated with this instance ifisFileTransfersTransferDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersTransferDownloadDetails()
isfalse
.
-
isFileTransfersTransferSendDetails
public boolean isFileTransfersTransferSendDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
,false
otherwise.
-
fileTransfersTransferSendDetails
public static EventDetails fileTransfersTransferSendDetails(FileTransfersTransferSendDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersTransferSendDetailsValue
public FileTransfersTransferSendDetails getFileTransfersTransferSendDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_SEND_DETAILS
.- Returns:
- The
FileTransfersTransferSendDetails
value associated with this instance ifisFileTransfersTransferSendDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersTransferSendDetails()
isfalse
.
-
isFileTransfersTransferViewDetails
public boolean isFileTransfersTransferViewDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
,false
otherwise.
-
fileTransfersTransferViewDetails
public static EventDetails fileTransfersTransferViewDetails(FileTransfersTransferViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersTransferViewDetailsValue
public FileTransfersTransferViewDetails getFileTransfersTransferViewDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_TRANSFER_VIEW_DETAILS
.- Returns:
- The
FileTransfersTransferViewDetails
value associated with this instance ifisFileTransfersTransferViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersTransferViewDetails()
isfalse
.
-
isNoteAclInviteOnlyDetails
public boolean isNoteAclInviteOnlyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
,false
otherwise.
-
noteAclInviteOnlyDetails
public static EventDetails noteAclInviteOnlyDetails(NoteAclInviteOnlyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoteAclInviteOnlyDetailsValue
public NoteAclInviteOnlyDetails getNoteAclInviteOnlyDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS
.- Returns:
- The
NoteAclInviteOnlyDetails
value associated with this instance ifisNoteAclInviteOnlyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoteAclInviteOnlyDetails()
isfalse
.
-
isNoteAclLinkDetails
public boolean isNoteAclLinkDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.NOTE_ACL_LINK_DETAILS
,false
otherwise.
-
noteAclLinkDetails
public static EventDetails noteAclLinkDetails(NoteAclLinkDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NOTE_ACL_LINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoteAclLinkDetailsValue
public NoteAclLinkDetails getNoteAclLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_LINK_DETAILS
.- Returns:
- The
NoteAclLinkDetails
value associated with this instance ifisNoteAclLinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoteAclLinkDetails()
isfalse
.
-
isNoteAclTeamLinkDetails
public boolean isNoteAclTeamLinkDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
,false
otherwise.
-
noteAclTeamLinkDetails
public static EventDetails noteAclTeamLinkDetails(NoteAclTeamLinkDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoteAclTeamLinkDetailsValue
public NoteAclTeamLinkDetails getNoteAclTeamLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS
.- Returns:
- The
NoteAclTeamLinkDetails
value associated with this instance ifisNoteAclTeamLinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoteAclTeamLinkDetails()
isfalse
.
-
isNoteSharedDetails
public boolean isNoteSharedDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.NOTE_SHARED_DETAILS
,false
otherwise.
-
noteSharedDetails
public static EventDetails noteSharedDetails(NoteSharedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NOTE_SHARED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoteSharedDetailsValue
public NoteSharedDetails getNoteSharedDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_SHARED_DETAILS
.- Returns:
- The
NoteSharedDetails
value associated with this instance ifisNoteSharedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoteSharedDetails()
isfalse
.
-
isNoteShareReceiveDetails
public boolean isNoteShareReceiveDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
,false
otherwise.
-
noteShareReceiveDetails
public static EventDetails noteShareReceiveDetails(NoteShareReceiveDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNoteShareReceiveDetailsValue
public NoteShareReceiveDetails getNoteShareReceiveDetailsValue()
This instance must be tagged asEventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS
.- Returns:
- The
NoteShareReceiveDetails
value associated with this instance ifisNoteShareReceiveDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNoteShareReceiveDetails()
isfalse
.
-
isOpenNoteSharedDetails
public boolean isOpenNoteSharedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
,false
otherwise.
-
openNoteSharedDetails
public static EventDetails openNoteSharedDetails(OpenNoteSharedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getOpenNoteSharedDetailsValue
public OpenNoteSharedDetails getOpenNoteSharedDetailsValue()
This instance must be tagged asEventDetails.Tag.OPEN_NOTE_SHARED_DETAILS
.- Returns:
- The
OpenNoteSharedDetails
value associated with this instance ifisOpenNoteSharedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisOpenNoteSharedDetails()
isfalse
.
-
isSfAddGroupDetails
public boolean isSfAddGroupDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_ADD_GROUP_DETAILS
,false
otherwise.
-
sfAddGroupDetails
public static EventDetails sfAddGroupDetails(SfAddGroupDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_ADD_GROUP_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfAddGroupDetailsValue
public SfAddGroupDetails getSfAddGroupDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_ADD_GROUP_DETAILS
.- Returns:
- The
SfAddGroupDetails
value associated with this instance ifisSfAddGroupDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfAddGroupDetails()
isfalse
.
-
isSfAllowNonMembersToViewSharedLinksDetails
public boolean isSfAllowNonMembersToViewSharedLinksDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
,false
otherwise.
-
sfAllowNonMembersToViewSharedLinksDetails
public static EventDetails sfAllowNonMembersToViewSharedLinksDetails(SfAllowNonMembersToViewSharedLinksDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfAllowNonMembersToViewSharedLinksDetailsValue
public SfAllowNonMembersToViewSharedLinksDetails getSfAllowNonMembersToViewSharedLinksDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS
.- Returns:
- The
SfAllowNonMembersToViewSharedLinksDetails
value associated with this instance ifisSfAllowNonMembersToViewSharedLinksDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfAllowNonMembersToViewSharedLinksDetails()
isfalse
.
-
isSfExternalInviteWarnDetails
public boolean isSfExternalInviteWarnDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
,false
otherwise.
-
sfExternalInviteWarnDetails
public static EventDetails sfExternalInviteWarnDetails(SfExternalInviteWarnDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfExternalInviteWarnDetailsValue
public SfExternalInviteWarnDetails getSfExternalInviteWarnDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS
.- Returns:
- The
SfExternalInviteWarnDetails
value associated with this instance ifisSfExternalInviteWarnDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfExternalInviteWarnDetails()
isfalse
.
-
isSfFbInviteDetails
public boolean isSfFbInviteDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_FB_INVITE_DETAILS
,false
otherwise.
-
sfFbInviteDetails
public static EventDetails sfFbInviteDetails(SfFbInviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_FB_INVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfFbInviteDetailsValue
public SfFbInviteDetails getSfFbInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_DETAILS
.- Returns:
- The
SfFbInviteDetails
value associated with this instance ifisSfFbInviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfFbInviteDetails()
isfalse
.
-
isSfFbInviteChangeRoleDetails
public boolean isSfFbInviteChangeRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
,false
otherwise.
-
sfFbInviteChangeRoleDetails
public static EventDetails sfFbInviteChangeRoleDetails(SfFbInviteChangeRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfFbInviteChangeRoleDetailsValue
public SfFbInviteChangeRoleDetails getSfFbInviteChangeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_INVITE_CHANGE_ROLE_DETAILS
.- Returns:
- The
SfFbInviteChangeRoleDetails
value associated with this instance ifisSfFbInviteChangeRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfFbInviteChangeRoleDetails()
isfalse
.
-
isSfFbUninviteDetails
public boolean isSfFbUninviteDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_FB_UNINVITE_DETAILS
,false
otherwise.
-
sfFbUninviteDetails
public static EventDetails sfFbUninviteDetails(SfFbUninviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_FB_UNINVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfFbUninviteDetailsValue
public SfFbUninviteDetails getSfFbUninviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_FB_UNINVITE_DETAILS
.- Returns:
- The
SfFbUninviteDetails
value associated with this instance ifisSfFbUninviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfFbUninviteDetails()
isfalse
.
-
isSfInviteGroupDetails
public boolean isSfInviteGroupDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_INVITE_GROUP_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_INVITE_GROUP_DETAILS
,false
otherwise.
-
sfInviteGroupDetails
public static EventDetails sfInviteGroupDetails(SfInviteGroupDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_INVITE_GROUP_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfInviteGroupDetailsValue
public SfInviteGroupDetails getSfInviteGroupDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_INVITE_GROUP_DETAILS
.- Returns:
- The
SfInviteGroupDetails
value associated with this instance ifisSfInviteGroupDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfInviteGroupDetails()
isfalse
.
-
isSfTeamGrantAccessDetails
public boolean isSfTeamGrantAccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
,false
otherwise.
-
sfTeamGrantAccessDetails
public static EventDetails sfTeamGrantAccessDetails(SfTeamGrantAccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamGrantAccessDetailsValue
public SfTeamGrantAccessDetails getSfTeamGrantAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS
.- Returns:
- The
SfTeamGrantAccessDetails
value associated with this instance ifisSfTeamGrantAccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamGrantAccessDetails()
isfalse
.
-
isSfTeamInviteDetails
public boolean isSfTeamInviteDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_INVITE_DETAILS
,false
otherwise.
-
sfTeamInviteDetails
public static EventDetails sfTeamInviteDetails(SfTeamInviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_INVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamInviteDetailsValue
public SfTeamInviteDetails getSfTeamInviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_DETAILS
.- Returns:
- The
SfTeamInviteDetails
value associated with this instance ifisSfTeamInviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamInviteDetails()
isfalse
.
-
isSfTeamInviteChangeRoleDetails
public boolean isSfTeamInviteChangeRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
,false
otherwise.
-
sfTeamInviteChangeRoleDetails
public static EventDetails sfTeamInviteChangeRoleDetails(SfTeamInviteChangeRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamInviteChangeRoleDetailsValue
public SfTeamInviteChangeRoleDetails getSfTeamInviteChangeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS
.- Returns:
- The
SfTeamInviteChangeRoleDetails
value associated with this instance ifisSfTeamInviteChangeRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamInviteChangeRoleDetails()
isfalse
.
-
isSfTeamJoinDetails
public boolean isSfTeamJoinDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_JOIN_DETAILS
,false
otherwise.
-
sfTeamJoinDetails
public static EventDetails sfTeamJoinDetails(SfTeamJoinDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_JOIN_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamJoinDetailsValue
public SfTeamJoinDetails getSfTeamJoinDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_DETAILS
.- Returns:
- The
SfTeamJoinDetails
value associated with this instance ifisSfTeamJoinDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamJoinDetails()
isfalse
.
-
isSfTeamJoinFromOobLinkDetails
public boolean isSfTeamJoinFromOobLinkDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
,false
otherwise.
-
sfTeamJoinFromOobLinkDetails
public static EventDetails sfTeamJoinFromOobLinkDetails(SfTeamJoinFromOobLinkDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamJoinFromOobLinkDetailsValue
public SfTeamJoinFromOobLinkDetails getSfTeamJoinFromOobLinkDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS
.- Returns:
- The
SfTeamJoinFromOobLinkDetails
value associated with this instance ifisSfTeamJoinFromOobLinkDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamJoinFromOobLinkDetails()
isfalse
.
-
isSfTeamUninviteDetails
public boolean isSfTeamUninviteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
,false
otherwise.
-
sfTeamUninviteDetails
public static EventDetails sfTeamUninviteDetails(SfTeamUninviteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSfTeamUninviteDetailsValue
public SfTeamUninviteDetails getSfTeamUninviteDetailsValue()
This instance must be tagged asEventDetails.Tag.SF_TEAM_UNINVITE_DETAILS
.- Returns:
- The
SfTeamUninviteDetails
value associated with this instance ifisSfTeamUninviteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSfTeamUninviteDetails()
isfalse
.
-
isSharedContentAddInviteesDetails
public boolean isSharedContentAddInviteesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
,false
otherwise.
-
sharedContentAddInviteesDetails
public static EventDetails sharedContentAddInviteesDetails(SharedContentAddInviteesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentAddInviteesDetailsValue
public SharedContentAddInviteesDetails getSharedContentAddInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS
.- Returns:
- The
SharedContentAddInviteesDetails
value associated with this instance ifisSharedContentAddInviteesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentAddInviteesDetails()
isfalse
.
-
isSharedContentAddLinkExpiryDetails
public boolean isSharedContentAddLinkExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
,false
otherwise.
-
sharedContentAddLinkExpiryDetails
public static EventDetails sharedContentAddLinkExpiryDetails(SharedContentAddLinkExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentAddLinkExpiryDetailsValue
public SharedContentAddLinkExpiryDetails getSharedContentAddLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS
.- Returns:
- The
SharedContentAddLinkExpiryDetails
value associated with this instance ifisSharedContentAddLinkExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentAddLinkExpiryDetails()
isfalse
.
-
isSharedContentAddLinkPasswordDetails
public boolean isSharedContentAddLinkPasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
,false
otherwise.
-
sharedContentAddLinkPasswordDetails
public static EventDetails sharedContentAddLinkPasswordDetails(SharedContentAddLinkPasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentAddLinkPasswordDetailsValue
public SharedContentAddLinkPasswordDetails getSharedContentAddLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS
.- Returns:
- The
SharedContentAddLinkPasswordDetails
value associated with this instance ifisSharedContentAddLinkPasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentAddLinkPasswordDetails()
isfalse
.
-
isSharedContentAddMemberDetails
public boolean isSharedContentAddMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
,false
otherwise.
-
sharedContentAddMemberDetails
public static EventDetails sharedContentAddMemberDetails(SharedContentAddMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentAddMemberDetailsValue
public SharedContentAddMemberDetails getSharedContentAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS
.- Returns:
- The
SharedContentAddMemberDetails
value associated with this instance ifisSharedContentAddMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentAddMemberDetails()
isfalse
.
-
isSharedContentChangeDownloadsPolicyDetails
public boolean isSharedContentChangeDownloadsPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
,false
otherwise.
-
sharedContentChangeDownloadsPolicyDetails
public static EventDetails sharedContentChangeDownloadsPolicyDetails(SharedContentChangeDownloadsPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeDownloadsPolicyDetailsValue
public SharedContentChangeDownloadsPolicyDetails getSharedContentChangeDownloadsPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS
.- Returns:
- The
SharedContentChangeDownloadsPolicyDetails
value associated with this instance ifisSharedContentChangeDownloadsPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeDownloadsPolicyDetails()
isfalse
.
-
isSharedContentChangeInviteeRoleDetails
public boolean isSharedContentChangeInviteeRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
,false
otherwise.
-
sharedContentChangeInviteeRoleDetails
public static EventDetails sharedContentChangeInviteeRoleDetails(SharedContentChangeInviteeRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeInviteeRoleDetailsValue
public SharedContentChangeInviteeRoleDetails getSharedContentChangeInviteeRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS
.- Returns:
- The
SharedContentChangeInviteeRoleDetails
value associated with this instance ifisSharedContentChangeInviteeRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeInviteeRoleDetails()
isfalse
.
-
isSharedContentChangeLinkAudienceDetails
public boolean isSharedContentChangeLinkAudienceDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
,false
otherwise.
-
sharedContentChangeLinkAudienceDetails
public static EventDetails sharedContentChangeLinkAudienceDetails(SharedContentChangeLinkAudienceDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeLinkAudienceDetailsValue
public SharedContentChangeLinkAudienceDetails getSharedContentChangeLinkAudienceDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS
.- Returns:
- The
SharedContentChangeLinkAudienceDetails
value associated with this instance ifisSharedContentChangeLinkAudienceDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeLinkAudienceDetails()
isfalse
.
-
isSharedContentChangeLinkExpiryDetails
public boolean isSharedContentChangeLinkExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
,false
otherwise.
-
sharedContentChangeLinkExpiryDetails
public static EventDetails sharedContentChangeLinkExpiryDetails(SharedContentChangeLinkExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeLinkExpiryDetailsValue
public SharedContentChangeLinkExpiryDetails getSharedContentChangeLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS
.- Returns:
- The
SharedContentChangeLinkExpiryDetails
value associated with this instance ifisSharedContentChangeLinkExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeLinkExpiryDetails()
isfalse
.
-
isSharedContentChangeLinkPasswordDetails
public boolean isSharedContentChangeLinkPasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
,false
otherwise.
-
sharedContentChangeLinkPasswordDetails
public static EventDetails sharedContentChangeLinkPasswordDetails(SharedContentChangeLinkPasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeLinkPasswordDetailsValue
public SharedContentChangeLinkPasswordDetails getSharedContentChangeLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS
.- Returns:
- The
SharedContentChangeLinkPasswordDetails
value associated with this instance ifisSharedContentChangeLinkPasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeLinkPasswordDetails()
isfalse
.
-
isSharedContentChangeMemberRoleDetails
public boolean isSharedContentChangeMemberRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
,false
otherwise.
-
sharedContentChangeMemberRoleDetails
public static EventDetails sharedContentChangeMemberRoleDetails(SharedContentChangeMemberRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeMemberRoleDetailsValue
public SharedContentChangeMemberRoleDetails getSharedContentChangeMemberRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS
.- Returns:
- The
SharedContentChangeMemberRoleDetails
value associated with this instance ifisSharedContentChangeMemberRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeMemberRoleDetails()
isfalse
.
-
isSharedContentChangeViewerInfoPolicyDetails
public boolean isSharedContentChangeViewerInfoPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
,false
otherwise.
-
sharedContentChangeViewerInfoPolicyDetails
public static EventDetails sharedContentChangeViewerInfoPolicyDetails(SharedContentChangeViewerInfoPolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentChangeViewerInfoPolicyDetailsValue
public SharedContentChangeViewerInfoPolicyDetails getSharedContentChangeViewerInfoPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS
.- Returns:
- The
SharedContentChangeViewerInfoPolicyDetails
value associated with this instance ifisSharedContentChangeViewerInfoPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentChangeViewerInfoPolicyDetails()
isfalse
.
-
isSharedContentClaimInvitationDetails
public boolean isSharedContentClaimInvitationDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
,false
otherwise.
-
sharedContentClaimInvitationDetails
public static EventDetails sharedContentClaimInvitationDetails(SharedContentClaimInvitationDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentClaimInvitationDetailsValue
public SharedContentClaimInvitationDetails getSharedContentClaimInvitationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS
.- Returns:
- The
SharedContentClaimInvitationDetails
value associated with this instance ifisSharedContentClaimInvitationDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentClaimInvitationDetails()
isfalse
.
-
isSharedContentCopyDetails
public boolean isSharedContentCopyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
,false
otherwise.
-
sharedContentCopyDetails
public static EventDetails sharedContentCopyDetails(SharedContentCopyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentCopyDetailsValue
public SharedContentCopyDetails getSharedContentCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_COPY_DETAILS
.- Returns:
- The
SharedContentCopyDetails
value associated with this instance ifisSharedContentCopyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentCopyDetails()
isfalse
.
-
isSharedContentDownloadDetails
public boolean isSharedContentDownloadDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
,false
otherwise.
-
sharedContentDownloadDetails
public static EventDetails sharedContentDownloadDetails(SharedContentDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentDownloadDetailsValue
public SharedContentDownloadDetails getSharedContentDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS
.- Returns:
- The
SharedContentDownloadDetails
value associated with this instance ifisSharedContentDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentDownloadDetails()
isfalse
.
-
isSharedContentRelinquishMembershipDetails
public boolean isSharedContentRelinquishMembershipDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
,false
otherwise.
-
sharedContentRelinquishMembershipDetails
public static EventDetails sharedContentRelinquishMembershipDetails(SharedContentRelinquishMembershipDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRelinquishMembershipDetailsValue
public SharedContentRelinquishMembershipDetails getSharedContentRelinquishMembershipDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS
.- Returns:
- The
SharedContentRelinquishMembershipDetails
value associated with this instance ifisSharedContentRelinquishMembershipDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRelinquishMembershipDetails()
isfalse
.
-
isSharedContentRemoveInviteesDetails
public boolean isSharedContentRemoveInviteesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
,false
otherwise.
-
sharedContentRemoveInviteesDetails
public static EventDetails sharedContentRemoveInviteesDetails(SharedContentRemoveInviteesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRemoveInviteesDetailsValue
public SharedContentRemoveInviteesDetails getSharedContentRemoveInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEES_DETAILS
.- Returns:
- The
SharedContentRemoveInviteesDetails
value associated with this instance ifisSharedContentRemoveInviteesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRemoveInviteesDetails()
isfalse
.
-
isSharedContentRemoveLinkExpiryDetails
public boolean isSharedContentRemoveLinkExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
,false
otherwise.
-
sharedContentRemoveLinkExpiryDetails
public static EventDetails sharedContentRemoveLinkExpiryDetails(SharedContentRemoveLinkExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRemoveLinkExpiryDetailsValue
public SharedContentRemoveLinkExpiryDetails getSharedContentRemoveLinkExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS
.- Returns:
- The
SharedContentRemoveLinkExpiryDetails
value associated with this instance ifisSharedContentRemoveLinkExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRemoveLinkExpiryDetails()
isfalse
.
-
isSharedContentRemoveLinkPasswordDetails
public boolean isSharedContentRemoveLinkPasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
,false
otherwise.
-
sharedContentRemoveLinkPasswordDetails
public static EventDetails sharedContentRemoveLinkPasswordDetails(SharedContentRemoveLinkPasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRemoveLinkPasswordDetailsValue
public SharedContentRemoveLinkPasswordDetails getSharedContentRemoveLinkPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS
.- Returns:
- The
SharedContentRemoveLinkPasswordDetails
value associated with this instance ifisSharedContentRemoveLinkPasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRemoveLinkPasswordDetails()
isfalse
.
-
isSharedContentRemoveMemberDetails
public boolean isSharedContentRemoveMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
,false
otherwise.
-
sharedContentRemoveMemberDetails
public static EventDetails sharedContentRemoveMemberDetails(SharedContentRemoveMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRemoveMemberDetailsValue
public SharedContentRemoveMemberDetails getSharedContentRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS
.- Returns:
- The
SharedContentRemoveMemberDetails
value associated with this instance ifisSharedContentRemoveMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRemoveMemberDetails()
isfalse
.
-
isSharedContentRequestAccessDetails
public boolean isSharedContentRequestAccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
,false
otherwise.
-
sharedContentRequestAccessDetails
public static EventDetails sharedContentRequestAccessDetails(SharedContentRequestAccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRequestAccessDetailsValue
public SharedContentRequestAccessDetails getSharedContentRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS
.- Returns:
- The
SharedContentRequestAccessDetails
value associated with this instance ifisSharedContentRequestAccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRequestAccessDetails()
isfalse
.
-
isSharedContentRestoreInviteesDetails
public boolean isSharedContentRestoreInviteesDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
,false
otherwise.
-
sharedContentRestoreInviteesDetails
public static EventDetails sharedContentRestoreInviteesDetails(SharedContentRestoreInviteesDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRestoreInviteesDetailsValue
public SharedContentRestoreInviteesDetails getSharedContentRestoreInviteesDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_INVITEES_DETAILS
.- Returns:
- The
SharedContentRestoreInviteesDetails
value associated with this instance ifisSharedContentRestoreInviteesDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRestoreInviteesDetails()
isfalse
.
-
isSharedContentRestoreMemberDetails
public boolean isSharedContentRestoreMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
,false
otherwise.
-
sharedContentRestoreMemberDetails
public static EventDetails sharedContentRestoreMemberDetails(SharedContentRestoreMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentRestoreMemberDetailsValue
public SharedContentRestoreMemberDetails getSharedContentRestoreMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_RESTORE_MEMBER_DETAILS
.- Returns:
- The
SharedContentRestoreMemberDetails
value associated with this instance ifisSharedContentRestoreMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentRestoreMemberDetails()
isfalse
.
-
isSharedContentUnshareDetails
public boolean isSharedContentUnshareDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
,false
otherwise.
-
sharedContentUnshareDetails
public static EventDetails sharedContentUnshareDetails(SharedContentUnshareDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentUnshareDetailsValue
public SharedContentUnshareDetails getSharedContentUnshareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS
.- Returns:
- The
SharedContentUnshareDetails
value associated with this instance ifisSharedContentUnshareDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentUnshareDetails()
isfalse
.
-
isSharedContentViewDetails
public boolean isSharedContentViewDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
,false
otherwise.
-
sharedContentViewDetails
public static EventDetails sharedContentViewDetails(SharedContentViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedContentViewDetailsValue
public SharedContentViewDetails getSharedContentViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS
.- Returns:
- The
SharedContentViewDetails
value associated with this instance ifisSharedContentViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedContentViewDetails()
isfalse
.
-
isSharedFolderChangeLinkPolicyDetails
public boolean isSharedFolderChangeLinkPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
,false
otherwise.
-
sharedFolderChangeLinkPolicyDetails
public static EventDetails sharedFolderChangeLinkPolicyDetails(SharedFolderChangeLinkPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderChangeLinkPolicyDetailsValue
public SharedFolderChangeLinkPolicyDetails getSharedFolderChangeLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS
.- Returns:
- The
SharedFolderChangeLinkPolicyDetails
value associated with this instance ifisSharedFolderChangeLinkPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderChangeLinkPolicyDetails()
isfalse
.
-
isSharedFolderChangeMembersInheritancePolicyDetails
public boolean isSharedFolderChangeMembersInheritancePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
,false
otherwise.
-
sharedFolderChangeMembersInheritancePolicyDetails
public static EventDetails sharedFolderChangeMembersInheritancePolicyDetails(SharedFolderChangeMembersInheritancePolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderChangeMembersInheritancePolicyDetailsValue
public SharedFolderChangeMembersInheritancePolicyDetails getSharedFolderChangeMembersInheritancePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_INHERITANCE_POLICY_DETAILS
.- Returns:
- The
SharedFolderChangeMembersInheritancePolicyDetails
value associated with this instance ifisSharedFolderChangeMembersInheritancePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderChangeMembersInheritancePolicyDetails()
isfalse
.
-
isSharedFolderChangeMembersManagementPolicyDetails
public boolean isSharedFolderChangeMembersManagementPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
,false
otherwise.
-
sharedFolderChangeMembersManagementPolicyDetails
public static EventDetails sharedFolderChangeMembersManagementPolicyDetails(SharedFolderChangeMembersManagementPolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderChangeMembersManagementPolicyDetailsValue
public SharedFolderChangeMembersManagementPolicyDetails getSharedFolderChangeMembersManagementPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_MANAGEMENT_POLICY_DETAILS
.- Returns:
- The
SharedFolderChangeMembersManagementPolicyDetails
value associated with this instance ifisSharedFolderChangeMembersManagementPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderChangeMembersManagementPolicyDetails()
isfalse
.
-
isSharedFolderChangeMembersPolicyDetails
public boolean isSharedFolderChangeMembersPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
,false
otherwise.
-
sharedFolderChangeMembersPolicyDetails
public static EventDetails sharedFolderChangeMembersPolicyDetails(SharedFolderChangeMembersPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderChangeMembersPolicyDetailsValue
public SharedFolderChangeMembersPolicyDetails getSharedFolderChangeMembersPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBERS_POLICY_DETAILS
.- Returns:
- The
SharedFolderChangeMembersPolicyDetails
value associated with this instance ifisSharedFolderChangeMembersPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderChangeMembersPolicyDetails()
isfalse
.
-
isSharedFolderCreateDetails
public boolean isSharedFolderCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
,false
otherwise.
-
sharedFolderCreateDetails
public static EventDetails sharedFolderCreateDetails(SharedFolderCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderCreateDetailsValue
public SharedFolderCreateDetails getSharedFolderCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS
.- Returns:
- The
SharedFolderCreateDetails
value associated with this instance ifisSharedFolderCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderCreateDetails()
isfalse
.
-
isSharedFolderDeclineInvitationDetails
public boolean isSharedFolderDeclineInvitationDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
,false
otherwise.
-
sharedFolderDeclineInvitationDetails
public static EventDetails sharedFolderDeclineInvitationDetails(SharedFolderDeclineInvitationDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderDeclineInvitationDetailsValue
public SharedFolderDeclineInvitationDetails getSharedFolderDeclineInvitationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_DECLINE_INVITATION_DETAILS
.- Returns:
- The
SharedFolderDeclineInvitationDetails
value associated with this instance ifisSharedFolderDeclineInvitationDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderDeclineInvitationDetails()
isfalse
.
-
isSharedFolderMountDetails
public boolean isSharedFolderMountDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
,false
otherwise.
-
sharedFolderMountDetails
public static EventDetails sharedFolderMountDetails(SharedFolderMountDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderMountDetailsValue
public SharedFolderMountDetails getSharedFolderMountDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS
.- Returns:
- The
SharedFolderMountDetails
value associated with this instance ifisSharedFolderMountDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderMountDetails()
isfalse
.
-
isSharedFolderNestDetails
public boolean isSharedFolderNestDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
,false
otherwise.
-
sharedFolderNestDetails
public static EventDetails sharedFolderNestDetails(SharedFolderNestDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderNestDetailsValue
public SharedFolderNestDetails getSharedFolderNestDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_NEST_DETAILS
.- Returns:
- The
SharedFolderNestDetails
value associated with this instance ifisSharedFolderNestDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderNestDetails()
isfalse
.
-
isSharedFolderTransferOwnershipDetails
public boolean isSharedFolderTransferOwnershipDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
,false
otherwise.
-
sharedFolderTransferOwnershipDetails
public static EventDetails sharedFolderTransferOwnershipDetails(SharedFolderTransferOwnershipDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderTransferOwnershipDetailsValue
public SharedFolderTransferOwnershipDetails getSharedFolderTransferOwnershipDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS
.- Returns:
- The
SharedFolderTransferOwnershipDetails
value associated with this instance ifisSharedFolderTransferOwnershipDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderTransferOwnershipDetails()
isfalse
.
-
isSharedFolderUnmountDetails
public boolean isSharedFolderUnmountDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
,false
otherwise.
-
sharedFolderUnmountDetails
public static EventDetails sharedFolderUnmountDetails(SharedFolderUnmountDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedFolderUnmountDetailsValue
public SharedFolderUnmountDetails getSharedFolderUnmountDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS
.- Returns:
- The
SharedFolderUnmountDetails
value associated with this instance ifisSharedFolderUnmountDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedFolderUnmountDetails()
isfalse
.
-
isSharedLinkAddExpiryDetails
public boolean isSharedLinkAddExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
,false
otherwise.
-
sharedLinkAddExpiryDetails
public static EventDetails sharedLinkAddExpiryDetails(SharedLinkAddExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkAddExpiryDetailsValue
public SharedLinkAddExpiryDetails getSharedLinkAddExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_ADD_EXPIRY_DETAILS
.- Returns:
- The
SharedLinkAddExpiryDetails
value associated with this instance ifisSharedLinkAddExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkAddExpiryDetails()
isfalse
.
-
isSharedLinkChangeExpiryDetails
public boolean isSharedLinkChangeExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
,false
otherwise.
-
sharedLinkChangeExpiryDetails
public static EventDetails sharedLinkChangeExpiryDetails(SharedLinkChangeExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkChangeExpiryDetailsValue
public SharedLinkChangeExpiryDetails getSharedLinkChangeExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_EXPIRY_DETAILS
.- Returns:
- The
SharedLinkChangeExpiryDetails
value associated with this instance ifisSharedLinkChangeExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkChangeExpiryDetails()
isfalse
.
-
isSharedLinkChangeVisibilityDetails
public boolean isSharedLinkChangeVisibilityDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
,false
otherwise.
-
sharedLinkChangeVisibilityDetails
public static EventDetails sharedLinkChangeVisibilityDetails(SharedLinkChangeVisibilityDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkChangeVisibilityDetailsValue
public SharedLinkChangeVisibilityDetails getSharedLinkChangeVisibilityDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CHANGE_VISIBILITY_DETAILS
.- Returns:
- The
SharedLinkChangeVisibilityDetails
value associated with this instance ifisSharedLinkChangeVisibilityDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkChangeVisibilityDetails()
isfalse
.
-
isSharedLinkCopyDetails
public boolean isSharedLinkCopyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_COPY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_COPY_DETAILS
,false
otherwise.
-
sharedLinkCopyDetails
public static EventDetails sharedLinkCopyDetails(SharedLinkCopyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_COPY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkCopyDetailsValue
public SharedLinkCopyDetails getSharedLinkCopyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_COPY_DETAILS
.- Returns:
- The
SharedLinkCopyDetails
value associated with this instance ifisSharedLinkCopyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkCopyDetails()
isfalse
.
-
isSharedLinkCreateDetails
public boolean isSharedLinkCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_CREATE_DETAILS
,false
otherwise.
-
sharedLinkCreateDetails
public static EventDetails sharedLinkCreateDetails(SharedLinkCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkCreateDetailsValue
public SharedLinkCreateDetails getSharedLinkCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_CREATE_DETAILS
.- Returns:
- The
SharedLinkCreateDetails
value associated with this instance ifisSharedLinkCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkCreateDetails()
isfalse
.
-
isSharedLinkDisableDetails
public boolean isSharedLinkDisableDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
,false
otherwise.
-
sharedLinkDisableDetails
public static EventDetails sharedLinkDisableDetails(SharedLinkDisableDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkDisableDetailsValue
public SharedLinkDisableDetails getSharedLinkDisableDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_DISABLE_DETAILS
.- Returns:
- The
SharedLinkDisableDetails
value associated with this instance ifisSharedLinkDisableDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkDisableDetails()
isfalse
.
-
isSharedLinkDownloadDetails
public boolean isSharedLinkDownloadDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
,false
otherwise.
-
sharedLinkDownloadDetails
public static EventDetails sharedLinkDownloadDetails(SharedLinkDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkDownloadDetailsValue
public SharedLinkDownloadDetails getSharedLinkDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_DOWNLOAD_DETAILS
.- Returns:
- The
SharedLinkDownloadDetails
value associated with this instance ifisSharedLinkDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkDownloadDetails()
isfalse
.
-
isSharedLinkRemoveExpiryDetails
public boolean isSharedLinkRemoveExpiryDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
,false
otherwise.
-
sharedLinkRemoveExpiryDetails
public static EventDetails sharedLinkRemoveExpiryDetails(SharedLinkRemoveExpiryDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkRemoveExpiryDetailsValue
public SharedLinkRemoveExpiryDetails getSharedLinkRemoveExpiryDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_REMOVE_EXPIRY_DETAILS
.- Returns:
- The
SharedLinkRemoveExpiryDetails
value associated with this instance ifisSharedLinkRemoveExpiryDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkRemoveExpiryDetails()
isfalse
.
-
isSharedLinkSettingsAddExpirationDetails
public boolean isSharedLinkSettingsAddExpirationDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
,false
otherwise.
-
sharedLinkSettingsAddExpirationDetails
public static EventDetails sharedLinkSettingsAddExpirationDetails(SharedLinkSettingsAddExpirationDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsAddExpirationDetailsValue
public SharedLinkSettingsAddExpirationDetails getSharedLinkSettingsAddExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_EXPIRATION_DETAILS
.- Returns:
- The
SharedLinkSettingsAddExpirationDetails
value associated with this instance ifisSharedLinkSettingsAddExpirationDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsAddExpirationDetails()
isfalse
.
-
isSharedLinkSettingsAddPasswordDetails
public boolean isSharedLinkSettingsAddPasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
,false
otherwise.
-
sharedLinkSettingsAddPasswordDetails
public static EventDetails sharedLinkSettingsAddPasswordDetails(SharedLinkSettingsAddPasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsAddPasswordDetailsValue
public SharedLinkSettingsAddPasswordDetails getSharedLinkSettingsAddPasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ADD_PASSWORD_DETAILS
.- Returns:
- The
SharedLinkSettingsAddPasswordDetails
value associated with this instance ifisSharedLinkSettingsAddPasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsAddPasswordDetails()
isfalse
.
-
isSharedLinkSettingsAllowDownloadDisabledDetails
public boolean isSharedLinkSettingsAllowDownloadDisabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
,false
otherwise.
-
sharedLinkSettingsAllowDownloadDisabledDetails
public static EventDetails sharedLinkSettingsAllowDownloadDisabledDetails(SharedLinkSettingsAllowDownloadDisabledDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsAllowDownloadDisabledDetailsValue
public SharedLinkSettingsAllowDownloadDisabledDetails getSharedLinkSettingsAllowDownloadDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_DISABLED_DETAILS
.- Returns:
- The
SharedLinkSettingsAllowDownloadDisabledDetails
value associated with this instance ifisSharedLinkSettingsAllowDownloadDisabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsAllowDownloadDisabledDetails()
isfalse
.
-
isSharedLinkSettingsAllowDownloadEnabledDetails
public boolean isSharedLinkSettingsAllowDownloadEnabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
,false
otherwise.
-
sharedLinkSettingsAllowDownloadEnabledDetails
public static EventDetails sharedLinkSettingsAllowDownloadEnabledDetails(SharedLinkSettingsAllowDownloadEnabledDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsAllowDownloadEnabledDetailsValue
public SharedLinkSettingsAllowDownloadEnabledDetails getSharedLinkSettingsAllowDownloadEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_ALLOW_DOWNLOAD_ENABLED_DETAILS
.- Returns:
- The
SharedLinkSettingsAllowDownloadEnabledDetails
value associated with this instance ifisSharedLinkSettingsAllowDownloadEnabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsAllowDownloadEnabledDetails()
isfalse
.
-
isSharedLinkSettingsChangeAudienceDetails
public boolean isSharedLinkSettingsChangeAudienceDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
,false
otherwise.
-
sharedLinkSettingsChangeAudienceDetails
public static EventDetails sharedLinkSettingsChangeAudienceDetails(SharedLinkSettingsChangeAudienceDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsChangeAudienceDetailsValue
public SharedLinkSettingsChangeAudienceDetails getSharedLinkSettingsChangeAudienceDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_AUDIENCE_DETAILS
.- Returns:
- The
SharedLinkSettingsChangeAudienceDetails
value associated with this instance ifisSharedLinkSettingsChangeAudienceDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsChangeAudienceDetails()
isfalse
.
-
isSharedLinkSettingsChangeExpirationDetails
public boolean isSharedLinkSettingsChangeExpirationDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
,false
otherwise.
-
sharedLinkSettingsChangeExpirationDetails
public static EventDetails sharedLinkSettingsChangeExpirationDetails(SharedLinkSettingsChangeExpirationDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsChangeExpirationDetailsValue
public SharedLinkSettingsChangeExpirationDetails getSharedLinkSettingsChangeExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_EXPIRATION_DETAILS
.- Returns:
- The
SharedLinkSettingsChangeExpirationDetails
value associated with this instance ifisSharedLinkSettingsChangeExpirationDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsChangeExpirationDetails()
isfalse
.
-
isSharedLinkSettingsChangePasswordDetails
public boolean isSharedLinkSettingsChangePasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
,false
otherwise.
-
sharedLinkSettingsChangePasswordDetails
public static EventDetails sharedLinkSettingsChangePasswordDetails(SharedLinkSettingsChangePasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsChangePasswordDetailsValue
public SharedLinkSettingsChangePasswordDetails getSharedLinkSettingsChangePasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_CHANGE_PASSWORD_DETAILS
.- Returns:
- The
SharedLinkSettingsChangePasswordDetails
value associated with this instance ifisSharedLinkSettingsChangePasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsChangePasswordDetails()
isfalse
.
-
isSharedLinkSettingsRemoveExpirationDetails
public boolean isSharedLinkSettingsRemoveExpirationDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
,false
otherwise.
-
sharedLinkSettingsRemoveExpirationDetails
public static EventDetails sharedLinkSettingsRemoveExpirationDetails(SharedLinkSettingsRemoveExpirationDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsRemoveExpirationDetailsValue
public SharedLinkSettingsRemoveExpirationDetails getSharedLinkSettingsRemoveExpirationDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_EXPIRATION_DETAILS
.- Returns:
- The
SharedLinkSettingsRemoveExpirationDetails
value associated with this instance ifisSharedLinkSettingsRemoveExpirationDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsRemoveExpirationDetails()
isfalse
.
-
isSharedLinkSettingsRemovePasswordDetails
public boolean isSharedLinkSettingsRemovePasswordDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
,false
otherwise.
-
sharedLinkSettingsRemovePasswordDetails
public static EventDetails sharedLinkSettingsRemovePasswordDetails(SharedLinkSettingsRemovePasswordDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkSettingsRemovePasswordDetailsValue
public SharedLinkSettingsRemovePasswordDetails getSharedLinkSettingsRemovePasswordDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SETTINGS_REMOVE_PASSWORD_DETAILS
.- Returns:
- The
SharedLinkSettingsRemovePasswordDetails
value associated with this instance ifisSharedLinkSettingsRemovePasswordDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkSettingsRemovePasswordDetails()
isfalse
.
-
isSharedLinkShareDetails
public boolean isSharedLinkShareDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_SHARE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_SHARE_DETAILS
,false
otherwise.
-
sharedLinkShareDetails
public static EventDetails sharedLinkShareDetails(SharedLinkShareDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_SHARE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkShareDetailsValue
public SharedLinkShareDetails getSharedLinkShareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_SHARE_DETAILS
.- Returns:
- The
SharedLinkShareDetails
value associated with this instance ifisSharedLinkShareDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkShareDetails()
isfalse
.
-
isSharedLinkViewDetails
public boolean isSharedLinkViewDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_LINK_VIEW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_LINK_VIEW_DETAILS
,false
otherwise.
-
sharedLinkViewDetails
public static EventDetails sharedLinkViewDetails(SharedLinkViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_LINK_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedLinkViewDetailsValue
public SharedLinkViewDetails getSharedLinkViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_LINK_VIEW_DETAILS
.- Returns:
- The
SharedLinkViewDetails
value associated with this instance ifisSharedLinkViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedLinkViewDetails()
isfalse
.
-
isSharedNoteOpenedDetails
public boolean isSharedNoteOpenedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
,false
otherwise.
-
sharedNoteOpenedDetails
public static EventDetails sharedNoteOpenedDetails(SharedNoteOpenedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharedNoteOpenedDetailsValue
public SharedNoteOpenedDetails getSharedNoteOpenedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARED_NOTE_OPENED_DETAILS
.- Returns:
- The
SharedNoteOpenedDetails
value associated with this instance ifisSharedNoteOpenedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharedNoteOpenedDetails()
isfalse
.
-
isShmodelGroupShareDetails
public boolean isShmodelGroupShareDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
,false
otherwise.
-
shmodelGroupShareDetails
public static EventDetails shmodelGroupShareDetails(ShmodelGroupShareDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShmodelGroupShareDetailsValue
public ShmodelGroupShareDetails getShmodelGroupShareDetailsValue()
This instance must be tagged asEventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS
.- Returns:
- The
ShmodelGroupShareDetails
value associated with this instance ifisShmodelGroupShareDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShmodelGroupShareDetails()
isfalse
.
-
isShowcaseAccessGrantedDetails
public boolean isShowcaseAccessGrantedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
,false
otherwise.
-
showcaseAccessGrantedDetails
public static EventDetails showcaseAccessGrantedDetails(ShowcaseAccessGrantedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseAccessGrantedDetailsValue
public ShowcaseAccessGrantedDetails getShowcaseAccessGrantedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ACCESS_GRANTED_DETAILS
.- Returns:
- The
ShowcaseAccessGrantedDetails
value associated with this instance ifisShowcaseAccessGrantedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseAccessGrantedDetails()
isfalse
.
-
isShowcaseAddMemberDetails
public boolean isShowcaseAddMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
,false
otherwise.
-
showcaseAddMemberDetails
public static EventDetails showcaseAddMemberDetails(ShowcaseAddMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseAddMemberDetailsValue
public ShowcaseAddMemberDetails getShowcaseAddMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ADD_MEMBER_DETAILS
.- Returns:
- The
ShowcaseAddMemberDetails
value associated with this instance ifisShowcaseAddMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseAddMemberDetails()
isfalse
.
-
isShowcaseArchivedDetails
public boolean isShowcaseArchivedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
,false
otherwise.
-
showcaseArchivedDetails
public static EventDetails showcaseArchivedDetails(ShowcaseArchivedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseArchivedDetailsValue
public ShowcaseArchivedDetails getShowcaseArchivedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_ARCHIVED_DETAILS
.- Returns:
- The
ShowcaseArchivedDetails
value associated with this instance ifisShowcaseArchivedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseArchivedDetails()
isfalse
.
-
isShowcaseCreatedDetails
public boolean isShowcaseCreatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_CREATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_CREATED_DETAILS
,false
otherwise.
-
showcaseCreatedDetails
public static EventDetails showcaseCreatedDetails(ShowcaseCreatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_CREATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseCreatedDetailsValue
public ShowcaseCreatedDetails getShowcaseCreatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CREATED_DETAILS
.- Returns:
- The
ShowcaseCreatedDetails
value associated with this instance ifisShowcaseCreatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseCreatedDetails()
isfalse
.
-
isShowcaseDeleteCommentDetails
public boolean isShowcaseDeleteCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
,false
otherwise.
-
showcaseDeleteCommentDetails
public static EventDetails showcaseDeleteCommentDetails(ShowcaseDeleteCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseDeleteCommentDetailsValue
public ShowcaseDeleteCommentDetails getShowcaseDeleteCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_DELETE_COMMENT_DETAILS
.- Returns:
- The
ShowcaseDeleteCommentDetails
value associated with this instance ifisShowcaseDeleteCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseDeleteCommentDetails()
isfalse
.
-
isShowcaseEditedDetails
public boolean isShowcaseEditedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_EDITED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_EDITED_DETAILS
,false
otherwise.
-
showcaseEditedDetails
public static EventDetails showcaseEditedDetails(ShowcaseEditedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_EDITED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseEditedDetailsValue
public ShowcaseEditedDetails getShowcaseEditedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_EDITED_DETAILS
.- Returns:
- The
ShowcaseEditedDetails
value associated with this instance ifisShowcaseEditedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseEditedDetails()
isfalse
.
-
isShowcaseEditCommentDetails
public boolean isShowcaseEditCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
,false
otherwise.
-
showcaseEditCommentDetails
public static EventDetails showcaseEditCommentDetails(ShowcaseEditCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseEditCommentDetailsValue
public ShowcaseEditCommentDetails getShowcaseEditCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_EDIT_COMMENT_DETAILS
.- Returns:
- The
ShowcaseEditCommentDetails
value associated with this instance ifisShowcaseEditCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseEditCommentDetails()
isfalse
.
-
isShowcaseFileAddedDetails
public boolean isShowcaseFileAddedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
,false
otherwise.
-
showcaseFileAddedDetails
public static EventDetails showcaseFileAddedDetails(ShowcaseFileAddedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseFileAddedDetailsValue
public ShowcaseFileAddedDetails getShowcaseFileAddedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_ADDED_DETAILS
.- Returns:
- The
ShowcaseFileAddedDetails
value associated with this instance ifisShowcaseFileAddedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseFileAddedDetails()
isfalse
.
-
isShowcaseFileDownloadDetails
public boolean isShowcaseFileDownloadDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
,false
otherwise.
-
showcaseFileDownloadDetails
public static EventDetails showcaseFileDownloadDetails(ShowcaseFileDownloadDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseFileDownloadDetailsValue
public ShowcaseFileDownloadDetails getShowcaseFileDownloadDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_DOWNLOAD_DETAILS
.- Returns:
- The
ShowcaseFileDownloadDetails
value associated with this instance ifisShowcaseFileDownloadDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseFileDownloadDetails()
isfalse
.
-
isShowcaseFileRemovedDetails
public boolean isShowcaseFileRemovedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
,false
otherwise.
-
showcaseFileRemovedDetails
public static EventDetails showcaseFileRemovedDetails(ShowcaseFileRemovedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseFileRemovedDetailsValue
public ShowcaseFileRemovedDetails getShowcaseFileRemovedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_REMOVED_DETAILS
.- Returns:
- The
ShowcaseFileRemovedDetails
value associated with this instance ifisShowcaseFileRemovedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseFileRemovedDetails()
isfalse
.
-
isShowcaseFileViewDetails
public boolean isShowcaseFileViewDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
,false
otherwise.
-
showcaseFileViewDetails
public static EventDetails showcaseFileViewDetails(ShowcaseFileViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseFileViewDetailsValue
public ShowcaseFileViewDetails getShowcaseFileViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_FILE_VIEW_DETAILS
.- Returns:
- The
ShowcaseFileViewDetails
value associated with this instance ifisShowcaseFileViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseFileViewDetails()
isfalse
.
-
isShowcasePermanentlyDeletedDetails
public boolean isShowcasePermanentlyDeletedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
,false
otherwise.
-
showcasePermanentlyDeletedDetails
public static EventDetails showcasePermanentlyDeletedDetails(ShowcasePermanentlyDeletedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcasePermanentlyDeletedDetailsValue
public ShowcasePermanentlyDeletedDetails getShowcasePermanentlyDeletedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_PERMANENTLY_DELETED_DETAILS
.- Returns:
- The
ShowcasePermanentlyDeletedDetails
value associated with this instance ifisShowcasePermanentlyDeletedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcasePermanentlyDeletedDetails()
isfalse
.
-
isShowcasePostCommentDetails
public boolean isShowcasePostCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
,false
otherwise.
-
showcasePostCommentDetails
public static EventDetails showcasePostCommentDetails(ShowcasePostCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcasePostCommentDetailsValue
public ShowcasePostCommentDetails getShowcasePostCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_POST_COMMENT_DETAILS
.- Returns:
- The
ShowcasePostCommentDetails
value associated with this instance ifisShowcasePostCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcasePostCommentDetails()
isfalse
.
-
isShowcaseRemoveMemberDetails
public boolean isShowcaseRemoveMemberDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
,false
otherwise.
-
showcaseRemoveMemberDetails
public static EventDetails showcaseRemoveMemberDetails(ShowcaseRemoveMemberDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseRemoveMemberDetailsValue
public ShowcaseRemoveMemberDetails getShowcaseRemoveMemberDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_REMOVE_MEMBER_DETAILS
.- Returns:
- The
ShowcaseRemoveMemberDetails
value associated with this instance ifisShowcaseRemoveMemberDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseRemoveMemberDetails()
isfalse
.
-
isShowcaseRenamedDetails
public boolean isShowcaseRenamedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_RENAMED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_RENAMED_DETAILS
,false
otherwise.
-
showcaseRenamedDetails
public static EventDetails showcaseRenamedDetails(ShowcaseRenamedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_RENAMED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseRenamedDetailsValue
public ShowcaseRenamedDetails getShowcaseRenamedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RENAMED_DETAILS
.- Returns:
- The
ShowcaseRenamedDetails
value associated with this instance ifisShowcaseRenamedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseRenamedDetails()
isfalse
.
-
isShowcaseRequestAccessDetails
public boolean isShowcaseRequestAccessDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
,false
otherwise.
-
showcaseRequestAccessDetails
public static EventDetails showcaseRequestAccessDetails(ShowcaseRequestAccessDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseRequestAccessDetailsValue
public ShowcaseRequestAccessDetails getShowcaseRequestAccessDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_REQUEST_ACCESS_DETAILS
.- Returns:
- The
ShowcaseRequestAccessDetails
value associated with this instance ifisShowcaseRequestAccessDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseRequestAccessDetails()
isfalse
.
-
isShowcaseResolveCommentDetails
public boolean isShowcaseResolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
,false
otherwise.
-
showcaseResolveCommentDetails
public static EventDetails showcaseResolveCommentDetails(ShowcaseResolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseResolveCommentDetailsValue
public ShowcaseResolveCommentDetails getShowcaseResolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RESOLVE_COMMENT_DETAILS
.- Returns:
- The
ShowcaseResolveCommentDetails
value associated with this instance ifisShowcaseResolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseResolveCommentDetails()
isfalse
.
-
isShowcaseRestoredDetails
public boolean isShowcaseRestoredDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_RESTORED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_RESTORED_DETAILS
,false
otherwise.
-
showcaseRestoredDetails
public static EventDetails showcaseRestoredDetails(ShowcaseRestoredDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_RESTORED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseRestoredDetailsValue
public ShowcaseRestoredDetails getShowcaseRestoredDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_RESTORED_DETAILS
.- Returns:
- The
ShowcaseRestoredDetails
value associated with this instance ifisShowcaseRestoredDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseRestoredDetails()
isfalse
.
-
isShowcaseTrashedDetails
public boolean isShowcaseTrashedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_TRASHED_DETAILS
,false
otherwise.
-
showcaseTrashedDetails
public static EventDetails showcaseTrashedDetails(ShowcaseTrashedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseTrashedDetailsValue
public ShowcaseTrashedDetails getShowcaseTrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DETAILS
.- Returns:
- The
ShowcaseTrashedDetails
value associated with this instance ifisShowcaseTrashedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseTrashedDetails()
isfalse
.
-
isShowcaseTrashedDeprecatedDetails
public boolean isShowcaseTrashedDeprecatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
,false
otherwise.
-
showcaseTrashedDeprecatedDetails
public static EventDetails showcaseTrashedDeprecatedDetails(ShowcaseTrashedDeprecatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseTrashedDeprecatedDetailsValue
public ShowcaseTrashedDeprecatedDetails getShowcaseTrashedDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_TRASHED_DEPRECATED_DETAILS
.- Returns:
- The
ShowcaseTrashedDeprecatedDetails
value associated with this instance ifisShowcaseTrashedDeprecatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseTrashedDeprecatedDetails()
isfalse
.
-
isShowcaseUnresolveCommentDetails
public boolean isShowcaseUnresolveCommentDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
,false
otherwise.
-
showcaseUnresolveCommentDetails
public static EventDetails showcaseUnresolveCommentDetails(ShowcaseUnresolveCommentDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseUnresolveCommentDetailsValue
public ShowcaseUnresolveCommentDetails getShowcaseUnresolveCommentDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNRESOLVE_COMMENT_DETAILS
.- Returns:
- The
ShowcaseUnresolveCommentDetails
value associated with this instance ifisShowcaseUnresolveCommentDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseUnresolveCommentDetails()
isfalse
.
-
isShowcaseUntrashedDetails
public boolean isShowcaseUntrashedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
,false
otherwise.
-
showcaseUntrashedDetails
public static EventDetails showcaseUntrashedDetails(ShowcaseUntrashedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseUntrashedDetailsValue
public ShowcaseUntrashedDetails getShowcaseUntrashedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DETAILS
.- Returns:
- The
ShowcaseUntrashedDetails
value associated with this instance ifisShowcaseUntrashedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseUntrashedDetails()
isfalse
.
-
isShowcaseUntrashedDeprecatedDetails
public boolean isShowcaseUntrashedDeprecatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
,false
otherwise.
-
showcaseUntrashedDeprecatedDetails
public static EventDetails showcaseUntrashedDeprecatedDetails(ShowcaseUntrashedDeprecatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseUntrashedDeprecatedDetailsValue
public ShowcaseUntrashedDeprecatedDetails getShowcaseUntrashedDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_UNTRASHED_DEPRECATED_DETAILS
.- Returns:
- The
ShowcaseUntrashedDeprecatedDetails
value associated with this instance ifisShowcaseUntrashedDeprecatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseUntrashedDeprecatedDetails()
isfalse
.
-
isShowcaseViewDetails
public boolean isShowcaseViewDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_VIEW_DETAILS
,false
otherwise.
-
showcaseViewDetails
public static EventDetails showcaseViewDetails(ShowcaseViewDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_VIEW_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseViewDetailsValue
public ShowcaseViewDetails getShowcaseViewDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_VIEW_DETAILS
.- Returns:
- The
ShowcaseViewDetails
value associated with this instance ifisShowcaseViewDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseViewDetails()
isfalse
.
-
isSsoAddCertDetails
public boolean isSsoAddCertDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_ADD_CERT_DETAILS
,false
otherwise.
-
ssoAddCertDetails
public static EventDetails ssoAddCertDetails(SsoAddCertDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_ADD_CERT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoAddCertDetailsValue
public SsoAddCertDetails getSsoAddCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_CERT_DETAILS
.- Returns:
- The
SsoAddCertDetails
value associated with this instance ifisSsoAddCertDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoAddCertDetails()
isfalse
.
-
isSsoAddLoginUrlDetails
public boolean isSsoAddLoginUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
,false
otherwise.
-
ssoAddLoginUrlDetails
public static EventDetails ssoAddLoginUrlDetails(SsoAddLoginUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoAddLoginUrlDetailsValue
public SsoAddLoginUrlDetails getSsoAddLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS
.- Returns:
- The
SsoAddLoginUrlDetails
value associated with this instance ifisSsoAddLoginUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoAddLoginUrlDetails()
isfalse
.
-
isSsoAddLogoutUrlDetails
public boolean isSsoAddLogoutUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
,false
otherwise.
-
ssoAddLogoutUrlDetails
public static EventDetails ssoAddLogoutUrlDetails(SsoAddLogoutUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoAddLogoutUrlDetailsValue
public SsoAddLogoutUrlDetails getSsoAddLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS
.- Returns:
- The
SsoAddLogoutUrlDetails
value associated with this instance ifisSsoAddLogoutUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoAddLogoutUrlDetails()
isfalse
.
-
isSsoChangeCertDetails
public boolean isSsoChangeCertDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_CHANGE_CERT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_CHANGE_CERT_DETAILS
,false
otherwise.
-
ssoChangeCertDetails
public static EventDetails ssoChangeCertDetails(SsoChangeCertDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_CHANGE_CERT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoChangeCertDetailsValue
public SsoChangeCertDetails getSsoChangeCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_CERT_DETAILS
.- Returns:
- The
SsoChangeCertDetails
value associated with this instance ifisSsoChangeCertDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoChangeCertDetails()
isfalse
.
-
isSsoChangeLoginUrlDetails
public boolean isSsoChangeLoginUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
,false
otherwise.
-
ssoChangeLoginUrlDetails
public static EventDetails ssoChangeLoginUrlDetails(SsoChangeLoginUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoChangeLoginUrlDetailsValue
public SsoChangeLoginUrlDetails getSsoChangeLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS
.- Returns:
- The
SsoChangeLoginUrlDetails
value associated with this instance ifisSsoChangeLoginUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoChangeLoginUrlDetails()
isfalse
.
-
isSsoChangeLogoutUrlDetails
public boolean isSsoChangeLogoutUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
,false
otherwise.
-
ssoChangeLogoutUrlDetails
public static EventDetails ssoChangeLogoutUrlDetails(SsoChangeLogoutUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoChangeLogoutUrlDetailsValue
public SsoChangeLogoutUrlDetails getSsoChangeLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS
.- Returns:
- The
SsoChangeLogoutUrlDetails
value associated with this instance ifisSsoChangeLogoutUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoChangeLogoutUrlDetails()
isfalse
.
-
isSsoChangeSamlIdentityModeDetails
public boolean isSsoChangeSamlIdentityModeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
,false
otherwise.
-
ssoChangeSamlIdentityModeDetails
public static EventDetails ssoChangeSamlIdentityModeDetails(SsoChangeSamlIdentityModeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoChangeSamlIdentityModeDetailsValue
public SsoChangeSamlIdentityModeDetails getSsoChangeSamlIdentityModeDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS
.- Returns:
- The
SsoChangeSamlIdentityModeDetails
value associated with this instance ifisSsoChangeSamlIdentityModeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoChangeSamlIdentityModeDetails()
isfalse
.
-
isSsoRemoveCertDetails
public boolean isSsoRemoveCertDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_REMOVE_CERT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_REMOVE_CERT_DETAILS
,false
otherwise.
-
ssoRemoveCertDetails
public static EventDetails ssoRemoveCertDetails(SsoRemoveCertDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_REMOVE_CERT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoRemoveCertDetailsValue
public SsoRemoveCertDetails getSsoRemoveCertDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_CERT_DETAILS
.- Returns:
- The
SsoRemoveCertDetails
value associated with this instance ifisSsoRemoveCertDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoRemoveCertDetails()
isfalse
.
-
isSsoRemoveLoginUrlDetails
public boolean isSsoRemoveLoginUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
,false
otherwise.
-
ssoRemoveLoginUrlDetails
public static EventDetails ssoRemoveLoginUrlDetails(SsoRemoveLoginUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoRemoveLoginUrlDetailsValue
public SsoRemoveLoginUrlDetails getSsoRemoveLoginUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS
.- Returns:
- The
SsoRemoveLoginUrlDetails
value associated with this instance ifisSsoRemoveLoginUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoRemoveLoginUrlDetails()
isfalse
.
-
isSsoRemoveLogoutUrlDetails
public boolean isSsoRemoveLogoutUrlDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
,false
otherwise.
-
ssoRemoveLogoutUrlDetails
public static EventDetails ssoRemoveLogoutUrlDetails(SsoRemoveLogoutUrlDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoRemoveLogoutUrlDetailsValue
public SsoRemoveLogoutUrlDetails getSsoRemoveLogoutUrlDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS
.- Returns:
- The
SsoRemoveLogoutUrlDetails
value associated with this instance ifisSsoRemoveLogoutUrlDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoRemoveLogoutUrlDetails()
isfalse
.
-
isTeamFolderChangeStatusDetails
public boolean isTeamFolderChangeStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
,false
otherwise.
-
teamFolderChangeStatusDetails
public static EventDetails teamFolderChangeStatusDetails(TeamFolderChangeStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamFolderChangeStatusDetailsValue
public TeamFolderChangeStatusDetails getTeamFolderChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS
.- Returns:
- The
TeamFolderChangeStatusDetails
value associated with this instance ifisTeamFolderChangeStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamFolderChangeStatusDetails()
isfalse
.
-
isTeamFolderCreateDetails
public boolean isTeamFolderCreateDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
,false
otherwise.
-
teamFolderCreateDetails
public static EventDetails teamFolderCreateDetails(TeamFolderCreateDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamFolderCreateDetailsValue
public TeamFolderCreateDetails getTeamFolderCreateDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS
.- Returns:
- The
TeamFolderCreateDetails
value associated with this instance ifisTeamFolderCreateDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamFolderCreateDetails()
isfalse
.
-
isTeamFolderDowngradeDetails
public boolean isTeamFolderDowngradeDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
,false
otherwise.
-
teamFolderDowngradeDetails
public static EventDetails teamFolderDowngradeDetails(TeamFolderDowngradeDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamFolderDowngradeDetailsValue
public TeamFolderDowngradeDetails getTeamFolderDowngradeDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS
.- Returns:
- The
TeamFolderDowngradeDetails
value associated with this instance ifisTeamFolderDowngradeDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamFolderDowngradeDetails()
isfalse
.
-
isTeamFolderPermanentlyDeleteDetails
public boolean isTeamFolderPermanentlyDeleteDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
,false
otherwise.
-
teamFolderPermanentlyDeleteDetails
public static EventDetails teamFolderPermanentlyDeleteDetails(TeamFolderPermanentlyDeleteDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamFolderPermanentlyDeleteDetailsValue
public TeamFolderPermanentlyDeleteDetails getTeamFolderPermanentlyDeleteDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS
.- Returns:
- The
TeamFolderPermanentlyDeleteDetails
value associated with this instance ifisTeamFolderPermanentlyDeleteDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamFolderPermanentlyDeleteDetails()
isfalse
.
-
isTeamFolderRenameDetails
public boolean isTeamFolderRenameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
,false
otherwise.
-
teamFolderRenameDetails
public static EventDetails teamFolderRenameDetails(TeamFolderRenameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamFolderRenameDetailsValue
public TeamFolderRenameDetails getTeamFolderRenameDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS
.- Returns:
- The
TeamFolderRenameDetails
value associated with this instance ifisTeamFolderRenameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamFolderRenameDetails()
isfalse
.
-
isTeamSelectiveSyncSettingsChangedDetails
public boolean isTeamSelectiveSyncSettingsChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
,false
otherwise.
-
teamSelectiveSyncSettingsChangedDetails
public static EventDetails teamSelectiveSyncSettingsChangedDetails(TeamSelectiveSyncSettingsChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamSelectiveSyncSettingsChangedDetailsValue
public TeamSelectiveSyncSettingsChangedDetails getTeamSelectiveSyncSettingsChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_SETTINGS_CHANGED_DETAILS
.- Returns:
- The
TeamSelectiveSyncSettingsChangedDetails
value associated with this instance ifisTeamSelectiveSyncSettingsChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamSelectiveSyncSettingsChangedDetails()
isfalse
.
-
isAccountCaptureChangePolicyDetails
public boolean isAccountCaptureChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
,false
otherwise.
-
accountCaptureChangePolicyDetails
public static EventDetails accountCaptureChangePolicyDetails(AccountCaptureChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAccountCaptureChangePolicyDetailsValue
public AccountCaptureChangePolicyDetails getAccountCaptureChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS
.- Returns:
- The
AccountCaptureChangePolicyDetails
value associated with this instance ifisAccountCaptureChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAccountCaptureChangePolicyDetails()
isfalse
.
-
isAllowDownloadDisabledDetails
public boolean isAllowDownloadDisabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
,false
otherwise.
-
allowDownloadDisabledDetails
public static EventDetails allowDownloadDisabledDetails(AllowDownloadDisabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAllowDownloadDisabledDetailsValue
public AllowDownloadDisabledDetails getAllowDownloadDisabledDetailsValue()
This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS
.- Returns:
- The
AllowDownloadDisabledDetails
value associated with this instance ifisAllowDownloadDisabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAllowDownloadDisabledDetails()
isfalse
.
-
isAllowDownloadEnabledDetails
public boolean isAllowDownloadEnabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
,false
otherwise.
-
allowDownloadEnabledDetails
public static EventDetails allowDownloadEnabledDetails(AllowDownloadEnabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getAllowDownloadEnabledDetailsValue
public AllowDownloadEnabledDetails getAllowDownloadEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS
.- Returns:
- The
AllowDownloadEnabledDetails
value associated with this instance ifisAllowDownloadEnabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisAllowDownloadEnabledDetails()
isfalse
.
-
isCameraUploadsPolicyChangedDetails
public boolean isCameraUploadsPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
,false
otherwise.
-
cameraUploadsPolicyChangedDetails
public static EventDetails cameraUploadsPolicyChangedDetails(CameraUploadsPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getCameraUploadsPolicyChangedDetailsValue
public CameraUploadsPolicyChangedDetails getCameraUploadsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.CAMERA_UPLOADS_POLICY_CHANGED_DETAILS
.- Returns:
- The
CameraUploadsPolicyChangedDetails
value associated with this instance ifisCameraUploadsPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisCameraUploadsPolicyChangedDetails()
isfalse
.
-
isContentAdministrationPolicyChangedDetails
public boolean isContentAdministrationPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
,false
otherwise.
-
contentAdministrationPolicyChangedDetails
public static EventDetails contentAdministrationPolicyChangedDetails(ContentAdministrationPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getContentAdministrationPolicyChangedDetailsValue
public ContentAdministrationPolicyChangedDetails getContentAdministrationPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.CONTENT_ADMINISTRATION_POLICY_CHANGED_DETAILS
.- Returns:
- The
ContentAdministrationPolicyChangedDetails
value associated with this instance ifisContentAdministrationPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisContentAdministrationPolicyChangedDetails()
isfalse
.
-
isDataPlacementRestrictionChangePolicyDetails
public boolean isDataPlacementRestrictionChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
,false
otherwise.
-
dataPlacementRestrictionChangePolicyDetails
public static EventDetails dataPlacementRestrictionChangePolicyDetails(DataPlacementRestrictionChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDataPlacementRestrictionChangePolicyDetailsValue
public DataPlacementRestrictionChangePolicyDetails getDataPlacementRestrictionChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS
.- Returns:
- The
DataPlacementRestrictionChangePolicyDetails
value associated with this instance ifisDataPlacementRestrictionChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDataPlacementRestrictionChangePolicyDetails()
isfalse
.
-
isDataPlacementRestrictionSatisfyPolicyDetails
public boolean isDataPlacementRestrictionSatisfyPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
,false
otherwise.
-
dataPlacementRestrictionSatisfyPolicyDetails
public static EventDetails dataPlacementRestrictionSatisfyPolicyDetails(DataPlacementRestrictionSatisfyPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDataPlacementRestrictionSatisfyPolicyDetailsValue
public DataPlacementRestrictionSatisfyPolicyDetails getDataPlacementRestrictionSatisfyPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS
.- Returns:
- The
DataPlacementRestrictionSatisfyPolicyDetails
value associated with this instance ifisDataPlacementRestrictionSatisfyPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDataPlacementRestrictionSatisfyPolicyDetails()
isfalse
.
-
isDeviceApprovalsAddExceptionDetails
public boolean isDeviceApprovalsAddExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
,false
otherwise.
-
deviceApprovalsAddExceptionDetails
public static EventDetails deviceApprovalsAddExceptionDetails(DeviceApprovalsAddExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsAddExceptionDetailsValue
public DeviceApprovalsAddExceptionDetails getDeviceApprovalsAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_ADD_EXCEPTION_DETAILS
.- Returns:
- The
DeviceApprovalsAddExceptionDetails
value associated with this instance ifisDeviceApprovalsAddExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsAddExceptionDetails()
isfalse
.
-
isDeviceApprovalsChangeDesktopPolicyDetails
public boolean isDeviceApprovalsChangeDesktopPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
,false
otherwise.
-
deviceApprovalsChangeDesktopPolicyDetails
public static EventDetails deviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsChangeDesktopPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsChangeDesktopPolicyDetailsValue
public DeviceApprovalsChangeDesktopPolicyDetails getDeviceApprovalsChangeDesktopPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS
.- Returns:
- The
DeviceApprovalsChangeDesktopPolicyDetails
value associated with this instance ifisDeviceApprovalsChangeDesktopPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsChangeDesktopPolicyDetails()
isfalse
.
-
isDeviceApprovalsChangeMobilePolicyDetails
public boolean isDeviceApprovalsChangeMobilePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
,false
otherwise.
-
deviceApprovalsChangeMobilePolicyDetails
public static EventDetails deviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsChangeMobilePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsChangeMobilePolicyDetailsValue
public DeviceApprovalsChangeMobilePolicyDetails getDeviceApprovalsChangeMobilePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS
.- Returns:
- The
DeviceApprovalsChangeMobilePolicyDetails
value associated with this instance ifisDeviceApprovalsChangeMobilePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsChangeMobilePolicyDetails()
isfalse
.
-
isDeviceApprovalsChangeOverageActionDetails
public boolean isDeviceApprovalsChangeOverageActionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
,false
otherwise.
-
deviceApprovalsChangeOverageActionDetails
public static EventDetails deviceApprovalsChangeOverageActionDetails(DeviceApprovalsChangeOverageActionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsChangeOverageActionDetailsValue
public DeviceApprovalsChangeOverageActionDetails getDeviceApprovalsChangeOverageActionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS
.- Returns:
- The
DeviceApprovalsChangeOverageActionDetails
value associated with this instance ifisDeviceApprovalsChangeOverageActionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsChangeOverageActionDetails()
isfalse
.
-
isDeviceApprovalsChangeUnlinkActionDetails
public boolean isDeviceApprovalsChangeUnlinkActionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
,false
otherwise.
-
deviceApprovalsChangeUnlinkActionDetails
public static EventDetails deviceApprovalsChangeUnlinkActionDetails(DeviceApprovalsChangeUnlinkActionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsChangeUnlinkActionDetailsValue
public DeviceApprovalsChangeUnlinkActionDetails getDeviceApprovalsChangeUnlinkActionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS
.- Returns:
- The
DeviceApprovalsChangeUnlinkActionDetails
value associated with this instance ifisDeviceApprovalsChangeUnlinkActionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsChangeUnlinkActionDetails()
isfalse
.
-
isDeviceApprovalsRemoveExceptionDetails
public boolean isDeviceApprovalsRemoveExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
,false
otherwise.
-
deviceApprovalsRemoveExceptionDetails
public static EventDetails deviceApprovalsRemoveExceptionDetails(DeviceApprovalsRemoveExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDeviceApprovalsRemoveExceptionDetailsValue
public DeviceApprovalsRemoveExceptionDetails getDeviceApprovalsRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.DEVICE_APPROVALS_REMOVE_EXCEPTION_DETAILS
.- Returns:
- The
DeviceApprovalsRemoveExceptionDetails
value associated with this instance ifisDeviceApprovalsRemoveExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDeviceApprovalsRemoveExceptionDetails()
isfalse
.
-
isDirectoryRestrictionsAddMembersDetails
public boolean isDirectoryRestrictionsAddMembersDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
,false
otherwise.
-
directoryRestrictionsAddMembersDetails
public static EventDetails directoryRestrictionsAddMembersDetails(DirectoryRestrictionsAddMembersDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDirectoryRestrictionsAddMembersDetailsValue
public DirectoryRestrictionsAddMembersDetails getDirectoryRestrictionsAddMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_ADD_MEMBERS_DETAILS
.- Returns:
- The
DirectoryRestrictionsAddMembersDetails
value associated with this instance ifisDirectoryRestrictionsAddMembersDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDirectoryRestrictionsAddMembersDetails()
isfalse
.
-
isDirectoryRestrictionsRemoveMembersDetails
public boolean isDirectoryRestrictionsRemoveMembersDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
,false
otherwise.
-
directoryRestrictionsRemoveMembersDetails
public static EventDetails directoryRestrictionsRemoveMembersDetails(DirectoryRestrictionsRemoveMembersDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getDirectoryRestrictionsRemoveMembersDetailsValue
public DirectoryRestrictionsRemoveMembersDetails getDirectoryRestrictionsRemoveMembersDetailsValue()
This instance must be tagged asEventDetails.Tag.DIRECTORY_RESTRICTIONS_REMOVE_MEMBERS_DETAILS
.- Returns:
- The
DirectoryRestrictionsRemoveMembersDetails
value associated with this instance ifisDirectoryRestrictionsRemoveMembersDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisDirectoryRestrictionsRemoveMembersDetails()
isfalse
.
-
isEmmAddExceptionDetails
public boolean isEmmAddExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
,false
otherwise.
-
emmAddExceptionDetails
public static EventDetails emmAddExceptionDetails(EmmAddExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmAddExceptionDetailsValue
public EmmAddExceptionDetails getEmmAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS
.- Returns:
- The
EmmAddExceptionDetails
value associated with this instance ifisEmmAddExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmAddExceptionDetails()
isfalse
.
-
isEmmChangePolicyDetails
public boolean isEmmChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
,false
otherwise.
-
emmChangePolicyDetails
public static EventDetails emmChangePolicyDetails(EmmChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmChangePolicyDetailsValue
public EmmChangePolicyDetails getEmmChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_CHANGE_POLICY_DETAILS
.- Returns:
- The
EmmChangePolicyDetails
value associated with this instance ifisEmmChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmChangePolicyDetails()
isfalse
.
-
isEmmRemoveExceptionDetails
public boolean isEmmRemoveExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
,false
otherwise.
-
emmRemoveExceptionDetails
public static EventDetails emmRemoveExceptionDetails(EmmRemoveExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEmmRemoveExceptionDetailsValue
public EmmRemoveExceptionDetails getEmmRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS
.- Returns:
- The
EmmRemoveExceptionDetails
value associated with this instance ifisEmmRemoveExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEmmRemoveExceptionDetails()
isfalse
.
-
isExtendedVersionHistoryChangePolicyDetails
public boolean isExtendedVersionHistoryChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
,false
otherwise.
-
extendedVersionHistoryChangePolicyDetails
public static EventDetails extendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getExtendedVersionHistoryChangePolicyDetailsValue
public ExtendedVersionHistoryChangePolicyDetails getExtendedVersionHistoryChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS
.- Returns:
- The
ExtendedVersionHistoryChangePolicyDetails
value associated with this instance ifisExtendedVersionHistoryChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisExtendedVersionHistoryChangePolicyDetails()
isfalse
.
-
isFileCommentsChangePolicyDetails
public boolean isFileCommentsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
fileCommentsChangePolicyDetails
public static EventDetails fileCommentsChangePolicyDetails(FileCommentsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileCommentsChangePolicyDetailsValue
public FileCommentsChangePolicyDetails getFileCommentsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS
.- Returns:
- The
FileCommentsChangePolicyDetails
value associated with this instance ifisFileCommentsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileCommentsChangePolicyDetails()
isfalse
.
-
isFileLockingPolicyChangedDetails
public boolean isFileLockingPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
,false
otherwise.
-
fileLockingPolicyChangedDetails
public static EventDetails fileLockingPolicyChangedDetails(FileLockingPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileLockingPolicyChangedDetailsValue
public FileLockingPolicyChangedDetails getFileLockingPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_LOCKING_POLICY_CHANGED_DETAILS
.- Returns:
- The
FileLockingPolicyChangedDetails
value associated with this instance ifisFileLockingPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileLockingPolicyChangedDetails()
isfalse
.
-
isFileRequestsChangePolicyDetails
public boolean isFileRequestsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
fileRequestsChangePolicyDetails
public static EventDetails fileRequestsChangePolicyDetails(FileRequestsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestsChangePolicyDetailsValue
public FileRequestsChangePolicyDetails getFileRequestsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS
.- Returns:
- The
FileRequestsChangePolicyDetails
value associated with this instance ifisFileRequestsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestsChangePolicyDetails()
isfalse
.
-
isFileRequestsEmailsEnabledDetails
public boolean isFileRequestsEmailsEnabledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
,false
otherwise.
-
fileRequestsEmailsEnabledDetails
public static EventDetails fileRequestsEmailsEnabledDetails(FileRequestsEmailsEnabledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestsEmailsEnabledDetailsValue
public FileRequestsEmailsEnabledDetails getFileRequestsEmailsEnabledDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS
.- Returns:
- The
FileRequestsEmailsEnabledDetails
value associated with this instance ifisFileRequestsEmailsEnabledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestsEmailsEnabledDetails()
isfalse
.
-
isFileRequestsEmailsRestrictedToTeamOnlyDetails
public boolean isFileRequestsEmailsRestrictedToTeamOnlyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
,false
otherwise.
-
fileRequestsEmailsRestrictedToTeamOnlyDetails
public static EventDetails fileRequestsEmailsRestrictedToTeamOnlyDetails(FileRequestsEmailsRestrictedToTeamOnlyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue
public FileRequestsEmailsRestrictedToTeamOnlyDetails getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS
.- Returns:
- The
FileRequestsEmailsRestrictedToTeamOnlyDetails
value associated with this instance ifisFileRequestsEmailsRestrictedToTeamOnlyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileRequestsEmailsRestrictedToTeamOnlyDetails()
isfalse
.
-
isFileTransfersPolicyChangedDetails
public boolean isFileTransfersPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
,false
otherwise.
-
fileTransfersPolicyChangedDetails
public static EventDetails fileTransfersPolicyChangedDetails(FileTransfersPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getFileTransfersPolicyChangedDetailsValue
public FileTransfersPolicyChangedDetails getFileTransfersPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.FILE_TRANSFERS_POLICY_CHANGED_DETAILS
.- Returns:
- The
FileTransfersPolicyChangedDetails
value associated with this instance ifisFileTransfersPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisFileTransfersPolicyChangedDetails()
isfalse
.
-
isGoogleSsoChangePolicyDetails
public boolean isGoogleSsoChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
,false
otherwise.
-
googleSsoChangePolicyDetails
public static EventDetails googleSsoChangePolicyDetails(GoogleSsoChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGoogleSsoChangePolicyDetailsValue
public GoogleSsoChangePolicyDetails getGoogleSsoChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS
.- Returns:
- The
GoogleSsoChangePolicyDetails
value associated with this instance ifisGoogleSsoChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGoogleSsoChangePolicyDetails()
isfalse
.
-
isGroupUserManagementChangePolicyDetails
public boolean isGroupUserManagementChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
,false
otherwise.
-
groupUserManagementChangePolicyDetails
public static EventDetails groupUserManagementChangePolicyDetails(GroupUserManagementChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGroupUserManagementChangePolicyDetailsValue
public GroupUserManagementChangePolicyDetails getGroupUserManagementChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS
.- Returns:
- The
GroupUserManagementChangePolicyDetails
value associated with this instance ifisGroupUserManagementChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGroupUserManagementChangePolicyDetails()
isfalse
.
-
isIntegrationPolicyChangedDetails
public boolean isIntegrationPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
,false
otherwise.
-
integrationPolicyChangedDetails
public static EventDetails integrationPolicyChangedDetails(IntegrationPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getIntegrationPolicyChangedDetailsValue
public IntegrationPolicyChangedDetails getIntegrationPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.INTEGRATION_POLICY_CHANGED_DETAILS
.- Returns:
- The
IntegrationPolicyChangedDetails
value associated with this instance ifisIntegrationPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisIntegrationPolicyChangedDetails()
isfalse
.
-
isMemberRequestsChangePolicyDetails
public boolean isMemberRequestsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
memberRequestsChangePolicyDetails
public static EventDetails memberRequestsChangePolicyDetails(MemberRequestsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberRequestsChangePolicyDetailsValue
public MemberRequestsChangePolicyDetails getMemberRequestsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS
.- Returns:
- The
MemberRequestsChangePolicyDetails
value associated with this instance ifisMemberRequestsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberRequestsChangePolicyDetails()
isfalse
.
-
isMemberSendInvitePolicyChangedDetails
public boolean isMemberSendInvitePolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
,false
otherwise.
-
memberSendInvitePolicyChangedDetails
public static EventDetails memberSendInvitePolicyChangedDetails(MemberSendInvitePolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSendInvitePolicyChangedDetailsValue
public MemberSendInvitePolicyChangedDetails getMemberSendInvitePolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SEND_INVITE_POLICY_CHANGED_DETAILS
.- Returns:
- The
MemberSendInvitePolicyChangedDetails
value associated with this instance ifisMemberSendInvitePolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSendInvitePolicyChangedDetails()
isfalse
.
-
isMemberSpaceLimitsAddExceptionDetails
public boolean isMemberSpaceLimitsAddExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
,false
otherwise.
-
memberSpaceLimitsAddExceptionDetails
public static EventDetails memberSpaceLimitsAddExceptionDetails(MemberSpaceLimitsAddExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsAddExceptionDetailsValue
public MemberSpaceLimitsAddExceptionDetails getMemberSpaceLimitsAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS
.- Returns:
- The
MemberSpaceLimitsAddExceptionDetails
value associated with this instance ifisMemberSpaceLimitsAddExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsAddExceptionDetails()
isfalse
.
-
isMemberSpaceLimitsChangeCapsTypePolicyDetails
public boolean isMemberSpaceLimitsChangeCapsTypePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
,false
otherwise.
-
memberSpaceLimitsChangeCapsTypePolicyDetails
public static EventDetails memberSpaceLimitsChangeCapsTypePolicyDetails(MemberSpaceLimitsChangeCapsTypePolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue
public MemberSpaceLimitsChangeCapsTypePolicyDetails getMemberSpaceLimitsChangeCapsTypePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_CAPS_TYPE_POLICY_DETAILS
.- Returns:
- The
MemberSpaceLimitsChangeCapsTypePolicyDetails
value associated with this instance ifisMemberSpaceLimitsChangeCapsTypePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsChangeCapsTypePolicyDetails()
isfalse
.
-
isMemberSpaceLimitsChangePolicyDetails
public boolean isMemberSpaceLimitsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
memberSpaceLimitsChangePolicyDetails
public static EventDetails memberSpaceLimitsChangePolicyDetails(MemberSpaceLimitsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsChangePolicyDetailsValue
public MemberSpaceLimitsChangePolicyDetails getMemberSpaceLimitsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS
.- Returns:
- The
MemberSpaceLimitsChangePolicyDetails
value associated with this instance ifisMemberSpaceLimitsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsChangePolicyDetails()
isfalse
.
-
isMemberSpaceLimitsRemoveExceptionDetails
public boolean isMemberSpaceLimitsRemoveExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
,false
otherwise.
-
memberSpaceLimitsRemoveExceptionDetails
public static EventDetails memberSpaceLimitsRemoveExceptionDetails(MemberSpaceLimitsRemoveExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSpaceLimitsRemoveExceptionDetailsValue
public MemberSpaceLimitsRemoveExceptionDetails getMemberSpaceLimitsRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS
.- Returns:
- The
MemberSpaceLimitsRemoveExceptionDetails
value associated with this instance ifisMemberSpaceLimitsRemoveExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSpaceLimitsRemoveExceptionDetails()
isfalse
.
-
isMemberSuggestionsChangePolicyDetails
public boolean isMemberSuggestionsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
memberSuggestionsChangePolicyDetails
public static EventDetails memberSuggestionsChangePolicyDetails(MemberSuggestionsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMemberSuggestionsChangePolicyDetailsValue
public MemberSuggestionsChangePolicyDetails getMemberSuggestionsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS
.- Returns:
- The
MemberSuggestionsChangePolicyDetails
value associated with this instance ifisMemberSuggestionsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMemberSuggestionsChangePolicyDetails()
isfalse
.
-
isMicrosoftOfficeAddinChangePolicyDetails
public boolean isMicrosoftOfficeAddinChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
,false
otherwise.
-
microsoftOfficeAddinChangePolicyDetails
public static EventDetails microsoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getMicrosoftOfficeAddinChangePolicyDetailsValue
public MicrosoftOfficeAddinChangePolicyDetails getMicrosoftOfficeAddinChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS
.- Returns:
- The
MicrosoftOfficeAddinChangePolicyDetails
value associated with this instance ifisMicrosoftOfficeAddinChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMicrosoftOfficeAddinChangePolicyDetails()
isfalse
.
-
isNetworkControlChangePolicyDetails
public boolean isNetworkControlChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
,false
otherwise.
-
networkControlChangePolicyDetails
public static EventDetails networkControlChangePolicyDetails(NetworkControlChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getNetworkControlChangePolicyDetailsValue
public NetworkControlChangePolicyDetails getNetworkControlChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS
.- Returns:
- The
NetworkControlChangePolicyDetails
value associated with this instance ifisNetworkControlChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisNetworkControlChangePolicyDetails()
isfalse
.
-
isPaperChangeDeploymentPolicyDetails
public boolean isPaperChangeDeploymentPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
,false
otherwise.
-
paperChangeDeploymentPolicyDetails
public static EventDetails paperChangeDeploymentPolicyDetails(PaperChangeDeploymentPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperChangeDeploymentPolicyDetailsValue
public PaperChangeDeploymentPolicyDetails getPaperChangeDeploymentPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS
.- Returns:
- The
PaperChangeDeploymentPolicyDetails
value associated with this instance ifisPaperChangeDeploymentPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperChangeDeploymentPolicyDetails()
isfalse
.
-
isPaperChangeMemberLinkPolicyDetails
public boolean isPaperChangeMemberLinkPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
,false
otherwise.
-
paperChangeMemberLinkPolicyDetails
public static EventDetails paperChangeMemberLinkPolicyDetails(PaperChangeMemberLinkPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperChangeMemberLinkPolicyDetailsValue
public PaperChangeMemberLinkPolicyDetails getPaperChangeMemberLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS
.- Returns:
- The
PaperChangeMemberLinkPolicyDetails
value associated with this instance ifisPaperChangeMemberLinkPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperChangeMemberLinkPolicyDetails()
isfalse
.
-
isPaperChangeMemberPolicyDetails
public boolean isPaperChangeMemberPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
,false
otherwise.
-
paperChangeMemberPolicyDetails
public static EventDetails paperChangeMemberPolicyDetails(PaperChangeMemberPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperChangeMemberPolicyDetailsValue
public PaperChangeMemberPolicyDetails getPaperChangeMemberPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS
.- Returns:
- The
PaperChangeMemberPolicyDetails
value associated with this instance ifisPaperChangeMemberPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperChangeMemberPolicyDetails()
isfalse
.
-
isPaperChangePolicyDetails
public boolean isPaperChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
,false
otherwise.
-
paperChangePolicyDetails
public static EventDetails paperChangePolicyDetails(PaperChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperChangePolicyDetailsValue
public PaperChangePolicyDetails getPaperChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS
.- Returns:
- The
PaperChangePolicyDetails
value associated with this instance ifisPaperChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperChangePolicyDetails()
isfalse
.
-
isPaperDefaultFolderPolicyChangedDetails
public boolean isPaperDefaultFolderPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
,false
otherwise.
-
paperDefaultFolderPolicyChangedDetails
public static EventDetails paperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDefaultFolderPolicyChangedDetailsValue
public PaperDefaultFolderPolicyChangedDetails getPaperDefaultFolderPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DEFAULT_FOLDER_POLICY_CHANGED_DETAILS
.- Returns:
- The
PaperDefaultFolderPolicyChangedDetails
value associated with this instance ifisPaperDefaultFolderPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDefaultFolderPolicyChangedDetails()
isfalse
.
-
isPaperDesktopPolicyChangedDetails
public boolean isPaperDesktopPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
,false
otherwise.
-
paperDesktopPolicyChangedDetails
public static EventDetails paperDesktopPolicyChangedDetails(PaperDesktopPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperDesktopPolicyChangedDetailsValue
public PaperDesktopPolicyChangedDetails getPaperDesktopPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_DESKTOP_POLICY_CHANGED_DETAILS
.- Returns:
- The
PaperDesktopPolicyChangedDetails
value associated with this instance ifisPaperDesktopPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperDesktopPolicyChangedDetails()
isfalse
.
-
isPaperEnabledUsersGroupAdditionDetails
public boolean isPaperEnabledUsersGroupAdditionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
,false
otherwise.
-
paperEnabledUsersGroupAdditionDetails
public static EventDetails paperEnabledUsersGroupAdditionDetails(PaperEnabledUsersGroupAdditionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperEnabledUsersGroupAdditionDetailsValue
public PaperEnabledUsersGroupAdditionDetails getPaperEnabledUsersGroupAdditionDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS
.- Returns:
- The
PaperEnabledUsersGroupAdditionDetails
value associated with this instance ifisPaperEnabledUsersGroupAdditionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperEnabledUsersGroupAdditionDetails()
isfalse
.
-
isPaperEnabledUsersGroupRemovalDetails
public boolean isPaperEnabledUsersGroupRemovalDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
,false
otherwise.
-
paperEnabledUsersGroupRemovalDetails
public static EventDetails paperEnabledUsersGroupRemovalDetails(PaperEnabledUsersGroupRemovalDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPaperEnabledUsersGroupRemovalDetailsValue
public PaperEnabledUsersGroupRemovalDetails getPaperEnabledUsersGroupRemovalDetailsValue()
This instance must be tagged asEventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS
.- Returns:
- The
PaperEnabledUsersGroupRemovalDetails
value associated with this instance ifisPaperEnabledUsersGroupRemovalDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPaperEnabledUsersGroupRemovalDetails()
isfalse
.
-
isPasswordStrengthRequirementsChangePolicyDetails
public boolean isPasswordStrengthRequirementsChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
,false
otherwise.
-
passwordStrengthRequirementsChangePolicyDetails
public static EventDetails passwordStrengthRequirementsChangePolicyDetails(PasswordStrengthRequirementsChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPasswordStrengthRequirementsChangePolicyDetailsValue
public PasswordStrengthRequirementsChangePolicyDetails getPasswordStrengthRequirementsChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PASSWORD_STRENGTH_REQUIREMENTS_CHANGE_POLICY_DETAILS
.- Returns:
- The
PasswordStrengthRequirementsChangePolicyDetails
value associated with this instance ifisPasswordStrengthRequirementsChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPasswordStrengthRequirementsChangePolicyDetails()
isfalse
.
-
isPermanentDeleteChangePolicyDetails
public boolean isPermanentDeleteChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
,false
otherwise.
-
permanentDeleteChangePolicyDetails
public static EventDetails permanentDeleteChangePolicyDetails(PermanentDeleteChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getPermanentDeleteChangePolicyDetailsValue
public PermanentDeleteChangePolicyDetails getPermanentDeleteChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS
.- Returns:
- The
PermanentDeleteChangePolicyDetails
value associated with this instance ifisPermanentDeleteChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisPermanentDeleteChangePolicyDetails()
isfalse
.
-
isResellerSupportChangePolicyDetails
public boolean isResellerSupportChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
,false
otherwise.
-
resellerSupportChangePolicyDetails
public static EventDetails resellerSupportChangePolicyDetails(ResellerSupportChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getResellerSupportChangePolicyDetailsValue
public ResellerSupportChangePolicyDetails getResellerSupportChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.RESELLER_SUPPORT_CHANGE_POLICY_DETAILS
.- Returns:
- The
ResellerSupportChangePolicyDetails
value associated with this instance ifisResellerSupportChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisResellerSupportChangePolicyDetails()
isfalse
.
-
isRewindPolicyChangedDetails
public boolean isRewindPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
,false
otherwise.
-
rewindPolicyChangedDetails
public static EventDetails rewindPolicyChangedDetails(RewindPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getRewindPolicyChangedDetailsValue
public RewindPolicyChangedDetails getRewindPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.REWIND_POLICY_CHANGED_DETAILS
.- Returns:
- The
RewindPolicyChangedDetails
value associated with this instance ifisRewindPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisRewindPolicyChangedDetails()
isfalse
.
-
isSendForSignaturePolicyChangedDetails
public boolean isSendForSignaturePolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
,false
otherwise.
-
sendForSignaturePolicyChangedDetails
public static EventDetails sendForSignaturePolicyChangedDetails(SendForSignaturePolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSendForSignaturePolicyChangedDetailsValue
public SendForSignaturePolicyChangedDetails getSendForSignaturePolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SEND_FOR_SIGNATURE_POLICY_CHANGED_DETAILS
.- Returns:
- The
SendForSignaturePolicyChangedDetails
value associated with this instance ifisSendForSignaturePolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSendForSignaturePolicyChangedDetails()
isfalse
.
-
isSharingChangeFolderJoinPolicyDetails
public boolean isSharingChangeFolderJoinPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
,false
otherwise.
-
sharingChangeFolderJoinPolicyDetails
public static EventDetails sharingChangeFolderJoinPolicyDetails(SharingChangeFolderJoinPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharingChangeFolderJoinPolicyDetailsValue
public SharingChangeFolderJoinPolicyDetails getSharingChangeFolderJoinPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS
.- Returns:
- The
SharingChangeFolderJoinPolicyDetails
value associated with this instance ifisSharingChangeFolderJoinPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharingChangeFolderJoinPolicyDetails()
isfalse
.
-
isSharingChangeLinkPolicyDetails
public boolean isSharingChangeLinkPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
,false
otherwise.
-
sharingChangeLinkPolicyDetails
public static EventDetails sharingChangeLinkPolicyDetails(SharingChangeLinkPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharingChangeLinkPolicyDetailsValue
public SharingChangeLinkPolicyDetails getSharingChangeLinkPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS
.- Returns:
- The
SharingChangeLinkPolicyDetails
value associated with this instance ifisSharingChangeLinkPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharingChangeLinkPolicyDetails()
isfalse
.
-
isSharingChangeMemberPolicyDetails
public boolean isSharingChangeMemberPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
,false
otherwise.
-
sharingChangeMemberPolicyDetails
public static EventDetails sharingChangeMemberPolicyDetails(SharingChangeMemberPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSharingChangeMemberPolicyDetailsValue
public SharingChangeMemberPolicyDetails getSharingChangeMemberPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS
.- Returns:
- The
SharingChangeMemberPolicyDetails
value associated with this instance ifisSharingChangeMemberPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSharingChangeMemberPolicyDetails()
isfalse
.
-
isShowcaseChangeDownloadPolicyDetails
public boolean isShowcaseChangeDownloadPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
,false
otherwise.
-
showcaseChangeDownloadPolicyDetails
public static EventDetails showcaseChangeDownloadPolicyDetails(ShowcaseChangeDownloadPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseChangeDownloadPolicyDetailsValue
public ShowcaseChangeDownloadPolicyDetails getShowcaseChangeDownloadPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_DOWNLOAD_POLICY_DETAILS
.- Returns:
- The
ShowcaseChangeDownloadPolicyDetails
value associated with this instance ifisShowcaseChangeDownloadPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseChangeDownloadPolicyDetails()
isfalse
.
-
isShowcaseChangeEnabledPolicyDetails
public boolean isShowcaseChangeEnabledPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
,false
otherwise.
-
showcaseChangeEnabledPolicyDetails
public static EventDetails showcaseChangeEnabledPolicyDetails(ShowcaseChangeEnabledPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseChangeEnabledPolicyDetailsValue
public ShowcaseChangeEnabledPolicyDetails getShowcaseChangeEnabledPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_ENABLED_POLICY_DETAILS
.- Returns:
- The
ShowcaseChangeEnabledPolicyDetails
value associated with this instance ifisShowcaseChangeEnabledPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseChangeEnabledPolicyDetails()
isfalse
.
-
isShowcaseChangeExternalSharingPolicyDetails
public boolean isShowcaseChangeExternalSharingPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
,false
otherwise.
-
showcaseChangeExternalSharingPolicyDetails
public static EventDetails showcaseChangeExternalSharingPolicyDetails(ShowcaseChangeExternalSharingPolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getShowcaseChangeExternalSharingPolicyDetailsValue
public ShowcaseChangeExternalSharingPolicyDetails getShowcaseChangeExternalSharingPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SHOWCASE_CHANGE_EXTERNAL_SHARING_POLICY_DETAILS
.- Returns:
- The
ShowcaseChangeExternalSharingPolicyDetails
value associated with this instance ifisShowcaseChangeExternalSharingPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisShowcaseChangeExternalSharingPolicyDetails()
isfalse
.
-
isSmarterSmartSyncPolicyChangedDetails
public boolean isSmarterSmartSyncPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
,false
otherwise.
-
smarterSmartSyncPolicyChangedDetails
public static EventDetails smarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSmarterSmartSyncPolicyChangedDetailsValue
public SmarterSmartSyncPolicyChangedDetails getSmarterSmartSyncPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.SMARTER_SMART_SYNC_POLICY_CHANGED_DETAILS
.- Returns:
- The
SmarterSmartSyncPolicyChangedDetails
value associated with this instance ifisSmarterSmartSyncPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSmarterSmartSyncPolicyChangedDetails()
isfalse
.
-
isSmartSyncChangePolicyDetails
public boolean isSmartSyncChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
,false
otherwise.
-
smartSyncChangePolicyDetails
public static EventDetails smartSyncChangePolicyDetails(SmartSyncChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSmartSyncChangePolicyDetailsValue
public SmartSyncChangePolicyDetails getSmartSyncChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS
.- Returns:
- The
SmartSyncChangePolicyDetails
value associated with this instance ifisSmartSyncChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSmartSyncChangePolicyDetails()
isfalse
.
-
isSmartSyncNotOptOutDetails
public boolean isSmartSyncNotOptOutDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
,false
otherwise.
-
smartSyncNotOptOutDetails
public static EventDetails smartSyncNotOptOutDetails(SmartSyncNotOptOutDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSmartSyncNotOptOutDetailsValue
public SmartSyncNotOptOutDetails getSmartSyncNotOptOutDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS
.- Returns:
- The
SmartSyncNotOptOutDetails
value associated with this instance ifisSmartSyncNotOptOutDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSmartSyncNotOptOutDetails()
isfalse
.
-
isSmartSyncOptOutDetails
public boolean isSmartSyncOptOutDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
,false
otherwise.
-
smartSyncOptOutDetails
public static EventDetails smartSyncOptOutDetails(SmartSyncOptOutDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSmartSyncOptOutDetailsValue
public SmartSyncOptOutDetails getSmartSyncOptOutDetailsValue()
This instance must be tagged asEventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS
.- Returns:
- The
SmartSyncOptOutDetails
value associated with this instance ifisSmartSyncOptOutDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSmartSyncOptOutDetails()
isfalse
.
-
isSsoChangePolicyDetails
public boolean isSsoChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
,false
otherwise.
-
ssoChangePolicyDetails
public static EventDetails ssoChangePolicyDetails(SsoChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getSsoChangePolicyDetailsValue
public SsoChangePolicyDetails getSsoChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.SSO_CHANGE_POLICY_DETAILS
.- Returns:
- The
SsoChangePolicyDetails
value associated with this instance ifisSsoChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisSsoChangePolicyDetails()
isfalse
.
-
isTeamExtensionsPolicyChangedDetails
public boolean isTeamExtensionsPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
,false
otherwise.
-
teamExtensionsPolicyChangedDetails
public static EventDetails teamExtensionsPolicyChangedDetails(TeamExtensionsPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamExtensionsPolicyChangedDetailsValue
public TeamExtensionsPolicyChangedDetails getTeamExtensionsPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS
.- Returns:
- The
TeamExtensionsPolicyChangedDetails
value associated with this instance ifisTeamExtensionsPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamExtensionsPolicyChangedDetails()
isfalse
.
-
isTeamSelectiveSyncPolicyChangedDetails
public boolean isTeamSelectiveSyncPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
,false
otherwise.
-
teamSelectiveSyncPolicyChangedDetails
public static EventDetails teamSelectiveSyncPolicyChangedDetails(TeamSelectiveSyncPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamSelectiveSyncPolicyChangedDetailsValue
public TeamSelectiveSyncPolicyChangedDetails getTeamSelectiveSyncPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SELECTIVE_SYNC_POLICY_CHANGED_DETAILS
.- Returns:
- The
TeamSelectiveSyncPolicyChangedDetails
value associated with this instance ifisTeamSelectiveSyncPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamSelectiveSyncPolicyChangedDetails()
isfalse
.
-
isTeamSharingWhitelistSubjectsChangedDetails
public boolean isTeamSharingWhitelistSubjectsChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
,false
otherwise.
-
teamSharingWhitelistSubjectsChangedDetails
public static EventDetails teamSharingWhitelistSubjectsChangedDetails(TeamSharingWhitelistSubjectsChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamSharingWhitelistSubjectsChangedDetailsValue
public TeamSharingWhitelistSubjectsChangedDetails getTeamSharingWhitelistSubjectsChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_SHARING_WHITELIST_SUBJECTS_CHANGED_DETAILS
.- Returns:
- The
TeamSharingWhitelistSubjectsChangedDetails
value associated with this instance ifisTeamSharingWhitelistSubjectsChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamSharingWhitelistSubjectsChangedDetails()
isfalse
.
-
isTfaAddExceptionDetails
public boolean isTfaAddExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
,false
otherwise.
-
tfaAddExceptionDetails
public static EventDetails tfaAddExceptionDetails(TfaAddExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaAddExceptionDetailsValue
public TfaAddExceptionDetails getTfaAddExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_EXCEPTION_DETAILS
.- Returns:
- The
TfaAddExceptionDetails
value associated with this instance ifisTfaAddExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaAddExceptionDetails()
isfalse
.
-
isTfaChangePolicyDetails
public boolean isTfaChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
,false
otherwise.
-
tfaChangePolicyDetails
public static EventDetails tfaChangePolicyDetails(TfaChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaChangePolicyDetailsValue
public TfaChangePolicyDetails getTfaChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_POLICY_DETAILS
.- Returns:
- The
TfaChangePolicyDetails
value associated with this instance ifisTfaChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaChangePolicyDetails()
isfalse
.
-
isTfaRemoveExceptionDetails
public boolean isTfaRemoveExceptionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
,false
otherwise.
-
tfaRemoveExceptionDetails
public static EventDetails tfaRemoveExceptionDetails(TfaRemoveExceptionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaRemoveExceptionDetailsValue
public TfaRemoveExceptionDetails getTfaRemoveExceptionDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_EXCEPTION_DETAILS
.- Returns:
- The
TfaRemoveExceptionDetails
value associated with this instance ifisTfaRemoveExceptionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaRemoveExceptionDetails()
isfalse
.
-
isTwoAccountChangePolicyDetails
public boolean isTwoAccountChangePolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
,false
otherwise.
-
twoAccountChangePolicyDetails
public static EventDetails twoAccountChangePolicyDetails(TwoAccountChangePolicyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTwoAccountChangePolicyDetailsValue
public TwoAccountChangePolicyDetails getTwoAccountChangePolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS
.- Returns:
- The
TwoAccountChangePolicyDetails
value associated with this instance ifisTwoAccountChangePolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTwoAccountChangePolicyDetails()
isfalse
.
-
isViewerInfoPolicyChangedDetails
public boolean isViewerInfoPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
,false
otherwise.
-
viewerInfoPolicyChangedDetails
public static EventDetails viewerInfoPolicyChangedDetails(ViewerInfoPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getViewerInfoPolicyChangedDetailsValue
public ViewerInfoPolicyChangedDetails getViewerInfoPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.VIEWER_INFO_POLICY_CHANGED_DETAILS
.- Returns:
- The
ViewerInfoPolicyChangedDetails
value associated with this instance ifisViewerInfoPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisViewerInfoPolicyChangedDetails()
isfalse
.
-
isWatermarkingPolicyChangedDetails
public boolean isWatermarkingPolicyChangedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
,false
otherwise.
-
watermarkingPolicyChangedDetails
public static EventDetails watermarkingPolicyChangedDetails(WatermarkingPolicyChangedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getWatermarkingPolicyChangedDetailsValue
public WatermarkingPolicyChangedDetails getWatermarkingPolicyChangedDetailsValue()
This instance must be tagged asEventDetails.Tag.WATERMARKING_POLICY_CHANGED_DETAILS
.- Returns:
- The
WatermarkingPolicyChangedDetails
value associated with this instance ifisWatermarkingPolicyChangedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisWatermarkingPolicyChangedDetails()
isfalse
.
-
isWebSessionsChangeActiveSessionLimitDetails
public boolean isWebSessionsChangeActiveSessionLimitDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
,false
otherwise.
-
webSessionsChangeActiveSessionLimitDetails
public static EventDetails webSessionsChangeActiveSessionLimitDetails(WebSessionsChangeActiveSessionLimitDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getWebSessionsChangeActiveSessionLimitDetailsValue
public WebSessionsChangeActiveSessionLimitDetails getWebSessionsChangeActiveSessionLimitDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_ACTIVE_SESSION_LIMIT_DETAILS
.- Returns:
- The
WebSessionsChangeActiveSessionLimitDetails
value associated with this instance ifisWebSessionsChangeActiveSessionLimitDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisWebSessionsChangeActiveSessionLimitDetails()
isfalse
.
-
isWebSessionsChangeFixedLengthPolicyDetails
public boolean isWebSessionsChangeFixedLengthPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
,false
otherwise.
-
webSessionsChangeFixedLengthPolicyDetails
public static EventDetails webSessionsChangeFixedLengthPolicyDetails(WebSessionsChangeFixedLengthPolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getWebSessionsChangeFixedLengthPolicyDetailsValue
public WebSessionsChangeFixedLengthPolicyDetails getWebSessionsChangeFixedLengthPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS
.- Returns:
- The
WebSessionsChangeFixedLengthPolicyDetails
value associated with this instance ifisWebSessionsChangeFixedLengthPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisWebSessionsChangeFixedLengthPolicyDetails()
isfalse
.
-
isWebSessionsChangeIdleLengthPolicyDetails
public boolean isWebSessionsChangeIdleLengthPolicyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
,false
otherwise.
-
webSessionsChangeIdleLengthPolicyDetails
public static EventDetails webSessionsChangeIdleLengthPolicyDetails(WebSessionsChangeIdleLengthPolicyDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getWebSessionsChangeIdleLengthPolicyDetailsValue
public WebSessionsChangeIdleLengthPolicyDetails getWebSessionsChangeIdleLengthPolicyDetailsValue()
This instance must be tagged asEventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS
.- Returns:
- The
WebSessionsChangeIdleLengthPolicyDetails
value associated with this instance ifisWebSessionsChangeIdleLengthPolicyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisWebSessionsChangeIdleLengthPolicyDetails()
isfalse
.
-
isTeamMergeFromDetails
public boolean isTeamMergeFromDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_FROM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_FROM_DETAILS
,false
otherwise.
-
teamMergeFromDetails
public static EventDetails teamMergeFromDetails(TeamMergeFromDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_FROM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeFromDetailsValue
public TeamMergeFromDetails getTeamMergeFromDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_FROM_DETAILS
.- Returns:
- The
TeamMergeFromDetails
value associated with this instance ifisTeamMergeFromDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeFromDetails()
isfalse
.
-
isTeamMergeToDetails
public boolean isTeamMergeToDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_TO_DETAILS
,false
otherwise.
-
teamMergeToDetails
public static EventDetails teamMergeToDetails(TeamMergeToDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_TO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeToDetailsValue
public TeamMergeToDetails getTeamMergeToDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_TO_DETAILS
.- Returns:
- The
TeamMergeToDetails
value associated with this instance ifisTeamMergeToDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeToDetails()
isfalse
.
-
isTeamProfileAddLogoDetails
public boolean isTeamProfileAddLogoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
,false
otherwise.
-
teamProfileAddLogoDetails
public static EventDetails teamProfileAddLogoDetails(TeamProfileAddLogoDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamProfileAddLogoDetailsValue
public TeamProfileAddLogoDetails getTeamProfileAddLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS
.- Returns:
- The
TeamProfileAddLogoDetails
value associated with this instance ifisTeamProfileAddLogoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamProfileAddLogoDetails()
isfalse
.
-
isTeamProfileChangeDefaultLanguageDetails
public boolean isTeamProfileChangeDefaultLanguageDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
,false
otherwise.
-
teamProfileChangeDefaultLanguageDetails
public static EventDetails teamProfileChangeDefaultLanguageDetails(TeamProfileChangeDefaultLanguageDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamProfileChangeDefaultLanguageDetailsValue
public TeamProfileChangeDefaultLanguageDetails getTeamProfileChangeDefaultLanguageDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS
.- Returns:
- The
TeamProfileChangeDefaultLanguageDetails
value associated with this instance ifisTeamProfileChangeDefaultLanguageDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamProfileChangeDefaultLanguageDetails()
isfalse
.
-
isTeamProfileChangeLogoDetails
public boolean isTeamProfileChangeLogoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
,false
otherwise.
-
teamProfileChangeLogoDetails
public static EventDetails teamProfileChangeLogoDetails(TeamProfileChangeLogoDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamProfileChangeLogoDetailsValue
public TeamProfileChangeLogoDetails getTeamProfileChangeLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS
.- Returns:
- The
TeamProfileChangeLogoDetails
value associated with this instance ifisTeamProfileChangeLogoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamProfileChangeLogoDetails()
isfalse
.
-
isTeamProfileChangeNameDetails
public boolean isTeamProfileChangeNameDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
,false
otherwise.
-
teamProfileChangeNameDetails
public static EventDetails teamProfileChangeNameDetails(TeamProfileChangeNameDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamProfileChangeNameDetailsValue
public TeamProfileChangeNameDetails getTeamProfileChangeNameDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS
.- Returns:
- The
TeamProfileChangeNameDetails
value associated with this instance ifisTeamProfileChangeNameDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamProfileChangeNameDetails()
isfalse
.
-
isTeamProfileRemoveLogoDetails
public boolean isTeamProfileRemoveLogoDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
,false
otherwise.
-
teamProfileRemoveLogoDetails
public static EventDetails teamProfileRemoveLogoDetails(TeamProfileRemoveLogoDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamProfileRemoveLogoDetailsValue
public TeamProfileRemoveLogoDetails getTeamProfileRemoveLogoDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS
.- Returns:
- The
TeamProfileRemoveLogoDetails
value associated with this instance ifisTeamProfileRemoveLogoDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamProfileRemoveLogoDetails()
isfalse
.
-
isTfaAddBackupPhoneDetails
public boolean isTfaAddBackupPhoneDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
,false
otherwise.
-
tfaAddBackupPhoneDetails
public static EventDetails tfaAddBackupPhoneDetails(TfaAddBackupPhoneDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaAddBackupPhoneDetailsValue
public TfaAddBackupPhoneDetails getTfaAddBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS
.- Returns:
- The
TfaAddBackupPhoneDetails
value associated with this instance ifisTfaAddBackupPhoneDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaAddBackupPhoneDetails()
isfalse
.
-
isTfaAddSecurityKeyDetails
public boolean isTfaAddSecurityKeyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
,false
otherwise.
-
tfaAddSecurityKeyDetails
public static EventDetails tfaAddSecurityKeyDetails(TfaAddSecurityKeyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaAddSecurityKeyDetailsValue
public TfaAddSecurityKeyDetails getTfaAddSecurityKeyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS
.- Returns:
- The
TfaAddSecurityKeyDetails
value associated with this instance ifisTfaAddSecurityKeyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaAddSecurityKeyDetails()
isfalse
.
-
isTfaChangeBackupPhoneDetails
public boolean isTfaChangeBackupPhoneDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
,false
otherwise.
-
tfaChangeBackupPhoneDetails
public static EventDetails tfaChangeBackupPhoneDetails(TfaChangeBackupPhoneDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaChangeBackupPhoneDetailsValue
public TfaChangeBackupPhoneDetails getTfaChangeBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS
.- Returns:
- The
TfaChangeBackupPhoneDetails
value associated with this instance ifisTfaChangeBackupPhoneDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaChangeBackupPhoneDetails()
isfalse
.
-
isTfaChangeStatusDetails
public boolean isTfaChangeStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
,false
otherwise.
-
tfaChangeStatusDetails
public static EventDetails tfaChangeStatusDetails(TfaChangeStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaChangeStatusDetailsValue
public TfaChangeStatusDetails getTfaChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_CHANGE_STATUS_DETAILS
.- Returns:
- The
TfaChangeStatusDetails
value associated with this instance ifisTfaChangeStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaChangeStatusDetails()
isfalse
.
-
isTfaRemoveBackupPhoneDetails
public boolean isTfaRemoveBackupPhoneDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
,false
otherwise.
-
tfaRemoveBackupPhoneDetails
public static EventDetails tfaRemoveBackupPhoneDetails(TfaRemoveBackupPhoneDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaRemoveBackupPhoneDetailsValue
public TfaRemoveBackupPhoneDetails getTfaRemoveBackupPhoneDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS
.- Returns:
- The
TfaRemoveBackupPhoneDetails
value associated with this instance ifisTfaRemoveBackupPhoneDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaRemoveBackupPhoneDetails()
isfalse
.
-
isTfaRemoveSecurityKeyDetails
public boolean isTfaRemoveSecurityKeyDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
,false
otherwise.
-
tfaRemoveSecurityKeyDetails
public static EventDetails tfaRemoveSecurityKeyDetails(TfaRemoveSecurityKeyDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaRemoveSecurityKeyDetailsValue
public TfaRemoveSecurityKeyDetails getTfaRemoveSecurityKeyDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS
.- Returns:
- The
TfaRemoveSecurityKeyDetails
value associated with this instance ifisTfaRemoveSecurityKeyDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaRemoveSecurityKeyDetails()
isfalse
.
-
isTfaResetDetails
public boolean isTfaResetDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.TFA_RESET_DETAILS
,false
otherwise.
-
tfaResetDetails
public static EventDetails tfaResetDetails(TfaResetDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TFA_RESET_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TFA_RESET_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTfaResetDetailsValue
public TfaResetDetails getTfaResetDetailsValue()
This instance must be tagged asEventDetails.Tag.TFA_RESET_DETAILS
.- Returns:
- The
TfaResetDetails
value associated with this instance ifisTfaResetDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTfaResetDetails()
isfalse
.
-
isChangedEnterpriseAdminRoleDetails
public boolean isChangedEnterpriseAdminRoleDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
,false
otherwise.
-
changedEnterpriseAdminRoleDetails
public static EventDetails changedEnterpriseAdminRoleDetails(ChangedEnterpriseAdminRoleDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getChangedEnterpriseAdminRoleDetailsValue
public ChangedEnterpriseAdminRoleDetails getChangedEnterpriseAdminRoleDetailsValue()
This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_ADMIN_ROLE_DETAILS
.- Returns:
- The
ChangedEnterpriseAdminRoleDetails
value associated with this instance ifisChangedEnterpriseAdminRoleDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisChangedEnterpriseAdminRoleDetails()
isfalse
.
-
isChangedEnterpriseConnectedTeamStatusDetails
public boolean isChangedEnterpriseConnectedTeamStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
,false
otherwise.
-
changedEnterpriseConnectedTeamStatusDetails
public static EventDetails changedEnterpriseConnectedTeamStatusDetails(ChangedEnterpriseConnectedTeamStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getChangedEnterpriseConnectedTeamStatusDetailsValue
public ChangedEnterpriseConnectedTeamStatusDetails getChangedEnterpriseConnectedTeamStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.CHANGED_ENTERPRISE_CONNECTED_TEAM_STATUS_DETAILS
.- Returns:
- The
ChangedEnterpriseConnectedTeamStatusDetails
value associated with this instance ifisChangedEnterpriseConnectedTeamStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisChangedEnterpriseConnectedTeamStatusDetails()
isfalse
.
-
isEndedEnterpriseAdminSessionDetails
public boolean isEndedEnterpriseAdminSessionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
,false
otherwise.
-
endedEnterpriseAdminSessionDetails
public static EventDetails endedEnterpriseAdminSessionDetails(EndedEnterpriseAdminSessionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEndedEnterpriseAdminSessionDetailsValue
public EndedEnterpriseAdminSessionDetails getEndedEnterpriseAdminSessionDetailsValue()
This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DETAILS
.- Returns:
- The
EndedEnterpriseAdminSessionDetails
value associated with this instance ifisEndedEnterpriseAdminSessionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEndedEnterpriseAdminSessionDetails()
isfalse
.
-
isEndedEnterpriseAdminSessionDeprecatedDetails
public boolean isEndedEnterpriseAdminSessionDeprecatedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
,false
otherwise.
-
endedEnterpriseAdminSessionDeprecatedDetails
public static EventDetails endedEnterpriseAdminSessionDeprecatedDetails(EndedEnterpriseAdminSessionDeprecatedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEndedEnterpriseAdminSessionDeprecatedDetailsValue
public EndedEnterpriseAdminSessionDeprecatedDetails getEndedEnterpriseAdminSessionDeprecatedDetailsValue()
This instance must be tagged asEventDetails.Tag.ENDED_ENTERPRISE_ADMIN_SESSION_DEPRECATED_DETAILS
.- Returns:
- The
EndedEnterpriseAdminSessionDeprecatedDetails
value associated with this instance ifisEndedEnterpriseAdminSessionDeprecatedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEndedEnterpriseAdminSessionDeprecatedDetails()
isfalse
.
-
isEnterpriseSettingsLockingDetails
public boolean isEnterpriseSettingsLockingDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
,false
otherwise.
-
enterpriseSettingsLockingDetails
public static EventDetails enterpriseSettingsLockingDetails(EnterpriseSettingsLockingDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getEnterpriseSettingsLockingDetailsValue
public EnterpriseSettingsLockingDetails getEnterpriseSettingsLockingDetailsValue()
This instance must be tagged asEventDetails.Tag.ENTERPRISE_SETTINGS_LOCKING_DETAILS
.- Returns:
- The
EnterpriseSettingsLockingDetails
value associated with this instance ifisEnterpriseSettingsLockingDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisEnterpriseSettingsLockingDetails()
isfalse
.
-
isGuestAdminChangeStatusDetails
public boolean isGuestAdminChangeStatusDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
,false
otherwise.
-
guestAdminChangeStatusDetails
public static EventDetails guestAdminChangeStatusDetails(GuestAdminChangeStatusDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getGuestAdminChangeStatusDetailsValue
public GuestAdminChangeStatusDetails getGuestAdminChangeStatusDetailsValue()
This instance must be tagged asEventDetails.Tag.GUEST_ADMIN_CHANGE_STATUS_DETAILS
.- Returns:
- The
GuestAdminChangeStatusDetails
value associated with this instance ifisGuestAdminChangeStatusDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisGuestAdminChangeStatusDetails()
isfalse
.
-
isStartedEnterpriseAdminSessionDetails
public boolean isStartedEnterpriseAdminSessionDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
,false
otherwise.
-
startedEnterpriseAdminSessionDetails
public static EventDetails startedEnterpriseAdminSessionDetails(StartedEnterpriseAdminSessionDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getStartedEnterpriseAdminSessionDetailsValue
public StartedEnterpriseAdminSessionDetails getStartedEnterpriseAdminSessionDetailsValue()
This instance must be tagged asEventDetails.Tag.STARTED_ENTERPRISE_ADMIN_SESSION_DETAILS
.- Returns:
- The
StartedEnterpriseAdminSessionDetails
value associated with this instance ifisStartedEnterpriseAdminSessionDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisStartedEnterpriseAdminSessionDetails()
isfalse
.
-
isTeamMergeRequestAcceptedDetails
public boolean isTeamMergeRequestAcceptedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
,false
otherwise.
-
teamMergeRequestAcceptedDetails
public static EventDetails teamMergeRequestAcceptedDetails(TeamMergeRequestAcceptedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestAcceptedDetailsValue
public TeamMergeRequestAcceptedDetails getTeamMergeRequestAcceptedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_DETAILS
.- Returns:
- The
TeamMergeRequestAcceptedDetails
value associated with this instance ifisTeamMergeRequestAcceptedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestAcceptedDetails()
isfalse
.
-
isTeamMergeRequestAcceptedShownToPrimaryTeamDetails
public boolean isTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestAcceptedShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestAcceptedShownToPrimaryTeamDetails(TeamMergeRequestAcceptedShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue
public TeamMergeRequestAcceptedShownToPrimaryTeamDetails getTeamMergeRequestAcceptedShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestAcceptedShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestAcceptedShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestAcceptedShownToSecondaryTeamDetails
public boolean isTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestAcceptedShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestAcceptedShownToSecondaryTeamDetails(TeamMergeRequestAcceptedShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue
public TeamMergeRequestAcceptedShownToSecondaryTeamDetails getTeamMergeRequestAcceptedShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_ACCEPTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestAcceptedShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestAcceptedShownToSecondaryTeamDetails()
isfalse
.
-
isTeamMergeRequestAutoCanceledDetails
public boolean isTeamMergeRequestAutoCanceledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
,false
otherwise.
-
teamMergeRequestAutoCanceledDetails
public static EventDetails teamMergeRequestAutoCanceledDetails(TeamMergeRequestAutoCanceledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestAutoCanceledDetailsValue
public TeamMergeRequestAutoCanceledDetails getTeamMergeRequestAutoCanceledDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_AUTO_CANCELED_DETAILS
.- Returns:
- The
TeamMergeRequestAutoCanceledDetails
value associated with this instance ifisTeamMergeRequestAutoCanceledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestAutoCanceledDetails()
isfalse
.
-
isTeamMergeRequestCanceledDetails
public boolean isTeamMergeRequestCanceledDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
,false
otherwise.
-
teamMergeRequestCanceledDetails
public static EventDetails teamMergeRequestCanceledDetails(TeamMergeRequestCanceledDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestCanceledDetailsValue
public TeamMergeRequestCanceledDetails getTeamMergeRequestCanceledDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_DETAILS
.- Returns:
- The
TeamMergeRequestCanceledDetails
value associated with this instance ifisTeamMergeRequestCanceledDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestCanceledDetails()
isfalse
.
-
isTeamMergeRequestCanceledShownToPrimaryTeamDetails
public boolean isTeamMergeRequestCanceledShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestCanceledShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestCanceledShownToPrimaryTeamDetails(TeamMergeRequestCanceledShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue
public TeamMergeRequestCanceledShownToPrimaryTeamDetails getTeamMergeRequestCanceledShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestCanceledShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestCanceledShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestCanceledShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestCanceledShownToSecondaryTeamDetails
public boolean isTeamMergeRequestCanceledShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestCanceledShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestCanceledShownToSecondaryTeamDetails(TeamMergeRequestCanceledShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue
public TeamMergeRequestCanceledShownToSecondaryTeamDetails getTeamMergeRequestCanceledShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_CANCELED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestCanceledShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestCanceledShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestCanceledShownToSecondaryTeamDetails()
isfalse
.
-
isTeamMergeRequestExpiredDetails
public boolean isTeamMergeRequestExpiredDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
,false
otherwise.
-
teamMergeRequestExpiredDetails
public static EventDetails teamMergeRequestExpiredDetails(TeamMergeRequestExpiredDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestExpiredDetailsValue
public TeamMergeRequestExpiredDetails getTeamMergeRequestExpiredDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_DETAILS
.- Returns:
- The
TeamMergeRequestExpiredDetails
value associated with this instance ifisTeamMergeRequestExpiredDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestExpiredDetails()
isfalse
.
-
isTeamMergeRequestExpiredShownToPrimaryTeamDetails
public boolean isTeamMergeRequestExpiredShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestExpiredShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestExpiredShownToPrimaryTeamDetails(TeamMergeRequestExpiredShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue
public TeamMergeRequestExpiredShownToPrimaryTeamDetails getTeamMergeRequestExpiredShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestExpiredShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestExpiredShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestExpiredShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestExpiredShownToSecondaryTeamDetails
public boolean isTeamMergeRequestExpiredShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestExpiredShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestExpiredShownToSecondaryTeamDetails(TeamMergeRequestExpiredShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue
public TeamMergeRequestExpiredShownToSecondaryTeamDetails getTeamMergeRequestExpiredShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_EXPIRED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestExpiredShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestExpiredShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestExpiredShownToSecondaryTeamDetails()
isfalse
.
-
isTeamMergeRequestRejectedShownToPrimaryTeamDetails
public boolean isTeamMergeRequestRejectedShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestRejectedShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestRejectedShownToPrimaryTeamDetails(TeamMergeRequestRejectedShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue
public TeamMergeRequestRejectedShownToPrimaryTeamDetails getTeamMergeRequestRejectedShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestRejectedShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestRejectedShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestRejectedShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestRejectedShownToSecondaryTeamDetails
public boolean isTeamMergeRequestRejectedShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestRejectedShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestRejectedShownToSecondaryTeamDetails(TeamMergeRequestRejectedShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue
public TeamMergeRequestRejectedShownToSecondaryTeamDetails getTeamMergeRequestRejectedShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REJECTED_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestRejectedShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestRejectedShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestRejectedShownToSecondaryTeamDetails()
isfalse
.
-
isTeamMergeRequestReminderDetails
public boolean isTeamMergeRequestReminderDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
,false
otherwise.
-
teamMergeRequestReminderDetails
public static EventDetails teamMergeRequestReminderDetails(TeamMergeRequestReminderDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestReminderDetailsValue
public TeamMergeRequestReminderDetails getTeamMergeRequestReminderDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_DETAILS
.- Returns:
- The
TeamMergeRequestReminderDetails
value associated with this instance ifisTeamMergeRequestReminderDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestReminderDetails()
isfalse
.
-
isTeamMergeRequestReminderShownToPrimaryTeamDetails
public boolean isTeamMergeRequestReminderShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestReminderShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestReminderShownToPrimaryTeamDetails(TeamMergeRequestReminderShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue
public TeamMergeRequestReminderShownToPrimaryTeamDetails getTeamMergeRequestReminderShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestReminderShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestReminderShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestReminderShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestReminderShownToSecondaryTeamDetails
public boolean isTeamMergeRequestReminderShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestReminderShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestReminderShownToSecondaryTeamDetails(TeamMergeRequestReminderShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue
public TeamMergeRequestReminderShownToSecondaryTeamDetails getTeamMergeRequestReminderShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REMINDER_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestReminderShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestReminderShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestReminderShownToSecondaryTeamDetails()
isfalse
.
-
isTeamMergeRequestRevokedDetails
public boolean isTeamMergeRequestRevokedDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
,false
otherwise.
-
teamMergeRequestRevokedDetails
public static EventDetails teamMergeRequestRevokedDetails(TeamMergeRequestRevokedDetails value)
Returns an instance ofEventDetails
that has its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
.None
- Parameters:
value
- value to assign to this instance.- Returns:
- Instance of
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestRevokedDetailsValue
public TeamMergeRequestRevokedDetails getTeamMergeRequestRevokedDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_REVOKED_DETAILS
.- Returns:
- The
TeamMergeRequestRevokedDetails
value associated with this instance ifisTeamMergeRequestRevokedDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestRevokedDetails()
isfalse
.
-
isTeamMergeRequestSentShownToPrimaryTeamDetails
public boolean isTeamMergeRequestSentShownToPrimaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestSentShownToPrimaryTeamDetails
public static EventDetails teamMergeRequestSentShownToPrimaryTeamDetails(TeamMergeRequestSentShownToPrimaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestSentShownToPrimaryTeamDetailsValue
public TeamMergeRequestSentShownToPrimaryTeamDetails getTeamMergeRequestSentShownToPrimaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_PRIMARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestSentShownToPrimaryTeamDetails
value associated with this instance ifisTeamMergeRequestSentShownToPrimaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestSentShownToPrimaryTeamDetails()
isfalse
.
-
isTeamMergeRequestSentShownToSecondaryTeamDetails
public boolean isTeamMergeRequestSentShownToSecondaryTeamDetails()
Returnstrue
if this instance has the tagEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.- Returns:
true
if this instance is tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
,false
otherwise.
-
teamMergeRequestSentShownToSecondaryTeamDetails
public static EventDetails teamMergeRequestSentShownToSecondaryTeamDetails(TeamMergeRequestSentShownToSecondaryTeamDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
getTeamMergeRequestSentShownToSecondaryTeamDetailsValue
public TeamMergeRequestSentShownToSecondaryTeamDetails getTeamMergeRequestSentShownToSecondaryTeamDetailsValue()
This instance must be tagged asEventDetails.Tag.TEAM_MERGE_REQUEST_SENT_SHOWN_TO_SECONDARY_TEAM_DETAILS
.- Returns:
- The
TeamMergeRequestSentShownToSecondaryTeamDetails
value associated with this instance ifisTeamMergeRequestSentShownToSecondaryTeamDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisTeamMergeRequestSentShownToSecondaryTeamDetails()
isfalse
.
-
isMissingDetails
public boolean isMissingDetails()
- Returns:
true
if this instance is tagged asEventDetails.Tag.MISSING_DETAILS
,false
otherwise.
-
missingDetails
public static EventDetails missingDetails(MissingDetails value)
Returns an instance ofEventDetails
that 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
EventDetails
with its tag set toEventDetails.Tag.MISSING_DETAILS
. - Throws:
java.lang.IllegalArgumentException
- ifvalue
isnull
.
-
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
MissingDetails
value associated with this instance ifisMissingDetails()
istrue
. - Throws:
java.lang.IllegalStateException
- IfisMissingDetails()
isfalse
.
-
isOther
public boolean isOther()
- Returns:
true
if this instance is tagged asEventDetails.Tag.OTHER
,false
otherwise.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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
-
-