getActivationById

abstract fun getActivationById(@NotNull id: @NotNull UUID): Optional<T>

Gets an activation by its unique identifier.

Return

An optional containing the activation if found, or an empty optional if not found.

Parameters

id

The unique identifier of the activation.