Uses of Class
net.anotheria.portalkit.services.accountarchive.event.AccountArchiveServiceOperationType
-
Packages that use AccountArchiveServiceOperationType Package Description net.anotheria.portalkit.services.accountarchive.event net.anotheria.portalkit.services.accountarchive.event.data -
-
Uses of AccountArchiveServiceOperationType in net.anotheria.portalkit.services.accountarchive.event
Methods in net.anotheria.portalkit.services.accountarchive.event that return AccountArchiveServiceOperationType Modifier and Type Method Description static AccountArchiveServiceOperationTypeAccountArchiveServiceOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccountArchiveServiceOperationType[]AccountArchiveServiceOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccountArchiveServiceOperationType in net.anotheria.portalkit.services.accountarchive.event.data
Constructors in net.anotheria.portalkit.services.accountarchive.event.data with parameters of type AccountArchiveServiceOperationType Constructor Description ArchivedAccountEventData(AccountArchiveServiceOperationType operationType, ArchivedAccount account)
-