Indicates that the RewardIssuance may only be issued once per user per context, even after the
redemption step (i.e. there may only ever be at most one RewardIssuance that is either ISSUED or REDEEMED).
If set, the system will ignore the expirationTimestamp and the record will remain persisted to prevent
future issuances.
Indicates that the RewardIssuance may be issued repeatedly to the same user with the same context.
Note that only one RewardIssuance in the ISSUED state may exist at a time, i.e. any pre-existing RewardIssuance
with a matching user and context must either first expire or be redeemed before a new RewardIssuance
will be created.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.