Class UserTimeZoneChangedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class UserTimeZoneChangedEvent extends UserAttributeChangedEvent
See Also:
  • Constructor Details

    • UserTimeZoneChangedEvent

      public UserTimeZoneChangedEvent(@Nonnull Object source, @Nonnull ApplicationUser updatedUser, @Nullable String oldZoneId, @Nullable String newZoneId)
  • Method Details

    • getOldZoneId

      @Nonnull public Optional<String> getOldZoneId()
    • getNewZoneId

      @Nonnull public Optional<String> getNewZoneId()
    • getOffset

      @Nullable public Long getOffset()